[Pkg-kde-commits] rev 2205 - trunk/packages/koffice/debian/patches

Isaac Clerencia isaac at costa.debian.org
Fri Nov 11 16:34:44 UTC 2005


Author: isaac
Date: 2005-11-11 16:34:24 +0000 (Fri, 11 Nov 2005)
New Revision: 2205

Added:
   trunk/packages/koffice/debian/patches/21_no_kexi.diff
   trunk/packages/koffice/debian/patches/98_buildprep.diff
Log:
Add patch to disable kexi build, add buildprep patch


Added: trunk/packages/koffice/debian/patches/21_no_kexi.diff
===================================================================
--- trunk/packages/koffice/debian/patches/21_no_kexi.diff	2005-11-11 16:14:22 UTC (rev 2204)
+++ trunk/packages/koffice/debian/patches/21_no_kexi.diff	2005-11-11 16:34:24 UTC (rev 2205)
@@ -0,0 +1,9 @@
+--- koffice-1.4.2.orig/kexi/configure.in.in	2005-11-11 14:25:19.000000000 +0100
++++ koffice-1.4.2/kexi/configure.in.in	2005-11-11 14:25:42.000000000 +0100
+@@ -1,5 +1,5 @@
+ 
+-#DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
+ 
+ KEXI_VERSION=0.1
+ 

Added: trunk/packages/koffice/debian/patches/98_buildprep.diff
===================================================================
--- trunk/packages/koffice/debian/patches/98_buildprep.diff	2005-11-11 16:14:22 UTC (rev 2204)
+++ trunk/packages/koffice/debian/patches/98_buildprep.diff	2005-11-11 16:34:24 UTC (rev 2205)
@@ -0,0 +1,544111 @@
+diff -Nrua koffice-1.4.2.orig/acinclude.m4 koffice-1.4.2/acinclude.m4
+--- koffice-1.4.2.orig/acinclude.m4	2005-10-05 12:50:59.000000000 +0200
++++ koffice-1.4.2/acinclude.m4	2005-11-11 17:28:55.000000000 +0100
+@@ -1688,15 +1688,6 @@
+        KDE_USE_CLOSURE_TRUE="#"
+        KDE_USE_CLOSURE_FALSE=""
+        KDE_NO_UNDEFINED=""
+-       case $host in 
+-         *-*-linux-gnu)
+-           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
+-                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
+-		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
+-		[KDE_NO_UNDEFINED=""])],
+-	    [KDE_NO_UNDEFINED=""])
+-           ;;
+-       esac
+   fi
+   AC_SUBST(KDE_USE_CLOSURE_TRUE)
+   AC_SUBST(KDE_USE_CLOSURE_FALSE)
+@@ -2138,9 +2129,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ AC_TRY_COMPILE([
+ $2
+ ],
+@@ -3284,44 +3272,44 @@
+ 
+ AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY],
+ [
+-  AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
+-
+-  if test "x$GXX" = "xyes"; then
+-    kde_have_gcc_visibility=no
+-    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
+-    [
+-      kde_have_gcc_visibility=yes
+-      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
+-        [
+-          AC_LANG_SAVE
+-          AC_LANG_CPLUSPLUS
+-
+-          safe_CXXFLAGS=$CXXFLAGS
+-          CXXFLAGS="$CXXFLAGS $all_includes"
+-
+-          AC_TRY_COMPILE(
+-          [
+-#include <qglobal.h>
+-#if Q_EXPORT - 0 != 0
+-/* if this compiles, then Q_EXPORT is undefined */
+-/* if Q_EXPORT is nonempty, this will break compilation */
+-#endif
+-          ], [/* elvis is alive */],
+-          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
+-
+-          CXXFLAGS=$safe_CXXFLAGS
+-          AC_LANG_RESTORE
+-        ]
+-      )
+-
+-      if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
+-        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
+-        KDE_CHECK_VISIBILITY_GCC_BUG
+-        HAVE_GCC_VISIBILITY=1
+-        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
+-      fi
+-    ])
+-  fi
++dnl  AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
++dnl
++dnl  if test "x$GXX" = "xyes"; then
++dnl    kde_have_gcc_visibility=no
++dnl    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
++dnl    [
++dnl      kde_have_gcc_visibility=yes
++dnl      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
++dnl        [
++dnl          AC_LANG_SAVE
++dnl          AC_LANG_CPLUSPLUS
++dnl
++dnl          safe_CXXFLAGS=$CXXFLAGS
++dnl          CXXFLAGS="$CXXFLAGS $all_includes"
++dnl
++dnl          AC_TRY_COMPILE(
++dnl          [
++dnl#include <qglobal.h>
++dnl#if Q_EXPORT - 0 != 0
++dnl/* if this compiles, then Q_EXPORT is undefined */
++dnl/* if Q_EXPORT is nonempty, this will break compilation */
++dnl#endif
++dnl          ], [/* elvis is alive */],
++dnl          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
++dnl
++dnl          CXXFLAGS=$safe_CXXFLAGS
++dnl          AC_LANG_RESTORE
++dnl        ]
++dnl      )
++dnl
++dnl      if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
++dnl        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
++dnl        KDE_CHECK_VISIBILITY_GCC_BUG
++dnl        HAVE_GCC_VISIBILITY=1
++dnl        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
++dnl      fi
++dnl    ])
++dnl  fi
+ ])
+ 
+ AC_DEFUN([KDE_ADD_DEPENDENCIES],
+@@ -5771,30 +5759,15 @@
+ ])
+ 
+ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+-## Copyright 1996, 1997, 1998, 1999, 2000, 2001
++## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
+ ## Free Software Foundation, Inc.
+ ## Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
+ ##
+-## 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
+-## the Free Software Foundation; either version 2 of the License, or
+-## (at your option) any later version.
+-##
+-## This program is distributed in the hope that it will be useful, but
+-## WITHOUT ANY WARRANTY; without even the implied warranty of
+-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, write to the Free Software
+-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-##
+-## As a special exception to the GNU General Public License, if you
+-## distribute this file as part of a program that contains a
+-## configuration script generated by Autoconf, you may include it under
+-## the same distribution terms that you use for the rest of that program.
++## 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.
+ 
+-# serial 47 AC_PROG_LIBTOOL
++# serial 47 Debian 1.5.20-2 AC_PROG_LIBTOOL
+ 
+ 
+ # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
+@@ -5854,7 +5827,7 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+ 
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
++LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+ AC_SUBST(LIBTOOL)dnl
+ 
+ # Prevent multiple expansion
+@@ -5904,7 +5877,7 @@
+ 
+ # Sed substitution that helps us do robust quoting.  It backslashifies
+ # metacharacters that are still active within double-quoted strings.
+-Xsed='sed -e s/^X//'
++Xsed='sed -e 1s/^X//'
+ [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
+ 
+ # Same as above, but do not quote variable references.
+@@ -5924,7 +5897,7 @@
+ default_ofile=libtool
+ can_build_shared=yes
+ 
+-# All known linkers require a `.a' archive for static linking (except M$VC,
++# All known linkers require a `.a' archive for static linking (except MSVC,
+ # which needs '.lib').
+ libext=a
+ ltmain="$ac_aux_dir/ltmain.sh"
+@@ -5972,6 +5945,8 @@
+   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
+ fi
+ 
++_LT_CC_BASENAME([$compiler])
++
+ # Only perform the check for file, if the check method requires it
+ case $deplibs_check_method in
+ file_magic*)
+@@ -6017,6 +5992,48 @@
+ ])# _LT_AC_SYS_COMPILER
+ 
+ 
++# _LT_CC_BASENAME(CC)
++# -------------------
++# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
++AC_DEFUN([_LT_CC_BASENAME],
++[for cc_temp in $1""; do
++  case $cc_temp in
++    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
++    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++])
++
++
++# _LT_COMPILER_BOILERPLATE
++# ------------------------
++# Check for compiler boilerplate output or warnings with
++# the simple compiler test code.
++AC_DEFUN([_LT_COMPILER_BOILERPLATE],
++[ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++])# _LT_COMPILER_BOILERPLATE
++
++
++# _LT_LINKER_BOILERPLATE
++# ----------------------
++# Check for linker boilerplate output or warnings with
++# the simple link test code.
++AC_DEFUN([_LT_LINKER_BOILERPLATE],
++[ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++])# _LT_LINKER_BOILERPLATE
++
++
+ # _LT_AC_SYS_LIBPATH_AIX
+ # ----------------------
+ # Links a minimal program and checks the executable
+@@ -6089,15 +6106,15 @@
+ 
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+ 
+ if test -z "$ECHO"; then
+ if test "X${echo_test_string+set}" != Xset; then
+ # find a string as large as possible, as long as the shell can cope with it
+   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
+     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
+-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
+-       echo_test_string="`eval $cmd`" &&
++    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++       echo_test_string=`eval $cmd` &&
+        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
+     then
+       break
+@@ -6266,14 +6283,13 @@
+   # Find out which ABI we are using.
+   echo 'int i;' > conftest.$ac_ext
+   if AC_TRY_EVAL(ac_compile); then
+-    case "`/usr/bin/file conftest.o`" in
++    case `/usr/bin/file conftest.o` in
+     *32-bit*)
+-      LINUX_64_MODE="32"
+       case $host in
+         x86_64-*linux*)
+           LD="${LD-ld} -m elf_i386"
+           ;;
+-        ppc64-*linux*)
++        ppc64-*linux*|powerpc64-*linux*)
+           LD="${LD-ld} -m elf32ppclinux"
+           ;;
+         s390x-*linux*)
+@@ -6285,7 +6301,6 @@
+       esac
+       ;;
+     *64-bit*)
+-      LINUX_64_MODE="64"
+       case $host in
+         x86_64-*linux*)
+           LD="${LD-ld} -m elf_x86_64"
+@@ -6350,7 +6365,7 @@
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    # The option is referenced via a variable to avoid confusing sed.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+@@ -6360,8 +6375,10 @@
+    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
+        $2=yes
+      fi
+    fi
+@@ -6387,11 +6404,16 @@
+    LDFLAGS="$LDFLAGS $3"
+    printf "$lt_simple_link_test_code" > conftest.$ac_ext
+    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+-     # The compiler can only warn and ignore the option if not recognized
++     # The linker can only warn and ignore the option if not recognized
+      # So say no if there are warnings
+      if test -s conftest.err; then
+        # Append any errors to the config.log.
+        cat conftest.err 1>&AS_MESSAGE_LOG_FD
++       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
++       $SED '/^$/d' conftest.err >conftest.er2
++       if diff conftest.exp conftest.er2 >/dev/null; then
++         $2=yes
++       fi
+      else
+        $2=yes
+      fi
+@@ -6415,7 +6437,7 @@
+ AC_MSG_CHECKING([the maximum length of command line arguments])
+ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
+   i=0
+-  testring="ABCD"
++  teststring="ABCD"
+ 
+   case $build_os in
+   msdosdjgpp*)
+@@ -6444,20 +6466,53 @@
+     lt_cv_sys_max_cmd_len=8192;
+     ;;
+ 
+- *)
++  amigaos*)
++    # On AmigaOS with pdksh, this test takes hours, literally.
++    # So we just punt and use a minimum line length of 8192.
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++    # This has been around since 386BSD, at least.  Likely further.
++    if test -x /sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
++    elif test -x /usr/sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
++    else
++      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
++    fi
++    # And add a safety zone
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
++    ;;
++  osf*)
++    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
++    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
++    # nice to cause kernel panics so lets avoid the loop below.
++    # First set a reasonable default.
++    lt_cv_sys_max_cmd_len=16384
++    #
++    if test -x /sbin/sysconfig; then
++      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
++        *1*) lt_cv_sys_max_cmd_len=-1 ;;
++      esac
++    fi
++    ;;
++  *)
+     # If test is not a shell built-in, we'll probably end up computing a
+     # maximum length that is only half of the actual maximum length, but
+     # we can't tell.
+-    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
+-	       = "XX$testring") >/dev/null 2>&1 &&
+-	    new_result=`expr "X$testring" : ".*" 2>&1` &&
++    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
++    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
++	       = "XX$teststring") >/dev/null 2>&1 &&
++	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
+ 	    lt_cv_sys_max_cmd_len=$new_result &&
+ 	    test $i != 17 # 1/2 MB should be enough
+     do
+       i=`expr $i + 1`
+-      testring=$testring$testring
++      teststring=$teststring$teststring
+     done
+-    testring=
++    teststring=
+     # Add a significant safety factor because C++ compilers can tack on massive
+     # amounts of additional arguments before passing them to the linker.
+     # It appears as though 1/2 is a usable value.
+@@ -6553,7 +6608,7 @@
+ }]
+ EOF
+   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
++    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
+     lt_status=$?
+     case x$lt_status in
+       x$lt_dlno_uscore) $1 ;;
+@@ -6607,7 +6662,7 @@
+     lt_cv_dlopen_self=yes
+     ])
+    ;;
+-    
++
+   *)
+     AC_CHECK_FUNC([shl_load],
+ 	  [lt_cv_dlopen="shl_load"],
+@@ -6696,20 +6751,13 @@
+    mkdir out
+    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+ 
+-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+-   # that will create temporary files in the current directory regardless of
+-   # the output directory.  Thus, making CWD read-only will cause this test
+-   # to fail, enabling locking or at least warning the user not to do parallel
+-   # builds.
+-   chmod -w .
+-
+    lt_compiler_flag="-o out/conftest2.$ac_objext"
+    # Insert the option either (1) after the last *FLAGS variable, or
+    # (2) before a word containing "conftest.", or (3) at the end.
+    # Note that $ac_compile itself does not contain backslashes and begins
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+@@ -6721,13 +6769,18 @@
+    then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings
+-     if test ! -s out/conftest.err; then
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+      fi
+    fi
+-   chmod u+w .
+-   $rm conftest* out/*
+-   rmdir out
++   chmod u+w . 2>&AS_MESSAGE_LOG_FD
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
+    cd ..
+    rmdir conftest
+    $rm conftest*
+@@ -6786,8 +6839,8 @@
+ [AC_MSG_CHECKING([how to hardcode library paths into programs])
+ _LT_AC_TAGVAR(hardcode_action, $1)=
+ if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
+-   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
+-   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
++   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
++   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
+ 
+   # We can hardcode non-existant directories.
+   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
+@@ -6844,7 +6897,7 @@
+    *)
+   AC_MSG_RESULT([no])
+     ;;
+-  esac  
++  esac
+ fi
+ ])# AC_LIBTOOL_SYS_LIB_STRIP
+ 
+@@ -6857,7 +6910,7 @@
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -6867,7 +6920,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+ 
+@@ -6932,7 +6998,7 @@
+ amigaos*)
+   library_names_spec='$libname.ixlibrary $libname.a'
+   # Create ${libname}_ixlibrary.a entries in /sys/libs.
+-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+   ;;
+ 
+ beos*)
+@@ -6941,7 +7007,7 @@
+   shlibpath_var=LIBRARY_PATH
+   ;;
+ 
+-bsdi4*)
++bsdi[[45]]*)
+   version_type=linux
+   need_version=no
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -6957,7 +7023,7 @@
+ 
+ cygwin* | mingw* | pw32*)
+   version_type=windows
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_version=no
+   need_lib_prefix=no
+ 
+@@ -6969,7 +7035,8 @@
+       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+       dldir=$destdir/`dirname \$dlpath`~
+       test -d \$dldir || mkdir -p \$dldir~
+-      $install_prog $dir/$dlname \$dldir/$dlname'
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
+     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+       dlpath=$dir/\$dldll~
+        $rm \$dlpath'
+@@ -6999,7 +7066,7 @@
+       ;;
+     pw32*)
+       # pw32 DLLs use 'pw' prefix rather than 'lib'
+-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+       ;;
+     esac
+     ;;
+@@ -7022,7 +7089,7 @@
+   soname_spec='${libname}${release}${major}$shared_ext'
+   shlibpath_overrides_runpath=yes
+   shlibpath_var=DYLD_LIBRARY_PATH
+-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+   if test "$GCC" = yes; then
+     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -7045,7 +7112,7 @@
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*-gnu*)
++kfreebsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -7057,8 +7124,17 @@
+   dynamic_linker='GNU ld.so'
+   ;;
+ 
+-freebsd*)
+-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[[123]]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
+   version_type=freebsd-$objformat
+   case $version_type in
+     freebsd-elf*)
+@@ -7076,7 +7152,7 @@
+   freebsd2*)
+     shlibpath_overrides_runpath=yes
+     ;;
+-  freebsd3.[01]* | freebsdelf3.[01]*)
++  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
+     shlibpath_overrides_runpath=yes
+     hardcode_into_libs=yes
+     ;;
+@@ -7103,9 +7179,9 @@
+   version_type=sunos
+   need_lib_prefix=no
+   need_version=no
+-  case "$host_cpu" in
++  case $host_cpu in
+   ia64*)
+-    shrext='.so'
++    shrext_cmds='.so'
+     hardcode_into_libs=yes
+     dynamic_linker="$host_os dld.so"
+     shlibpath_var=LD_LIBRARY_PATH
+@@ -7120,7 +7196,7 @@
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+     ;;
+    hppa*64*)
+-     shrext='.sl'
++     shrext_cmds='.sl'
+      hardcode_into_libs=yes
+      dynamic_linker="$host_os dld.sl"
+      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -7131,7 +7207,7 @@
+      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+      ;;
+    *)
+-    shrext='.sl'
++    shrext_cmds='.sl'
+     dynamic_linker="$host_os dld.sl"
+     shlibpath_var=SHLIB_PATH
+     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -7193,22 +7269,19 @@
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+   soname_spec='${libname}${release}${shared_ext}$major'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+-  libsuff=
+-  if test "x$LINUX_64_MODE" = x64; then
+-    # Some platforms are per default 64-bit, so there's no /lib64
+-    if test -d /lib64; then
+-      libsuff=64
+-    fi
+-  fi
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+   # This implies no fast_install, which is unacceptable.
+   # Some rework will be needed to allow for fast_install
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+   # powerpc, because MkLinux only supported shared libraries with the
+   # GNU dynamic linker.  Since this was broken with cross compilers,
+@@ -7218,6 +7291,30 @@
+   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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -7227,7 +7324,7 @@
+     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+     dynamic_linker='NetBSD (a.out) ld.so'
+   else
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+     soname_spec='${libname}${release}${shared_ext}$major'
+     dynamic_linker='NetBSD ld.elf_so'
+   fi
+@@ -7256,7 +7353,11 @@
+ openbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+-  need_version=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+   shlibpath_var=LD_LIBRARY_PATH
+@@ -7276,7 +7377,7 @@
+ 
+ os2*)
+   libname_spec='$name'
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_lib_prefix=no
+   library_names_spec='$libname${shared_ext} $libname.a'
+   dynamic_linker='OS/2 ld.exe'
+@@ -7422,7 +7523,9 @@
+ 
+       case $tagname in
+       CXX)
+-	if test -n "$CXX" && test "X$CXX" != "Xno"; then
++	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++	    (test "X$CXX" != "Xg++"))) ; then
+ 	  AC_LIBTOOL_LANG_CXX_CONFIG
+ 	else
+ 	  tagname=""
+@@ -7484,7 +7587,7 @@
+ 
+ # AC_LIBTOOL_WIN32_DLL
+ # --------------------
+-# declare package support for building win32 dll's
++# declare package support for building win32 DLLs
+ AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
+ [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
+ ])# AC_LIBTOOL_WIN32_DLL
+@@ -7658,7 +7761,7 @@
+       if test -n "$file_magic_test_file"; then
+ 	case $deplibs_check_method in
+ 	"file_magic "*)
+-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ 	    $EGREP "$file_magic_regex" > /dev/null; then
+@@ -7768,7 +7871,7 @@
+     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+       lt_cv_path_LD="$ac_dir/$ac_prog"
+       # Check to see if the program is GNU ld.  I'd rather use --version,
+-      # but apparently some GNU ld's only accept -v.
++      # but apparently some variants of GNU ld only accept -v.
+       # Break only if it was the GNU/non-GNU ld that we prefer.
+       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+       *GNU* | *'with BFD'*)
+@@ -7800,7 +7903,7 @@
+ AC_DEFUN([AC_PROG_LD_GNU],
+ [AC_REQUIRE([AC_PROG_EGREP])dnl
+ AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
+-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
++[# I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+   lt_cv_prog_gnu_ld=yes
+@@ -7827,6 +7930,15 @@
+ *) reload_flag=" $reload_flag" ;;
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
++case $host_os in
++  darwin*)
++    if test "$GCC" = yes; then
++      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
++    else
++      reload_cmds='$LD$reload_flag -o $output$reload_objs'
++    fi
++    ;;
++esac
+ ])# AC_PROG_LD_RELOAD_FLAG
+ 
+ 
+@@ -7860,44 +7972,36 @@
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-bsdi4*)
++bsdi[[45]]*)
+   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
+   lt_cv_file_magic_cmd='/usr/bin/file -L'
+   lt_cv_file_magic_test_file=/shlib/libc.so
+   ;;
+ 
+ cygwin*)
+-  lt_cv_deplibs_check_method=pass_all
++  # func_win32_libid is a shell function defined in ltmain.sh
++  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
++  lt_cv_file_magic_cmd='func_win32_libid'
+   ;;
+-  
++
+ mingw* | pw32*)
+-  # win32_libid is a shell function defined in ltmain.sh
+-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+-  lt_cv_file_magic_cmd='win32_libid'
++  # Base MSYS/MinGW do not provide the 'file' command needed by
++  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
++  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
++  lt_cv_file_magic_cmd='$OBJDUMP -f'
+   ;;
+ 
+ darwin* | rhapsody*)
+-  # this will be overwritten by pass_all, but leave it in just in case
+-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
+-  lt_cv_file_magic_cmd='/usr/bin/file -L'
+-  case "$host_os" in
+-  rhapsody* | darwin1.[[012]])
+-    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
+-    ;;
+-  *) # Darwin 1.3 on
+-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
+-    ;;
+-  esac
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-freebsd*)
++freebsd* | kfreebsd*-gnu | dragonfly*)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     case $host_cpu in
+     i*86 )
+       # Not sure whether the presence of OpenBSD here was a mistake.
+       # Let's accept both of them until this is cleared up.
+-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
++      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
+       lt_cv_file_magic_cmd=/usr/bin/file
+       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+       ;;
+@@ -7913,7 +8017,7 @@
+ 
+ hpux10.20* | hpux11*)
+   lt_cv_file_magic_cmd=/usr/bin/file
+-  case "$host_cpu" in
++  case $host_cpu in
+   ia64*)
+     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
+     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+@@ -7930,42 +8034,21 @@
+   ;;
+ 
+ irix5* | irix6* | nonstopux*)
+-  case $host_os in
+-  irix5* | nonstopux*)
+-    # this will be overridden with pass_all, but let us keep it just in case
+-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
+-    ;;
+-  *)
+-    case $LD in
+-    *-32|*"-32 ") libmagic=32-bit;;
+-    *-n32|*"-n32 ") libmagic=N32;;
+-    *-64|*"-64 ") libmagic=64-bit;;
+-    *) libmagic=never-match;;
+-    esac
+-    # this will be overridden with pass_all, but let us keep it just in case
+-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
+-    ;;
++  case $LD in
++  *-32|*"-32 ") libmagic=32-bit;;
++  *-n32|*"-n32 ") libmagic=N32;;
++  *-64|*"-64 ") libmagic=64-bit;;
++  *) libmagic=never-match;;
+   esac
+-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+ # This must be Linux ELF.
+ linux*)
+-  case $host_cpu in
+-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
+-    lt_cv_deplibs_check_method=pass_all ;;
+-  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
+-  arm* )
+-    lt_cv_deplibs_check_method=pass_all ;;
+-  *)
+-    # glibc up to 2.1.1 does not perform some relocations on ARM
+-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++  lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-netbsd*)
++netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+   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
+@@ -7984,19 +8067,14 @@
+   ;;
+ 
+ openbsd*)
+-  lt_cv_file_magic_cmd=/usr/bin/file
+-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
++    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
+   else
+-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
++    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
+   fi
+   ;;
+ 
+ osf3* | osf4* | osf5*)
+-  # this will be overridden with pass_all, but let us keep it just in case
+-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
+-  lt_cv_file_magic_test_file=/shlib/libc.so
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+@@ -8006,7 +8084,6 @@
+ 
+ solaris*)
+   lt_cv_deplibs_check_method=pass_all
+-  lt_cv_file_magic_test_file=/lib/libc.so
+   ;;
+ 
+ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+@@ -8114,13 +8191,13 @@
+ # -----------------------------------
+ # sets LIBLTDL to the link flags for the libltdl convenience library and
+ # LTDLINCL to the include flags for the libltdl header and adds
+-# --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
+-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
+-# DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will
+-# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
+-# '${top_srcdir}/' (note the single quotes!).  If your package is not
+-# flat and you're not using automake, define top_builddir and
+-# top_srcdir appropriately in the Makefiles.
++# --enable-ltdl-convenience to the configure arguments.  Note that
++# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
++# it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
++# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
++# (note the single quotes!).  If your package is not flat and you're not
++# using automake, define top_builddir and top_srcdir appropriately in
++# the Makefiles.
+ AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
+ [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+   case $enable_ltdl_convenience in
+@@ -8139,13 +8216,13 @@
+ # -----------------------------------
+ # sets LIBLTDL to the link flags for the libltdl installable library and
+ # LTDLINCL to the include flags for the libltdl header and adds
+-# --enable-ltdl-install to the configure arguments.  Note that LIBLTDL
+-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
+-# DIRECTORY is not provided and an installed libltdl is not found, it is
+-# assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'
+-# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
+-# quotes!).  If your package is not flat and you're not using automake,
+-# define top_builddir and top_srcdir appropriately in the Makefiles.
++# --enable-ltdl-install to the configure arguments.  Note that
++# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
++# and an installed libltdl is not found, it is assumed to be `libltdl'.
++# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
++# '${top_srcdir}/' (note the single quotes!).  If your package is not
++# flat and you're not using automake, define top_builddir and top_srcdir
++# appropriately in the Makefiles.
+ # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
+ AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
+ [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+@@ -8183,10 +8260,21 @@
+ # ---------------
+ AC_DEFUN([_LT_AC_LANG_CXX],
+ [AC_REQUIRE([AC_PROG_CXX])
+-AC_REQUIRE([AC_PROG_CXXCPP])
++AC_REQUIRE([_LT_AC_PROG_CXXCPP])
+ _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
+ ])# _LT_AC_LANG_CXX
+ 
++# _LT_AC_PROG_CXXCPP
++# ---------------
++AC_DEFUN([_LT_AC_PROG_CXXCPP],
++[
++AC_REQUIRE([AC_PROG_CXX])
++if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++    (test "X$CXX" != "Xg++"))) ; then
++  AC_PROG_CXXCPP
++fi
++])# _LT_AC_PROG_CXXCPP
+ 
+ # AC_LIBTOOL_F77
+ # --------------
+@@ -8259,6 +8347,10 @@
+ 
+ _LT_AC_SYS_COMPILER
+ 
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ #
+ # Check for any special shared library compilation flags.
+ #
+@@ -8272,7 +8364,7 @@
+ fi
+ if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
+   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
+-  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
++  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
+   else
+     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
+     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
+@@ -8313,7 +8405,7 @@
+ 
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+   test "$enable_shared" = yes && enable_static=no
+   if test -n "$RANLIB"; then
+@@ -8322,48 +8414,11 @@
+   fi
+   ;;
+ 
+-aix4*)
++aix4* | aix5*)
+   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+     test "$enable_shared" = yes && enable_static=no
+   fi
+-  ;;
+-  darwin* | rhapsody*)
+-  if test "$GCC" = yes; then
+-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-    case "$host_os" in
+-    rhapsody* | darwin1.[[012]])
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+-      ;;
+-    *) # Darwin 1.3 on
+-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-      else
+-	case ${MACOSX_DEPLOYMENT_TARGET} in
+-	  10.[012])
+-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	    ;;
+-	  10.*)
+-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	    ;;
+-	esac
+-      fi
+-      ;;
+-    esac
+-    output_verbose_link_cmd='echo'
+-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-  else
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-  fi  
+-    ;;  
++    ;;
+ esac
+ AC_MSG_RESULT([$enable_shared])
+ 
+@@ -8388,7 +8443,7 @@
+ AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
+ [AC_LANG_PUSH(C++)
+ AC_REQUIRE([AC_PROG_CXX])
+-AC_REQUIRE([AC_PROG_CXXCPP])
++AC_REQUIRE([_LT_AC_PROG_CXXCPP])
+ 
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+ _LT_AC_TAGVAR(allow_undefined_flag, $1)=
+@@ -8417,7 +8472,7 @@
+ _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
+ 
+ # Source file extension for C++ test sources.
+-ac_ext=cc
++ac_ext=cpp
+ 
+ # Object file extension for compiled C++ test sources.
+ objext=o
+@@ -8432,6 +8487,10 @@
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+ 
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC=$CC
+ lt_save_LD=$LD
+@@ -8453,7 +8512,7 @@
+ CC=${CXX-"c++"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++_LT_CC_BASENAME([$compiler])
+ 
+ # We don't want -fno-exception wen compiling C++ code, so set the
+ # no_builtin_flag separately
+@@ -8471,8 +8530,8 @@
+   # Check if GNU C++ uses GNU ld as the underlying linker, since the
+   # archiving commands below assume that GNU ld is being used.
+   if test "$with_gnu_ld" = yes; then
+-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ 
+     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+@@ -8498,7 +8557,7 @@
+     # linker, instead of GNU ld.  If possible, this setting should
+     # overridden to take advantage of the native linker features on
+     # the platform it is being used on.
+-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
++    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+   fi
+ 
+   # Commands to make compiler produce verbose output that lists
+@@ -8528,8 +8587,22 @@
+       exp_sym_flag='-Bexport'
+       no_entry_flag=""
+     else
+-      # KDE requires run time linking.  Make it the default.
+-      aix_use_runtimelinking=yes
++      aix_use_runtimelinking=no
++
++      # Test if we are trying to use run time linking or normal
++      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++      # need to do runtime linking.
++      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
++	for ld_flag in $LDFLAGS; do
++	  case $ld_flag in
++	  *-brtl*)
++	    aix_use_runtimelinking=yes
++	    break
++	    ;;
++	  esac
++	done
++      esac
++
+       exp_sym_flag='-bexport'
+       no_entry_flag='-bnoentry'
+     fi
+@@ -8546,7 +8619,7 @@
+     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+ 
+     if test "$GXX" = yes; then
+-      case $host_os in aix4.[012]|aix4.[012].*)
++      case $host_os in aix4.[[012]]|aix4.[[012]].*)
+       # We only want to do this on AIX 4.2 and lower, the check
+       # below for broken collect2 doesn't work under 4.3+
+ 	collect2name=`${CC} -print-prog-name=collect2`
+@@ -8567,6 +8640,9 @@
+ 	fi
+       esac
+       shared_flag='-shared'
++      if test "$aix_use_runtimelinking" = yes; then
++	shared_flag="$shared_flag "'${wl}-G'
++      fi
+     else
+       # not using gcc
+       if test "$host_cpu" = ia64; then
+@@ -8575,15 +8651,16 @@
+ 	shared_flag='-G'
+       else
+ 	if test "$aix_use_runtimelinking" = yes; then
+-	  shared_flag='-qmkshrobj ${wl}-G'
++	  shared_flag='${wl}-G'
+ 	else
+-	  shared_flag='-qmkshrobj'
++	  shared_flag='${wl}-bM:SRE'
+ 	fi
+       fi
+     fi
+ 
+-    # Let the compiler handle the export list.
+-    _LT_AC_TAGVAR(always_export_symbols, $1)=no
++    # It seems that -bexpall does not export symbols beginning with
++    # underscore (_), so it is better to generate a list of symbols to export.
++    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+     if test "$aix_use_runtimelinking" = yes; then
+       # Warning - without using the other runtime loading flags (-brtl),
+       # -berok will link without error, but may produce a broken library.
+@@ -8592,13 +8669,12 @@
+       _LT_AC_SYS_LIBPATH_AIX
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+ 
+-      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      else
+       if test "$host_cpu" = ia64; then
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+       else
+ 	# Determine the default libpath from the value encoded in an empty executable.
+ 	_LT_AC_SYS_LIBPATH_AIX
+@@ -8612,8 +8688,8 @@
+ 	# Exported symbols can be pulled into shared objects from archives
+ 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
+ 	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+-	# This is similar to how AIX traditionally builds it's shared libraries.
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	# This is similar to how AIX traditionally builds its shared libraries.
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+       fi
+     fi
+     ;;
+@@ -8626,16 +8702,17 @@
+     esac
+     ;;
+ 
++
+   cygwin* | mingw* | pw32*)
+     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+     # as there is no search path for DLLs.
+     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-    _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
++    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+     _LT_AC_TAGVAR(always_export_symbols, $1)=no
+     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+ 
+     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+       # If the export-symbols file already is a .def file (1st line
+       # is EXPORTS), use it as is; otherwise, prepend...
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -8644,70 +8721,81 @@
+ 	echo EXPORTS > $output_objdir/$soname.def;
+ 	cat $export_symbols >> $output_objdir/$soname.def;
+       fi~
+-      $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+     else
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
+     fi
+   ;;
++      darwin* | rhapsody*)
++        case $host_os in
++        rhapsody* | darwin1.[[012]])
++         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[[012]])
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++        esac
++      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++      _LT_AC_TAGVAR(hardcode_direct, $1)=no
++      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
++      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+ 
+-  darwin* | rhapsody*)
+-  if test "$GXX" = yes; then
+-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-    case "$host_os" in
+-    rhapsody* | darwin1.[[012]])
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+-      ;;
+-    *) # Darwin 1.3 on
+-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-      else
+-	case ${MACOSX_DEPLOYMENT_TARGET} in
+-	  10.[012])
+-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	    ;;
+-	  10.*)
+-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	    ;;
+-	esac
++    if test "$GXX" = yes ; then
++      lt_int_apple_cc_single_mod=no
++      output_verbose_link_cmd='echo'
++      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++       lt_int_apple_cc_single_mod=yes
+       fi
+-      ;;
+-    esac
+-    lt_int_apple_cc_single_mod=no
+-    output_verbose_link_cmd='echo'
+-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-      lt_int_apple_cc_single_mod=yes
+-    fi
+-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    else
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-    fi
+-    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-
+-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    else
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    fi
+-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-  else
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-  fi
+-    ;;
++      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      else
++          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++        fi
++        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          else
++            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          fi
++            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         _LT_AC_TAGVAR(ld_shlibs, $1)=no
++          ;;
++      esac
++      fi
++        ;;
+ 
+   dgux*)
+     case $cc_basename in
+-      ec++)
++      ec++*)
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+ 	;;
+-      ghcx)
++      ghcx*)
+ 	# Green Hills C++ Compiler
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -8718,14 +8806,14 @@
+ 	;;
+     esac
+     ;;
+-  freebsd[12]*)
++  freebsd[[12]]*)
+     # C++ shared libraries reported to be fairly broken before switch to ELF
+     _LT_AC_TAGVAR(ld_shlibs, $1)=no
+     ;;
+   freebsd-elf*)
+     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+     ;;
+-  freebsd*)
++  freebsd* | kfreebsd*-gnu | dragonfly*)
+     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+     # conventions
+     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
+@@ -8742,12 +8830,12 @@
+ 				# location of the library.
+ 
+     case $cc_basename in
+-    CC)
++    CC*)
+       # FIXME: insert proper C++ library support
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
+       ;;
+-    aCC)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++    aCC*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       # Commands to make compiler produce verbose output that lists
+       # what "hidden" libraries, object files and flags are used when
+       # linking a shared library.
+@@ -8756,11 +8844,11 @@
+       # explicitly linking system object files so we need to strip them
+       # from the output so that they don't get included in the library
+       # dependencies.
+-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+       ;;
+     *)
+       if test "$GXX" = yes; then
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       else
+         # FIXME: insert proper C++ library support
+         _LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -8770,7 +8858,7 @@
+     ;;
+   hpux10*|hpux11*)
+     if test $with_gnu_ld = no; then
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*)
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
+@@ -8786,7 +8874,7 @@
+         ;;
+       esac
+     fi
+-    case "$host_cpu" in
++    case $host_cpu in
+     hppa*64*)
+       _LT_AC_TAGVAR(hardcode_direct, $1)=no
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+@@ -8807,17 +8895,17 @@
+     esac
+ 
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+ 	;;
+-      aCC)
+-	case "$host_cpu" in
++      aCC*)
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+ 	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+ 	  ;;
+ 	*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ 	  ;;
+ 	esac
+ 	# Commands to make compiler produce verbose output that lists
+@@ -8833,12 +8921,12 @@
+       *)
+ 	if test "$GXX" = yes; then
+ 	  if test $with_gnu_ld = no; then
+-	    case "$host_cpu" in
++	    case $host_cpu in
+ 	    ia64*|hppa*64*)
+ 	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+ 	      ;;
+ 	    *)
+-	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ 	      ;;
+ 	    esac
+ 	  fi
+@@ -8851,9 +8939,9 @@
+     ;;
+   irix5* | irix6*)
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# SGI C++
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 
+ 	# Archives containing C++ object files must be created using
+ 	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
+@@ -8864,9 +8952,9 @@
+       *)
+ 	if test "$GXX" = yes; then
+ 	  if test "$with_gnu_ld" = no; then
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 	  else
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
+ 	  fi
+ 	fi
+ 	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+@@ -8877,14 +8965,14 @@
+     ;;
+   linux*)
+     case $cc_basename in
+-      KCC)
++      KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+ 
+ 	# KCC will only create a shared library if the output file
+ 	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+ 	# to its proper name (with version) after linking.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
+ 	# Commands to make compiler produce verbose output that lists
+ 	# what "hidden" libraries, object files and flags are used when
+ 	# linking a shared library.
+@@ -8902,20 +8990,44 @@
+ 	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
+ 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+ 	;;
+-      icpc)
++      icpc*)
+ 	# Intel C++
+ 	with_gnu_ld=yes
++	# version 8.0 and above of icpc choke on multiply defined symbols
++	# if we add $predep_objects and $postdep_objects, however 7.1 and
++	# earlier do not add the objects themselves.
++	case `$CC -V 2>&1` in
++	*"Version 7."*)
++  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++  	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	*)  # Version 8.0 or newer
++	  tmp_idyn=
++	  case $host_cpu in
++	    ia64*) tmp_idyn=' -i_dynamic';;
++	  esac
++  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	esac
+ 	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ 	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+ 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+ 	;;
+-      cxx)
++      pgCC*)
++        # Portland Group C++ compiler
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
++  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
++	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++        ;;
++      cxx*)
+ 	# Compaq C++
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
+ 
+ 	runpath_var=LD_RUN_PATH
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+@@ -8943,7 +9055,7 @@
+     ;;
+   mvs*)
+     case $cc_basename in
+-      cxx)
++      cxx*)
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+ 	;;
+@@ -8953,7 +9065,7 @@
+ 	;;
+     esac
+     ;;
+-  netbsd*)
++  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+       wlarc=
+@@ -8964,15 +9076,31 @@
+     # Workaround some broken pre-1.5 toolchains
+     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+     ;;
++  openbsd2*)
++    # C++ shared libraries are fairly broken
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  openbsd*)
++    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    fi
++    output_verbose_link_cmd='echo'
++    ;;
+   osf3*)
+     case $cc_basename in
+-      KCC)
++      KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+ 
+ 	# KCC will only create a shared library if the output file
+ 	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+ 	# to its proper name (with version) after linking.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+ 
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ 	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -8982,14 +9110,14 @@
+ 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+ 
+ 	;;
+-      RCC)
++      RCC*)
+ 	# Rational C++ 2.4.1
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+ 	;;
+-      cxx)
++      cxx*)
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ 	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9007,7 +9135,7 @@
+       *)
+ 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ 	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 
+ 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ 	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9026,13 +9154,13 @@
+     ;;
+   osf4* | osf5*)
+     case $cc_basename in
+-      KCC)
++      KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+ 
+ 	# KCC will only create a shared library if the output file
+ 	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+ 	# to its proper name (with version) after linking.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+ 
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ 	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9041,17 +9169,17 @@
+ 	# the KAI C++ compiler.
+ 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
+ 	;;
+-      RCC)
++      RCC*)
+ 	# Rational C++ 2.4.1
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+ 	;;
+-      cxx)
++      cxx*)
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+ 	  echo "-hidden">> $lib.exp~
+-	  $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
++	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
+ 	  $rm $lib.exp'
+ 
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+@@ -9070,7 +9198,7 @@
+       *)
+ 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ 	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 
+ 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+ 	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+@@ -9094,7 +9222,7 @@
+   sco*)
+     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+ 	;;
+@@ -9106,12 +9234,12 @@
+     ;;
+   sunos4*)
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# Sun C++ 4.x
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+ 	;;
+-      lcc)
++      lcc*)
+ 	# Lucid
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -9124,36 +9252,33 @@
+     ;;
+   solaris*)
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# Sun C++ 4.2, 5.x and Centerline C++
++        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
+ 	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	$CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+ 
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ 	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ 	case $host_os in
+-	  solaris2.[0-5] | solaris2.[0-5].*) ;;
++	  solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+ 	  *)
+ 	    # The C++ compiler is used as linker so we must use $wl
+ 	    # flag to pass the commands to the underlying system
+-	    # linker.
++	    # linker. We must also pass each convience library through
++	    # to the system linker between allextract/defaultextract.
++	    # The C++ compiler will combine linker options so we
++	    # cannot just pass the convience library names through
++	    # without $wl.
+ 	    # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
++	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
+ 	    ;;
+ 	esac
+ 	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+ 
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	output_verbose_link_cmd='echo'
+ 
+ 	# Archives containing C++ object files must be created using
+ 	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
+@@ -9161,9 +9286,9 @@
+ 	# in the archive.
+ 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
+ 	;;
+-      gcx)
++      gcx*)
+ 	# Green Hills C++ Compiler
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ 
+ 	# The C++ compiler must be used to create the archive.
+ 	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+@@ -9173,9 +9298,9 @@
+ 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ 	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
+ 	  if $CC --version | grep -v '^2\.7' > /dev/null; then
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ 	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+ 
+ 	    # Commands to make compiler produce verbose output that lists
+ 	    # what "hidden" libraries, object files and flags are used when
+@@ -9184,9 +9309,9 @@
+ 	  else
+ 	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
+ 	    # platform.
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ 	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+ 
+ 	    # Commands to make compiler produce verbose output that lists
+ 	    # what "hidden" libraries, object files and flags are used when
+@@ -9204,7 +9329,7 @@
+     ;;
+   tandem*)
+     case $cc_basename in
+-      NCC)
++      NCC*)
+ 	# NonStop-UX NCC 3.20
+ 	# FIXME: insert proper C++ library support
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+@@ -9314,7 +9439,7 @@
+   # The `*' in the case matches for architectures that use `case' in
+   # $output_verbose_cmd can trigger glob expansion during the loop
+   # eval without this substitution.
+-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
++  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
+ 
+   for p in `eval $output_verbose_link_cmd`; do
+     case $p in
+@@ -9354,7 +9479,7 @@
+        fi
+        ;;
+ 
+-    *.$objext|*.$libext)
++    *.$objext)
+        # This assumes that the test object file only shows up
+        # once in the compiler output.
+        if test "$p" = "conftest.$objext"; then
+@@ -9390,6 +9515,21 @@
+ 
+ $rm -f confest.$objext
+ 
++# PORTME: override above test on systems where it is broken
++ifelse([$1],[CXX],
++[case $host_os in
++solaris*)
++  case $cc_basename in
++  CC*)
++    # Adding this requires a known-good setup of shared libraries for
++    # Sun compiler versions before 5.6, else PIC objects from an old
++    # archive will be linked into the output, leading to subtle bugs.
++    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
++    ;;
++  esac
++esac
++])
++
+ case " $_LT_AC_TAGVAR(postdeps, $1) " in
+ *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
+ esac
+@@ -9440,12 +9580,16 @@
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+ 
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${F77-"f77"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++_LT_CC_BASENAME([$compiler])
+ 
+ AC_MSG_CHECKING([if libtool supports shared libraries])
+ AC_MSG_RESULT([$can_build_shared])
+@@ -9455,7 +9599,7 @@
+ 
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+   test "$enable_shared" = yes && enable_static=no
+   if test -n "$RANLIB"; then
+@@ -9463,8 +9607,10 @@
+     postinstall_cmds='$RANLIB $lib'
+   fi
+   ;;
+-aix4*)
+-  test "$enable_shared" = yes && enable_static=no
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
+   ;;
+ esac
+ AC_MSG_RESULT([$enable_shared])
+@@ -9515,20 +9661,27 @@
+ lt_simple_compile_test_code="class foo {}\n"
+ 
+ # Code to be used in simple link tests
+-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
++lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
+ 
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+ 
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${GCJ-"gcj"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
+ 
+ # GCJ did not exist at the time GCC didn't implicitly link libc in.
+ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+ 
++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
++
+ ## CAVEAT EMPTOR:
+ ## There is no encapsulation within the following macros, do not change
+ ## the running order or otherwise move them around unless you know exactly
+@@ -9575,11 +9728,16 @@
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ _LT_AC_SYS_COMPILER
+ 
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${RC-"windres"}
+ compiler=$CC
+ _LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
+ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+ 
+ AC_LIBTOOL_CONFIG($1)
+@@ -9605,11 +9763,12 @@
+   # without removal of \ escapes.
+   if test -n "${ZSH_VERSION+set}" ; then
+     setopt NO_GLOB_SUBST
+-  fi  
++  fi
+   # Now quote all the things that may contain metacharacters while being
+   # careful not to overquote the AC_SUBSTed values.  We take copies of the
+   # variables and quote the copies for generation of the libtool script.
+-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
+     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+     deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -9659,7 +9818,7 @@
+     _LT_AC_TAGVAR(archive_cmds, $1) | \
+     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
+     _LT_AC_TAGVAR(module_cmds, $1) | \
+-    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
++    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
+     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
+     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
+     extract_expsyms_cmds | reload_cmds | finish_cmds | \
+@@ -9714,7 +9873,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ #
+ # As a special exception to the GNU General Public License, if you
+ # distribute this file as part of a program that contains a
+@@ -9725,11 +9884,11 @@
+ SED=$lt_SED
+ 
+ # Sed that helps us avoid accidentally triggering echo(1) options like -n.
+-Xsed="$SED -e s/^X//"
++Xsed="$SED -e 1s/^X//"
+ 
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+ 
+ # The names of the tagged configurations supported by this script.
+ available_tags=
+@@ -9760,6 +9919,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+ 
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -9790,7 +9955,7 @@
+ NM=$lt_NM
+ 
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+ 
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -9821,7 +9986,7 @@
+ libext="$libext"
+ 
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+ 
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -9836,7 +10001,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
+ 
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+ 
+ # Do we need the lib prefix for modules?
+@@ -10065,7 +10230,10 @@
+   # If there is no Makefile yet, we rely on a make rule to execute
+   # `config.status --recheck' to rerun these tests and create the
+   # libtool script then.
+-  test -f Makefile && make "$ltmain"
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
+ fi
+ ])# AC_LIBTOOL_CONFIG
+ 
+@@ -10107,9 +10275,6 @@
+ # Regexp to match symbols that can be accessed directly from C.
+ sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
+ 
+-# Transform the above into a raw symbol and a C symbol.
+-symxfrm='\1 \2\3 \3'
+-
+ # Transform an extracted symbol line into a proper C declaration
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
+ 
+@@ -10131,6 +10296,13 @@
+   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+   ;;
++linux*)
++  if test "$host_cpu" = ia64; then
++    symcode='[[ABCDGIRSTW]]'
++    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  fi
++  ;;
+ irix* | nonstopux*)
+   symcode='[[BCDEGRST]]'
+   ;;
+@@ -10138,7 +10310,7 @@
+   symcode='[[BCDEGQRST]]'
+   ;;
+ solaris* | sysv5*)
+-  symcode='[[BDT]]'
++  symcode='[[BDRT]]'
+   ;;
+ sysv4)
+   symcode='[[DFNSTU]]'
+@@ -10156,14 +10328,17 @@
+ # If we're using GNU nm, then use its standard symbol codes.
+ case `$NM -V 2>&1` in
+ *GNU* | *'with BFD'*)
+-  symcode='[[ABCDGISTW]]' ;;
++  symcode='[[ABCDGIRSTW]]' ;;
+ esac
+ 
+ # Try without a prefix undercore, then with it.
+ for ac_symprfx in "" "_"; do
+ 
++  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
++  symxfrm="\\1 $ac_symprfx\\2 \\2"
++
+   # Write the raw and C identifiers.
+-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
++  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+ 
+   # Check to see that the pipe works correctly.
+   pipe_works=no
+@@ -10327,7 +10502,7 @@
+     hpux*)
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	;;
+       *)
+@@ -10352,18 +10527,28 @@
+ 	;;
+       chorus*)
+ 	case $cc_basename in
+-	cxch68)
++	cxch68*)
+ 	  # Green Hills C++ Compiler
+ 	  # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+ 	  ;;
+ 	esac
+ 	;;
++       darwin*)
++         # PIC is the default on this platform
++         # Common symbols not allowed in MH_DYLIB files
++         case $cc_basename in
++           xlc*)
++           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
++           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++           ;;
++         esac
++       ;;
+       dgux*)
+ 	case $cc_basename in
+-	  ec++)
++	  ec++*)
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ 	    ;;
+-	  ghcx)
++	  ghcx*)
+ 	    # Green Hills C++ Compiler
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ 	    ;;
+@@ -10371,22 +10556,22 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      freebsd*)
++      freebsd* | kfreebsd*-gnu | dragonfly*)
+ 	# FreeBSD uses GNU C++
+ 	;;
+       hpux9* | hpux10* | hpux11*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+ 	    if test "$host_cpu" != ia64; then
+ 	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+ 	    fi
+ 	    ;;
+-	  aCC)
++	  aCC*)
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+-	    case "$host_cpu" in
++	    case $host_cpu in
+ 	    hppa*64*|ia64*)
+ 	      # +Z the default
+ 	      ;;
+@@ -10401,7 +10586,7 @@
+ 	;;
+       irix5* | irix6* | nonstopux*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+ 	    # CC pic flag -KPIC is the default.
+@@ -10412,18 +10597,24 @@
+ 	;;
+       linux*)
+ 	case $cc_basename in
+-	  KCC)
++	  KCC*)
+ 	    # KAI C++ Compiler
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+ 	    ;;
+-	  icpc)
++	  icpc* | ecpc*)
+ 	    # Intel C++
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+-	    ;; 
+-	  cxx)
++	    ;;
++	  pgCC*)
++	    # Portland Group C++ compiler.
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++	    ;;
++	  cxx*)
+ 	    # Compaq C++
+ 	    # Make sure the PIC flag is empty.  It appears that all Alpha
+ 	    # Linux and Compaq Tru64 Unix objects are PIC.
+@@ -10440,25 +10631,25 @@
+ 	;;
+       mvs*)
+ 	case $cc_basename in
+-	  cxx)
++	  cxx*)
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
+ 	    ;;
+ 	  *)
+ 	    ;;
+ 	esac
+ 	;;
+-      netbsd*)
++      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+ 	;;
+       osf3* | osf4* | osf5*)
+ 	case $cc_basename in
+-	  KCC)
++	  KCC*)
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+ 	    ;;
+-	  RCC)
++	  RCC*)
+ 	    # Rational C++ 2.4.1
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ 	    ;;
+-	  cxx)
++	  cxx*)
+ 	    # Digital/Compaq C++
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ 	    # Make sure the PIC flag is empty.  It appears that all Alpha
+@@ -10474,7 +10665,7 @@
+ 	;;
+       sco*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+ 	    ;;
+ 	  *)
+@@ -10483,13 +10674,13 @@
+ 	;;
+       solaris*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    # Sun C++ 4.2, 5.x and Centerline C++
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+ 	    ;;
+-	  gcx)
++	  gcx*)
+ 	    # Green Hills C++ Compiler
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+ 	    ;;
+@@ -10499,12 +10690,12 @@
+ 	;;
+       sunos4*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    # Sun C++ 4.x
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+ 	    ;;
+-	  lcc)
++	  lcc*)
+ 	    # Lucid
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+ 	    ;;
+@@ -10514,7 +10705,7 @@
+ 	;;
+       tandem*)
+ 	case $cc_basename in
+-	  NCC)
++	  NCC*)
+ 	    # NonStop-UX NCC 3.20
+ 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ 	    ;;
+@@ -10585,7 +10776,7 @@
+     hpux*)
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -10611,6 +10802,16 @@
+ 	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+       fi
+       ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
++         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++         ;;
++       esac
++       ;;
+ 
+     mingw* | pw32* | os2*)
+       # This hack is so that the source file can tell whether it is being
+@@ -10622,7 +10823,7 @@
+       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -10646,12 +10847,19 @@
+       ;;
+ 
+     linux*)
+-      case $CC in
++      case $cc_basename in
+       icc* | ecc*)
+ 	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ 	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+ 	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+         ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++        ;;
+       ccc*)
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+         # All Alpha code is PIC.
+@@ -10672,9 +10880,14 @@
+       ;;
+ 
+     solaris*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
++      *)
++	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
++      esac
+       ;;
+ 
+     sunos4*)
+@@ -10696,6 +10909,11 @@
+       fi
+       ;;
+ 
++    unicos*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
++      ;;
++
+     uts4*)
+       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+@@ -10723,7 +10941,7 @@
+     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
+ fi
+-case "$host_os" in
++case $host_os in
+   # For platforms which do not support PIC, -DPIC is meaningless:
+   *djgpp*)
+     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+@@ -10756,7 +10974,10 @@
+     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
+   ;;
+   cygwin* | mingw*)
+-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  linux*)
++    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
+   ;;
+   *)
+     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+@@ -10782,7 +11003,7 @@
+   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
+   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
+   _LT_AC_TAGVAR(module_cmds, $1)=
+-  _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
++  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
+   _LT_AC_TAGVAR(always_export_symbols, $1)=no
+   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+   # include_expsyms should be a list of space-separated symbols to be *always*
+@@ -10799,7 +11020,8 @@
+   # rely on this symbol name, it's probably fine to never include it in
+   # preloaded symbol tables.
+   extract_expsyms_cmds=
+-
++  # Just being paranoid about ensuring that cc_basename is set.
++  _LT_CC_BASENAME([$compiler])
+   case $host_os in
+   cygwin* | mingw* | pw32*)
+     # FIXME: the MSVC++ port hasn't been tested in a loooong time
+@@ -10819,6 +11041,27 @@
+     # If archive_cmds runs LD, not CC, wlarc should be empty
+     wlarc='${wl}'
+ 
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
++    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
+     # See if GNU ld supports shared libraries.
+     case $host_os in
+     aix3* | aix4* | aix5*)
+@@ -10856,7 +11099,7 @@
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+ 	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ 	# support --undefined.  This deserves some investigation.  FIXME
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+       else
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+       fi
+@@ -10866,13 +11109,13 @@
+       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+       # as there is no search path for DLLs.
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
++      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+       _LT_AC_TAGVAR(always_export_symbols, $1)=no
+       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+ 
+       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+ 	# If the export-symbols file already is a .def file (1st line
+ 	# is EXPORTS), use it as is; otherwise, prepend...
+ 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -10881,19 +11124,51 @@
+ 	  echo EXPORTS > $output_objdir/$soname.def;
+ 	  cat $export_symbols >> $output_objdir/$soname.def;
+ 	fi~
+-	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	_LT_AC_TAGVAR(link_all_deplibs, $1)=no
+       else
+-	ld_shlibs=no
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+       else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       fi
+       ;;
+ 
+@@ -10911,8 +11186,8 @@
+ 
+ EOF
+       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+       fi
+@@ -10927,24 +11202,19 @@
+ 
+     *)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+       fi
+       ;;
+     esac
+ 
+-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
+-      runpath_var=LD_RUN_PATH
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+-      # ancient GNU ld didn't support --whole-archive et. al.
+-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+-      else
+-  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+-      fi
++    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
++      runpath_var=
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+     fi
+   else
+     # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -10978,9 +11248,20 @@
+ 	else
+ 	  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
+ 	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
+ 
+-	# KDE requires run time linking.  Make it the default.
+-	aix_use_runtimelinking=yes
+ 	exp_sym_flag='-bexport'
+ 	no_entry_flag='-bnoentry'
+       fi
+@@ -10997,7 +11278,7 @@
+       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+ 
+       if test "$GCC" = yes; then
+-	case $host_os in aix4.[012]|aix4.[012].*)
++	case $host_os in aix4.[[012]]|aix4.[[012]].*)
+ 	# We only want to do this on AIX 4.2 and lower, the check
+ 	# below for broken collect2 doesn't work under 4.3+
+ 	  collect2name=`${CC} -print-prog-name=collect2`
+@@ -11018,6 +11299,9 @@
+ 	  fi
+ 	esac
+ 	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
+       else
+ 	# not using gcc
+ 	if test "$host_cpu" = ia64; then
+@@ -11026,29 +11310,29 @@
+ 	  shared_flag='-G'
+ 	else
+   	if test "$aix_use_runtimelinking" = yes; then
+-	    shared_flag='-qmkshrobj ${wl}-G'
++	    shared_flag='${wl}-G'
+ 	  else
+-	    shared_flag='-qmkshrobj'
++	    shared_flag='${wl}-bM:SRE'
+   	fi
+ 	fi
+       fi
+ 
+-      # Let the compiler handle the export list.
+-      _LT_AC_TAGVAR(always_export_symbols, $1)=no
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+       if test "$aix_use_runtimelinking" = yes; then
+ 	# Warning - without using the other runtime loading flags (-brtl),
+ 	# -berok will link without error, but may produce a broken library.
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
+        # Determine the default libpath from the value encoded in an empty executable.
+-	_LT_AC_SYS_LIBPATH_AIX
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+-	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       _LT_AC_SYS_LIBPATH_AIX
++       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+        else
+ 	if test "$host_cpu" = ia64; then
+ 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+ 	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+-	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+ 	else
+ 	 # Determine the default libpath from the value encoded in an empty executable.
+ 	 _LT_AC_SYS_LIBPATH_AIX
+@@ -11062,8 +11346,8 @@
+ 	  # Exported symbols can be pulled into shared objects from archives
+ 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
+ 	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+-	  # This is similar to how AIX traditionally builds it's shared libraries.
+-	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ 	fi
+       fi
+       ;;
+@@ -11076,7 +11360,7 @@
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
+       ;;
+ 
+-    bsdi4*)
++    bsdi[[45]]*)
+       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+       ;;
+ 
+@@ -11086,69 +11370,69 @@
+       # hardcode_libdir_flag_spec is actually meaningless, as there is
+       # no search path for DLLs.
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
++      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+       # Tell ltmain to make .lib files, not .a files.
+       libext=lib
+       # Tell ltmain to make .dll files, not .so files.
+-      shrext=".dll"
++      shrext_cmds=".dll"
+       # FIXME: Setting linknames here is a bad hack.
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+       # The linker will automatically build a .lib file if we build a DLL.
+       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
+       # FIXME: Should let the user specify the lib program.
+       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
+-      fix_srcfile_path='`cygpath -w "$srcfile"`'
++      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
+       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+       ;;
+ 
+     darwin* | rhapsody*)
+-    if test "$GXX" = yes ; then
+-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-      case "$host_os" in
+-      rhapsody* | darwin1.[[012]])
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+-	;;
+-      *) # Darwin 1.3 on
+-	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	  allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	else
+-	  case ${MACOSX_DEPLOYMENT_TARGET} in
+-	    10.[012])
+-	      allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	      ;;
+-	    10.*)
+-	      allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	      ;;
+-	  esac
+-	fi
+-	;;
++      case $host_os in
++        rhapsody* | darwin1.[[012]])
++         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[[012]])
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
+       esac
+-    	lt_int_apple_cc_single_mod=no
+-    	output_verbose_link_cmd='echo'
+-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-    	  lt_int_apple_cc_single_mod=yes
+-    	fi
+-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-    	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    	else
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-      fi
+-      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        else
+-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        fi
+-          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+       _LT_AC_TAGVAR(hardcode_direct, $1)=no
+       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
+       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-    else  
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    fi  
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         _LT_AC_TAGVAR(ld_shlibs, $1)=no
++          ;;
++      esac
++    fi
+       ;;
+ 
+     dgux*)
+@@ -11181,8 +11465,8 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+@@ -11190,7 +11474,7 @@
+ 
+     hpux9*)
+       if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       else
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       fi
+@@ -11206,16 +11490,16 @@
+ 
+     hpux10* | hpux11*)
+       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	esac
+       else
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+ 	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	  ;;
+@@ -11225,7 +11509,7 @@
+ 	esac
+       fi
+       if test "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*)
+ 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+ 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
+@@ -11258,7 +11542,7 @@
+ 
+     irix5* | irix6* | nonstopux*)
+       if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
+@@ -11268,7 +11552,7 @@
+       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -11291,7 +11575,8 @@
+       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ 	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+       else
+@@ -11301,7 +11586,7 @@
+ 	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+ 	   ;;
+ 	 *)
+-	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ 	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+ 	   ;;
+        esac
+@@ -11312,14 +11597,14 @@
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+       ;;
+ 
+     osf3*)
+       if test "$GCC" = yes; then
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -11331,13 +11616,13 @@
+     osf4* | osf5*)	# as osf3* with the addition of -msym flag
+       if test "$GCC" = yes; then
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+       else
+ 	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+ 
+ 	# Both c and cxx compiler support -rpath directly
+ 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+@@ -11356,10 +11641,12 @@
+     solaris*)
+       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
+       if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	wlarc='${wl}'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+       else
++	wlarc=''
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -11368,8 +11655,18 @@
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+       case $host_os in
+       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
+       esac
+       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+       ;;
+@@ -11378,7 +11675,7 @@
+       if test "x$host_vendor" = xsequent; then
+ 	# Use $CC to link under sequent, because it throws in some extra .o
+ 	# files that make .init and .fini sections work.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+ 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+       fi
+@@ -11438,9 +11735,9 @@
+    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
+       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
+       if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       fi
+       runpath_var='LD_RUN_PATH'
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+@@ -11498,7 +11795,7 @@
+       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
+       $rm conftest*
+       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+-  
++
+       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
+         soname=conftest
+         lib=conftest
+@@ -11632,7 +11929,7 @@
+ # Add /usr/xpg4/bin/sed as it is typically found on Solaris
+ # along with /bin/sed that truncates output.
+ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+-  test ! -f $lt_ac_sed && break
++  test ! -f $lt_ac_sed && continue
+   cat /dev/null > conftest.in
+   lt_ac_count=0
+   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+diff -Nrua koffice-1.4.2.orig/aclocal.m4 koffice-1.4.2/aclocal.m4
+--- koffice-1.4.2.orig/aclocal.m4	2005-10-05 12:51:07.000000000 +0200
++++ koffice-1.4.2/aclocal.m4	2005-11-11 17:29:06.000000000 +0100
+@@ -1,12045 +1,42 @@
+-# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
++# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
+ 
+-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# 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.
+-
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+-# PARTICULAR PURPOSE.
+-
+-
+-dnl    This file is part of the KDE libraries/packages
+-dnl    Copyright (C) 1997 Janos Farkas (chexum at shadow.banki.hu)
+-dnl              (C) 1997,98,99 Stephan Kulow (coolo at kde.org)
+-
+-dnl    This file is free software; you can redistribute it and/or
+-dnl    modify it under the terms of the GNU Library General Public
+-dnl    License as published by the Free Software Foundation; either
+-dnl    version 2 of the License, or (at your option) any later version.
+-
+-dnl    This library is distributed in the hope that it will be useful,
+-dnl    but WITHOUT ANY WARRANTY; without even the implied warranty of
+-dnl    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+-dnl    Library General Public License for more details.
+-
+-dnl    You should have received a copy of the GNU Library General Public License
+-dnl    along with this library; see the file COPYING.LIB.  If not, write to
+-dnl    the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
+-dnl    Boston, MA 02110-1301, USA.
+-
+-dnl IMPORTANT NOTE:
+-dnl Please do not modify this file unless you expect your modifications to be
+-dnl carried into every other module in the repository. 
+-dnl
+-dnl Single-module modifications are best placed in configure.in for kdelibs
+-dnl and kdebase or configure.in.in if present.
+-
+-# KDE_PATH_X_DIRECT
+-dnl Internal subroutine of AC_PATH_X.
+-dnl Set ac_x_includes and/or ac_x_libraries.
+-AC_DEFUN([KDE_PATH_X_DIRECT],
+-[
+-AC_REQUIRE([KDE_CHECK_LIB64])
+-
+-if test "$ac_x_includes" = NO; then
+-  # Guess where to find include files, by looking for this one X11 .h file.
+-  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
+-
+-  # First, try using that file with no special directory specified.
+-AC_TRY_CPP([#include <$x_direct_test_include>],
+-[# We can compile using X headers with no special include directory.
+-ac_x_includes=],
+-[# Look for the header file in a standard set of common directories.
+-# Check X11 before X11Rn because it is often a symlink to the current release.
+-  for ac_dir in               \
+-    /usr/X11/include          \
+-    /usr/X11R6/include        \
+-    /usr/X11R5/include        \
+-    /usr/X11R4/include        \
+-                              \
+-    /usr/include/X11          \
+-    /usr/include/X11R6        \
+-    /usr/include/X11R5        \
+-    /usr/include/X11R4        \
+-                              \
+-    /usr/local/X11/include    \
+-    /usr/local/X11R6/include  \
+-    /usr/local/X11R5/include  \
+-    /usr/local/X11R4/include  \
+-                              \
+-    /usr/local/include/X11    \
+-    /usr/local/include/X11R6  \
+-    /usr/local/include/X11R5  \
+-    /usr/local/include/X11R4  \
+-                              \
+-    /usr/X386/include         \
+-    /usr/x386/include         \
+-    /usr/XFree86/include/X11  \
+-                              \
+-    /usr/include              \
+-    /usr/local/include        \
+-    /usr/unsupported/include  \
+-    /usr/athena/include       \
+-    /usr/local/x11r5/include  \
+-    /usr/lpp/Xamples/include  \
+-                              \
+-    /usr/openwin/include      \
+-    /usr/openwin/share/include \
+-    ; \
+-  do
+-    if test -r "$ac_dir/$x_direct_test_include"; then
+-      ac_x_includes=$ac_dir
+-      break
+-    fi
+-  done])
+-fi # $ac_x_includes = NO
+-
+-if test "$ac_x_libraries" = NO; then
+-  # Check for the libraries.
+-
+-  test -z "$x_direct_test_library" && x_direct_test_library=Xt
+-  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
+-
+-  # See if we find them without any special options.
+-  # Don't add to $LIBS permanently.
+-  ac_save_LIBS="$LIBS"
+-  LIBS="-l$x_direct_test_library $LIBS"
+-AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}(1)],
+-[LIBS="$ac_save_LIBS"
+-# We can link X programs with no special library path.
+-ac_x_libraries=],
+-[LIBS="$ac_save_LIBS"
+-# First see if replacing the include by lib works.
+-# Check X11 before X11Rn because it is often a symlink to the current release.
+-for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
+-    /usr/X11/lib${kdelibsuff}           \
+-    /usr/X11R6/lib${kdelibsuff}         \
+-    /usr/X11R5/lib${kdelibsuff}         \
+-    /usr/X11R4/lib${kdelibsuff}         \
+-                                        \
+-    /usr/lib${kdelibsuff}/X11           \
+-    /usr/lib${kdelibsuff}/X11R6         \
+-    /usr/lib${kdelibsuff}/X11R5         \
+-    /usr/lib${kdelibsuff}/X11R4         \
+-                                        \
+-    /usr/local/X11/lib${kdelibsuff}     \
+-    /usr/local/X11R6/lib${kdelibsuff}   \
+-    /usr/local/X11R5/lib${kdelibsuff}   \
+-    /usr/local/X11R4/lib${kdelibsuff}   \
+-                                        \
+-    /usr/local/lib${kdelibsuff}/X11     \
+-    /usr/local/lib${kdelibsuff}/X11R6   \
+-    /usr/local/lib${kdelibsuff}/X11R5   \
+-    /usr/local/lib${kdelibsuff}/X11R4   \
+-                                        \
+-    /usr/X386/lib${kdelibsuff}          \
+-    /usr/x386/lib${kdelibsuff}          \
+-    /usr/XFree86/lib${kdelibsuff}/X11   \
+-                                        \
+-    /usr/lib${kdelibsuff}               \
+-    /usr/local/lib${kdelibsuff}         \
+-    /usr/unsupported/lib${kdelibsuff}   \
+-    /usr/athena/lib${kdelibsuff}        \
+-    /usr/local/x11r5/lib${kdelibsuff}   \
+-    /usr/lpp/Xamples/lib${kdelibsuff}   \
+-    /lib/usr/lib${kdelibsuff}/X11       \
+-                                        \
+-    /usr/openwin/lib${kdelibsuff}       \
+-    /usr/openwin/share/lib${kdelibsuff} \
+-    ; \
+-do
+-dnl Don't even attempt the hair of trying to link an X program!
+-  for ac_extension in a so sl; do
+-    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
+-      ac_x_libraries=$ac_dir
+-      break 2
+-    fi
+-  done
+-done])
+-fi # $ac_x_libraries = NO
+-])
+-
+-
+-dnl ------------------------------------------------------------------------
+-dnl Find a file (or one of more files in a list of dirs)
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([AC_FIND_FILE],
+-[
+-$3=NO
+-for i in $2;
+-do
+-  for j in $1;
+-  do
+-    echo "configure: __oline__: $i/$j" >&AC_FD_CC
+-    if test -r "$i/$j"; then
+-      echo "taking that" >&AC_FD_CC
+-      $3=$i
+-      break 2
+-    fi
+-  done
+-done
+-])
+-
+-dnl KDE_FIND_PATH(program-name, variable-name, list-of-dirs,
+-dnl	if-not-found, test-parameter, prepend-path)
+-dnl
+-dnl Look for program-name in list-of-dirs+$PATH.
+-dnl If prepend-path is set, look in $PATH+list-of-dirs instead.
+-dnl If found, $variable-name is set. If not, if-not-found is evaluated.
+-dnl test-parameter: if set, the program is executed with this arg,
+-dnl                 and only a successful exit code is required.
+-AC_DEFUN([KDE_FIND_PATH],
+-[
+-   AC_MSG_CHECKING([for $1])
+-   if test -n "$$2"; then
+-        kde_cv_path="$$2";
+-   else
+-        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
+-
+-        AC_CACHE_VAL(kde_cv_path_$kde_cache,
+-        [
+-        kde_cv_path="NONE"
+-	kde_save_IFS=$IFS
+-	IFS=':'
+-	dirs=""
+-	for dir in $PATH; do
+-	  dirs="$dirs $dir"
+-	done
+-	if test -z "$6"; then  dnl Append dirs in PATH (default)
+-	  dirs="$3 $dirs"
+-        else  dnl Prepend dirs in PATH (if 6th arg is set)
+-	  dirs="$dirs $3"
+-	fi
+-	IFS=$kde_save_IFS
+-
+-        for dir in $dirs; do
+-	  if test -x "$dir/$1"; then
+-	    if test -n "$5"
+-	    then
+-              evalstr="$dir/$1 $5 2>&1 "
+-	      if eval $evalstr; then
+-                kde_cv_path="$dir/$1"
+-                break
+-	      fi
+-            else
+-		kde_cv_path="$dir/$1"
+-                break
+-	    fi
+-          fi
+-        done
+-
+-        eval "kde_cv_path_$kde_cache=$kde_cv_path"
+-
+-        ])
+-
+-      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
+-
+-   fi
+-
+-   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
+-      AC_MSG_RESULT(not found)
+-      $4
+-   else
+-      AC_MSG_RESULT($kde_cv_path)
+-      $2=$kde_cv_path
+-
+-   fi
+-])
+-
+-AC_DEFUN([KDE_MOC_ERROR_MESSAGE],
+-[
+-    AC_MSG_ERROR([No Qt meta object compiler (moc) found!
+-Please check whether you installed Qt correctly.
+-You need to have a running moc binary.
+-configure tried to run $ac_cv_path_moc and the test didn't
+-succeed. If configure shouldn't have tried this one, set
+-the environment variable MOC to the right one before running
+-configure.
+-])
+-])
+-
+-AC_DEFUN([KDE_UIC_ERROR_MESSAGE],
+-[
+-    AC_MSG_WARN([No Qt ui compiler (uic) found!
+-Please check whether you installed Qt correctly.
+-You need to have a running uic binary.
+-configure tried to run $ac_cv_path_uic and the test didn't
+-succeed. If configure shouldn't have tried this one, set
+-the environment variable UIC to the right one before running
+-configure.
+-])
+-])
+-
+-
+-AC_DEFUN([KDE_CHECK_UIC_FLAG],
+-[
+-    AC_MSG_CHECKING([whether uic supports -$1 ])
+-    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
+-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
+-    [
+-        cat >conftest.ui <<EOT
+-        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
+-EOT
+-        ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null"
+-        if AC_TRY_EVAL(ac_uic_testrun); then
+-            eval "kde_cv_prog_uic_$kde_cache=yes"
+-        else
+-            eval "kde_cv_prog_uic_$kde_cache=no"
+-        fi
+-        rm -f conftest*
+-    ])
+-
+-    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
+-        AC_MSG_RESULT([yes])
+-        :
+-        $3
+-    else
+-        AC_MSG_RESULT([no])
+-        :
+-        $4
+-    fi
+-])
+-
+-
+-dnl ------------------------------------------------------------------------
+-dnl Find the meta object compiler and the ui compiler in the PATH,
+-dnl in $QTDIR/bin, and some more usual places
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([AC_PATH_QT_MOC_UIC],
+-[
+-   AC_REQUIRE([KDE_CHECK_PERL])
+-   qt_bindirs=""
+-   for dir in $kde_qt_dirs; do
+-      qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
+-   done
+-   qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
+-   if test ! "$ac_qt_bindir" = "NO"; then
+-      qt_bindirs="$ac_qt_bindir $qt_bindirs"
+-   fi
+-
+-   KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
+-   if test -z "$UIC_NOT_NEEDED"; then
+-     KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""])
+-     if test -z "$UIC_PATH" ; then
+-       KDE_UIC_ERROR_MESSAGE
+-       exit 1
+-     else
+-       UIC=$UIC_PATH
+-
+-       if test $kde_qtver = 3; then
+-         KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no)
+-         KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no)
+-
+-         if test x$ac_uic_supports_libpath = xyes; then
+-             UIC="$UIC -L \$(kde_widgetdir)"
+-         fi
+-         if test x$ac_uic_supports_nounload = xyes; then
+-             UIC="$UIC -nounload"
+-         fi
+-       fi
+-     fi
+-   else
+-     UIC="echo uic not available: "
+-   fi
+-
+-   AC_SUBST(MOC)
+-   AC_SUBST(UIC)
+-
+-   UIC_TR="i18n"
+-   if test $kde_qtver = 3; then
+-     UIC_TR="tr2i18n"
+-   fi
+-
+-   AC_SUBST(UIC_TR)
+-])
+-
+-AC_DEFUN([KDE_1_CHECK_PATHS],
+-[
+-  KDE_1_CHECK_PATH_HEADERS
+-
+-  KDE_TEST_RPATH=
+-
+-  if test -n "$USE_RPATH"; then
+-
+-     if test -n "$kde_libraries"; then
+-       KDE_TEST_RPATH="-R $kde_libraries"
+-     fi
+-
+-     if test -n "$qt_libraries"; then
+-       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
+-     fi
+-
+-     if test -n "$x_libraries"; then
+-       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
+-     fi
+-
+-     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
+-  fi
+-
+-AC_MSG_CHECKING([for KDE libraries installed])
+-ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
+-
+-if AC_TRY_EVAL(ac_link) && test -s conftest; then
+-  AC_MSG_RESULT(yes)
+-else
+-  AC_MSG_ERROR([your system fails at linking a small KDE application!
+-Check, if your compiler is installed correctly and if you have used the
+-same compiler to compile Qt and kdelibs as you did use now.
+-For more details about this problem, look at the end of config.log.])
+-fi
+-
+-if eval `KDEDIR= ./conftest 2>&5`; then
+-  kde_result=done
+-else
+-  kde_result=problems
+-fi
+-
+-KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
+-kde_have_all_paths=yes
+-
+-KDE_SET_PATHS($kde_result)
+-
+-])
+-
+-AC_DEFUN([KDE_SET_PATHS],
+-[
+-  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
+-	kde_htmldir=\"$kde_htmldir\" \
+-	kde_appsdir=\"$kde_appsdir\" \
+-	kde_icondir=\"$kde_icondir\" \
+-	kde_sounddir=\"$kde_sounddir\" \
+-	kde_datadir=\"$kde_datadir\" \
+-	kde_locale=\"$kde_locale\" \
+-	kde_cgidir=\"$kde_cgidir\" \
+-	kde_confdir=\"$kde_confdir\" \
+-	kde_kcfgdir=\"$kde_kcfgdir\" \
+-	kde_mimedir=\"$kde_mimedir\" \
+-	kde_toolbardir=\"$kde_toolbardir\" \
+-	kde_wallpaperdir=\"$kde_wallpaperdir\" \
+-	kde_templatesdir=\"$kde_templatesdir\" \
+-	kde_bindir=\"$kde_bindir\" \
+-	kde_servicesdir=\"$kde_servicesdir\" \
+-	kde_servicetypesdir=\"$kde_servicetypesdir\" \
+-	kde_moduledir=\"$kde_moduledir\" \
+-	kde_styledir=\"$kde_styledir\" \
+-	kde_widgetdir=\"$kde_widgetdir\" \
+-	xdg_appsdir=\"$xdg_appsdir\" \
+-	xdg_menudir=\"$xdg_menudir\" \
+-	xdg_directorydir=\"$xdg_directorydir\" \
+-	kde_result=$1"
+-])
+-
+-AC_DEFUN([KDE_SET_DEFAULT_PATHS],
+-[
+-if test "$1" = "default"; then
+-
+-  if test -z "$kde_htmldir"; then
+-    kde_htmldir='\${datadir}/doc/HTML'
+-  fi
+-  if test -z "$kde_appsdir"; then
+-    kde_appsdir='\${datadir}/applnk'
+-  fi
+-  if test -z "$kde_icondir"; then
+-    kde_icondir='\${datadir}/icons'
+-  fi
+-  if test -z "$kde_sounddir"; then
+-    kde_sounddir='\${datadir}/sounds'
+-  fi
+-  if test -z "$kde_datadir"; then
+-    kde_datadir='\${datadir}/apps'
+-  fi
+-  if test -z "$kde_locale"; then
+-    kde_locale='\${datadir}/locale'
+-  fi
+-  if test -z "$kde_cgidir"; then
+-    kde_cgidir='\${exec_prefix}/cgi-bin'
+-  fi
+-  if test -z "$kde_confdir"; then
+-    kde_confdir='\${datadir}/config'
+-  fi
+-  if test -z "$kde_kcfgdir"; then
+-    kde_kcfgdir='\${datadir}/config.kcfg'
+-  fi
+-  if test -z "$kde_mimedir"; then
+-    kde_mimedir='\${datadir}/mimelnk'
+-  fi
+-  if test -z "$kde_toolbardir"; then
+-    kde_toolbardir='\${datadir}/toolbar'
+-  fi
+-  if test -z "$kde_wallpaperdir"; then
+-    kde_wallpaperdir='\${datadir}/wallpapers'
+-  fi
+-  if test -z "$kde_templatesdir"; then
+-    kde_templatesdir='\${datadir}/templates'
+-  fi
+-  if test -z "$kde_bindir"; then
+-    kde_bindir='\${exec_prefix}/bin'
+-  fi
+-  if test -z "$kde_servicesdir"; then
+-    kde_servicesdir='\${datadir}/services'
+-  fi
+-  if test -z "$kde_servicetypesdir"; then
+-    kde_servicetypesdir='\${datadir}/servicetypes'
+-  fi
+-  if test -z "$kde_moduledir"; then
+-    if test "$kde_qtver" = "2"; then
+-      kde_moduledir='\${libdir}/kde2'
+-    else
+-      kde_moduledir='\${libdir}/kde3'
+-    fi
+-  fi
+-  if test -z "$kde_styledir"; then
+-    kde_styledir='\${libdir}/kde3/plugins/styles'
+-  fi
+-  if test -z "$kde_widgetdir"; then
+-    kde_widgetdir='\${libdir}/kde3/plugins/designer'
+-  fi
+-  if test -z "$xdg_appsdir"; then
+-    xdg_appsdir='\${datadir}/applications/kde'
+-  fi
+-  if test -z "$xdg_menudir"; then
+-    xdg_menudir='\${sysconfdir}/xdg/menus'
+-  fi
+-  if test -z "$xdg_directorydir"; then
+-    xdg_directorydir='\${datadir}/desktop-directories'
+-  fi
+-
+-  KDE_SET_PATHS(defaults)
+-
+-else
+-
+-  if test $kde_qtver = 1; then
+-     AC_MSG_RESULT([compiling])
+-     KDE_1_CHECK_PATHS
+-  else
+-     AC_MSG_ERROR([path checking not yet supported for KDE 2])
+-  fi
+-
+-fi
+-])
+-
+-AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS],
+-[ if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
+-   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
+-   test -z "$kde_datadir" || test -z "$kde_locale"  ||
+-   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
+-   test -z "$kde_kcfgdir" ||
+-   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
+-   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
+-   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
+-   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
+-   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
+-   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
+-   test "x$kde_have_all_paths" != "xyes"; then
+-     kde_have_all_paths=no
+-  fi
+-])
+-
+-AC_DEFUN([KDE_MISSING_PROG_ERROR],
+-[
+-    AC_MSG_ERROR([The important program $1 was not found!
+-Please check whether you installed KDE correctly.
+-])
+-])
+-
+-AC_DEFUN([KDE_MISSING_ARTS_ERROR],
+-[
+-    AC_MSG_ERROR([The important program $1 was not found!
+-Please check whether you installed aRts correctly or use
+---without-arts to compile without aRts support (this will remove functionality).
+-])
+-])
+-
+-AC_DEFUN([KDE_SET_DEFAULT_BINDIRS],
+-[
+-    kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
+-    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
+-    if test -n "$KDEDIRS"; then
+-       kde_save_IFS=$IFS
+-       IFS=:
+-       for dir in $KDEDIRS; do
+-            kde_default_bindirs="$dir/bin $kde_default_bindirs "
+-       done
+-       IFS=$kde_save_IFS
+-    fi
+-])
+-
+-AC_DEFUN([KDE_SUBST_PROGRAMS],
+-[
+-    AC_ARG_WITH(arts,
+-        AC_HELP_STRING([--without-arts],[build without aRts [default=no]]),
+-        [build_arts=$withval],
+-        [build_arts=yes]
+-    )
+-    AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no")
+-    if test "$build_arts" = "no"; then
+-        AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts])
+-    fi
+-
+-        KDE_SET_DEFAULT_BINDIRS
+-        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
+-        KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
+-        KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
+-        if test "$build_arts" '!=' "no"; then
+-          KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
+-          KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
+-        fi
+-        KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
+-
+-        kde32ornewer=1
+-        kde33ornewer=1
+-        if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
+-            kde32ornewer=
+-            kde33ornewer=
+-        else
+-            if test "$kde_qtver" = "3"; then
+-              if test "$kde_qtsubver" -le 1; then
+-                kde32ornewer=
+-              fi
+-              if test "$kde_qtsubver" -le 2 -o `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
+-                kde33ornewer=
+-              fi
+-            fi
+-        fi
+-
+-        if test -n "$kde32ornewer"; then
+-            KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
+-            KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
+-        fi
+-        if test -n "$kde33ornewer"; then
+-            KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
+-            AC_SUBST(MAKEKDEWIDGETS)
+-        fi
+-        KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
+-
+-        if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
+- 	    kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
+-            test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
+-            AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
+-	    if test "$KDE_XSL_STYLESHEET" = "NO"; then
+-		KDE_XSL_STYLESHEET=""
+-	    else
+-                KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
+-	    fi
+-        fi
+-
+-        DCOP_DEPENDENCIES='$(DCOPIDL)'
+-        if test -n "$kde32ornewer"; then
+-            KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
+-            DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
+-            AC_SUBST(KCONFIG_COMPILER)
+-            AC_SUBST(KCFG_DEPENDENCIES)
+-            AC_SUBST(DCOPIDLNG)
+-        fi
+-        AC_SUBST(DCOPIDL)
+-        AC_SUBST(DCOPIDL2CPP)
+-        AC_SUBST(DCOP_DEPENDENCIES)
+-        AC_SUBST(MCOPIDL)
+-        AC_SUBST(ARTSCCONFIG)
+-	AC_SUBST(MEINPROC)
+- 	AC_SUBST(KDE_XSL_STYLESHEET)
+-	AC_SUBST(XMLLINT)
+-])dnl
+-
+-AC_DEFUN([AC_CREATE_KFSSTND],
+-[
+-AC_REQUIRE([AC_CHECK_RPATH])
+-
+-AC_MSG_CHECKING([for KDE paths])
+-kde_result=""
+-kde_cached_paths=yes
+-AC_CACHE_VAL(kde_cv_all_paths,
+-[
+-  KDE_SET_DEFAULT_PATHS($1)
+-  kde_cached_paths=no
+-])
+-eval "$kde_cv_all_paths"
+-KDE_CHECK_PATHS_FOR_COMPLETENESS
+-if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
+-  # wrong values were cached, may be, we can set better ones
+-  kde_result=
+-  kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
+-  kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
+-  kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
+-  kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
+-  kde_have_all_paths=
+-  kde_styledir=
+-  kde_widgetdir=
+-  xdg_appsdir = xdg_menudir= xdg_directorydir= 
+-  KDE_SET_DEFAULT_PATHS($1)
+-  eval "$kde_cv_all_paths"
+-  KDE_CHECK_PATHS_FOR_COMPLETENESS
+-  kde_result="$kde_result (cache overridden)"
+-fi
+-if test "$kde_have_all_paths" = "no"; then
+-  AC_MSG_ERROR([configure could not run a little KDE program to test the environment.
+-Since it had compiled and linked before, it must be a strange problem on your system.
+-Look at config.log for details. If you are not able to fix this, look at
+-http://www.kde.org/faq/installation.html or any www.kde.org mirror.
+-(If you're using an egcs version on Linux, you may update binutils!)
+-])
+-else
+-  rm -f conftest*
+-  AC_MSG_RESULT($kde_result)
+-fi
+-
+-bindir=$kde_bindir
+-
+-KDE_SUBST_PROGRAMS
+-
+-])
+-
+-AC_DEFUN([AC_SUBST_KFSSTND],
+-[
+-AC_SUBST(kde_htmldir)
+-AC_SUBST(kde_appsdir)
+-AC_SUBST(kde_icondir)
+-AC_SUBST(kde_sounddir)
+-AC_SUBST(kde_datadir)
+-AC_SUBST(kde_locale)
+-AC_SUBST(kde_confdir)
+-AC_SUBST(kde_kcfgdir)
+-AC_SUBST(kde_mimedir)
+-AC_SUBST(kde_wallpaperdir)
+-AC_SUBST(kde_bindir)
+-dnl X Desktop Group standards
+-AC_SUBST(xdg_appsdir)
+-AC_SUBST(xdg_menudir)
+-AC_SUBST(xdg_directorydir)
+-dnl for KDE 2
+-AC_SUBST(kde_templatesdir)
+-AC_SUBST(kde_servicesdir)
+-AC_SUBST(kde_servicetypesdir)
+-AC_SUBST(kde_moduledir)
+-AC_SUBST(kdeinitdir, '$(kde_moduledir)')
+-AC_SUBST(kde_styledir)
+-AC_SUBST(kde_widgetdir)
+-if test "$kde_qtver" = 1; then
+-  kde_minidir="$kde_icondir/mini"
+-else
+-# for KDE 1 - this breaks KDE2 apps using minidir, but
+-# that's the plan ;-/
+-  kde_minidir="/dev/null"
+-fi
+-dnl AC_SUBST(kde_minidir)
+-dnl AC_SUBST(kde_cgidir)
+-dnl AC_SUBST(kde_toolbardir)
+-])
+-
+-AC_DEFUN([KDE_MISC_TESTS],
+-[
+-   dnl Checks for libraries.
+-   AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD 
+-   AC_SUBST(LIBUTIL)
+-   AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
+-   AC_SUBST(LIBCOMPAT)
+-   kde_have_crypt=
+-   AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes],
+-      AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [
+-        AC_MSG_WARN([you have no crypt in either libcrypt or libc.
+-You should install libcrypt from another source or configure with PAM
+-support])
+-	kde_have_crypt=no
+-      ]))
+-   AC_SUBST(LIBCRYPT)
+-   if test $kde_have_crypt = yes; then
+-      AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function])
+-   fi
+-   AC_CHECK_SOCKLEN_T
+-   AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
+-   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
+-      AC_CHECK_LIB(dnet_stub, dnet_ntoa,
+-        [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
+-   fi
+-   AC_CHECK_FUNC(inet_ntoa)
+-   if test $ac_cv_func_inet_ntoa = no; then
+-     AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl")
+-   fi
+-   AC_CHECK_FUNC(connect)
+-   if test $ac_cv_func_connect = no; then
+-      AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,
+-        $X_EXTRA_LIBS)
+-   fi
+-
+-   AC_CHECK_FUNC(remove)
+-   if test $ac_cv_func_remove = no; then
+-      AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
+-   fi
+-
+-   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
+-   AC_CHECK_FUNC(shmat, ,
+-     AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"))
+-   
+-   # more headers that need to be explicitly included on darwin
+-   AC_CHECK_HEADERS(sys/types.h stdint.h)
+-
+-   # sys/bitypes.h is needed for uint32_t and friends on Tru64
+-   AC_CHECK_HEADERS(sys/bitypes.h)
+-
+-   # darwin requires a poll emulation library
+-   AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll")
+-
+-   # for some image handling on Mac OS X
+-   AC_CHECK_HEADERS(Carbon/Carbon.h)
+-
+-   # CoreAudio framework
+-   AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
+-     AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
+-     FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
+-   ])
+-
+-   AC_CHECK_RES_INIT
+-   AC_SUBST(LIB_POLL)
+-   AC_SUBST(FRAMEWORK_COREAUDIO)
+-   LIBSOCKET="$X_EXTRA_LIBS"
+-   AC_SUBST(LIBSOCKET)
+-   AC_SUBST(X_EXTRA_LIBS)
+-   AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4
+-   AC_SUBST(LIBUCB)
+-
+-   case $host in  dnl this *is* LynxOS specific
+-   *-*-lynxos* )
+-        AC_MSG_CHECKING([LynxOS header file wrappers])
+-        [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"]
+-        AC_MSG_RESULT(disabled)
+-        AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS
+-         ;;
+-    esac
+-
+-   KDE_CHECK_TYPES
+-   KDE_CHECK_LIBDL
+-   KDE_CHECK_STRLCPY
+-
+-# darwin needs this to initialize the environment
+-AC_CHECK_HEADERS(crt_externs.h)
+-AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
+- 
+-AH_VERBATIM(_DARWIN_ENVIRON,
+-[
+-#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
+-# include <sys/time.h>
+-# include <crt_externs.h>
+-# define environ (*_NSGetEnviron())
+-#endif
+-])
+-
+-AH_VERBATIM(_AIX_STRINGS_H_BZERO,
+-[
+-/*
+- * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
+- * that defines bzero.
+- */
+-
+-#if defined(_AIX)
+-#include <strings.h>
+-#endif
+-])
+-
+-AC_CHECK_FUNCS([vsnprintf snprintf])
+-
+-AH_VERBATIM(_TRU64,[
+-/*
+- * On HP-UX, the declaration of vsnprintf() is needed every time !
+- */
+-
+-#if !defined(HAVE_VSNPRINTF) || defined(hpux)
+-#if __STDC__
+-#include <stdarg.h>
+-#include <stdlib.h>
+-#else
+-#include <varargs.h>
+-#endif
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-int snprintf(char *str, size_t n, char const *fmt, ...);
+-#endif
+-])
+-
+-])
+-
+-dnl ------------------------------------------------------------------------
+-dnl Find the header files and libraries for X-Windows. Extended the
+-dnl macro AC_PATH_X
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([K_PATH_X],
+-[
+-AC_REQUIRE([KDE_MISC_TESTS])dnl
+-AC_REQUIRE([KDE_CHECK_LIB64])
+-
+-AC_ARG_ENABLE(
+-  embedded,
+-  AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]),
+-  kde_use_qt_emb=$enableval,
+-  kde_use_qt_emb=no
+-)
+-
+-AC_ARG_ENABLE(
+-  qtopia,
+-  AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]),
+-  kde_use_qt_emb_palm=$enableval,
+-  kde_use_qt_emb_palm=no
+-)
+-
+-AC_ARG_ENABLE(
+-  mac,
+-  AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]),
+-  kde_use_qt_mac=$enableval,
+-  kde_use_qt_mac=no
+-)
+-
+-# used to disable x11-specific stuff on special platforms
+-AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no")
+-
+-if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
+-
+-AC_MSG_CHECKING(for X)
+-
+-AC_CACHE_VAL(kde_cv_have_x,
+-[# One or both of the vars are not set, and there is no cached value.
+-if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
+-   kde_x_includes=NO
+-else
+-   kde_x_includes=$x_includes
+-fi
+-if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
+-   kde_x_libraries=NO
+-else
+-   kde_x_libraries=$x_libraries
+-fi
+-
+-# below we use the standard autoconf calls
+-ac_x_libraries=$kde_x_libraries
+-ac_x_includes=$kde_x_includes
+-
+-KDE_PATH_X_DIRECT
+-dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries.
+-dnl Unfortunately, if compiling with the N32 ABI, this is not the correct
+-dnl location. The correct location is /usr/lib32 or an undefined value
+-dnl (the linker is smart enough to pick the correct default library).
+-dnl Things work just fine if you use just AC_PATH_X_DIRECT.
+-dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to
+-dnl /usr/openwin/include, which doesn't work. /usr/include does work, so
+-dnl x_includes should be left alone.
+-case "$host" in
+-mips-sgi-irix6*)
+-  ;;
+-*-*-solaris*)
+-  ;;
+-*)
+-  _AC_PATH_X_XMKMF
+-  if test -z "$ac_x_includes"; then
+-    ac_x_includes="."
+-  fi
+-  if test -z "$ac_x_libraries"; then
+-    ac_x_libraries="/usr/lib${kdelibsuff}"
+-  fi
+-esac
+-#from now on we use our own again
+-
+-# when the user already gave --x-includes, we ignore
+-# what the standard autoconf macros told us.
+-if test "$kde_x_includes" = NO; then
+-  kde_x_includes=$ac_x_includes
+-fi
+-
+-# for --x-libraries too
+-if test "$kde_x_libraries" = NO; then
+-  kde_x_libraries=$ac_x_libraries
+-fi
+-
+-if test "$kde_x_includes" = NO; then
+-  AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!])
+-fi
+-
+-if test "$kde_x_libraries" = NO; then
+-  AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!])
+-fi
+-
+-# Record where we found X for the cache.
+-kde_cv_have_x="have_x=yes \
+-         kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
+-])dnl
+-
+-eval "$kde_cv_have_x"
+-
+-if test "$have_x" != yes; then
+-  AC_MSG_RESULT($have_x)
+-  no_x=yes
+-else
+-  AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes])
+-fi
+-
+-if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
+-  X_INCLUDES=""
+-  x_includes="."; dnl better than nothing :-
+- else
+-  x_includes=$kde_x_includes
+-  X_INCLUDES="-I$x_includes"
+-fi
+-
+-if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then
+-  X_LDFLAGS=""
+-  x_libraries="/usr/lib"; dnl better than nothing :-
+- else
+-  x_libraries=$kde_x_libraries
+-  X_LDFLAGS="-L$x_libraries"
+-fi
+-all_includes="$X_INCLUDES"
+-all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
+-
+-# Check for libraries that X11R6 Xt/Xaw programs need.
+-ac_save_LDFLAGS="$LDFLAGS"
+-LDFLAGS="$LDFLAGS $X_LDFLAGS"
+-# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
+-# check for ICE first), but we must link in the order -lSM -lICE or
+-# we get undefined symbols.  So assume we have SM if we have ICE.
+-# These have to be linked with before -lX11, unlike the other
+-# libraries we check for below, so use a different variable.
+-#  --interran at uluru.Stanford.EDU, kb at cs.umb.edu.
+-AC_CHECK_LIB(ICE, IceConnectionNumber,
+-  [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS)
+-LDFLAGS="$ac_save_LDFLAGS"
+-
+-LIB_X11='-lX11 $(LIBSOCKET)'
+-
+-AC_MSG_CHECKING(for libXext)
+-AC_CACHE_VAL(kde_cv_have_libXext,
+-[
+-kde_ldflags_safe="$LDFLAGS"
+-kde_libs_safe="$LIBS"
+-
+-LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
+-LIBS="-lXext -lX11 $LIBSOCKET"
+-
+-AC_TRY_LINK([
+-#include <stdio.h>
+-#ifdef STDC_HEADERS
+-# include <stdlib.h>
+-#endif
+-],
+-[
+-printf("hello Xext\n");
+-],
+-kde_cv_have_libXext=yes,
+-kde_cv_have_libXext=no
+-)
+-
+-LDFLAGS=$kde_ldflags_safe
+-LIBS=$kde_libs_safe
+-])
+-
+-AC_MSG_RESULT($kde_cv_have_libXext)
+-
+-if test "$kde_cv_have_libXext" = "no"; then
+-  AC_MSG_ERROR([We need a working libXext to proceed. Since configure
+-can't find it itself, we stop here assuming that make wouldn't find
+-them either.])
+-fi
+-
+-LIB_XEXT="-lXext"
+-QTE_NORTTI=""
+-
+-elif test "$kde_use_qt_emb" = "yes"; then
+-  dnl We're using QT Embedded
+-  CPPFLAGS=-DQWS
+-  CXXFLAGS="$CXXFLAGS -fno-rtti"
+-  QTE_NORTTI="-fno-rtti -DQWS"
+-  X_PRE_LIBS=""
+-  LIB_X11=""
+-  LIB_XEXT=""
+-  LIB_XRENDER=""
+-  LIBSM=""
+-  X_INCLUDES=""
+-  X_LDFLAGS=""
+-  x_includes=""
+-  x_libraries=""
+-elif test "$kde_use_qt_mac" = "yes"; then
+-  dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to
+-  dnl be included to get the information) --Sam
+-  CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
+-  CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
+-  X_PRE_LIBS=""
+-  LIB_X11=""
+-  LIB_XEXT=""
+-  LIB_XRENDER=""
+-  LIBSM=""
+-  X_INCLUDES=""
+-  X_LDFLAGS=""
+-  x_includes=""
+-  x_libraries=""
+-fi
+-AC_SUBST(X_PRE_LIBS)
+-AC_SUBST(LIB_X11)
+-AC_SUBST(LIB_XRENDER)
+-AC_SUBST(LIBSM)
+-AC_SUBST(X_INCLUDES)
+-AC_SUBST(X_LDFLAGS)
+-AC_SUBST(x_includes)
+-AC_SUBST(x_libraries)
+-AC_SUBST(QTE_NORTTI)
+-AC_SUBST(LIB_XEXT)
+-
+-])
+-
+-AC_DEFUN([KDE_PRINT_QT_PROGRAM],
+-[
+-AC_REQUIRE([KDE_USE_QT])
+-cat > conftest.$ac_ext <<EOF
+-#include "confdefs.h"
+-#include <qglobal.h>
+-#include <qapplication.h>
+-EOF
+-if test "$kde_qtver" = "2"; then
+-cat >> conftest.$ac_ext <<EOF
+-#include <qevent.h>
+-#include <qstring.h>
+-#include <qstyle.h>
+-EOF
+-
+-if test $kde_qtsubver -gt 0; then
+-cat >> conftest.$ac_ext <<EOF
+-#if QT_VERSION < 210
+-#error 1
+-#endif
+-EOF
+-fi
+-fi
+-
+-if test "$kde_qtver" = "3"; then
+-cat >> conftest.$ac_ext <<EOF
+-#include <qcursor.h>
+-#include <qstylefactory.h>
+-#include <private/qucomextra_p.h>
+-EOF
+-fi
+-
+-echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
+-cat >> conftest.$ac_ext <<EOF
+-#error 1
+-#endif
+-
+-int main() {
+-EOF
+-if test "$kde_qtver" = "2"; then
+-cat >> conftest.$ac_ext <<EOF
+-    QStringList *t = new QStringList();
+-    Q_UNUSED(t);
+-EOF
+-if test $kde_qtsubver -gt 0; then
+-cat >> conftest.$ac_ext <<EOF
+-    QString s;
+-    s.setLatin1("Elvis is alive", 14);
+-EOF
+-fi
+-fi
+-if test "$kde_qtver" = "3"; then
+-cat >> conftest.$ac_ext <<EOF
+-    (void)QStyleFactory::create(QString::null);
+-    QCursor c(Qt::WhatsThisCursor);
+-EOF
+-fi
+-cat >> conftest.$ac_ext <<EOF
+-    return 0;
+-}
+-EOF
+-])
+-
+-AC_DEFUN([KDE_USE_QT],
+-[
+-if test -z "$1"; then
+-  # Current default Qt version: 3.3
+-  kde_qtver=3
+-  kde_qtsubver=3
+-else
+-  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
+-  # following is the check if subversion isnt found in passed argument
+-  if test "$kde_qtsubver" = "$1"; then
+-    kde_qtsubver=1
+-  fi
+-  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
+-  if test "$kde_qtver" = "1"; then
+-    kde_qtsubver=42
+-  fi
+-fi
+-
+-if test -z "$2"; then
+-  if test "$kde_qtver" = "2"; then
+-    if test $kde_qtsubver -gt 0; then
+-      kde_qt_minversion=">= Qt 2.2.2"
+-    else
+-      kde_qt_minversion=">= Qt 2.0.2"
+-    fi
+-  fi
+-  if test "$kde_qtver" = "3"; then
+-    if test $kde_qtsubver -gt 0; then
+-	 if test $kde_qtsubver -gt 1; then
+-	    if test $kde_qtsubver -gt 2; then
+-		kde_qt_minversion=">= Qt 3.3 and < 4.0"
+-	    else
+-	        kde_qt_minversion=">= Qt 3.2 and < 4.0"
+-	    fi
+-	 else
+-            kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
+-         fi
+-    else
+-      kde_qt_minversion=">= Qt 3.0 and < 4.0"
+-    fi
+-  fi
+-  if test "$kde_qtver" = "1"; then
+-    kde_qt_minversion=">= 1.42 and < 2.0"
+-  fi
+-else
+-   kde_qt_minversion="$2"
+-fi
+-
+-if test -z "$3"; then
+-   if test $kde_qtver = 3; then
+-     if test $kde_qtsubver -gt 0; then
+-       kde_qt_verstring="QT_VERSION >= 0x03 at VER@00 && QT_VERSION < 0x040000"
+-       qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
+-       kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s, at VER@,$qtsubver,"`
+-     else
+-       kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
+-     fi
+-   fi
+-   if test $kde_qtver = 2; then
+-     if test $kde_qtsubver -gt 0; then
+-       kde_qt_verstring="QT_VERSION >= 222"
+-     else
+-       kde_qt_verstring="QT_VERSION >= 200"
+-     fi
+-   fi
+-   if test $kde_qtver = 1; then
+-    kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
+-   fi
+-else
+-   kde_qt_verstring="$3"
+-fi
+-
+-if test $kde_qtver = 4; then
+-  kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
+-fi
+-if test $kde_qtver = 3; then
+-  kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
+-fi
+-if test $kde_qtver = 2; then
+-   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
+-fi
+-if test $kde_qtver = 1; then
+-   kde_qt_dirs="$QTDIR /usr/lib/qt"
+-fi
+-])
+-
+-AC_DEFUN([KDE_CHECK_QT_DIRECT],
+-[
+-AC_REQUIRE([KDE_USE_QT])
+-AC_MSG_CHECKING([if Qt compiles without flags])
+-AC_CACHE_VAL(kde_cv_qt_direct,
+-[
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
+-ac_LIBRARY_PATH="$LIBRARY_PATH"
+-ac_cxxflags_safe="$CXXFLAGS"
+-ac_ldflags_safe="$LDFLAGS"
+-ac_libs_safe="$LIBS"
+-
+-CXXFLAGS="$CXXFLAGS -I$qt_includes"
+-LDFLAGS="$LDFLAGS $X_LDFLAGS"
+-if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+-LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
+-else
+-LIBS="$LIBQT $LIBSOCKET"
+-fi
+-LD_LIBRARY_PATH=
+-export LD_LIBRARY_PATH
+-LIBRARY_PATH=
+-export LIBRARY_PATH
+-
+-KDE_PRINT_QT_PROGRAM
+-
+-if AC_TRY_EVAL(ac_link) && test -s conftest; then
+-  kde_cv_qt_direct="yes"
+-else
+-  kde_cv_qt_direct="no"
+-  echo "configure: failed program was:" >&AC_FD_CC
+-  cat conftest.$ac_ext >&AC_FD_CC
+-fi
+-
+-rm -f conftest*
+-CXXFLAGS="$ac_cxxflags_safe"
+-LDFLAGS="$ac_ldflags_safe"
+-LIBS="$ac_libs_safe"
+-
+-LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
+-export LD_LIBRARY_PATH
+-LIBRARY_PATH="$ac_LIBRARY_PATH"
+-export LIBRARY_PATH
+-AC_LANG_RESTORE
+-])
+-
+-if test "$kde_cv_qt_direct" = "yes"; then
+-  AC_MSG_RESULT(yes)
+-  $1
+-else
+-  AC_MSG_RESULT(no)
+-  $2
+-fi
+-])
+-
+-dnl ------------------------------------------------------------------------
+-dnl Try to find the Qt headers and libraries.
+-dnl $(QT_LDFLAGS) will be -Lqtliblocation (if needed)
+-dnl and $(QT_INCLUDES) will be -Iqthdrlocation (if needed)
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([AC_PATH_QT_1_3],
+-[
+-AC_REQUIRE([K_PATH_X])
+-AC_REQUIRE([KDE_USE_QT])
+-AC_REQUIRE([KDE_CHECK_LIB64])
+-
+-dnl ------------------------------------------------------------------------
+-dnl Add configure flag to enable linking to MT version of Qt library.
+-dnl ------------------------------------------------------------------------
+-
+-AC_ARG_ENABLE(
+-  mt,
+-  AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]),
+-  kde_use_qt_mt=$enableval,
+-  [
+-    if test $kde_qtver = 3; then
+-      kde_use_qt_mt=yes
+-    else
+-      kde_use_qt_mt=no
+-    fi
+-  ]
+-)
+-
+-USING_QT_MT=""
+-
+-dnl ------------------------------------------------------------------------
+-dnl If we not get --disable-qt-mt then adjust some vars for the host.
+-dnl ------------------------------------------------------------------------
+-
+-KDE_MT_LDFLAGS=
+-KDE_MT_LIBS=
+-if test "x$kde_use_qt_mt" = "xyes"; then
+-  KDE_CHECK_THREADING
+-  if test "x$kde_use_threading" = "xyes"; then
+-    CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
+-    KDE_MT_LDFLAGS="$USE_THREADS"
+-    KDE_MT_LIBS="$LIBPTHREAD"
+-  else
+-    kde_use_qt_mt=no
+-  fi
+-fi
+-AC_SUBST(KDE_MT_LDFLAGS)
+-AC_SUBST(KDE_MT_LIBS)
+-
+-kde_qt_was_given=yes
+-
+-dnl ------------------------------------------------------------------------
+-dnl If we haven't been told how to link to Qt, we work it out for ourselves.
+-dnl ------------------------------------------------------------------------
+-if test -z "$LIBQT_GLOB"; then
+-  if test "x$kde_use_qt_emb" = "xyes"; then
+-    LIBQT_GLOB="libqte.*"
+-  else
+-    LIBQT_GLOB="libqt.*"
+-  fi
+-fi
+-
+-if test -z "$LIBQT"; then
+-dnl ------------------------------------------------------------
+-dnl If we got --enable-embedded then adjust the Qt library name.
+-dnl ------------------------------------------------------------
+-  if test "x$kde_use_qt_emb" = "xyes"; then
+-    qtlib="qte"
+-  else
+-    qtlib="qt"
+-  fi
+-
+-  kde_int_qt="-l$qtlib"
+-else
+-  kde_int_qt="$LIBQT"
+-  kde_lib_qt_set=yes
+-fi
+-
+-if test -z "$LIBQPE"; then
+-dnl ------------------------------------------------------------
+-dnl If we got --enable-palmtop then add -lqpe to the link line
+-dnl ------------------------------------------------------------
+-  if test "x$kde_use_qt_emb" = "xyes"; then
+-    if test "x$kde_use_qt_emb_palm" = "xyes"; then
+-      LIB_QPE="-lqpe"
+-    else
+-      LIB_QPE=""
+-    fi
+-  else
+-    LIB_QPE=""
+-  fi
+-fi
+-
+-dnl ------------------------------------------------------------------------
+-dnl If we got --enable-qt-mt then adjust the Qt library name for the host.
+-dnl ------------------------------------------------------------------------
+-
+-if test "x$kde_use_qt_mt" = "xyes"; then
+-  LIBQT="-l$qtlib-mt"
+-  kde_int_qt="-l$qtlib-mt"
+-  LIBQT_GLOB="lib$qtlib-mt.*"
+-  USING_QT_MT="using -mt"
+-else
+-  LIBQT="-l$qtlib"
+-fi
+-
+-if test $kde_qtver != 1; then
+-
+-  AC_REQUIRE([AC_FIND_PNG])
+-  AC_REQUIRE([AC_FIND_JPEG])
+-  LIBQT="$LIBQT $LIBPNG $LIBJPEG"
+-fi
+-
+-if test $kde_qtver = 3; then
+-  AC_REQUIRE([KDE_CHECK_LIBDL])
+-  LIBQT="$LIBQT $LIBDL"
+-fi
+-
+-AC_MSG_CHECKING([for Qt])
+-
+-if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+-LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
+-fi
+-ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
+-qt_libraries=""
+-qt_includes=""
+-AC_ARG_WITH(qt-dir,
+-    AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
+-    [  ac_qt_includes="$withval"/include
+-       ac_qt_libraries="$withval"/lib${kdelibsuff}
+-       ac_qt_bindir="$withval"/bin
+-    ])
+-
+-AC_ARG_WITH(qt-includes,
+-    AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]),
+-    [
+-       ac_qt_includes="$withval"
+-    ])
+-
+-kde_qt_libs_given=no
+-
+-AC_ARG_WITH(qt-libraries,
+-    AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]),
+-    [  ac_qt_libraries="$withval"
+-       kde_qt_libs_given=yes
+-    ])
+-
+-AC_CACHE_VAL(ac_cv_have_qt,
+-[#try to guess Qt locations
+-
+-qt_incdirs=""
+-for dir in $kde_qt_dirs; do
+-   qt_incdirs="$qt_incdirs $dir/include $dir"
+-done
+-qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
+-if test ! "$ac_qt_includes" = "NO"; then
+-   qt_incdirs="$ac_qt_includes $qt_incdirs"
+-fi
+-
+-if test "$kde_qtver" != "1"; then
+-  kde_qt_header=qstyle.h
+-else
+-  kde_qt_header=qglobal.h
+-fi
+-
+-AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir)
+-ac_qt_includes="$qt_incdir"
+-
+-qt_libdirs=""
+-for dir in $kde_qt_dirs; do
+-   qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
+-done
+-qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
+-if test ! "$ac_qt_libraries" = "NO"; then
+-  qt_libdir=$ac_qt_libraries
+-else
+-  qt_libdirs="$ac_qt_libraries $qt_libdirs"
+-  # if the Qt was given, the chance is too big that libqt.* doesn't exist
+-  qt_libdir=NONE
+-  for dir in $qt_libdirs; do
+-    try="ls -1 $dir/${LIBQT_GLOB}"
+-    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
+-  done
+-fi
+-for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
+-  if test -e "$a"; then
+-    LIBQT="$LIBQT ${kde_int_qt}_incremental"
+-    break
+-  fi
+-done
+-
+-ac_qt_libraries="$qt_libdir"
+-
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-
+-ac_cxxflags_safe="$CXXFLAGS"
+-ac_ldflags_safe="$LDFLAGS"
+-ac_libs_safe="$LIBS"
+-
+-CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
+-LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
+-LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
+-
+-KDE_PRINT_QT_PROGRAM
+-
+-if AC_TRY_EVAL(ac_link) && test -s conftest; then
+-  rm -f conftest*
+-else
+-  echo "configure: failed program was:" >&AC_FD_CC
+-  cat conftest.$ac_ext >&AC_FD_CC
+-  ac_qt_libraries="NO"
+-fi
+-rm -f conftest*
+-CXXFLAGS="$ac_cxxflags_safe"
+-LDFLAGS="$ac_ldflags_safe"
+-LIBS="$ac_libs_safe"
+-
+-AC_LANG_RESTORE
+-if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
+-  ac_cv_have_qt="have_qt=no"
+-  ac_qt_notfound=""
+-  missing_qt_mt=""
+-  if test "$ac_qt_includes" = NO; then
+-    if test "$ac_qt_libraries" = NO; then
+-      ac_qt_notfound="(headers and libraries)";
+-    else
+-      ac_qt_notfound="(headers)";
+-    fi
+-  else
+-    if test "x$kde_use_qt_mt" = "xyes"; then
+-       missing_qt_mt="
+-Make sure that you have compiled Qt with thread support!"
+-       ac_qt_notfound="(library $qtlib-mt)";
+-    else
+-       ac_qt_notfound="(library $qtlib)";
+-    fi
+-  fi
+-
+-  AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
+-For more details about this problem, look at the end of config.log.$missing_qt_mt])
+-else
+-  have_qt="yes"
+-fi
+-])
+-
+-eval "$ac_cv_have_qt"
+-
+-if test "$have_qt" != yes; then
+-  AC_MSG_RESULT([$have_qt]);
+-else
+-  ac_cv_have_qt="have_qt=yes \
+-    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
+-  AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT])
+-
+-  qt_libraries="$ac_qt_libraries"
+-  qt_includes="$ac_qt_includes"
+-fi
+-
+-if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
+-     KDE_CHECK_QT_DIRECT(qt_libraries= ,[])
+-fi
+-
+-AC_SUBST(qt_libraries)
+-AC_SUBST(qt_includes)
+-
+-if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
+- QT_INCLUDES=""
+-else
+- QT_INCLUDES="-I$qt_includes"
+- all_includes="$QT_INCLUDES $all_includes"
+-fi
+-
+-if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
+- QT_LDFLAGS=""
+-else
+- QT_LDFLAGS="-L$qt_libraries"
+- all_libraries="$QT_LDFLAGS $all_libraries"
+-fi
+-test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
+-
+-AC_SUBST(QT_INCLUDES)
+-AC_SUBST(QT_LDFLAGS)
+-AC_PATH_QT_MOC_UIC
+-
+-KDE_CHECK_QT_JPEG
+-
+-if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+-LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
+-else
+-LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
+-fi
+-test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
+-for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
+-  if test -e "$a"; then
+-     LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
+-     break
+-  fi
+-done
+-
+-AC_SUBST(LIB_QT)
+-AC_SUBST(LIB_QPE)
+-
+-AC_SUBST(kde_qtver)
+-])
+-
+-AC_DEFUN([AC_PATH_QT],
+-[
+-AC_PATH_QT_1_3
+-])
+-
+-AC_DEFUN([KDE_CHECK_UIC_PLUGINS],
+-[
+-AC_REQUIRE([AC_PATH_QT_MOC_UIC])
+-
+-if test x$ac_uic_supports_libpath = xyes; then
+-
+-AC_MSG_CHECKING([if UIC has KDE plugins available])
+-AC_CACHE_VAL(kde_cv_uic_plugins,
+-[
+-cat > actest.ui << EOF
+-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
+-<class>NewConnectionDialog</class>
+-<widget class="QDialog">
+-   <widget class="KLineEdit">
+-        <property name="name">
+-           <cstring>testInput</cstring>
+-        </property>
+-   </widget>
+-</widget>
+-</UI>
+-EOF
+-       
+-
+-
+-kde_cv_uic_plugins=no
+-kde_line="$UIC_PATH -L $kde_widgetdir"
+-if test x$ac_uic_supports_nounload = xyes; then
+-   kde_line="$kde_line -nounload"
+-fi
+-kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
+-if AC_TRY_EVAL(kde_line); then
+-	# if you're trying to debug this check and think it's incorrect,
+-	# better check your installation. The check _is_ correct - your
+-	# installation is not.
+-	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
+-		kde_cv_uic_plugins=yes
+-	fi
+-fi
+-rm -f actest.ui actest.cpp
+-])
+-
+-AC_MSG_RESULT([$kde_cv_uic_plugins])
+-if test "$kde_cv_uic_plugins" != yes; then
+-	AC_MSG_ERROR([
+-you need to install kdelibs first.
+-
+-If you did install kdelibs, then the Qt version that is picked up by
+-this configure is not the same version you used to compile kdelibs. 
+-The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
+-_same Qt version_, compiled with the _same compiler_ and the same Qt
+-configuration settings.
+-])
+-fi
+-fi
+-])
+-
+-AC_DEFUN([KDE_CHECK_FINAL],
+-[
+-  AC_ARG_ENABLE(final,
+-	AC_HELP_STRING([--enable-final],
+-		       [build size optimized apps (experimental - needs lots of memory)]),
+-	kde_use_final=$enableval, kde_use_final=no)
+-
+-  if test "x$kde_use_final" = "xyes"; then
+-      KDE_USE_FINAL_TRUE=""
+-      KDE_USE_FINAL_FALSE="#"
+-   else
+-      KDE_USE_FINAL_TRUE="#"
+-      KDE_USE_FINAL_FALSE=""
+-  fi
+-  AC_SUBST(KDE_USE_FINAL_TRUE)
+-  AC_SUBST(KDE_USE_FINAL_FALSE)
+-])
+-
+-AC_DEFUN([KDE_CHECK_CLOSURE],
+-[
+-  AC_ARG_ENABLE(closure,
+-		AC_HELP_STRING([--enable-closure],[delay template instantiation]),
+-  	kde_use_closure=$enableval, kde_use_closure=no)
+-
+-  KDE_NO_UNDEFINED=""
+-  if test "x$kde_use_closure" = "xyes"; then
+-       KDE_USE_CLOSURE_TRUE=""
+-       KDE_USE_CLOSURE_FALSE="#"
+-#       CXXFLAGS="$CXXFLAGS $REPO"
+-  else
+-       KDE_USE_CLOSURE_TRUE="#"
+-       KDE_USE_CLOSURE_FALSE=""
+-       KDE_NO_UNDEFINED=""
+-       case $host in 
+-         *-*-linux-gnu)
+-           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
+-                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
+-		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
+-		[KDE_NO_UNDEFINED=""])],
+-	    [KDE_NO_UNDEFINED=""])
+-           ;;
+-       esac
+-  fi
+-  AC_SUBST(KDE_USE_CLOSURE_TRUE)
+-  AC_SUBST(KDE_USE_CLOSURE_FALSE)
+-  AC_SUBST(KDE_NO_UNDEFINED)
+-])
+-
+-dnl Check if the linker supports --enable-new-dtags and --as-needed
+-AC_DEFUN([KDE_CHECK_NEW_LDFLAGS],
+-[
+-  AC_ARG_ENABLE(new_ldflags,
+-		AC_HELP_STRING([--enable-new-ldflags],
+-		[enable the new linker flags]),
+-	kde_use_new_ldflags=$enableval, 
+-	kde_use_new_ldflags=no)
+-
+-  LDFLAGS_AS_NEEDED=""
+-  LDFLAGS_NEW_DTAGS=""
+-  if test "x$kde_use_new_ldflags" = "xyes"; then
+-       LDFLAGS_NEW_DTAGS=""
+-       KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags],
+-		[LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],)
+-
+-       KDE_CHECK_COMPILER_FLAG([Wl,--as-needed],
+-		[LDFLAGS_AS_NEEDED="-Wl,--as-needed"],)
+-  fi
+-  AC_SUBST(LDFLAGS_AS_NEEDED)
+-  AC_SUBST(LDFLAGS_NEW_DTAGS)
+-])
+-
+-AC_DEFUN([KDE_CHECK_NMCHECK],
+-[
+-  AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]),
+-	kde_use_nmcheck=$enableval, kde_use_nmcheck=no)
+-
+-  if test "$kde_use_nmcheck" = "yes"; then
+-      KDE_USE_NMCHECK_TRUE=""
+-      KDE_USE_NMCHECK_FALSE="#"
+-   else
+-      KDE_USE_NMCHECK_TRUE="#"
+-      KDE_USE_NMCHECK_FALSE=""
+-  fi
+-  AC_SUBST(KDE_USE_NMCHECK_TRUE)
+-  AC_SUBST(KDE_USE_NMCHECK_FALSE)
+-])
+-
+-AC_DEFUN([KDE_EXPAND_MAKEVAR], [
+-savex=$exec_prefix
+-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
+-tmp=$$2
+-while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done
+-exec_prefix=$savex
+-])
+-
+-dnl ------------------------------------------------------------------------
+-dnl Now, the same with KDE
+-dnl $(KDE_LDFLAGS) will be the kdeliblocation (if needed)
+-dnl and $(kde_includes) will be the kdehdrlocation (if needed)
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([AC_BASE_PATH_KDE],
+-[
+-AC_REQUIRE([KDE_CHECK_STL])
+-AC_REQUIRE([AC_PATH_QT])dnl
+-AC_REQUIRE([KDE_CHECK_LIB64])
+-
+-AC_CHECK_RPATH
+-AC_MSG_CHECKING([for KDE])
+-
+-if test "${prefix}" != NONE; then
+-  kde_includes=${includedir}
+-  KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir)
+-
+-  kde_libraries=${libdir}
+-  KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir)
+-
+-else
+-  ac_kde_includes=
+-  ac_kde_libraries=
+-  kde_libraries=""
+-  kde_includes=""
+-fi
+-
+-AC_CACHE_VAL(ac_cv_have_kde,
+-[#try to guess kde locations
+-
+-if test "$kde_qtver" = 1; then
+-  kde_check_header="ksock.h"
+-  kde_check_lib="libkdecore.la"
+-else
+-  kde_check_header="ksharedptr.h"
+-  kde_check_lib="libkio.la"
+-fi
+-
+-if test -z "$1"; then
+-
+-kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
+-test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
+-kde_incdirs="$ac_kde_includes $kde_incdirs"
+-AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
+-ac_kde_includes="$kde_incdir"
+-
+-if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
+-  AC_MSG_ERROR([
+-in the prefix, you've chosen, are no KDE headers installed. This will fail.
+-So, check this please and use another prefix!])
+-fi
+-
+-kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
+-test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
+-kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
+-AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
+-ac_kde_libraries="$kde_libdir"
+-
+-kde_widgetdir=NO
+-dnl this might be somewhere else
+-AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
+-
+-if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
+-AC_MSG_ERROR([
+-in the prefix, you've chosen, are no KDE libraries installed. This will fail.
+-So, check this please and use another prefix!])
+-fi
+-
+-if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
+-AC_MSG_ERROR([
+-I can't find the designer plugins. These are required and should have been installed
+-by kdelibs])
+-fi
+-
+-if test -n "$kde_widgetdir"; then
+-    kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
+-fi
+-
+-
+-if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
+-  ac_cv_have_kde="have_kde=no"
+-else
+-  ac_cv_have_kde="have_kde=yes \
+-    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
+-fi
+-
+-else dnl test -z $1, e.g. from kdelibs
+-
+-  ac_cv_have_kde="have_kde=no"
+-
+-fi
+-])dnl
+-
+-eval "$ac_cv_have_kde"
+-
+-if test "$have_kde" != "yes"; then
+- if test "${prefix}" = NONE; then
+-  ac_kde_prefix="$ac_default_prefix"
+- else
+-  ac_kde_prefix="$prefix"
+- fi
+- if test "$exec_prefix" = NONE; then
+-  ac_kde_exec_prefix="$ac_kde_prefix"
+-  AC_MSG_RESULT([will be installed in $ac_kde_prefix])
+- else
+-  ac_kde_exec_prefix="$exec_prefix"
+-  AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix])
+- fi
+-
+- kde_libraries="${libdir}"
+- kde_includes="${includedir}"
+-
+-else
+-  ac_cv_have_kde="have_kde=yes \
+-    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
+-  AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes])
+-
+-  kde_libraries="$ac_kde_libraries"
+-  kde_includes="$ac_kde_includes"
+-fi
+-AC_SUBST(kde_libraries)
+-AC_SUBST(kde_includes)
+-
+-if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
+- KDE_INCLUDES=""
+-else
+- KDE_INCLUDES="-I$kde_includes"
+- all_includes="$KDE_INCLUDES $all_includes"
+-fi
+-
+-KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
+- 
+-KDE_LDFLAGS="-L$kde_libraries"
+-if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
+- all_libraries="$KDE_LDFLAGS $all_libraries"
+-fi
+-
+-AC_SUBST(KDE_LDFLAGS)
+-AC_SUBST(KDE_INCLUDES)
+-
+-AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-
+-all_libraries="$all_libraries $USER_LDFLAGS"
+-all_includes="$all_includes $USER_INCLUDES"
+-AC_SUBST(all_includes)
+-AC_SUBST(all_libraries)
+-
+-if test -z "$1"; then
+-KDE_CHECK_UIC_PLUGINS
+-fi
+-
+-ac_kde_libraries="$kde_libdir"
+-
+-AC_SUBST(AUTODIRS)
+-
+-
+-])
+-
+-AC_DEFUN([KDE_CHECK_EXTRA_LIBS],
+-[
+-AC_MSG_CHECKING(for extra includes)
+-AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]),
+-  kde_use_extra_includes="$withval",
+-  kde_use_extra_includes=NONE
+-)
+-kde_extra_includes=
+-if test -n "$kde_use_extra_includes" && \
+-   test "$kde_use_extra_includes" != "NONE"; then
+-
+-   ac_save_ifs=$IFS
+-   IFS=':'
+-   for dir in $kde_use_extra_includes; do
+-     kde_extra_includes="$kde_extra_includes $dir"
+-     USER_INCLUDES="$USER_INCLUDES -I$dir"
+-   done
+-   IFS=$ac_save_ifs
+-   kde_use_extra_includes="added"
+-else
+-   kde_use_extra_includes="no"
+-fi
+-AC_SUBST(USER_INCLUDES)
+-
+-AC_MSG_RESULT($kde_use_extra_includes)
+-
+-kde_extra_libs=
+-AC_MSG_CHECKING(for extra libs)
+-AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]),
+-  kde_use_extra_libs=$withval,
+-  kde_use_extra_libs=NONE
+-)
+-if test -n "$kde_use_extra_libs" && \
+-   test "$kde_use_extra_libs" != "NONE"; then
+-
+-   ac_save_ifs=$IFS
+-   IFS=':'
+-   for dir in $kde_use_extra_libs; do
+-     kde_extra_libs="$kde_extra_libs $dir"
+-     KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
+-     USER_LDFLAGS="$USER_LDFLAGS -L$dir"
+-   done
+-   IFS=$ac_save_ifs
+-   kde_use_extra_libs="added"
+-else
+-   kde_use_extra_libs="no"
+-fi
+-
+-AC_SUBST(USER_LDFLAGS)
+-
+-AC_MSG_RESULT($kde_use_extra_libs)
+-
+-])
+-
+-AC_DEFUN([KDE_1_CHECK_PATH_HEADERS],
+-[
+-    AC_MSG_CHECKING([for KDE headers installed])
+-    AC_LANG_SAVE
+-    AC_LANG_CPLUSPLUS
+-cat > conftest.$ac_ext <<EOF
+-#ifdef STDC_HEADERS
+-# include <stdlib.h>
+-#endif
+-#include <stdio.h>
+-#include "confdefs.h"
+-#include <kapp.h>
+-
+-int main() {
+-    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
+-    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
+-    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
+-    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
+-    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
+-    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
+-    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
+-    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
+-    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
+-    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
+-    printf("kde_wallpaperdir=\\"%s\\"\n",
+-	KApplication::kde_wallpaperdir().data());
+-    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
+-    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
+-    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
+-    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
+-    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
+-    printf("kde_styledir=\\"/tmp/dummy\\"\n");
+-    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
+-    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
+-    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
+-    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
+-    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
+-    return 0;
+-    }
+-EOF
+-
+- ac_save_CPPFLAGS=$CPPFLAGS
+- CPPFLAGS="$all_includes $CPPFLAGS"
+- if AC_TRY_EVAL(ac_compile); then
+-   AC_MSG_RESULT(yes)
+- else
+-   AC_MSG_ERROR([your system is not able to compile a small KDE application!
+-Check, if you installed the KDE header files correctly.
+-For more details about this problem, look at the end of config.log.])
+-  fi
+-  CPPFLAGS=$ac_save_CPPFLAGS
+-
+-  AC_LANG_RESTORE
+-])
+-
+-AC_DEFUN([KDE_CHECK_KDEQTADDON],
+-[
+-AC_MSG_CHECKING(for kde-qt-addon)
+-AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
+-[
+- kde_ldflags_safe="$LDFLAGS"
+- kde_libs_safe="$LIBS"
+- kde_cxxflags_safe="$CXXFLAGS"
+-
+- LIBS="-lkde-qt-addon $LIBQT $LIBS"
+- CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes"
+- LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
+-
+- AC_TRY_LINK([
+-   #include <qdom.h>
+- ],
+- [
+-   QDomDocument doc;
+- ],
+-  kde_cv_have_kdeqtaddon=yes,
+-  kde_cv_have_kdeqtaddon=no
+- )
+-
+- LDFLAGS=$kde_ldflags_safe
+- LIBS=$kde_libs_safe
+- CXXFLAGS=$kde_cxxflags_safe
+-])
+-
+-AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
+-
+-if test "$kde_cv_have_kdeqtaddon" = "no"; then
+-  AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
+-It is a separate package (and CVS module) named kde-qt-addon.])
+-fi
+-])
+-
+-AC_DEFUN([KDE_CREATE_LIBS_ALIASES],
+-[
+-   AC_REQUIRE([KDE_MISC_TESTS])
+-   AC_REQUIRE([KDE_CHECK_LIBDL])
+-   AC_REQUIRE([K_PATH_X])
+-
+-if test $kde_qtver = 3; then
+-   AC_SUBST(LIB_KDECORE, "-lkdecore")
+-   AC_SUBST(LIB_KDEUI, "-lkdeui")
+-   AC_SUBST(LIB_KIO, "-lkio")
+-   AC_SUBST(LIB_KJS, "-lkjs")
+-   AC_SUBST(LIB_SMB, "-lsmb")
+-   AC_SUBST(LIB_KAB, "-lkab")
+-   AC_SUBST(LIB_KABC, "-lkabc")
+-   AC_SUBST(LIB_KHTML, "-lkhtml")
+-   AC_SUBST(LIB_KSPELL, "-lkspell")
+-   AC_SUBST(LIB_KPARTS, "-lkparts")
+-   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
+-   AC_SUBST(LIB_KUTILS, "-lkutils")
+-   AC_SUBST(LIB_KDEPIM, "-lkdepim")
+-   AC_SUBST(LIB_KIMPROXY, "-lkimproxy")
+-   AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
+-   AC_SUBST(LIB_KDNSSD, "-lkdnssd")
+-   AC_SUBST(LIB_KUNITTEST, "-lkunittest")
+-# these are for backward compatibility
+-   AC_SUBST(LIB_KSYCOCA, "-lkio")
+-   AC_SUBST(LIB_KFILE, "-lkio")
+-elif test $kde_qtver = 2; then
+-   AC_SUBST(LIB_KDECORE, "-lkdecore")
+-   AC_SUBST(LIB_KDEUI, "-lkdeui")
+-   AC_SUBST(LIB_KIO, "-lkio")
+-   AC_SUBST(LIB_KSYCOCA, "-lksycoca")
+-   AC_SUBST(LIB_SMB, "-lsmb")
+-   AC_SUBST(LIB_KFILE, "-lkfile")
+-   AC_SUBST(LIB_KAB, "-lkab")
+-   AC_SUBST(LIB_KHTML, "-lkhtml")
+-   AC_SUBST(LIB_KSPELL, "-lkspell")
+-   AC_SUBST(LIB_KPARTS, "-lkparts")
+-   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
+-else
+-   AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)")
+-   AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)")
+-   AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)")
+-   AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)")
+-   AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)")
+-fi
+-])
+-
+-AC_DEFUN([AC_PATH_KDE],
+-[
+-  AC_BASE_PATH_KDE
+-  AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]),
+-  [
+-  if test "$enableval" = "no";
+-    then ac_use_path_checking="default"
+-    else ac_use_path_checking=""
+-  fi
+-  ],
+-  [
+-  if test "$kde_qtver" = 1;
+-    then ac_use_path_checking=""
+-    else ac_use_path_checking="default"
+-  fi
+-  ]
+-  )
+-
+-  AC_CREATE_KFSSTND($ac_use_path_checking)
+-
+-  AC_SUBST_KFSSTND
+-  KDE_CREATE_LIBS_ALIASES
+-])
+-
+-dnl KDE_CHECK_FUNC_EXT(<func>, [headers], [sample-use], [C prototype], [autoheader define], [call if found])
+-AC_DEFUN([KDE_CHECK_FUNC_EXT],
+-[
+-AC_MSG_CHECKING(for $1)
+-AC_CACHE_VAL(kde_cv_func_$1,
+-[
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-save_CXXFLAGS="$CXXFLAGS"
+-kde_safe_LIBS="$LIBS"
+-LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+-AC_TRY_COMPILE([
+-$2
+-],
+-[
+-$3
+-],
+-kde_cv_func_$1=yes,
+-kde_cv_func_$1=no)
+-CXXFLAGS="$save_CXXFLAGS"
+-LIBS="$kde_safe_LIBS"
+-AC_LANG_RESTORE
+-])
+-
+-AC_MSG_RESULT($kde_cv_func_$1)
+-
+-AC_MSG_CHECKING([if $1 needs custom prototype])
+-AC_CACHE_VAL(kde_cv_proto_$1,
+-[
+-if test "x$kde_cv_func_$1" = xyes; then
+-  kde_cv_proto_$1=no
+-else
+-  case "$1" in
+-	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
+-		kde_cv_proto_$1="yes - in libkdefakes"
+-		;;
+-	*)
+-		kde_cv_proto_$1=unknown
+-		;;
+-  esac
+-fi
+-
+-if test "x$kde_cv_proto_$1" = xunknown; then
+-
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-  kde_safe_libs=$LIBS
+-  LIBS="$LIBS $X_EXTRA_LIBS"
+-  AC_TRY_LINK([
+-$2
+-
+-extern "C" $4;
+-],
+-[
+-$3
+-],
+-[ kde_cv_func_$1=yes
+-  kde_cv_proto_$1=yes ],
+-  [kde_cv_proto_$1="$1 unavailable"]
+-)
+-LIBS=$kde_safe_libs
+-AC_LANG_RESTORE
+-fi
+-])
+-AC_MSG_RESULT($kde_cv_proto_$1)
+-
+-if test "x$kde_cv_func_$1" = xyes; then
+-  AC_DEFINE(HAVE_$5, 1, [Define if you have $1])
+-  $6
+-fi
+-if test "x$kde_cv_proto_$1" = xno; then
+-  AC_DEFINE(HAVE_$5_PROTO, 1,
+-  [Define if you have the $1 prototype])
+-fi
+-
+-AH_VERBATIM([_HAVE_$5_PROTO],
+-[
+-#if !defined(HAVE_$5_PROTO)
+-#ifdef __cplusplus
+-extern "C" {
+-#endif
+-$4;
+-#ifdef __cplusplus
+-}
+-#endif
+-#endif
+-])
+-])
+-
+-AC_DEFUN([AC_CHECK_SETENV],
+-[
+-	KDE_CHECK_FUNC_EXT(setenv, [
+-#include <stdlib.h>
+-], 
+-		[setenv("VAR", "VALUE", 1);],
+-	        [int setenv (const char *, const char *, int)],
+-		[SETENV])
+-])
+-
+-AC_DEFUN([AC_CHECK_UNSETENV],
+-[
+-	KDE_CHECK_FUNC_EXT(unsetenv, [
+-#include <stdlib.h>
+-], 
+-		[unsetenv("VAR");],
+-	        [void unsetenv (const char *)],
+-		[UNSETENV])
+-])
+-
+-AC_DEFUN([AC_CHECK_GETDOMAINNAME],
+-[
+-	KDE_CHECK_FUNC_EXT(getdomainname, [
+-#include <stdlib.h>
+-#include <unistd.h>
+-#include <netdb.h>
+-], 
+-		[
+-char buffer[200];
+-getdomainname(buffer, 200);
+-], 	
+-	        [#include <sys/types.h>
+-		int getdomainname (char *, size_t)],
+-		[GETDOMAINNAME])
+-])
+-
+-AC_DEFUN([AC_CHECK_GETHOSTNAME],
+-[
+-	KDE_CHECK_FUNC_EXT(gethostname, [
+-#include <stdlib.h>
+-#include <unistd.h>
+-], 
+-		[
+-char buffer[200];
+-gethostname(buffer, 200);
+-], 	
+-	        [int gethostname (char *, unsigned int)],
+-		[GETHOSTNAME])
+-])
+-
+-AC_DEFUN([AC_CHECK_USLEEP],
+-[
+-	KDE_CHECK_FUNC_EXT(usleep, [
+-#include <unistd.h>
+-], 
+-		[
+-usleep(200);
+-], 	
+-	        [int usleep (unsigned int)],
+-		[USLEEP])
+-])
+-
+-
+-AC_DEFUN([AC_CHECK_RANDOM],
+-[
+-	KDE_CHECK_FUNC_EXT(random, [
+-#include <stdlib.h>
+-], 
+-		[
+-random();
+-], 	
+-	        [long int random(void)],
+-		[RANDOM])
+-
+-	KDE_CHECK_FUNC_EXT(srandom, [
+-#include <stdlib.h>
+-], 
+-		[
+-srandom(27);
+-], 	
+-	        [void srandom(unsigned int)],
+-		[SRANDOM])
+-
+-])
+-
+-AC_DEFUN([AC_CHECK_INITGROUPS],
+-[
+-	KDE_CHECK_FUNC_EXT(initgroups, [
+-#include <sys/types.h>
+-#include <unistd.h>
+-#include <grp.h>
+-],
+-	[
+-char buffer[200];
+-initgroups(buffer, 27);
+-],
+-	[int initgroups(const char *, gid_t)],
+-	[INITGROUPS])
+-])
+-
+-AC_DEFUN([AC_CHECK_MKSTEMPS],
+-[
+-	KDE_CHECK_FUNC_EXT(mkstemps, [
+-#include <stdlib.h>
+-#include <unistd.h>
+-],
+-	[
+-mkstemps("/tmp/aaaXXXXXX", 6);
+-],
+-	[int mkstemps(char *, int)],
+-	[MKSTEMPS])
+-])
+-
+-AC_DEFUN([AC_CHECK_MKSTEMP],
+-[
+-	KDE_CHECK_FUNC_EXT(mkstemp, [
+-#include <stdlib.h>
+-#include <unistd.h>
+-],
+-	[
+-mkstemp("/tmp/aaaXXXXXX");
+-],
+-	[int mkstemp(char *)],
+-	[MKSTEMP])
+-])
+-
+-AC_DEFUN([AC_CHECK_MKDTEMP],
+-[
+-	KDE_CHECK_FUNC_EXT(mkdtemp, [
+-#include <stdlib.h>
+-#include <unistd.h>
+-],
+-	[
+-mkdtemp("/tmp/aaaXXXXXX");
+-],
+-	[char *mkdtemp(char *)],
+-	[MKDTEMP])
+-])
+-
+-
+-AC_DEFUN([AC_CHECK_RES_INIT],
+-[
+-  AC_MSG_CHECKING([if res_init needs -lresolv])
+-  kde_libs_safe="$LIBS"
+-  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
+-  AC_TRY_LINK(
+-    [
+-#include <sys/types.h>
+-#include <netinet/in.h>
+-#include <arpa/nameser.h>
+-#include <resolv.h>
+-    ],
+-    [
+-      res_init(); 
+-    ],
+-    [
+-      LIBRESOLV="-lresolv"
+-      AC_MSG_RESULT(yes)
+-      AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function])
+-    ],
+-    [ AC_MSG_RESULT(no) ]
+-  )
+-  LIBS=$kde_libs_safe
+-  AC_SUBST(LIBRESOLV)
+-
+-  KDE_CHECK_FUNC_EXT(res_init,
+-    [
+-#include <sys/types.h>
+-#include <netinet/in.h>
+-#include <arpa/nameser.h>
+-#include <resolv.h>
+-    ],
+-    [res_init()],
+-    [int res_init(void)],
+-    [RES_INIT])
+-])
+-
+-AC_DEFUN([AC_CHECK_STRLCPY],
+-[
+-	KDE_CHECK_FUNC_EXT(strlcpy, [
+-#include <string.h>
+-],
+-[ char buf[20];
+-  strlcpy(buf, "KDE function test", sizeof(buf));
+-],
+- 	[unsigned long strlcpy(char*, const char*, unsigned long)],
+-	[STRLCPY])
+-])
+-
+-AC_DEFUN([AC_CHECK_STRLCAT],
+-[
+-	KDE_CHECK_FUNC_EXT(strlcat, [
+-#include <string.h>
+-],
+-[ char buf[20];
+-  buf[0]='\0';
+-  strlcat(buf, "KDE function test", sizeof(buf));
+-],
+- 	[unsigned long strlcat(char*, const char*, unsigned long)],
+-	[STRLCAT])
+-])
+-
+-AC_DEFUN([AC_CHECK_RES_QUERY],
+-[
+-	KDE_CHECK_FUNC_EXT(res_query, [
+-#include <sys/types.h>
+-#include <netinet/in.h>
+-#include <arpa/nameser.h>
+-#include <resolv.h>
+-#include <netdb.h>
+-],
+-[
+-res_query(NULL, 0, 0, NULL, 0);
+-],
+-	[int res_query(const char *, int, int, unsigned char *, int)],
+-	[RES_QUERY])
+-])
+-
+-AC_DEFUN([AC_CHECK_DN_SKIPNAME],
+-[
+-	KDE_CHECK_FUNC_EXT(dn_skipname, [
+-#include <sys/types.h>
+-#include <netinet/in.h>
+-#include <arpa/nameser.h>
+-#include <resolv.h>
+-],
+-[
+-dn_skipname (NULL, NULL);
+-],
+-	[int dn_skipname (unsigned char *, unsigned char *)],
+-	[DN_SKIPNAME])
+-])
+-
+-
+-AC_DEFUN([AC_FIND_GIF],
+-   [AC_MSG_CHECKING([for giflib])
+-AC_CACHE_VAL(ac_cv_lib_gif,
+-[ac_save_LIBS="$LIBS"
+-if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+-LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
+-else
+-LIBS="$all_libraries -lgif"
+-fi
+-AC_TRY_LINK(dnl
+-[
+-#ifdef __cplusplus
+-extern "C" {
+-#endif
+-int GifLastError(void);
+-#ifdef __cplusplus
+-}
+-#endif
+-/* We use char because int might match the return type of a gcc2
+-    builtin and then its argument prototype would still apply.  */
+-],
+-            [return GifLastError();],
+-            eval "ac_cv_lib_gif=yes",
+-            eval "ac_cv_lib_gif=no")
+-LIBS="$ac_save_LIBS"
+-])dnl
+-if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
+-  AC_MSG_RESULT(yes)
+-  AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif])
+-else
+-  AC_MSG_ERROR(You need giflib30. Please install the kdesupport package)
+-fi
+-])
+-
+-AC_DEFUN([KDE_FIND_JPEG_HELPER],
+-[
+-AC_MSG_CHECKING([for libjpeg$2])
+-AC_CACHE_VAL(ac_cv_lib_jpeg_$1,
+-[
+-ac_save_LIBS="$LIBS"
+-LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm"
+-ac_save_CFLAGS="$CFLAGS"
+-CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
+-AC_TRY_LINK(
+-[/* Override any gcc2 internal prototype to avoid an error.  */
+-struct jpeg_decompress_struct;
+-typedef struct jpeg_decompress_struct * j_decompress_ptr;
+-typedef int size_t;
+-#ifdef __cplusplus
+-extern "C" {
+-#endif
+-    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
+-                                    int version, size_t structsize);
+-#ifdef __cplusplus
+-}
+-#endif
+-/* We use char because int might match the return type of a gcc2
+-    builtin and then its argument prototype would still apply.  */
+-],
+-            [jpeg_CreateDecompress(0L, 0, 0);],
+-            eval "ac_cv_lib_jpeg_$1=-ljpeg$2",
+-            eval "ac_cv_lib_jpeg_$1=no")
+-LIBS="$ac_save_LIBS"
+-CFLAGS="$ac_save_CFLAGS"
+-])
+-
+-if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
+-  LIBJPEG="$ac_cv_lib_jpeg_$1"
+-  AC_MSG_RESULT($ac_cv_lib_jpeg_$1)
+-else
+-  AC_MSG_RESULT(no)
+-  $3
+-fi
+-
+-])
+-
+-AC_DEFUN([AC_FIND_JPEG],
+-[
+-dnl first look for libraries
+-KDE_FIND_JPEG_HELPER(6b, 6b,
+-   KDE_FIND_JPEG_HELPER(normal, [],
+-    [
+-       LIBJPEG=
+-    ]
+-   )
+-)
+-
+-dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h
+-dnl requires system dependent includes loaded before it)
+-jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
+-AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
+-test "x$jpeg_incdir" = xNO && jpeg_incdir=
+-
+-dnl if headers _and_ libraries are missing, this is no error, and we
+-dnl continue with a warning (the user will get no jpeg support in khtml)
+-dnl if only one is missing, it means a configuration error, but we still
+-dnl only warn
+-if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
+-  AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg])
+-else
+-  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
+-    AC_MSG_WARN([
+-There is an installation error in jpeg support. You seem to have only one
+-of either the headers _or_ the libraries installed. You may need to either
+-provide correct --with-extra-... options, or the development package of
+-libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
+-Disabling JPEG support.
+-])
+-  else
+-    AC_MSG_WARN([libjpeg not found. disable JPEG support.])
+-  fi
+-  jpeg_incdir=
+-  LIBJPEG=
+-fi
+-
+-AC_SUBST(LIBJPEG)
+-AH_VERBATIM(_AC_CHECK_JPEG,
+-[/*
+- * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
+- * headers and I'm too lazy to write a configure test as long as only
+- * unixware is related
+- */
+-#ifdef _UNIXWARE
+-#define HAVE_BOOLEAN
+-#endif
+-])
+-])
+-
+-AC_DEFUN([KDE_CHECK_QT_JPEG],
+-[
+-if test -n "$LIBJPEG"; then
+-AC_MSG_CHECKING([if Qt needs $LIBJPEG])
+-AC_CACHE_VAL(kde_cv_qt_jpeg,
+-[
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-ac_save_LIBS="$LIBS"
+-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
+-LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
+-ac_save_CXXFLAGS="$CXXFLAGS"
+-CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
+-AC_TRY_LINK(
+-[#include <qapplication.h>],
+-            [
+-            int argc;
+-            char** argv;
+-            QApplication app(argc, argv);],
+-            eval "kde_cv_qt_jpeg=no",
+-            eval "kde_cv_qt_jpeg=yes")
+-LIBS="$ac_save_LIBS"
+-CXXFLAGS="$ac_save_CXXFLAGS"
+-AC_LANG_RESTORE
+-fi
+-])
+-
+-if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
+-  AC_MSG_RESULT(yes)
+-  LIBJPEG_QT='$(LIBJPEG)'
+-else
+-  AC_MSG_RESULT(no)
+-  LIBJPEG_QT=
+-fi
+-
+-])
+-
+-AC_DEFUN([AC_FIND_ZLIB],
+-[
+-AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-AC_MSG_CHECKING([for libz])
+-AC_CACHE_VAL(ac_cv_lib_z,
+-[
+-kde_save_LIBS="$LIBS"
+-LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
+-kde_save_CFLAGS="$CFLAGS"
+-CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
+-AC_TRY_LINK(dnl
+-[
+-#include<zlib.h>
+-],
+-[
+-  char buf[42];
+-  gzFile f = (gzFile) 0;
+-  /* this would segfault.. but we only link, don't run */
+-  (void) gzgets(f, buf, sizeof(buf));
+-
+-  return (zlibVersion() == ZLIB_VERSION); 
+-],
+-            eval "ac_cv_lib_z='-lz'",
+-            eval "ac_cv_lib_z=no")
+-LIBS="$kde_save_LIBS"
+-CFLAGS="$kde_save_CFLAGS"
+-])dnl
+-if test ! "$ac_cv_lib_z" = no; then
+-  AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz])
+-  LIBZ="$ac_cv_lib_z"
+-  AC_MSG_RESULT($ac_cv_lib_z)
+-else
+-  AC_MSG_ERROR(not found. 
+-          Possibly configure picks up an outdated version
+-          installed by XFree86. Remove it from your system.
+-
+-          Check your installation and look into config.log)
+-  LIBZ=""
+-fi
+-AC_SUBST(LIBZ)
+-])
+-
+-AC_DEFUN([KDE_TRY_TIFFLIB],
+-[
+-AC_MSG_CHECKING([for libtiff $1])
+-
+-AC_CACHE_VAL(kde_cv_libtiff_$1,
+-[
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-kde_save_LIBS="$LIBS"
+-if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+-LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm"
+-else
+-LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm"
+-fi
+-kde_save_CXXFLAGS="$CXXFLAGS"
+-CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
+-
+-AC_TRY_LINK(dnl
+-[
+-#include<tiffio.h>
+-],
+-    [return (TIFFOpen( "", "r") == 0); ],
+-[
+-    kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ"
+-], [
+-    kde_cv_libtiff_$1=no
+-])
+-
+-LIBS="$kde_save_LIBS"
+-CXXFLAGS="$kde_save_CXXFLAGS"
+-AC_LANG_RESTORE
+-])
+-
+-if test "$kde_cv_libtiff_$1" = "no"; then
+-    AC_MSG_RESULT(no)
+-    LIBTIFF=""
+-    $3
+-else
+-    LIBTIFF="$kde_cv_libtiff_$1"
+-    AC_MSG_RESULT(yes)
+-    AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff])
+-    $2
+-fi
+-
+-])
+-
+-AC_DEFUN([AC_FIND_TIFF],
+-[
+-AC_REQUIRE([K_PATH_X])
+-AC_REQUIRE([AC_FIND_ZLIB])
+-AC_REQUIRE([AC_FIND_JPEG])
+-AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-
+-KDE_TRY_TIFFLIB(tiff, [],
+-   KDE_TRY_TIFFLIB(tiff34))
+-
+-AC_SUBST(LIBTIFF)
+-])
+-
+-
+-AC_DEFUN([AC_FIND_PNG],
+-[
+-AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-AC_REQUIRE([AC_FIND_ZLIB])
+-AC_MSG_CHECKING([for libpng])
+-AC_CACHE_VAL(ac_cv_lib_png,
+-[
+-kde_save_LIBS="$LIBS"
+-if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+-LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
+-else
+-LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
+-fi
+-kde_save_CFLAGS="$CFLAGS"
+-CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
+-
+-AC_TRY_LINK(dnl
+-    [
+-    #include<png.h>
+-    ],
+-    [
+-    png_structp png_ptr = png_create_read_struct(  /* image ptr */
+-		PNG_LIBPNG_VER_STRING, 0, 0, 0 );
+-    return( png_ptr != 0 );
+-    ],
+-    eval "ac_cv_lib_png='-lpng $LIBZ -lm'",
+-    eval "ac_cv_lib_png=no"
+-)
+-LIBS="$kde_save_LIBS"
+-CFLAGS="$kde_save_CFLAGS"
+-])dnl
+-if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
+-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
+-  LIBPNG="$ac_cv_lib_png"
+-  AC_SUBST(LIBPNG)
+-  AC_MSG_RESULT($ac_cv_lib_png)
+-else
+-  AC_MSG_RESULT(no)
+-  LIBPNG=""
+-  AC_SUBST(LIBPNG)
+-fi
+-])
+-
+-
+-AC_DEFUN([AC_FIND_JASPER],
+-[
+-AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-AC_REQUIRE([AC_FIND_JPEG])
+-AC_MSG_CHECKING([for jasper])
+-AC_CACHE_VAL(ac_cv_jasper,
+-[
+-kde_save_LIBS="$LIBS"
+-LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm"
+-kde_save_CFLAGS="$CFLAGS"
+-CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
+-
+-AC_TRY_LINK(dnl
+-    [
+-    #include<jasper/jasper.h>
+-    ],
+-    [
+-    return( jas_init() );
+-    ],
+-    eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'",
+-    eval "ac_cv_jasper=no"
+-)
+-LIBS="$kde_save_LIBS"
+-CFLAGS="$kde_save_CFLAGS"
+-])dnl
+-if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then
+-  AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper])
+-  LIB_JASPER="$ac_cv_jasper"
+-  AC_MSG_RESULT($ac_cv_jasper)
+-else
+-  AC_MSG_RESULT(no)
+-  LIB_JASPER=""
+-fi
+-AC_SUBST(LIB_JASPER)
+-])
+-
+-AC_DEFUN([AC_CHECK_BOOL],
+-[
+-  AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool])
+-])
+-
+-AC_DEFUN([AC_CHECK_GNU_EXTENSIONS],
+-[
+-AC_MSG_CHECKING(if you need GNU extensions)
+-AC_CACHE_VAL(ac_cv_gnu_extensions,
+-[
+-cat > conftest.c << EOF
+-#include <features.h>
+-
+-#ifdef __GNU_LIBRARY__
+-yes
+-#endif
+-EOF
+-
+-if (eval "$ac_cpp conftest.c") 2>&5 |
+-  egrep "yes" >/dev/null 2>&1; then
+-  rm -rf conftest*
+-  ac_cv_gnu_extensions=yes
+-else
+-  ac_cv_gnu_extensions=no
+-fi
+-])
+-
+-AC_MSG_RESULT($ac_cv_gnu_extensions)
+-if test "$ac_cv_gnu_extensions" = "yes"; then
+-  AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions])
+-fi
+-])
+-
+-AC_DEFUN([KDE_CHECK_COMPILER_FLAG],
+-[
+-AC_MSG_CHECKING([whether $CXX supports -$1])
+-kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
+-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
+-[
+-  AC_LANG_SAVE
+-  AC_LANG_CPLUSPLUS
+-  save_CXXFLAGS="$CXXFLAGS"
+-  CXXFLAGS="$CXXFLAGS -$1"
+-  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], [])
+-  CXXFLAGS="$save_CXXFLAGS"
+-  AC_LANG_RESTORE
+-])
+-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- AC_MSG_RESULT(yes)
+- :
+- $2
+-else
+- AC_MSG_RESULT(no)
+- :
+- $3
+-fi
+-])
+-
+-AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG],
+-[
+-AC_MSG_CHECKING([whether $CC supports -$1])
+-kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
+-AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache,
+-[
+-  AC_LANG_SAVE
+-  AC_LANG_C
+-  save_CFLAGS="$CFLAGS"
+-  CFLAGS="$CFLAGS -$1"
+-  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], [])
+-  CFLAGS="$save_CFLAGS"
+-  AC_LANG_RESTORE
+-])
+-if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
+- AC_MSG_RESULT(yes)
+- :
+- $2
+-else
+- AC_MSG_RESULT(no)
+- :
+- $3
+-fi
+-])
+-
+-
+-dnl AC_REMOVE_FORBIDDEN removes forbidden arguments from variables
+-dnl use: AC_REMOVE_FORBIDDEN(CC, [-forbid -bad-option whatever])
+-dnl it's all white-space separated
+-AC_DEFUN([AC_REMOVE_FORBIDDEN],
+-[ __val=$$1
+-  __forbid=" $2 "
+-  if test -n "$__val"; then
+-    __new=""
+-    ac_save_IFS=$IFS
+-    IFS=" 	"
+-    for i in $__val; do
+-      case "$__forbid" in
+-        *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;;
+-	*) # Careful to not add spaces, where there were none, because otherwise
+-	   # libtool gets confused, if we change e.g. CXX
+-	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
+-      esac
+-    done
+-    IFS=$ac_save_IFS
+-    $1=$__new
+-  fi
+-])
+-
+-
+-AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER],
+-[
+-  AC_MSG_CHECKING([whether $CC is blacklisted])
+-
+-  dnl In theory we have tu run this test against $CC and $CXX
+-  dnl in C and in C++ mode, because its perfectly legal for
+-  dnl the user to mix compiler versions, since C has a defined
+-  dnl ABI. 
+-  dnl 
+-  dnl For now, we assume the user is not on crack.
+-
+-  AC_TRY_COMPILE([
+-#ifdef __GNUC__
+-#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
+-choke me
+-#endif
+-#endif
+-], ,
+-  kde_bad_compiler=no, 
+-  kde_bad_compiler=yes
+-)
+-
+-  AC_MSG_RESULT($kde_bad_compiler)
+-
+-if test "$kde_bad_compiler" = "yes"; then
+-  AC_MSG_ERROR([
+-
+-This particular compiler version is blacklisted because it
+-is known to miscompile KDE. Please use a newer version, or
+-if that is not yet available, choose an older version. 
+-
+-Please do not report a bug or bother us reporting this
+-configure error. We know about it, and we introduced
+-it by intention to avoid untraceable bugs or crashes in KDE.
+-
+-])
+-fi
+-
+-])
+-
+-dnl AC_VALIDIFY_CXXFLAGS checks for forbidden flags the user may have given
+-AC_DEFUN([AC_VALIDIFY_CXXFLAGS],
+-[dnl
+-if test "x$kde_use_qt_emb" != "xyes"; then
+- AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath])
+- AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath])
+-else
+- AC_REMOVE_FORBIDDEN(CXX, [-rpath])
+- AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath])
+-fi
+-])
+-
+-AC_DEFUN([AC_CHECK_COMPILERS],
+-[
+-  AC_ARG_ENABLE(debug,
+-	        AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]),
+-  [
+-    case $enableval in
+-      yes)
+-        kde_use_debug_code="yes"
+-        kde_use_debug_define=no
+-        ;;
+-      full)
+-        kde_use_debug_code="full"
+-        kde_use_debug_define=no
+-        ;;
+-      *)
+-        kde_use_debug_code="no"
+-        kde_use_debug_define=yes
+-        ;;
+-    esac
+-  ], 
+-    [kde_use_debug_code="no"
+-      kde_use_debug_define=no
+-  ])
+-
+-  dnl Just for configure --help
+-  AC_ARG_ENABLE(dummyoption,
+-	        AC_HELP_STRING([--disable-debug],
+-	  		       [disables debug output and debug symbols [default=no]]),
+-		[],[])
+-
+-  AC_ARG_ENABLE(strict,
+-		AC_HELP_STRING([--enable-strict],
+-			      [compiles with strict compiler options (may not work!)]),
+-   [
+-    if test $enableval = "no"; then
+-         kde_use_strict_options="no"
+-       else
+-         kde_use_strict_options="yes"
+-    fi
+-   ], [kde_use_strict_options="no"])
+-
+-  AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]),
+-   [
+-    if test $enableval = "no"; then
+-         kde_use_warnings="no"
+-       else
+-         kde_use_warnings="yes"
+-    fi
+-   ], [kde_use_warnings="yes"])
+-
+-  dnl enable warnings for debug build
+-  if test "$kde_use_debug_code" != "no"; then
+-    kde_use_warnings=yes
+-  fi
+-
+-  AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]),
+-    [kde_use_profiling=$enableval],
+-    [kde_use_profiling="no"]
+-  )
+-
+-  dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS
+-  CFLAGS=" $CFLAGS"
+-
+-  AC_PROG_CC 
+-
+-  AC_PROG_CPP
+-
+-  if test "$GCC" = "yes"; then
+-    if test "$kde_use_debug_code" != "no"; then
+-      if test $kde_use_debug_code = "full"; then
+-        CFLAGS="-g3 -fno-inline $CFLAGS"
+-      else
+-        CFLAGS="-g -O2 $CFLAGS"
+-      fi
+-    else
+-      CFLAGS="-O2 $CFLAGS"
+-    fi
+-  fi
+-
+-  if test "$kde_use_debug_define" = "yes"; then
+-    CFLAGS="-DNDEBUG $CFLAGS"
+-  fi
+-
+-
+-  case "$host" in
+-  *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
+-  *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
+-  esac
+-
+-  if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
+-     LDFLAGS=""
+-  fi
+-
+-  CXXFLAGS=" $CXXFLAGS"
+-
+-  AC_PROG_CXX
+-
+-  KDE_CHECK_FOR_BAD_COMPILER
+-
+-  if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
+-    if test "$kde_use_debug_code" != "no"; then
+-      if test "$CXX" = "KCC"; then
+-        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
+-      else
+-        if test "$kde_use_debug_code" = "full"; then
+-          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
+-        else
+-          CXXFLAGS="-g -O2 $CXXFLAGS"
+-        fi
+-      fi
+-      KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"])
+-
+-      dnl convenience compiler flags
+-      KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
+-      AC_SUBST(WOVERLOADED_VIRTUAL)
+-    else
+-      if test "$CXX" = "KCC"; then
+-        CXXFLAGS="+K3 $CXXFLAGS"
+-      else
+-        CXXFLAGS="-O2 $CXXFLAGS"
+-      fi  
+-    fi
+-  fi
+-
+-  if test "$kde_use_debug_define" = "yes"; then
+-    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
+-  fi  
+-
+-  if test "$kde_use_profiling" = "yes"; then
+-    KDE_CHECK_COMPILER_FLAG(pg,
+-    [
+-      CFLAGS="-pg $CFLAGS"
+-      CXXFLAGS="-pg $CXXFLAGS"
+-    ])
+-  fi
+-
+-  if test "$kde_use_warnings" = "yes"; then
+-      if test "$GCC" = "yes"; then
+-        CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
+-        case $host in
+-          *-*-linux-gnu)	
+-            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
+-            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
+-            KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
+-            KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
+-          ;;
+-        esac
+-        KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"])
+-        KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"])
+-        dnl ### FIXME: revert for KDE 4
+-        KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
+-     fi
+-  fi
+-
+-  if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
+-    CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
+-  fi
+-
+-  AC_ARG_ENABLE(pch,
+-     AC_HELP_STRING([--enable-pch],
+-                    [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]),
+-    [ kde_use_pch=$enableval ],[ kde_use_pch=no ])
+- 
+-  HAVE_GCC_VISIBILITY=0
+-  AC_SUBST([HAVE_GCC_VISIBILITY])
+-
+-  if test "$GXX" = "yes"; then
+-    KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"])
+-    KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"])
+-    KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"])
+-    KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS=	)
+-    ENABLE_PERMISSIVE_FLAG="-fpermissive"
+-
+-    if test "$kde_use_pch" = "yes"; then
+-        AC_MSG_CHECKING(whether gcc supports precompiling c header files)
+-        echo >conftest.h
+-        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
+-            kde_gcc_supports_pch=yes
+-            AC_MSG_RESULT(yes)
+-        else
+-            kde_gcc_supports_pch=no
+-            AC_MSG_RESULT(no)
+-        fi
+-        if test "$kde_gcc_supports_pch" = "yes"; then
+-            AC_MSG_CHECKING(whether gcc supports precompiling c++ header files)
+-            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
+-                kde_gcc_supports_pch=yes
+-                AC_MSG_RESULT(yes)
+-            else
+-                kde_gcc_supports_pch=no
+-                AC_MSG_RESULT(no)
+-            fi
+-        fi
+-        rm -f conftest.h conftest.h.gch
+-    fi
+-  fi
+-  AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
+-  if test "$CXX" = "KCC"; then
+-    dnl unfortunately we currently cannot disable exception support in KCC
+-    dnl because doing so is binary incompatible and Qt by default links with exceptions :-(
+-    dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"])
+-    dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS=	)
+-
+-    if test "$kde_use_pch" = "yes"; then
+-      dnl TODO: support --pch-dir!
+-      KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"])
+-      dnl the below works (but the dir must exist), but it's
+-      dnl useless for a whole package.
+-      dnl The are precompiled headers for each source file, so when compiling
+-      dnl from scratch, it doesn't make a difference, and they take up
+-      dnl around ~5Mb _per_ sourcefile.
+-      dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp,
+-      dnl   [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"])
+-    fi
+-    dnl this flag controls inlining. by default KCC inlines in optimisation mode
+-    dnl all implementations that are defined inside the class {} declaration. 
+-    dnl because of templates-compatibility with broken gcc compilers, this
+-    dnl can cause excessive inlining. This flag limits it to a sane level
+-    KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
+-    KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
+-    KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
+-    KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
+-    dnl Some source files are shared between multiple executables
+-    dnl (or libraries) and some of those need template instantiations.
+-    dnl In that case KCC needs to compile those sources with
+-    dnl --one_instantiation_per_object.  To make it easy for us we compile
+-    dnl _all_ objects with that flag (--one_per is a shorthand).
+-    KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"])
+-  fi
+-  AC_SUBST(USE_EXCEPTIONS)
+-  dnl obsolete macro - provided to keep things going
+-  USE_RTTI=
+-  AC_SUBST(USE_RTTI)
+-
+-  case "$host" in
+-      *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
+-      *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
+-      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
+-      *-*-solaris*) 
+-        if test "$GXX" = yes; then
+-          libstdcpp=`$CXX -print-file-name=libstdc++.so`
+-          if test ! -f $libstdcpp; then
+-             AC_MSG_ERROR([You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so])
+-          fi
+-        fi
+-        ;;
+-  esac
+-
+-  AC_VALIDIFY_CXXFLAGS
+-
+-  AC_PROG_CXXCPP
+-
+-  if test "$GCC" = yes; then
+-     NOOPT_CFLAGS=-O0
+-  fi
+-  KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0])
+-
+-  AC_ARG_ENABLE(coverage,
+-    AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [
+-      if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
+-        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
+-        ac_coverage_linker="-lgcc"
+-      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
+-        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
+-        ac_coverage_linker=""
+-      else
+-        AC_MSG_ERROR([coverage with your compiler is not supported])
+-      fi
+-      CFLAGS="$CFLAGS $ac_coverage_compiler"
+-      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
+-      LDFLAGS="$LDFLAGS $ac_coverage_linker"
+-    ])
+-
+-  AC_SUBST(NOOPT_CXXFLAGS)
+-  AC_SUBST(NOOPT_CFLAGS)
+-  AC_SUBST(ENABLE_PERMISSIVE_FLAG)
+-
+-  KDE_CHECK_NEW_LDFLAGS
+-  KDE_CHECK_FINAL
+-  KDE_CHECK_CLOSURE
+-  KDE_CHECK_NMCHECK
+-
+-  ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), [])
+-])
+-
+-AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG],
+-  [
+-    AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug,
+-      [
+-        AC_LANG_SAVE
+-        AC_LANG_CPLUSPLUS
+-
+-        safe_CXXFLAGS=$CXXFLAGS
+-        safe_LDFLAGS=$LDFLAGS
+-        CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0"
+-        LDFLAGS="$LDFLAGS -shared -fPIC"
+-
+-        AC_TRY_LINK(
+-        [
+-          /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */
+-	  #include <string>
+-          int some_function( void ) __attribute__ ((visibility("default")));
+-          int some_function( void )
+-          {
+-	    std::string s("blafasel");
+-            return 0;
+-          }
+-        ], [/* elvis is alive */],
+-        kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes)
+-
+-        CXXFLAGS=$safe_CXXFLAGS
+-        LDFLAGS=$safe_LDFLAGS
+-        AC_LANG_RESTORE
+-      ]
+-    )
+-
+-    if test x$kde_cv_val_gcc_visibility_bug = xno; then
+-      CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
+-    fi
+-  ]
+-)
+-
+-AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY],
+-[
+-  AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
+-
+-  if test "x$GXX" = "xyes"; then
+-    kde_have_gcc_visibility=no
+-    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
+-    [
+-      kde_have_gcc_visibility=yes
+-      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
+-        [
+-          AC_LANG_SAVE
+-          AC_LANG_CPLUSPLUS
+-
+-          safe_CXXFLAGS=$CXXFLAGS
+-          CXXFLAGS="$CXXFLAGS $all_includes"
+-
+-          AC_TRY_COMPILE(
+-          [
+-#include <qglobal.h>
+-#if Q_EXPORT - 0 != 0
+-/* if this compiles, then Q_EXPORT is undefined */
+-/* if Q_EXPORT is nonempty, this will break compilation */
+-#endif
+-          ], [/* elvis is alive */],
+-          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
+-
+-          CXXFLAGS=$safe_CXXFLAGS
+-          AC_LANG_RESTORE
+-        ]
+-      )
+-
+-      if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
+-        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
+-        KDE_CHECK_VISIBILITY_GCC_BUG
+-        HAVE_GCC_VISIBILITY=1
+-        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
+-      fi
+-    ])
+-  fi
+-])
+-
+-AC_DEFUN([KDE_ADD_DEPENDENCIES],
+-[
+-   [A]M_DEPENDENCIES(CC)
+-   [A]M_DEPENDENCIES(CXX)
+-])
+-
+-dnl just a wrapper to clean up configure.in
+-AC_DEFUN([KDE_PROG_LIBTOOL],
+-[
+-AC_REQUIRE([AC_CHECK_COMPILERS])
+-AC_REQUIRE([AC_ENABLE_SHARED])
+-AC_REQUIRE([AC_ENABLE_STATIC])
+-
+-AC_REQUIRE([AC_LIBTOOL_DLOPEN])
+-AC_REQUIRE([KDE_CHECK_LIB64])
+-
+-AC_OBJEXT
+-AC_EXEEXT
+-
+-AM_PROG_LIBTOOL
+-AC_LIBTOOL_CXX
+-
+-LIBTOOL_SHELL="/bin/sh ./libtool"
+-#  LIBTOOL="$LIBTOOL --silent"
+-KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
+-AC_SUBST(KDE_PLUGIN)
+-
+-# we patch configure quite some so we better keep that consistent for incremental runs 
+-AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure')
+-])
+-
+-AC_DEFUN([KDE_CHECK_LIB64],
+-[
+-    kdelibsuff="$kde_libs_suffix"
+-    if test -z "$kdelibsuff"; then
+-       kdelibsuff=no
+-    fi
+-    AC_ARG_ENABLE(libsuffix,
+-        AC_HELP_STRING([--enable-libsuffix],
+-            [/lib directory suffix (64,32,none[=default])]),
+-            kdelibsuff=$enableval)
+-    # TODO: add an auto case that compiles a little C app to check
+-    # where the glibc is
+-    if test "$kdelibsuff" = "no"; then
+-       kdelibsuff=
+-    fi
+-    if test -z "$kdelibsuff"; then
+-        AC_MSG_RESULT([not using lib directory suffix])
+-        AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
+-    else
+-        if test "$libdir" = '${exec_prefix}/lib'; then
+-            libdir="$libdir${kdelibsuff}"
+-            AC_SUBST([libdir], ["$libdir"])  dnl ugly hack for lib64 platforms
+-        fi
+-        AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
+-        AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
+-    fi
+-])
+-
+-AC_DEFUN([KDE_CHECK_TYPES],
+-[  AC_CHECK_SIZEOF(int, 4)dnl
+-   AC_CHECK_SIZEOF(short)dnl
+-  AC_CHECK_SIZEOF(long, 4)dnl
+-  AC_CHECK_SIZEOF(char *, 4)dnl
+-])dnl
+-
+-dnl Not used - kept for compat only?
+-AC_DEFUN([KDE_DO_IT_ALL],
+-[
+-AC_CANONICAL_SYSTEM
+-AC_ARG_PROGRAM
+-AM_INIT_AUTOMAKE($1, $2)
+-AM_DISABLE_LIBRARIES
+-AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+-AC_CHECK_COMPILERS
+-KDE_PROG_LIBTOOL
+-AM_KDE_WITH_NLS
+-AC_PATH_KDE
+-])
+-
+-AC_DEFUN([AC_CHECK_RPATH],
+-[
+-AC_MSG_CHECKING(for rpath)
+-AC_ARG_ENABLE(rpath,
+-      AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]),
+-      USE_RPATH=$enableval, USE_RPATH=yes)
+-
+-if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
+-
+-  KDE_RPATH="-R \$(libdir)"
+-
+-  if test "$kde_libraries" != "$libdir"; then
+-      KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
+-  fi
+-
+-  if test -n "$qt_libraries"; then
+-    KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
+-  fi
+-  dnl $x_libraries is set to /usr/lib in case
+-  if test -n "$X_LDFLAGS"; then
+-    X_RPATH="-R \$(x_libraries)"
+-    KDE_RPATH="$KDE_RPATH $X_RPATH"
+-  fi
+-  if test -n "$KDE_EXTRA_RPATH"; then
+-    KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
+-  fi
+-fi
+-AC_SUBST(KDE_EXTRA_RPATH)
+-AC_SUBST(KDE_RPATH)
+-AC_SUBST(X_RPATH)
+-AC_MSG_RESULT($USE_RPATH)
+-])
+-
+-dnl Check for the type of the third argument of getsockname
+-AC_DEFUN([AC_CHECK_SOCKLEN_T],
+-[
+-   AC_MSG_CHECKING(for socklen_t)
+-   AC_CACHE_VAL(kde_cv_socklen_t,
+-   [
+-      AC_LANG_PUSH(C++)
+-      kde_cv_socklen_t=no
+-      AC_TRY_COMPILE([
+-         #include <sys/types.h>
+-         #include <sys/socket.h>
+-      ],
+-      [
+-         socklen_t len;
+-         getpeername(0,0,&len);
+-      ],
+-      [
+-         kde_cv_socklen_t=yes
+-         kde_cv_socklen_t_equiv=socklen_t
+-      ])
+-      AC_LANG_POP(C++)
+-   ])
+-   AC_MSG_RESULT($kde_cv_socklen_t)
+-   if test $kde_cv_socklen_t = no; then
+-      AC_MSG_CHECKING([for socklen_t equivalent for socket functions])
+-      AC_CACHE_VAL(kde_cv_socklen_t_equiv,
+-      [
+-         kde_cv_socklen_t_equiv=int
+-         AC_LANG_PUSH(C++)
+-         for t in int size_t unsigned long "unsigned long"; do
+-            AC_TRY_COMPILE([
+-               #include <sys/types.h>
+-               #include <sys/socket.h>
+-            ],
+-            [
+-               $t len;
+-               getpeername(0,0,&len);
+-            ],
+-            [
+-               kde_cv_socklen_t_equiv="$t"
+-               break
+-            ])
+-         done
+-         AC_LANG_POP(C++)
+-      ])
+-      AC_MSG_RESULT($kde_cv_socklen_t_equiv)
+-   fi
+-   AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv,
+-                     [type to use in place of socklen_t if not defined])
+-   AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv,
+-                     [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)])
+-])
+-
+-dnl This is a merge of some macros out of the gettext aclocal.m4
+-dnl since we don't need anything, I took the things we need
+-dnl the copyright for them is:
+-dnl >
+-dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+-dnl This Makefile.in is free software; the Free Software Foundation
+-dnl gives unlimited permission to copy and/or distribute it,
+-dnl with or without modifications, as long as this notice is preserved.
+-
+-dnl This program is distributed in the hope that it will be useful,
+-dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+-dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+-dnl PARTICULAR PURPOSE.
+-dnl >
+-dnl for this file it is relicensed under LGPL
+-
+-AC_DEFUN([AM_KDE_WITH_NLS],
+-  [
+-    dnl If we use NLS figure out what method
+-
+-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
+-        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
+-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
+-
+-     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
+-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
+-        GMSGFMT=":"
+-      fi
+-      MSGFMT=$GMSGFMT
+-      AC_SUBST(GMSGFMT)
+-      AC_SUBST(MSGFMT)
+-
+-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
+-	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
+-
+-      dnl Test whether we really found GNU xgettext.
+-      if test "$XGETTEXT" != ":"; then
+-	dnl If it is no GNU xgettext we define it as : so that the
+-	dnl Makefiles still can work.
+-	if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
+-	  : ;
+-	else
+-	  AC_MSG_RESULT(
+-	    [found xgettext programs is not GNU xgettext; ignore it])
+-	  XGETTEXT=":"
+-	fi
+-      fi
+-     AC_SUBST(XGETTEXT)
+-
+-  ])
+-
+-# Search path for a program which passes the given test.
+-# Ulrich Drepper <drepper at cygnus.com>, 1996.
+-
+-# serial 1
+-# Stephan Kulow: I appended a _KDE against name conflicts
+-
+-dnl AM_PATH_PROG_WITH_TEST_KDE(VARIABLE, PROG-TO-CHECK-FOR,
+-dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
+-AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE],
+-[# Extract the first word of "$2", so it can be a program name with args.
+-set dummy $2; ac_word=[$]2
+-AC_MSG_CHECKING([for $ac_word])
+-AC_CACHE_VAL(ac_cv_path_$1,
+-[case "[$]$1" in
+-  /*)
+-  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+-  for ac_dir in ifelse([$5], , $PATH, [$5]); do
+-    test -z "$ac_dir" && ac_dir=.
+-    if test -f $ac_dir/$ac_word; then
+-      if [$3]; then
+-	ac_cv_path_$1="$ac_dir/$ac_word"
+-	break
+-      fi
+-    fi
+-  done
+-  IFS="$ac_save_ifs"
+-dnl If no 4th arg is given, leave the cache variable unset,
+-dnl so AC_PATH_PROGS will keep looking.
+-ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
+-])dnl
+-  ;;
+-esac])dnl
+-$1="$ac_cv_path_$1"
+-if test -n "[$]$1"; then
+-  AC_MSG_RESULT([$]$1)
+-else
+-  AC_MSG_RESULT(no)
+-fi
+-AC_SUBST($1)dnl
+-])
+-
+-
+-# Check whether LC_MESSAGES is available in <locale.h>.
+-# Ulrich Drepper <drepper at cygnus.com>, 1995.
+-
+-# serial 1
+-
+-AC_DEFUN([AM_LC_MESSAGES],
+-  [if test $ac_cv_header_locale_h = yes; then
+-    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
+-      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
+-       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
+-    if test $am_cv_val_LC_MESSAGES = yes; then
+-      AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES])
+-    fi
+-  fi])
+-
+-dnl From Jim Meyering.
+-dnl FIXME: migrate into libit.
+-
+-AC_DEFUN([AM_FUNC_OBSTACK],
+-[AC_CACHE_CHECK([for obstacks], am_cv_func_obstack,
+- [AC_TRY_LINK([#include "obstack.h"],
+-	      [struct obstack *mem;obstack_free(mem,(char *) 0)],
+-	      am_cv_func_obstack=yes,
+-	      am_cv_func_obstack=no)])
+- if test $am_cv_func_obstack = yes; then
+-   AC_DEFINE(HAVE_OBSTACK)
+- else
+-   LIBOBJS="$LIBOBJS obstack.o"
+- fi
+-])
+-
+-dnl From Jim Meyering.  Use this if you use the GNU error.[ch].
+-dnl FIXME: Migrate into libit
+-
+-AC_DEFUN([AM_FUNC_ERROR_AT_LINE],
+-[AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
+- [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
+-              am_cv_lib_error_at_line=yes,
+-	      am_cv_lib_error_at_line=no)])
+- if test $am_cv_lib_error_at_line = no; then
+-   LIBOBJS="$LIBOBJS error.o"
+- fi
+- AC_SUBST(LIBOBJS)dnl
+-])
+-
+-# Macro to add for using GNU gettext.
+-# Ulrich Drepper <drepper at cygnus.com>, 1995.
+-
+-# serial 1
+-# Stephan Kulow: I put a KDE in it to avoid name conflicts
+-
+-AC_DEFUN([AM_KDE_GNU_GETTEXT],
+-  [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+-   AC_REQUIRE([AC_PROG_RANLIB])dnl
+-   AC_REQUIRE([AC_HEADER_STDC])dnl
+-   AC_REQUIRE([AC_TYPE_OFF_T])dnl
+-   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
+-   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+-   AC_REQUIRE([AC_FUNC_MMAP])dnl
+-   AC_REQUIRE([AM_KDE_WITH_NLS])dnl
+-   AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h])
+-   AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \
+-__argz_count __argz_stringify __argz_next])
+-
+-   AC_MSG_CHECKING(for stpcpy)
+-   AC_CACHE_VAL(kde_cv_func_stpcpy,
+-   [
+-   kde_safe_cxxflags=$CXXFLAGS
+-   CXXFLAGS="-Werror"
+-   AC_LANG_SAVE
+-   AC_LANG_CPLUSPLUS
+-   AC_TRY_COMPILE([
+-   #include <string.h>
+-   ],
+-   [
+-   char buffer[200];
+-   stpcpy(buffer, buffer);
+-   ],
+-   kde_cv_func_stpcpy=yes,
+-   kde_cv_func_stpcpy=no)
+-   AC_LANG_RESTORE
+-   CXXFLAGS=$kde_safe_cxxflags
+-   ])
+-   AC_MSG_RESULT($kde_cv_func_stpcpy)
+-   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
+-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
+-   fi
+-
+-   AM_LC_MESSAGES
+-
+-   if test "x$CATOBJEXT" != "x"; then
+-     if test "x$ALL_LINGUAS" = "x"; then
+-       LINGUAS=
+-     else
+-       AC_MSG_CHECKING(for catalogs to be installed)
+-       NEW_LINGUAS=
+-       for lang in ${LINGUAS=$ALL_LINGUAS}; do
+-         case "$ALL_LINGUAS" in
+-          *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
+-         esac
+-       done
+-       LINGUAS=$NEW_LINGUAS
+-       AC_MSG_RESULT($LINGUAS)
+-     fi
+-
+-     dnl Construct list of names of catalog files to be constructed.
+-     if test -n "$LINGUAS"; then
+-       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
+-     fi
+-   fi
+-
+-  ])
+-
+-AC_DEFUN([AC_HAVE_XPM],
+- [AC_REQUIRE_CPP()dnl
+-  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-
+- test -z "$XPM_LDFLAGS" && XPM_LDFLAGS=
+- test -z "$XPM_INCLUDE" && XPM_INCLUDE=
+-
+- AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]),
+-	xpm_test=$withval, xpm_test="yes")
+- if test "x$xpm_test" = xno; then
+-   ac_cv_have_xpm=no
+- else
+-   AC_MSG_CHECKING(for XPM)
+-   AC_CACHE_VAL(ac_cv_have_xpm,
+-   [
+-    ac_save_ldflags="$LDFLAGS"
+-    ac_save_cflags="$CFLAGS"
+-    if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
+-      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET"
+-    else
+-      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET"
+-    fi
+-    CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES"
+-    test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS"
+-    AC_TRY_LINK([#include <X11/xpm.h>],[],
+-	ac_cv_have_xpm="yes",ac_cv_have_xpm="no")
+-    LDFLAGS="$ac_save_ldflags"
+-    CFLAGS="$ac_save_cflags"
+-   ])dnl
+-
+-  if test "$ac_cv_have_xpm" = no; then
+-    AC_MSG_RESULT(no)
+-    XPM_LDFLAGS=""
+-    XPMINC=""
+-    $2
+-  else
+-    AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support])
+-    if test "$XPM_LDFLAGS" = ""; then
+-       XPMLIB='-lXpm $(LIB_X11)'
+-    else
+-       XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)'
+-    fi
+-    if test "$XPM_INCLUDE" = ""; then
+-       XPMINC=""
+-    else
+-       XPMINC="-I$XPM_INCLUDE"
+-    fi
+-    AC_MSG_RESULT(yes)
+-    $1
+-  fi
+- fi
+- AC_SUBST(XPMINC)
+- AC_SUBST(XPMLIB)
+-])
+-
+-AC_DEFUN([AC_HAVE_DPMS],
+- [AC_REQUIRE_CPP()dnl
+-  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-
+- test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS=
+- test -z "$DPMS_INCLUDE" && DPMS_INCLUDE=
+- DPMS_LIB=
+-
+- AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]),
+-	dpms_test=$withval, dpms_test="yes")
+- if test "x$dpms_test" = xno; then
+-   ac_cv_have_dpms=no
+- else
+-   AC_MSG_CHECKING(for DPMS)
+-   dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms.
+-   dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms".
+-   AC_CACHE_VAL(ac_cv_have_dpms,
+-   [
+-    if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then
+-      AC_MSG_RESULT(no)
+-      ac_cv_have_dpms="no"
+-    else
+-      ac_save_ldflags="$LDFLAGS"
+-      ac_save_cflags="$CFLAGS"
+-      ac_save_libs="$LIBS"
+-      LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries"
+-      LIBS="-lX11 -lXext $LIBSOCKET"
+-      CFLAGS="$CFLAGS $X_INCLUDES"
+-      test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
+-      AC_TRY_LINK([
+-	  #include <X11/Xproto.h>
+-	  #include <X11/X.h>
+-	  #include <X11/Xlib.h>
+-	  #include <X11/extensions/dpms.h>
+-	  int foo_test_dpms()
+-	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
+-	  ac_cv_have_dpms="yes", [
+-              LIBS="-lXdpms $LIBS"
+-              AC_TRY_LINK([
+-	          #include <X11/Xproto.h>
+-        	  #include <X11/X.h>
+-        	  #include <X11/Xlib.h>
+-        	  #include <X11/extensions/dpms.h>
+-        	  int foo_test_dpms()
+-        	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
+-        	  [
+-                  ac_cv_have_dpms="-lXdpms"
+-                  ],ac_cv_have_dpms="no")
+-              ])
+-      LDFLAGS="$ac_save_ldflags"
+-      CFLAGS="$ac_save_cflags"
+-      LIBS="$ac_save_libs"
+-    fi
+-   ])dnl
+-
+-  if test "$ac_cv_have_dpms" = no; then
+-    AC_MSG_RESULT(no)
+-    DPMS_LDFLAGS=""
+-    DPMSINC=""
+-    $2
+-  else
+-    AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support])
+-    if test "$ac_cv_have_dpms" = "-lXdpms"; then
+-       DPMS_LIB="-lXdpms"
+-    fi
+-    if test "$DPMS_LDFLAGS" = ""; then
+-       DPMSLIB="$DPMS_LIB "'$(LIB_X11)'
+-    else
+-       DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)'
+-    fi
+-    if test "$DPMS_INCLUDE" = ""; then
+-       DPMSINC=""
+-    else
+-       DPMSINC="-I$DPMS_INCLUDE"
+-    fi
+-    AC_MSG_RESULT(yes)
+-    $1
+-  fi
+- fi
+- ac_save_cflags="$CFLAGS"
+- CFLAGS="$CFLAGS $X_INCLUDES"
+- test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
+- AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO,
+-   [Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h>])
+- AC_CHECK_DECL(DPMSCapable,
+-   AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),,
+-   [#include <X11/extensions/dpms.h>])
+- AH_TEMPLATE(HAVE_DPMSINFO_PROTO,
+-   [Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h>])
+- AC_CHECK_DECL(DPMSInfo,
+-   AC_DEFINE(HAVE_DPMSINFO_PROTO),,
+-   [#include <X11/extensions/dpms.h>])
+- CFLAGS="$ac_save_cflags"
+- AC_SUBST(DPMSINC)
+- AC_SUBST(DPMSLIB)
+-])
+-
+-AC_DEFUN([AC_HAVE_GL],
+- [AC_REQUIRE_CPP()dnl
+-  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-
+- test -z "$GL_LDFLAGS" && GL_LDFLAGS=
+- test -z "$GL_INCLUDE" && GL_INCLUDE=
+-
+- AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]),
+-	gl_test=$withval, gl_test="yes")
+- if test "x$kde_use_qt_emb" = "xyes"; then
+-   # GL and Qt Embedded is a no-go for now.
+-   ac_cv_have_gl=no
+- elif test "x$gl_test" = xno; then
+-   ac_cv_have_gl=no
+- else
+-   AC_MSG_CHECKING(for GL)
+-   AC_CACHE_VAL(ac_cv_have_gl,
+-   [
+-    AC_LANG_SAVE
+-    AC_LANG_CPLUSPLUS
+-    ac_save_ldflags=$LDFLAGS
+-    ac_save_cxxflags=$CXXFLAGS
+-    ac_save_libs=$LIBS
+-    LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries"
+-    LIBS="$LIBS -lGL -lGLU"
+-    test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11"
+-    LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET"
+-    CXXFLAGS="$CFLAGS $X_INCLUDES"
+-    test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS"
+-    AC_TRY_LINK([#include <GL/gl.h>
+-#include <GL/glu.h>
+-], [],
+-	ac_cv_have_gl="yes", ac_cv_have_gl="no")
+-    AC_LANG_RESTORE
+-    LDFLAGS=$ac_save_ldflags
+-    CXXFLAGS=$ac_save_cxxflags
+-    LIBS=$ac_save_libs
+-   ])dnl
+-
+-  if test "$ac_cv_have_gl" = "no"; then
+-    AC_MSG_RESULT(no)
+-    GL_LDFLAGS=""
+-    GLINC=""
+-    $2
+-  else
+-    AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)])
+-    if test "$GL_LDFLAGS" = ""; then
+-       GLLIB='-lGLU -lGL $(LIB_X11)'
+-    else
+-       GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)'
+-    fi
+-    if test "$GL_INCLUDE" = ""; then
+-       GLINC=""
+-    else
+-       GLINC="-I$GL_INCLUDE"
+-    fi
+-    AC_MSG_RESULT($ac_cv_have_gl)
+-    $1
+-  fi
+- fi
+- AC_SUBST(GLINC)
+- AC_SUBST(GLLIB)
+-])
+-
+-
+- dnl shadow password and PAM magic - maintained by ossi at kde.org
+-
+-AC_DEFUN([KDE_PAM], [
+-  AC_REQUIRE([KDE_CHECK_LIBDL])
+-
+-  want_pam=
+-  AC_ARG_WITH(pam,
+-    AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]),
+-    [ if test "x$withval" = "xyes"; then
+-        want_pam=yes
+-        pam_service=kde
+-      elif test "x$withval" = "xno"; then
+-        want_pam=no
+-      else
+-        want_pam=yes
+-        pam_service=$withval
+-      fi
+-    ], [ pam_service=kde ])
+-
+-  use_pam=
+-  PAMLIBS=
+-  if test "x$want_pam" != xno; then
+-    AC_CHECK_LIB(pam, pam_start, [
+-      AC_CHECK_HEADER(security/pam_appl.h,
+-        [ pam_header=security/pam_appl.h ],
+-        [ AC_CHECK_HEADER(pam/pam_appl.h,
+-            [ pam_header=pam/pam_appl.h ],
+-            [
+-    AC_MSG_WARN([PAM detected, but no headers found!
+-Make sure you have the necessary development packages installed.])
+-            ]
+-          )
+-        ]
+-      )
+-    ], , $LIBDL)
+-    if test -z "$pam_header"; then
+-      if test "x$want_pam" = xyes; then
+-        AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!])
+-      fi
+-    else
+-      AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)])
+-      PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL"
+-      use_pam=yes
+-
+-      dnl darwin claims to be something special
+-      if test "$pam_header" = "pam/pam_appl.h"; then
+-        AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/])
+-      fi
+-
+-      dnl test whether struct pam_message is const (Linux) or not (Sun)
+-      AC_MSG_CHECKING(for const pam_message)
+-      AC_EGREP_HEADER([struct pam_message], $pam_header,
+-        [ AC_EGREP_HEADER([const struct pam_message], $pam_header,
+-                          [AC_MSG_RESULT([const: Linux-type PAM])],
+-                          [AC_MSG_RESULT([nonconst: Sun-type PAM])
+-                          AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])]
+-                          )],
+-        [AC_MSG_RESULT([not found - assume const, Linux-type PAM])])
+-    fi
+-  fi
+-
+-  AC_SUBST(PAMLIBS)
+-])
+-
+-dnl DEF_PAM_SERVICE(arg name, full name, define name)
+-AC_DEFUN([DEF_PAM_SERVICE], [
+-  AC_ARG_WITH($1-pam,
+-    AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]),
+-    [ if test "x$use_pam" = xyes; then
+-        $3_PAM_SERVICE=$withval
+-      else
+-        AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected.
+-You may want to enforce it by using --with-pam.])
+-      fi
+-    ], 
+-    [ if test "x$use_pam" = xyes; then
+-        $3_PAM_SERVICE="$pam_service"
+-      fi
+-    ])
+-    if test -n "$$3_PAM_SERVICE"; then
+-      AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE])
+-      AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2])
+-    fi
+-    AC_SUBST($3_PAM_SERVICE)
+-])
+-
+-AC_DEFUN([KDE_SHADOWPASSWD], [
+-  AC_REQUIRE([KDE_PAM])
+-
+-  AC_CHECK_LIB(shadow, getspent,
+-    [ LIBSHADOW="-lshadow"
+-      ac_use_shadow=yes
+-    ],
+-    [ dnl for UnixWare
+-      AC_CHECK_LIB(gen, getspent, 
+-        [ LIBGEN="-lgen"
+-          ac_use_shadow=yes
+-        ], 
+-        [ AC_CHECK_FUNC(getspent, 
+-            [ ac_use_shadow=yes ],
+-            [ ac_use_shadow=no ])
+-	])
+-    ])
+-  AC_SUBST(LIBSHADOW)
+-  AC_SUBST(LIBGEN)
+-  
+-  AC_MSG_CHECKING([for shadow passwords])
+-
+-  AC_ARG_WITH(shadow,
+-    AC_HELP_STRING([--with-shadow],[If you want shadow password support]),
+-    [ if test "x$withval" != "xno"; then
+-        use_shadow=yes
+-      else
+-        use_shadow=no
+-      fi
+-    ], [
+-      use_shadow="$ac_use_shadow"
+-    ])
+-
+-  if test "x$use_shadow" = xyes; then
+-    AC_MSG_RESULT(yes)
+-    AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords])
+-  else
+-    AC_MSG_RESULT(no)
+-    LIBSHADOW=
+-    LIBGEN=
+-  fi
+-
+-  dnl finally make the relevant binaries setuid root, if we have shadow passwds.
+-  dnl this still applies, if we could use it indirectly through pam.
+-  if test "x$use_shadow" = xyes || 
+-     ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then
+-      case $host in
+-      *-*-freebsd* | *-*-netbsd* | *-*-openbsd*)
+-	SETUIDFLAGS="-m 4755 -o root";;
+-      *)
+-	SETUIDFLAGS="-m 4755";;
+-      esac
+-  fi
+-  AC_SUBST(SETUIDFLAGS)
+-
+-])
+-
+-AC_DEFUN([KDE_PASSWDLIBS], [
+-  AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT
+-  AC_REQUIRE([KDE_PAM])
+-  AC_REQUIRE([KDE_SHADOWPASSWD])
+-
+-  if test "x$use_pam" = "xyes"; then 
+-    PASSWDLIBS="$PAMLIBS"
+-  else
+-    PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN"
+-  fi
+-
+-  dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but
+-  dnl /etc/master.passwd holds the actual passwords.  /etc/master.passwd requires
+-  dnl root to read, so kcheckpass needs to be root (even when using pam, since pam
+-  dnl may need to read /etc/master.passwd).
+-  case $host in
+-  *-*-freebsd*)
+-    SETUIDFLAGS="-m 4755 -o root"
+-    ;;
+-  *)
+-    ;;
+-  esac
+-
+-  AC_SUBST(PASSWDLIBS)
+-])
+-
+-AC_DEFUN([KDE_CHECK_LIBDL],
+-[
+-AC_CHECK_LIB(dl, dlopen, [
+-LIBDL="-ldl"
+-ac_cv_have_dlfcn=yes
+-])
+-
+-AC_CHECK_LIB(dld, shl_unload, [
+-LIBDL="-ldld"
+-ac_cv_have_shload=yes
+-])
+-
+-AC_SUBST(LIBDL)
+-])
+-
+-AC_DEFUN([KDE_CHECK_DLOPEN],
+-[
+-KDE_CHECK_LIBDL
+-AC_CHECK_HEADERS(dlfcn.h dl.h)
+-if test "$ac_cv_header_dlfcn_h" = "no"; then
+-  ac_cv_have_dlfcn=no
+-fi
+-
+-if test "$ac_cv_header_dl_h" = "no"; then
+-  ac_cv_have_shload=no
+-fi
+-
+-dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE
+-dnl (MM)
+-AC_ARG_ENABLE(dlopen,
+-AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]),
+-enable_dlopen=$enableval,
+-enable_dlopen=yes)
+-
+-# override the user's opinion, if we know it better ;)
+-if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then
+-  enable_dlopen=no
+-fi
+-
+-if test "$ac_cv_have_dlfcn" = "yes"; then
+-  AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn])
+-fi
+-
+-if test "$ac_cv_have_shload" = "yes"; then
+-  AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload])
+-fi
+-
+-if test "$enable_dlopen" = no ; then
+-  test -n "$1" && eval $1
+-else
+-  test -n "$2" && eval $2
+-fi
+-
+-])
+-
+-AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING],
+-[
+-KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no)
+-KDE_PROG_LIBTOOL
+-AC_MSG_CHECKING([dynamic loading])
+-eval "`egrep '^build_libtool_libs=' libtool`"
+-if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then
+-  dynamic_loading=yes
+-  AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING)
+-else
+-  dynamic_loading=no
+-fi
+-AC_MSG_RESULT($dynamic_loading)
+-if test "$dynamic_loading" = "yes"; then
+-  $1
+-else
+-  $2
+-fi
+-])
+-
+-AC_DEFUN([KDE_ADD_INCLUDES],
+-[
+-if test -z "$1"; then
+-  test_include="Pix.h"
+-else
+-  test_include="$1"
+-fi
+-
+-AC_MSG_CHECKING([for libg++ ($test_include)])
+-
+-AC_CACHE_VAL(kde_cv_libgpp_includes,
+-[
+-kde_cv_libgpp_includes=no
+-
+-   for ac_dir in               \
+-                               \
+-     /usr/include/g++          \
+-     /usr/include              \
+-     /usr/unsupported/include  \
+-     /opt/include              \
+-     $extra_include            \
+-     ; \
+-   do
+-     if test -r "$ac_dir/$test_include"; then
+-       kde_cv_libgpp_includes=$ac_dir
+-       break
+-     fi
+-   done
+-])
+-
+-AC_MSG_RESULT($kde_cv_libgpp_includes)
+-if test "$kde_cv_libgpp_includes" != "no"; then
+-  all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES"
+-fi
+-])
+-])
+-
+-AC_DEFUN([KDE_CHECK_LIBPTHREAD],
+-[
+-  dnl This code is here specifically to handle the
+-  dnl various flavors of threading library on FreeBSD
+-  dnl 4-, 5-, and 6-, and the (weird) rules around it.
+-  dnl There may be an environment PTHREAD_LIBS that 
+-  dnl specifies what to use; otherwise, search for it.
+-  dnl -pthread is special cased and unsets LIBPTHREAD
+-  dnl below if found.
+-  LIBPTHREAD=""
+-
+-  if test -n "$PTHREAD_LIBS"; then
+-    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
+-      LIBPTHREAD="PTHREAD"
+-    else
+-      PTHREAD_LIBS_save="$PTHREAD_LIBS"
+-      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
+-      AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS])
+-      KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [
+-          LIBPTHREAD="$PTHREAD_LIBS_save"])
+-      PTHREAD_LIBS="$PTHREAD_LIBS_save"
+-    fi
+-  fi
+-
+-  dnl Is this test really needed, in the face of the Tru64 test below?
+-  if test -z "$LIBPTHREAD"; then
+-    AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"])
+-  fi
+-
+-  dnl This is a special Tru64 check, see BR 76171 issue #18.
+-  if test -z "$LIBPTHREAD" ; then
+-    AC_MSG_CHECKING([for pthread_create in -lpthread])
+-    kde_safe_libs=$LIBS
+-    LIBS="$LIBS -lpthread"
+-    AC_TRY_LINK([#include <pthread.h>],[(void)pthread_create(0,0,0,0);],[
+-        AC_MSG_RESULT(yes)
+-        LIBPTHREAD="-lpthread"],[
+-	AC_MSG_RESULT(no)])
+-    LIBS=$kde_safe_libs
+-  fi
+-
+-  dnl Un-special-case for FreeBSD.
+-  if test "x$LIBPTHREAD" = "xPTHREAD" ; then
+-    LIBPTHREAD=""
+-  fi
+-
+-  AC_SUBST(LIBPTHREAD)
+-])
+-
+-AC_DEFUN([KDE_CHECK_PTHREAD_OPTION],
+-[
+-      USE_THREADS=""
+-      if test -z "$LIBPTHREAD"; then
+-        KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"])
+-      fi
+-
+-    AH_VERBATIM(__svr_define, [
+-#if defined(__SVR4) && !defined(__svr4__)
+-#define __svr4__ 1
+-#endif
+-])
+-    case $host_os in
+- 	solaris*)
+-		KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"])
+-                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
+-    		;;
+-        freebsd*)
+-                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
+-                ;;
+-        aix*)
+-                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
+-                LIBPTHREAD="$LIBPTHREAD -lc_r"
+-                ;;
+-        linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+-                if test "$CXX" = "KCC"; then
+-                  CXXFLAGS="$CXXFLAGS --thread_safe"
+-		  NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
+-                fi
+-                ;;
+-	*)
+-		;;
+-    esac
+-    AC_SUBST(USE_THREADS)
+-    AC_SUBST(LIBPTHREAD)
+-])
+-
+-AC_DEFUN([KDE_CHECK_THREADING],
+-[
+-  AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
+-  AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION])
+-  dnl default is yes if libpthread is found and no if no libpthread is available
+-  if test -z "$LIBPTHREAD"; then
+-    if test -z "$USE_THREADS"; then
+-      kde_check_threading_default=no
+-    else
+-      kde_check_threading_default=yes
+-    fi
+-  else
+-    kde_check_threading_default=yes
+-  fi
+-  AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]),
+-   kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default)
+-  if test "x$kde_use_threading" = "xyes"; then
+-    AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)])
+-  fi
+-])
+-
+-AC_DEFUN([KDE_TRY_LINK_PYTHON],
+-[
+-if test "$kde_python_link_found" = no; then
+-
+-if test "$1" = normal; then
+-  AC_MSG_CHECKING(if a Python application links)
+-else
+-  AC_MSG_CHECKING(if Python depends on $2)
+-fi
+-
+-AC_CACHE_VAL(kde_cv_try_link_python_$1,
+-[
+-kde_save_cflags="$CFLAGS"
+-CFLAGS="$CFLAGS $PYTHONINC"
+-kde_save_libs="$LIBS"
+-LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET"
+-kde_save_ldflags="$LDFLAGS"
+-LDFLAGS="$LDFLAGS $PYTHONLIB"
+-
+-AC_TRY_LINK(
+-[
+-#include <Python.h>
+-],[
+-	PySys_SetArgv(1, 0);
+-],
+-	[kde_cv_try_link_python_$1=yes],
+-	[kde_cv_try_link_python_$1=no]
+-)
+-CFLAGS="$kde_save_cflags"
+-LIBS="$kde_save_libs"
+-LDFLAGS="$kde_save_ldflags"
+-])
+-
+-if test "$kde_cv_try_link_python_$1" = "yes"; then
+-  AC_MSG_RESULT(yes)
+-  kde_python_link_found=yes
+-  if test ! "$1" = normal; then
+-    LIBPYTHON="$LIBPYTHON $2"
+-  fi
+-  $3
+-else
+-  AC_MSG_RESULT(no)
+-  $4
+-fi
+-
+-fi
+-
+-])
+-
+-AC_DEFUN([KDE_CHECK_PYTHON_DIR],
+-[
+-AC_MSG_CHECKING([for Python directory])
+- 
+-AC_CACHE_VAL(kde_cv_pythondir,
+-[
+-  if test -z "$PYTHONDIR"; then
+-    kde_cv_pythondir=/usr/local
+-  else
+-    kde_cv_pythondir="$PYTHONDIR"
+-  fi
+-])
+- 
+-AC_ARG_WITH(pythondir,
+-AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]),
+-[
+-  ac_python_dir=$withval
+-], ac_python_dir=$kde_cv_pythondir
+-)
+- 
+-AC_MSG_RESULT($ac_python_dir)
+-])
+-
+-AC_DEFUN([KDE_CHECK_PYTHON_INTERN],
+-[
+-AC_REQUIRE([KDE_CHECK_LIBDL])
+-AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
+-AC_REQUIRE([KDE_CHECK_PYTHON_DIR])
+-
+-if test -z "$1"; then
+-  version="1.5"
+-else
+-  version="$1"
+-fi
+-
+-AC_MSG_CHECKING([for Python$version])
+-
+-python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
+-AC_FIND_FILE(Python.h, $python_incdirs, python_incdir)
+-if test ! -r $python_incdir/Python.h; then
+-  AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir)
+-  python_incdir=$python_incdir/python$version
+-  if test ! -r $python_incdir/Python.h; then
+-    python_incdir=no
+-  fi
+-fi
+-
+-PYTHONINC=-I$python_incdir
+-
+-python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
+-AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
+-if test ! -r $python_libdir/libpython$version.so; then
+-  AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
+-  if test ! -r $python_libdir/libpython$version.a; then
+-    AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir)
+-    python_libdir=$python_libdir/python$version/config
+-    if test ! -r $python_libdir/libpython$version.a; then
+-      python_libdir=no
+-    fi
+-  fi
+-fi
+-
+-PYTHONLIB=-L$python_libdir
+-kde_orig_LIBPYTHON=$LIBPYTHON
+-if test -z "$LIBPYTHON"; then
+-  LIBPYTHON=-lpython$version
+-fi
+-
+-AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
+-python_moddir=$python_moddir/python$version
+-if test ! -r $python_moddir/copy.py; then
+-  python_moddir=no
+-fi
+-
+-PYTHONMODDIR=$python_moddir
+-
+-AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir)
+-
+-if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
+-   LIBPYTHON=$kde_orig_LIBPYTHON
+-   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
+-   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
+-   $2
+-else 
+-  dnl Note: this test is very weak
+-  kde_python_link_found=no
+-  KDE_TRY_LINK_PYTHON(normal)
+-  KDE_TRY_LINK_PYTHON(m, -lm)
+-  KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD)
+-  KDE_TRY_LINK_PYTHON(tcl, -ltcl)
+-  KDE_TRY_LINK_PYTHON(db2, -ldb2)
+-  KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm])
+-  KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil])
+-  KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil])
+-  KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3])
+-  KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
+-  KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
+-  KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
+-  KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [],
+-	[AC_MSG_WARN([it seems, Python depends on another library.
+-    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
+-    and contact the authors to let them know about this problem])
+-	])
+-
+-  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
+-  AC_SUBST(PYTHONINC)
+-  AC_SUBST(PYTHONLIB)
+-  AC_SUBST(LIBPYTHON)
+-  AC_SUBST(PYTHONMODDIR)
+-  AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python])
+-fi
+-
+-])
+-
+-
+-AC_DEFUN([KDE_CHECK_PYTHON],
+-[
+-  KDE_CHECK_PYTHON_INTERN("2.4",
+-   [KDE_CHECK_PYTHON_INTERN("2.3", 
+-     [KDE_CHECK_PYTHON_INTERN("2.2", 
+-       [KDE_CHECK_PYTHON_INTERN("2.1", 
+-         [KDE_CHECK_PYTHON_INTERN("2.0", 
+-           [KDE_CHECK_PYTHON_INTERN($1, $2) ])
+-         ])
+-       ])
+-     ])
+-  ])
+-])
+-
+-AC_DEFUN([KDE_CHECK_STL],
+-[
+-    AC_LANG_SAVE
+-    AC_LANG_CPLUSPLUS
+-    ac_save_CXXFLAGS="$CXXFLAGS"
+-    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
+-
+-    AC_MSG_CHECKING([if C++ programs can be compiled])
+-    AC_CACHE_VAL(kde_cv_stl_works,
+-    [
+-      AC_TRY_COMPILE([
+-#include <string>
+-using namespace std;
+-],[
+-  string astring="Hallo Welt.";
+-  astring.erase(0, 6); // now astring is "Welt"
+-  return 0;
+-], kde_cv_stl_works=yes,
+-   kde_cv_stl_works=no)
+-])
+-
+-   AC_MSG_RESULT($kde_cv_stl_works)
+-
+-   if test "$kde_cv_stl_works" = "yes"; then
+-     # back compatible
+-	 AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI])
+-   else
+-	 AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs.
+-Check config.log for details - if you're using a Linux distribution you might miss
+-a package named similar to libstdc++-dev.])
+-   fi
+-
+-   CXXFLAGS="$ac_save_CXXFLAGS"
+-   AC_LANG_RESTORE
+-])
+-
+-AC_DEFUN([AC_FIND_QIMGIO],
+-   [AC_REQUIRE([AC_FIND_JPEG])
+-AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
+-AC_MSG_CHECKING([for qimgio])
+-AC_CACHE_VAL(ac_cv_lib_qimgio,
+-[
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-ac_save_LIBS="$LIBS"
+-ac_save_CXXFLAGS="$CXXFLAGS"
+-LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
+-CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
+-AC_TRY_RUN(dnl
+-[
+-#include <qimageio.h>
+-#include <qstring.h>
+-int main() {
+-		QString t = "hallo";
+-		t.fill('t');
+-		qInitImageIO();
+-}
+-],
+-            ac_cv_lib_qimgio=yes,
+-            ac_cv_lib_qimgio=no,
+-	    ac_cv_lib_qimgio=no)
+-LIBS="$ac_save_LIBS"
+-CXXFLAGS="$ac_save_CXXFLAGS"
+-AC_LANG_RESTORE
+-])dnl
+-if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
+-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
+-  AC_MSG_RESULT(yes)
+-  AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available])
+-  AC_SUBST(LIBQIMGIO)
+-else
+-  AC_MSG_RESULT(not found)
+-fi
+-])
+-
+-AC_DEFUN([AM_DISABLE_LIBRARIES],
+-[
+-    AC_PROVIDE([AM_ENABLE_STATIC])
+-    AC_PROVIDE([AM_ENABLE_SHARED])
+-    enable_static=no
+-    enable_shared=yes
+-])
+-
+-
+-AC_DEFUN([AC_CHECK_UTMP_FILE],
+-[
+-    AC_MSG_CHECKING([for utmp file])
+-
+-    AC_CACHE_VAL(kde_cv_utmp_file,
+-    [
+-    kde_cv_utmp_file=no
+-
+-    for ac_file in    \
+-                      \
+-	/var/run/utmp \
+-	/var/adm/utmp \
+-	/etc/utmp     \
+-     ; \
+-    do
+-     if test -r "$ac_file"; then
+-       kde_cv_utmp_file=$ac_file
+-       break
+-     fi
+-    done
+-    ])
+-
+-    if test "$kde_cv_utmp_file" != "no"; then
+-	AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
+-	$1
+-	AC_MSG_RESULT($kde_cv_utmp_file)
+-    else
+-    	$2
+-	AC_MSG_RESULT([non found])
+-    fi
+-])
+-
+-
+-AC_DEFUN([KDE_CREATE_SUBDIRSLIST],
+-[
+-
+-DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
+-TOPSUBDIRS=""
+-
+-if test ! -s $srcdir/subdirs; then
+-  dnl Note: Makefile.common creates subdirs, so this is just a fallback
+-  files=`cd $srcdir && ls -1`
+-  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
+-  for i in $dirs; do
+-    echo $i >> $srcdir/subdirs
+-  done
+-fi
+-
+-ac_topsubdirs=
+-if test -s $srcdir/inst-apps; then
+-  ac_topsubdirs="`cat $srcdir/inst-apps`"
+-elif test -s $srcdir/subdirs; then
+-  ac_topsubdirs="`cat $srcdir/subdirs`"
+-fi
+-
+-for i in $ac_topsubdirs; do
+-  AC_MSG_CHECKING([if $i should be compiled])
+-  if test -d $srcdir/$i; then
+-    install_it="yes"
+-    for j in $DO_NOT_COMPILE; do
+-      if test $i = $j; then
+-        install_it="no"
+-      fi
+-    done
+-  else
+-    install_it="no"
+-  fi
+-  AC_MSG_RESULT($install_it)
+-  vari=`echo $i | sed -e 's,[[-+.@]],_,g'`
+-  if test $install_it = "yes"; then
+-    TOPSUBDIRS="$TOPSUBDIRS $i"
+-    eval "$vari""_SUBDIR_included=yes"
+-  else
+-    eval "$vari""_SUBDIR_included=no"
+-  fi
+-done
+-
+-AC_SUBST(TOPSUBDIRS)
+-])
+-
+-AC_DEFUN([KDE_CHECK_NAMESPACES],
+-[
+-AC_MSG_CHECKING(whether C++ compiler supports namespaces)
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-AC_TRY_COMPILE([
+-],
+-[
+-namespace Foo {
+-  extern int i;
+-  namespace Bar {
+-    extern int i;
+-  }
+-}
+-
+-int Foo::i = 0;
+-int Foo::Bar::i = 1;
+-],[
+-  AC_MSG_RESULT(yes)
+-  AC_DEFINE(HAVE_NAMESPACES)
+-], [
+-AC_MSG_RESULT(no)
+-])
+-AC_LANG_RESTORE
+-])
+-
+-dnl ------------------------------------------------------------------------
+-dnl Check for S_ISSOCK macro. Doesn't exist on Unix SCO. faure at kde.org
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([AC_CHECK_S_ISSOCK],
+-[
+-AC_MSG_CHECKING(for S_ISSOCK)
+-AC_CACHE_VAL(ac_cv_have_s_issock,
+-[
+-AC_TRY_LINK(
+-[
+-#include <sys/stat.h>
+-],
+-[
+-struct stat buff;
+-int b = S_ISSOCK( buff.st_mode );
+-],
+-ac_cv_have_s_issock=yes,
+-ac_cv_have_s_issock=no)
+-])
+-AC_MSG_RESULT($ac_cv_have_s_issock)
+-if test "$ac_cv_have_s_issock" = "yes"; then
+-  AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.])
+-fi
+-
+-AH_VERBATIM(_ISSOCK,
+-[
+-#ifndef HAVE_S_ISSOCK
+-#define HAVE_S_ISSOCK
+-#define S_ISSOCK(mode) (1==0)
+-#endif
+-])
+-
+-])
+-
+-dnl ------------------------------------------------------------------------
+-dnl Check for MAXPATHLEN macro, defines KDEMAXPATHLEN. faure at kde.org
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([AC_CHECK_KDEMAXPATHLEN],
+-[
+-AC_MSG_CHECKING(for MAXPATHLEN)
+-AC_CACHE_VAL(ac_cv_maxpathlen,
+-[
+-cat > conftest.$ac_ext <<EOF
+-#ifdef STDC_HEADERS
+-# include <stdlib.h>
+-#endif
+-#include <stdio.h>
+-#include <sys/param.h>
+-#ifndef MAXPATHLEN
+-#define MAXPATHLEN 1024
+-#endif
+-
+-KDE_HELLO MAXPATHLEN
+-
+-EOF
+-
+-ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
+-
+-if AC_TRY_EVAL(ac_try) && test -s conftest.out; then
+-    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
+-else
+-    ac_cv_maxpathlen=1024
+-fi
+-
+-rm conftest.*
+-
+-])
+-AC_MSG_RESULT($ac_cv_maxpathlen)
+-AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] )
+-])
+-
+-AC_DEFUN([KDE_CHECK_HEADER],
+-[
+-   kde_safe_cppflags=$CPPFLAGS
+-   CPPFLAGS="$CPPFLAGS $all_includes"
+-   AC_LANG_SAVE
+-   AC_LANG_CPLUSPLUS
+-   AC_CHECK_HEADER([$1], [$2], [$3], [$4])
+-   AC_LANG_RESTORE
+-   CPPFLAGS=$kde_safe_cppflags
+-])
+-
+-AC_DEFUN([KDE_CHECK_HEADERS],
+-[
+-   AH_CHECK_HEADERS([$1])
+-   AC_LANG_SAVE
+-   kde_safe_cppflags=$CPPFLAGS
+-   CPPFLAGS="$CPPFLAGS $all_includes"
+-   AC_LANG_CPLUSPLUS
+-   AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
+-   CPPFLAGS=$kde_safe_cppflags
+-   AC_LANG_RESTORE
+-])
+-
+-AC_DEFUN([KDE_FAST_CONFIGURE],
+-[
+-  dnl makes configure fast (needs perl)
+-  AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]),
+-      with_fast_perl=$enableval, with_fast_perl=yes)
+-])
+-
+-AC_DEFUN([KDE_CONF_FILES],
+-[
+-  val=
+-  if test -f $srcdir/configure.files ; then
+-    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
+-  fi
+-  CONF_FILES=
+-  if test -n "$val" ; then
+-    for i in $val ; do
+-      CONF_FILES="$CONF_FILES $i"
+-    done
+-  fi
+-  AC_SUBST(CONF_FILES)
+-])dnl
+-
+-dnl This sets the prefix, for arts and kdelibs
+-dnl Do NOT use in any other module.
+-dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde
+-AC_DEFUN([KDE_SET_PREFIX_CORE],
+-[
+-  unset CDPATH
+-  dnl make $KDEDIR the default for the installation
+-  AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+-
+-  if test "x$prefix" = "xNONE"; then
+-    prefix=$ac_default_prefix
+-    ac_configure_args="$ac_configure_args --prefix=$prefix"
+-  fi
+-  # And delete superfluous '/' to make compares easier
+-  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
+-  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
+-
+-  kde_libs_prefix='$(prefix)'
+-  kde_libs_htmldir='$(kde_htmldir)'
+-  AC_SUBST(kde_libs_prefix)
+-  AC_SUBST(kde_libs_htmldir)
+-  KDE_FAST_CONFIGURE
+-  KDE_CONF_FILES
+-])
+-
+-
+-AC_DEFUN([KDE_SET_PREFIX],
+-[
+-  unset CDPATH
+-  dnl We can't give real code to that macro, only a value.
+-  dnl It only matters for --help, since we set the prefix in this function anyway.
+-  AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
+-
+-  KDE_SET_DEFAULT_BINDIRS
+-  if test "x$prefix" = "xNONE"; then
+-    dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it
+-    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
+-  else
+-    dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH
+-    kde_save_PATH="$PATH"
+-    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
+-    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
+-    PATH="$kde_save_PATH"
+-  fi
+-
+-  kde_libs_prefix=`$KDECONFIG --prefix`
+-  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
+-       AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
+-                    This means it has been moved since you installed it.
+-                    This won't work. Please recompile kdelibs for the new prefix.
+-                    ])
+-  fi
+-  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
+-  kde_libs_suffix=`$KDECONFIG --libsuffix`
+-
+-  AC_MSG_CHECKING([where to install])
+-  if test "x$prefix" = "xNONE"; then
+-    prefix=$kde_libs_prefix
+-    AC_MSG_RESULT([$prefix (as returned by kde-config)])
+-  else
+-    dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
+-    given_prefix=$prefix
+-    AC_MSG_RESULT([$prefix (as requested)])
+-  fi
+-
+-  # And delete superfluous '/' to make compares easier
+-  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
+-  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
+-  given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
+-
+-  AC_SUBST(KDECONFIG)
+-  AC_SUBST(kde_libs_prefix)
+-  AC_SUBST(kde_libs_htmldir)
+-
+-  KDE_FAST_CONFIGURE
+-  KDE_CONF_FILES
+-])
+-
+-pushdef([AC_PROG_INSTALL],
+-[
+-  dnl our own version, testing for a -p flag
+-  popdef([AC_PROG_INSTALL])
+-  dnl as AC_PROG_INSTALL works as it works we first have
+-  dnl to save if the user didn't specify INSTALL, as the
+-  dnl autoconf one overwrites INSTALL and we have no chance to find
+-  dnl out afterwards
+-  test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL
+-  test -n "$INSTALL_PROGRAM" && kde_save_INSTALL_PROGRAM_given=$INSTALL_PROGRAM
+-  test -n "$INSTALL_SCRIPT" && kde_save_INSTALL_SCRIPT_given=$INSTALL_SCRIPT
+-  AC_PROG_INSTALL
+-
+-  if test -z "$kde_save_INSTALL_given" ; then
+-    # OK, user hasn't given any INSTALL, autoconf found one for us
+-    # now we test, if it supports the -p flag
+-    AC_MSG_CHECKING(for -p flag to install)
+-    rm -f confinst.$$.* > /dev/null 2>&1
+-    echo "Testtest" > confinst.$$.orig
+-    ac_res=no
+-    if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then
+-      if test -f confinst.$$.new ; then
+-        # OK, -p seems to do no harm to install
+-	INSTALL="${INSTALL} -p"
+-	ac_res=yes
+-      fi
+-    fi
+-    rm -f confinst.$$.*
+-    AC_MSG_RESULT($ac_res)
+-  fi
+-  dnl the following tries to resolve some signs and wonders coming up
+-  dnl with different autoconf/automake versions
+-  dnl e.g.:
+-  dnl  *automake 1.4 install-strip sets A_M_INSTALL_PROGRAM_FLAGS to -s
+-  dnl   and has INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(A_M_INSTALL_PROGRAM_FLAGS)
+-  dnl   it header-vars.am, so there the actual INSTALL_PROGRAM gets the -s
+-  dnl  *automake 1.4a (and above) use INSTALL_STRIP_FLAG and only has
+-  dnl   INSTALL_PROGRAM = @INSTALL_PROGRAM@ there, but changes the
+-  dnl   install- at DIR@PROGRAMS targets to explicitly use that flag
+-  dnl  *autoconf 2.13 is dumb, and thinks it can use INSTALL_PROGRAM as
+-  dnl   INSTALL_SCRIPT, which breaks with automake <= 1.4
+-  dnl  *autoconf >2.13 (since 10.Apr 1999) has not that failure
+-  dnl  *sometimes KDE does not use the install- at DIR@PROGRAM targets from
+-  dnl   automake (due to broken Makefile.am or whatever) to install programs,
+-  dnl   and so does not see the -s flag in automake > 1.4
+-  dnl to clean up that mess we:
+-  dnl  +set INSTALL_PROGRAM to use INSTALL_STRIP_FLAG
+-  dnl   which cleans KDE's program with automake > 1.4;
+-  dnl  +set INSTALL_SCRIPT to only use INSTALL, to clean up autoconf's problems
+-  dnl   with automake<=1.4
+-  dnl  note that dues to this sometimes two '-s' flags are used (if KDE
+-  dnl   properly uses install- at DIR@PROGRAMS, but I don't care
+-  dnl
+-  dnl And to all this comes, that I even can't write in comments variable
+-  dnl  names used by automake, because it is so stupid to think I wanted to
+-  dnl  _use_ them, therefor I have written A_M_... instead of AM_
+-  dnl hmm, I wanted to say something ... ahh yes: Arghhh.
+-
+-  if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
+-    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
+-  fi
+-  if test -z "$kde_save_INSTALL_SCRIPT_given" ; then
+-    INSTALL_SCRIPT='${INSTALL}'
+-  fi
+-])dnl
+-
+-AC_DEFUN([KDE_LANG_CPLUSPLUS],
+-[AC_LANG_CPLUSPLUS
+-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC'
+-pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS])
+-])
+-
+-pushdef([AC_LANG_CPLUSPLUS],
+-[popdef([AC_LANG_CPLUSPLUS])
+-KDE_LANG_CPLUSPLUS
+-])
+-
+-AC_DEFUN([KDE_CHECK_LONG_LONG],
+-[
+-AC_MSG_CHECKING(for long long)
+-AC_CACHE_VAL(kde_cv_c_long_long,
+-[
+-  AC_LANG_SAVE
+-  AC_LANG_CPLUSPLUS
+-  AC_TRY_LINK([], [
+-  long long foo = 0;
+-  foo = foo+1;
+-  ],
+-  kde_cv_c_long_long=yes, kde_cv_c_long_long=no)
+-  AC_LANG_RESTORE
+-])
+-AC_MSG_RESULT($kde_cv_c_long_long)
+-if test "$kde_cv_c_long_long" = yes; then
+-   AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype])
+-fi
+-])
+-
+-AC_DEFUN([KDE_CHECK_LIB],
+-[
+-     kde_save_LDFLAGS="$LDFLAGS"
+-     dnl AC_CHECK_LIB modifies LIBS, so save it here
+-     kde_save_LIBS="$LIBS"
+-     LDFLAGS="$LDFLAGS $all_libraries"
+-     case $host_os in
+-      aix*) LDFLAGS="-brtl $LDFLAGS"
+-	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
+-	;;
+-     esac
+-     AC_CHECK_LIB($1, $2, $3, $4, $5)
+-     LDFLAGS="$kde_save_LDFLAGS"
+-     LIBS="$kde_save_LIBS"
+-])
+-
+-AC_DEFUN([KDE_JAVA_PREFIX],
+-[
+-	dir=`dirname "$1"`
+-	base=`basename "$1"`
+-	list=`ls -1 $dir 2> /dev/null`
+-	for entry in $list; do 
+-		if test -d $dir/$entry/bin; then
+-			case $entry in
+-			   $base)
+-				javadirs="$javadirs $dir/$entry/bin"
+-				;;
+-			esac
+-		elif test -d $dir/$entry/jre/bin; then
+-			case $entry in
+-			   $base)
+-				javadirs="$javadirs $dir/$entry/jre/bin"
+-				;;
+-			esac
+-		fi
+-	done
+-])
+-
+-dnl KDE_CHEC_JAVA_DIR(onlyjre)
+-AC_DEFUN([KDE_CHECK_JAVA_DIR],
+-[
+-
+-AC_ARG_WITH(java,
+-AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]),
+-[  ac_java_dir=$withval
+-], ac_java_dir=""
+-)
+-
+-AC_MSG_CHECKING([for Java])
+-
+-dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH
+-if test "x$ac_java_dir" = "xno"; then
+-   kde_java_bindir=no
+-   kde_java_includedir=no
+-   kde_java_libjvmdir=no
+-   kde_java_libgcjdir=no
+-   kde_java_libhpidir=no
+-else
+-  if test "x$ac_java_dir" = "x"; then
+-     
+-     
+-      dnl No option set -> collect list of candidate paths
+-      if test -n "$JAVA_HOME"; then
+-        KDE_JAVA_PREFIX($JAVA_HOME)
+-      fi
+-      KDE_JAVA_PREFIX(/usr/j2se)
+-      KDE_JAVA_PREFIX(/usr/lib/j2se)
+-      KDE_JAVA_PREFIX(/usr/j*dk*)
+-      KDE_JAVA_PREFIX(/usr/lib/j*dk*)
+-      KDE_JAVA_PREFIX(/opt/j*sdk*)
+-      KDE_JAVA_PREFIX(/usr/lib/java*)
+-      KDE_JAVA_PREFIX(/usr/java*)
+-      KDE_JAVA_PREFIX(/usr/java/j*dk*)
+-      KDE_JAVA_PREFIX(/usr/java/j*re*)
+-      KDE_JAVA_PREFIX(/usr/lib/SunJava2*)
+-      KDE_JAVA_PREFIX(/usr/lib/SunJava*)
+-      KDE_JAVA_PREFIX(/usr/lib/IBMJava2*)
+-      KDE_JAVA_PREFIX(/usr/lib/IBMJava*)
+-      KDE_JAVA_PREFIX(/opt/java*)
+-
+-      kde_cv_path="NONE"
+-      kde_save_IFS=$IFS
+-      IFS=':'
+-      for dir in $PATH; do
+-	  if test -d "$dir"; then
+-	      javadirs="$javadirs $dir"
+-	  fi
+-      done
+-      IFS=$kde_save_IFS
+-      jredirs=
+-
+-      dnl Now javadirs contains a list of paths that exist, all ending with bin/
+-      for dir in $javadirs; do
+-          dnl Check for the java executable
+-	  if test -x "$dir/java"; then
+-	      dnl And also check for a libjvm.so somewhere under there
+-	      dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big.
+-              if test "$dir" != "/usr/bin"; then
+-                  libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
+-		  if test ! -f $libjvmdir/libjvm.so; then continue; fi
+-		  jredirs="$jredirs $dir"
+-	      fi
+-	  fi
+-      done
+-
+-      dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found
+-      JAVAC=
+-      JAVA=
+-      kde_java_bindir=no
+-      for dir in $jredirs; do
+-	  JAVA="$dir/java"
+-	  kde_java_bindir=$dir
+-	  if test -x "$dir/javac"; then
+-		JAVAC="$dir/javac"
+-                break
+-	  fi
+-      done
+-
+-      if test -n "$JAVAC"; then
+-          dnl this substitution might not work - well, we test for jni.h below
+-          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
+-      else
+-          kde_java_includedir=no
+-      fi
+-  else
+-    dnl config option set
+-    kde_java_bindir=$ac_java_dir/bin
+-    if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then
+-	kde_java_includedir=no
+-    else
+-        kde_java_includedir=$ac_java_dir/include
+-    fi
+-  fi
+-fi
+-
+-dnl At this point kde_java_bindir and kde_java_includedir are either set or "no"
+-if test "x$kde_java_bindir" != "xno"; then
+-
+-  dnl Look for libjvm.so
+-  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
+-  dnl Look for libgcj.so
+-  kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1`
+-  dnl Look for libhpi.so and avoid green threads
+-  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
+-
+-  dnl Now check everything's fine under there
+-  dnl the include dir is our flag for having the JDK
+-  if test -d "$kde_java_includedir"; then
+-    if test ! -x "$kde_java_bindir/javac"; then
+-      AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.])
+-    fi
+-    if test ! -x "$kde_java_bindir/javah"; then
+-      AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
+-    fi
+-    if test ! -x "$kde_java_bindir/jar"; then
+-      AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
+-    fi
+-    if test ! -r "$kde_java_includedir/jni.h"; then
+-      AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.])
+-    fi
+-
+-    jni_includes="-I$kde_java_includedir"
+-    dnl Strange thing, jni.h requires jni_md.h which is under genunix here..
+-    dnl and under linux here.. 
+-    
+-    dnl not needed for gcj
+-
+-    if test "x$kde_java_libgcjdir" = "x"; then 
+-      test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux"
+-      test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris"
+-      test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix"
+-    fi
+-
+-  else
+-    JAVAC=
+-    jni_includes=
+-  fi
+-
+-  if test "x$kde_java_libgcjdir" = "x"; then 
+-     if test ! -r "$kde_java_libjvmdir/libjvm.so"; then
+-        AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.])
+-     fi 
+-  else
+-     if test ! -r "$kde_java_libgcjdir/libgcj.so"; then
+-        AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.])
+-     fi 
+-  fi
+-
+-  if test ! -x "$kde_java_bindir/java"; then
+-      AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
+-  fi
+-
+-  dnl not needed for gcj compile
+-
+-  if test "x$kde_java_libgcjdir" = "x"; then 
+-      if test ! -r "$kde_java_libhpidir/libhpi.so"; then
+-        AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.])
+-      fi
+-  fi
+-
+-  if test -n "$jni_includes"; then
+-    dnl Check for JNI version
+-    AC_LANG_SAVE
+-    AC_LANG_CPLUSPLUS
+-    ac_cxxflags_safe="$CXXFLAGS"
+-    CXXFLAGS="$CXXFLAGS $all_includes $jni_includes"
+-
+-    AC_TRY_COMPILE([
+-  #include <jni.h>
+-	      ],
+-	      [
+-  #ifndef JNI_VERSION_1_2
+-  Syntax Error
+-  #endif
+-	      ],[ kde_jni_works=yes ],
+-	      [ kde_jni_works=no ])
+-
+-    if test $kde_jni_works = no; then
+-      AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h.
+-		    You need to have Java Development Kit (JDK) version 1.2. 
+-
+-		    Use --with-java to specify another location.
+-		    Use --without-java to configure without java support.
+-		    Or download a newer JDK and try again. 
+-		    See e.g. http://java.sun.com/products/jdk/1.2 ])
+-    fi
+-
+-    CXXFLAGS="$ac_cxxflags_safe"    
+-    AC_LANG_RESTORE
+-
+-    dnl All tests ok, inform and subst the variables
+-
+-    JAVAC=$kde_java_bindir/javac
+-    JAVAH=$kde_java_bindir/javah
+-    JAR=$kde_java_bindir/jar
+-    AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
+-    if test "x$kde_java_libgcjdir" = "x"; then 
+-      JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi"
+-    else
+-      JVMLIBS="-L$kde_java_libgcjdir -lgcj"
+-    fi
+-    AC_MSG_RESULT([java JDK in $kde_java_bindir])
+-
+-  else
+-      AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
+-      AC_MSG_RESULT([java JRE in $kde_java_bindir])
+-  fi
+-elif test -d "/Library/Java/Home"; then
+-  kde_java_bindir="/Library/Java/Home/bin"
+-  jni_includes="-I/Library/Java/Home/include"
+-
+-  JAVAC=$kde_java_bindir/javac
+-  JAVAH=$kde_java_bindir/javah
+-  JAR=$kde_java_bindir/jar
+-  JVMLIBS="-Xlinker -framework -Xlinker JavaVM"
+-
+-  AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
+-  AC_MSG_RESULT([Apple Java Framework])
+-else
+-  AC_MSG_RESULT([none found])
+-fi
+-
+-AC_SUBST(JAVAC)
+-AC_SUBST(JAVAH)
+-AC_SUBST(JAR)
+-AC_SUBST(JVMLIBS)
+-AC_SUBST(jni_includes)
+-
+-# for backward compat
+-kde_cv_java_includedir=$kde_java_includedir
+-kde_cv_java_bindir=$kde_java_bindir
+-])
+-
+-dnl this is a redefinition of autoconf 2.5x's AC_FOREACH.
+-dnl When the argument list becomes big, as in KDE for AC_OUTPUT in
+-dnl big packages, m4_foreach is dog-slow.  So use our own version of
+-dnl it.  (matz at kde.org)
+-m4_define([mm_foreach],
+-[m4_pushdef([$1])_mm_foreach($@)m4_popdef([$1])])
+-m4_define([mm_car], [[$1]])
+-m4_define([mm_car2], [[$@]])
+-m4_define([_mm_foreach],
+-[m4_if(m4_quote($2), [], [],
+-       [m4_define([$1], mm_car($2))$3[]_mm_foreach([$1],
+-                                                   mm_car2(m4_shift($2)),
+-                                                   [$3])])])
+-m4_define([AC_FOREACH],
+-[mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])
+-
+-AC_DEFUN([KDE_NEED_FLEX],
+-[
+-kde_libs_safe=$LIBS
+-LIBS="$LIBS $USER_LDFLAGS"
+-AM_PROG_LEX
+-LIBS=$kde_libs_safe
+-if test -z "$LEXLIB"; then
+-    AC_MSG_ERROR([You need to have flex installed.])
+-fi
+-AC_SUBST(LEXLIB)
+-])
+-
+-AC_DEFUN([AC_PATH_QTOPIA],
+-[
+-  dnl TODO: use AC_CACHE_VAL
+-
+-  if test -z "$1"; then
+-    qtopia_minver_maj=1
+-    qtopia_minver_min=5
+-    qtopia_minver_pat=0
+-  else
+-    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
+-    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
+-    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
+-  fi
+-
+-  qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat"
+-  qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat"
+-
+-  AC_REQUIRE([AC_PATH_QT])
+-
+-  AC_MSG_CHECKING([for Qtopia])
+-
+-  LIB_QTOPIA="-lqpe"
+-  AC_SUBST(LIB_QTOPIA)
+-
+-  kde_qtopia_dirs="$QPEDIR /opt/Qtopia"
+-
+-  ac_qtopia_incdir=NO
+-
+-  AC_ARG_WITH(qtopia-dir,
+-              AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]),
+-              [  ac_qtopia_incdir="$withval"/include] ) 
+-  
+-  qtopia_incdirs=""
+-  for dir in $kde_qtopia_dirs; do
+-    qtopia_incdirs="$qtopia_incdirs $dir/include"
+-  done
+-
+-  if test ! "$ac_qtopia_incdir" = "NO"; then
+-    qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs"
+-  fi
+-
+-  qtopia_incdir=""
+-  AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir)
+-  ac_qtopia_incdir="$qtopia_incdir"
+-
+-  if test -z "$qtopia_incdir"; then
+-    AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.])
+-  fi
+-
+-  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
+-  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
+-  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
+-
+-  qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat"
+-  qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat"
+-  if test "$qtopia_ver" -lt "$qtopia_minver"; then
+-    AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr
+-is required.])
+-  fi
+-
+-  AC_LANG_SAVE
+-  AC_LANG_CPLUSPLUS
+-
+-  ac_cxxflags_safe="$CXXFLAGS"
+-  ac_ldflags_safe="$LDFLAGS"
+-  ac_libs_safe="$LIBS"
+-
+-  CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes"
+-  LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
+-  LIBS="$LIBS $LIB_QTOPIA $LIBQT"
+-
+-  cat > conftest.$ac_ext <<EOF
+-#include "confdefs.h"
+-#include <qpe/qpeapplication.h>
+-#include <qpe/version.h>
+-
+-int main( int argc, char **argv )
+-{
+-    QPEApplication app( argc, argv );
+-    return 0;
+-}
+-EOF
+-
+-  if AC_TRY_EVAL(ac_link) && test -s conftest; then
+-    rm -f conftest*
+-  else
+-    rm -f conftest*
+-    AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at
+-the end of config.log])
+-  fi
+-
+-  CXXFLAGS="$ac_cxxflags_safe"
+-  LDFLAGS="$ac_ldflags_safe"
+-  LIBS="$ac_libs_safe"
+-
+-  AC_LANG_RESTORE
+-
+-  QTOPIA_INCLUDES="-I$qtopia_incdir"
+-  AC_SUBST(QTOPIA_INCLUDES)
+-
+-  AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir])
+-])
+-
+-
+-AC_DEFUN([KDE_INIT_DOXYGEN],
+-[
+-AC_MSG_CHECKING([for Qt docs])
+-kde_qtdir=
+-if test "${with_qt_dir+set}" = set; then
+-  kde_qtdir="$with_qt_dir"
+-fi
+-
+-AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR)
+-AC_MSG_RESULT($QTDOCDIR)
+-
+-AC_SUBST(QTDOCDIR)
+-
+-KDE_FIND_PATH(dot, DOT, [], [])
+-if test -n "$DOT"; then
+-  KDE_HAVE_DOT="YES"
+-else
+-  KDE_HAVE_DOT="NO"
+-fi
+-AC_SUBST(KDE_HAVE_DOT)
+-KDE_FIND_PATH(doxygen, DOXYGEN, [], [])
+-AC_SUBST(DOXYGEN)
+-
+-DOXYGEN_PROJECT_NAME="$1"
+-DOXYGEN_PROJECT_NUMBER="$2"
+-AC_SUBST(DOXYGEN_PROJECT_NAME)
+-AC_SUBST(DOXYGEN_PROJECT_NUMBER)
+-
+-KDE_HAS_DOXYGEN=no
+-if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
+-  KDE_HAS_DOXYGEN=yes
+-fi
+-AC_SUBST(KDE_HAS_DOXYGEN)
+-
+-])
+-
+-
+-AC_DEFUN([AC_FIND_BZIP2],
+-[
+-AC_MSG_CHECKING([for bzDecompress in libbz2])
+-AC_CACHE_VAL(ac_cv_lib_bzip2,
+-[
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-kde_save_LIBS="$LIBS"
+-LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET"
+-kde_save_CXXFLAGS="$CXXFLAGS"
+-CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
+-AC_TRY_LINK(dnl
+-[
+-#define BZ_NO_STDIO
+-#include<bzlib.h>
+-],
+-            [ bz_stream s; (void) bzDecompress(&s); ],
+-            eval "ac_cv_lib_bzip2='-lbz2'",
+-            eval "ac_cv_lib_bzip2=no")
+-LIBS="$kde_save_LIBS"
+-CXXFLAGS="$kde_save_CXXFLAGS"
+-AC_LANG_RESTORE
+-])dnl
+-AC_MSG_RESULT($ac_cv_lib_bzip2)
+-
+-if test ! "$ac_cv_lib_bzip2" = no; then
+-  BZIP2DIR=bzip2
+-
+-  LIBBZ2="$ac_cv_lib_bzip2"
+-  AC_SUBST(LIBBZ2)
+-
+-else
+-
+-   cxx_shared_flag=
+-   ld_shared_flag=
+-   KDE_CHECK_COMPILER_FLAG(shared, [
+-	ld_shared_flag="-shared"
+-   ])
+-   KDE_CHECK_COMPILER_FLAG(fPIC, [
+-        cxx_shared_flag="-fPIC"
+-   ])
+-
+-   AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2])
+-   AC_CACHE_VAL(ac_cv_lib_bzip2_prefix,
+-   [
+-   AC_LANG_SAVE
+-   AC_LANG_CPLUSPLUS
+-   kde_save_LIBS="$LIBS"
+-   LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET"
+-   kde_save_CXXFLAGS="$CXXFLAGS"
+-   CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES"
+-
+-   AC_TRY_LINK(dnl
+-   [
+-   #define BZ_NO_STDIO
+-   #include<bzlib.h>
+-   ],
+-               [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
+-               eval "ac_cv_lib_bzip2_prefix='-lbz2'",
+-               eval "ac_cv_lib_bzip2_prefix=no")
+-   LIBS="$kde_save_LIBS"
+-   CXXFLAGS="$kde_save_CXXFLAGS"
+-   AC_LANG_RESTORE
+-   ])dnl
+-
+-   AC_MSG_RESULT($ac_cv_lib_bzip2_prefix)
+-   
+-   if test ! "$ac_cv_lib_bzip2_prefix" = no; then
+-     BZIP2DIR=bzip2
+-    
+-     LIBBZ2="$ac_cv_lib_bzip2_prefix"
+-     AC_SUBST(LIBBZ2)
+-
+-     AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix])
+-   dnl else, we just ignore this
+-   fi
+-
+-fi
+-AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR")
+-])
+-
+-dnl ------------------------------------------------------------------------
+-dnl Try to find the SSL headers and libraries.
+-dnl $(SSL_LDFLAGS) will be -Lsslliblocation (if needed)
+-dnl and $(SSL_INCLUDES) will be -Isslhdrlocation (if needed)
+-dnl ------------------------------------------------------------------------
+-dnl
+-AC_DEFUN([KDE_CHECK_SSL],
+-[
+-LIBSSL="-lssl -lcrypto"
+-AC_REQUIRE([KDE_CHECK_LIB64])
+-
+-ac_ssl_includes=NO ac_ssl_libraries=NO
+-ssl_libraries=""
+-ssl_includes=""
+-AC_ARG_WITH(ssl-dir,
+-    AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
+-    [  ac_ssl_includes="$withval"/include
+-       ac_ssl_libraries="$withval"/lib$kdelibsuff
+-    ])
+-
+-want_ssl=yes
+-AC_ARG_WITH(ssl,
+-    AC_HELP_STRING([--without-ssl],[disable SSL checks]),
+-    [want_ssl=$withval])
+-
+-if test $want_ssl = yes; then
+-
+-AC_MSG_CHECKING(for OpenSSL)
+-
+-AC_CACHE_VAL(ac_cv_have_ssl,
+-[#try to guess OpenSSL locations
+-  
+-  ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes"
+-  ssl_incdirs="$ac_ssl_includes $ssl_incdirs"
+-  AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
+-  ac_ssl_includes="$ssl_incdir"
+-
+-  ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs"
+-  if test ! "$ac_ssl_libraries" = "NO"; then
+-    ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
+-  fi
+-
+-  test=NONE
+-  ssl_libdir=NONE
+-  for dir in $ssl_libdirs; do
+-    try="ls -1 $dir/libssl*"
+-    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
+-  done
+-
+-  ac_ssl_libraries="$ssl_libdir"
+-
+-  ac_ldflags_safe="$LDFLAGS"
+-  ac_libs_safe="$LIBS"
+-
+-  LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries"
+-  LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref"
+-
+-  AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();,
+-  ac_ssl_rsaref="yes"
+-  ,
+-  ac_ssl_rsaref="no"
+-  )
+-
+-  LDFLAGS="$ac_ldflags_safe"
+-  LIBS="$ac_libs_safe"
+-
+-  if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then
+-    have_ssl=no
+-  else
+-    have_ssl=yes;
+-  fi
+-
+-  ])
+-
+-  eval "$ac_cv_have_ssl"
+-
+-  AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes])
+-
+-  AC_MSG_CHECKING([whether OpenSSL uses rsaref])
+-  AC_MSG_RESULT($ac_ssl_rsaref)
+-
+-  AC_MSG_CHECKING([for easter eggs])
+-  AC_MSG_RESULT([none found])
+-
+-else
+-  have_ssl=no
+-fi
+-
+-if test "$have_ssl" = yes; then
+-  AC_MSG_CHECKING(for OpenSSL version)
+-  dnl Check for SSL version
+-  AC_CACHE_VAL(ac_cv_ssl_version,
+-  [
+-
+-    cat >conftest.$ac_ext <<EOF
+-#include <openssl/opensslv.h>
+-#include <stdio.h>
+-    int main() {
+- 
+-#ifndef OPENSSL_VERSION_NUMBER
+-      printf("ssl_version=\\"error\\"\n");
+-#else
+-      if (OPENSSL_VERSION_NUMBER < 0x00906000)
+-        printf("ssl_version=\\"old\\"\n");
+-      else
+-        printf("ssl_version=\\"ok\\"\n");
+-#endif
+-     return (0);
+-    }
+-EOF
+-
+-    ac_save_CPPFLAGS=$CPPFLAGS
+-    if test "$ac_ssl_includes" != "/usr/include"; then
+-        CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes"
+-    fi
+-
+-    if AC_TRY_EVAL(ac_link); then 
+-
+-      if eval `./conftest 2>&5`; then
+-        if test $ssl_version = error; then
+-          AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !])
+-        else
+-          if test $ssl_version = old; then
+-            AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.])
+-            have_ssl=no
+-          fi
+-        fi
+-        ac_cv_ssl_version="ssl_version=$ssl_version"
+-      else
+-        AC_MSG_ERROR([Your system couldn't run a small SSL test program.
+-        Check config.log, and if you can't figure it out, send a mail to 
+-        David Faure <faure at kde.org>, attaching your config.log])
+-      fi
+-
+-    else
+-      AC_MSG_ERROR([Your system couldn't link a small SSL test program.
+-      Check config.log, and if you can't figure it out, send a mail to 
+-      David Faure <faure at kde.org>, attaching your config.log])
+-    fi 
+-    CPPFLAGS=$ac_save_CPPFLAGS
+-
+-  ])
+-
+-  eval "$ac_cv_ssl_version"
+-  AC_MSG_RESULT($ssl_version)
+-fi
+-
+-if test "$have_ssl" != yes; then
+-  LIBSSL="";
+-else
+-  AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL])
+-  ac_cv_have_ssl="have_ssl=yes \
+-    ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref"
+-  
+-  
+-  ssl_libraries="$ac_ssl_libraries"
+-  ssl_includes="$ac_ssl_includes"
+-
+-  if test "$ac_ssl_rsaref" = yes; then
+-    LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" 
+-  fi
+-
+-  if test $ssl_version = "old"; then
+-    AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6])
+-  fi
+-fi
+-
+-SSL_INCLUDES=
+-
+-if test "$ssl_includes" = "/usr/include"; then
+-  if test -f /usr/kerberos/include/krb5.h; then
+-	SSL_INCLUDES="-I/usr/kerberos/include"
+-  fi
+-elif test  "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then
+-  SSL_INCLUDES="-I$ssl_includes"
+-fi
+-
+-if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then
+- SSL_LDFLAGS=""
+-else
+- SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries"
+-fi
+-
+-AC_SUBST(SSL_INCLUDES)
+-AC_SUBST(SSL_LDFLAGS)
+-AC_SUBST(LIBSSL)
+-])
+-
+-AC_DEFUN([KDE_CHECK_STRLCPY],
+-[
+-  AC_REQUIRE([AC_CHECK_STRLCAT])
+-  AC_REQUIRE([AC_CHECK_STRLCPY])
+-  AC_CHECK_SIZEOF(size_t)
+-  AC_CHECK_SIZEOF(unsigned long)
+-
+-  AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long])
+-  AC_TRY_COMPILE(,[
+-    #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
+-       choke me
+-    #endif
+-    ],AC_MSG_RESULT([yes]),[
+-      AC_MSG_RESULT(no)
+-      AC_MSG_ERROR([
+-       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
+-       does not apply. Please mail kde-devel at kde.org with a description of your system!
+-      ])
+-  ])
+-])
+-
+-AC_DEFUN([KDE_CHECK_BINUTILS],
+-[
+-  AC_MSG_CHECKING([if ld supports unversioned version maps])
+-
+-  kde_save_LDFLAGS="$LDFLAGS"
+-  LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
+-  echo "{ local: extern \"C++\" { foo }; };" > conftest.map
+-  AC_TRY_LINK([int foo;],
+-[
+-#ifdef __INTEL_COMPILER
+-icc apparently does not support libtools version-info and version-script
+-at the same time. Dunno where the bug is, but until somebody figured out,
+-better disable the optional version scripts.
+-#endif
+-
+-  foo = 42;
+-], kde_supports_versionmaps=yes, kde_supports_versionmaps=no)
+-  LDFLAGS="$kde_save_LDFLAGS"
+-  rm -f conftest.map
+-  AM_CONDITIONAL(include_VERSION_SCRIPT, 
+-    [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"])
+-
+-  AC_MSG_RESULT($kde_supports_versionmaps)
+-])
+-
+-AC_DEFUN([AM_PROG_OBJC],[
+-AC_CHECK_PROGS(OBJC, gcc, gcc)
+-test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH])
+-if test "x${OBJCFLAGS-unset}" = xunset; then
+-   OBJCFLAGS="-g -O2"
+-fi
+-AC_SUBST(OBJCFLAGS)
+-_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)])
+-])
+-
+-AC_DEFUN([KDE_CHECK_PERL],
+-[
+-	KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [
+-		    AC_MSG_ERROR([No Perl found in your $PATH.
+-We need perl to generate some code.])
+-	])
+-    AC_SUBST(PERL)
+-])
+-
+-AC_DEFUN([KDE_CHECK_LARGEFILE],
+-[
+-AC_SYS_LARGEFILE
+-if test "$ac_cv_sys_file_offset_bits" != no; then
+-  CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
+-fi
+-
+-if test "x$ac_cv_sys_large_files" != "xno"; then
+-  CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
+-fi
+-
+-])
+-
+-dnl A small extension to PKG_CHECK_MODULES (defined in pkg.m4.in)
+-dnl which allows to search for libs that get installed into the KDE prefix.
+-dnl
+-dnl Syntax:  KDE_PKG_CHECK_MODULES(KSTUFF, libkexif >= 0.2 glib = 1.3.4, action-if, action-not)
+-dnl defines KSTUFF_LIBS, KSTUFF_CFLAGS, see pkg-config man page
+-dnl also defines KSTUFF_PKG_ERRORS on error
+-AC_DEFUN([KDE_PKG_CHECK_MODULES], [
+-
+-   PKG_CONFIG_PATH="$prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
+-   if test "$prefix" != "$kde_libs_prefix"; then
+-       PKG_CONFIG_PATH="$kde_libs_prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
+-   fi
+-   export PKG_CONFIG_PATH
+-   PKG_CHECK_MODULES($1,$2,$3,$4)
+-])
+-
+-# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+-
+-# serial 47 AC_PROG_LIBTOOL
+-
+-
+-# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
+-# -----------------------------------------------------------
+-# If this macro is not defined by Autoconf, define it here.
+-m4_ifdef([AC_PROVIDE_IFELSE],
+-         [],
+-         [m4_define([AC_PROVIDE_IFELSE],
+-	         [m4_ifdef([AC_PROVIDE_$1],
+-		           [$2], [$3])])])
+-
+-
+-# AC_PROG_LIBTOOL
+-# ---------------
+-AC_DEFUN([AC_PROG_LIBTOOL],
+-[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
+-dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
+-dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
+-  AC_PROVIDE_IFELSE([AC_PROG_CXX],
+-    [AC_LIBTOOL_CXX],
+-    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
+-  ])])
+-dnl And a similar setup for Fortran 77 support
+-  AC_PROVIDE_IFELSE([AC_PROG_F77],
+-    [AC_LIBTOOL_F77],
+-    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
+-])])
+-
+-dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
+-dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
+-dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
+-  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
+-    [AC_LIBTOOL_GCJ],
+-    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
+-      [AC_LIBTOOL_GCJ],
+-      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
+-	[AC_LIBTOOL_GCJ],
+-      [ifdef([AC_PROG_GCJ],
+-	     [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
+-       ifdef([A][M_PROG_GCJ],
+-	     [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
+-       ifdef([LT_AC_PROG_GCJ],
+-	     [define([LT_AC_PROG_GCJ],
+-		defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
+-])])# AC_PROG_LIBTOOL
+-
+-
+-# _AC_PROG_LIBTOOL
+-# ----------------
+-AC_DEFUN([_AC_PROG_LIBTOOL],
+-[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
+-AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
+-AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
+-AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
+-
+-# This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+-
+-# Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
+-AC_SUBST(LIBTOOL)dnl
+-
+-# Prevent multiple expansion
+-define([AC_PROG_LIBTOOL], [])
+-])# _AC_PROG_LIBTOOL
+-
+-
+-# AC_LIBTOOL_SETUP
+-# ----------------
+-AC_DEFUN([AC_LIBTOOL_SETUP],
+-[AC_PREREQ(2.50)dnl
+-AC_REQUIRE([AC_ENABLE_SHARED])dnl
+-AC_REQUIRE([AC_ENABLE_STATIC])dnl
+-AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
+-AC_REQUIRE([AC_CANONICAL_HOST])dnl
+-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+-AC_REQUIRE([AC_PROG_CC])dnl
+-AC_REQUIRE([AC_PROG_LD])dnl
+-AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
+-AC_REQUIRE([AC_PROG_NM])dnl
+-
+-AC_REQUIRE([AC_PROG_LN_S])dnl
+-AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
+-# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
+-AC_REQUIRE([AC_OBJEXT])dnl
+-AC_REQUIRE([AC_EXEEXT])dnl
+-dnl
+-
+-AC_LIBTOOL_SYS_MAX_CMD_LEN
+-AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
+-AC_LIBTOOL_OBJDIR
+-
+-AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
+-_LT_AC_PROG_ECHO_BACKSLASH
+-
+-case $host_os in
+-aix3*)
+-  # AIX sometimes has problems with the GCC collect2 program.  For some
+-  # reason, if we set the COLLECT_NAMES environment variable, the problems
+-  # vanish in a puff of smoke.
+-  if test "X${COLLECT_NAMES+set}" != Xset; then
+-    COLLECT_NAMES=
+-    export COLLECT_NAMES
+-  fi
+-  ;;
+-esac
+-
+-# Sed substitution that helps us do robust quoting.  It backslashifies
+-# metacharacters that are still active within double-quoted strings.
+-Xsed='sed -e s/^X//'
+-[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
+-
+-# Same as above, but do not quote variable references.
+-[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
+-
+-# Sed substitution to delay expansion of an escaped shell variable in a
+-# double_quote_subst'ed string.
+-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+-
+-# Sed substitution to avoid accidental globbing in evaled expressions
+-no_glob_subst='s/\*/\\\*/g'
+-
+-# Constants:
+-rm="rm -f"
+-
+-# Global variables:
+-default_ofile=libtool
+-can_build_shared=yes
+-
+-# All known linkers require a `.a' archive for static linking (except M$VC,
+-# which needs '.lib').
+-libext=a
+-ltmain="$ac_aux_dir/ltmain.sh"
+-ofile="$default_ofile"
+-with_gnu_ld="$lt_cv_prog_gnu_ld"
+-
+-AC_CHECK_TOOL(AR, ar, false)
+-AC_CHECK_TOOL(RANLIB, ranlib, :)
+-AC_CHECK_TOOL(STRIP, strip, :)
+-
+-old_CC="$CC"
+-old_CFLAGS="$CFLAGS"
+-
+-# Set sane defaults for various variables
+-test -z "$AR" && AR=ar
+-test -z "$AR_FLAGS" && AR_FLAGS=cru
+-test -z "$AS" && AS=as
+-test -z "$CC" && CC=cc
+-test -z "$LTCC" && LTCC=$CC
+-test -z "$DLLTOOL" && DLLTOOL=dlltool
+-test -z "$LD" && LD=ld
+-test -z "$LN_S" && LN_S="ln -s"
+-test -z "$MAGIC_CMD" && MAGIC_CMD=file
+-test -z "$NM" && NM=nm
+-test -z "$SED" && SED=sed
+-test -z "$OBJDUMP" && OBJDUMP=objdump
+-test -z "$RANLIB" && RANLIB=:
+-test -z "$STRIP" && STRIP=:
+-test -z "$ac_objext" && ac_objext=o
+-
+-# Determine commands to create old-style static archives.
+-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
+-old_postinstall_cmds='chmod 644 $oldlib'
+-old_postuninstall_cmds=
+-
+-if test -n "$RANLIB"; then
+-  case $host_os in
+-  openbsd*)
+-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+-    ;;
+-  *)
+-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+-    ;;
+-  esac
+-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
+-fi
+-
+-# Only perform the check for file, if the check method requires it
+-case $deplibs_check_method in
+-file_magic*)
+-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
+-    AC_PATH_MAGIC
+-  fi
+-  ;;
+-esac
+-
+-AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
+-AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
+-enable_win32_dll=yes, enable_win32_dll=no)
+-
+-AC_ARG_ENABLE([libtool-lock],
+-    [AC_HELP_STRING([--disable-libtool-lock],
+-	[avoid locking (might break parallel builds)])])
+-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+-
+-AC_ARG_WITH([pic],
+-    [AC_HELP_STRING([--with-pic],
+-	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
+-    [pic_mode="$withval"],
+-    [pic_mode=default])
+-test -z "$pic_mode" && pic_mode=default
+-
+-# Use C for the default configuration in the libtool script
+-tagname=
+-AC_LIBTOOL_LANG_C_CONFIG
+-_LT_AC_TAGCONFIG
+-])# AC_LIBTOOL_SETUP
+-
+-
+-# _LT_AC_SYS_COMPILER
+-# -------------------
+-AC_DEFUN([_LT_AC_SYS_COMPILER],
+-[AC_REQUIRE([AC_PROG_CC])dnl
+-
+-# If no C compiler was specified, use CC.
+-LTCC=${LTCC-"$CC"}
+-
+-# Allow CC to be a program name with arguments.
+-compiler=$CC
+-])# _LT_AC_SYS_COMPILER
+-
+-
+-# _LT_AC_SYS_LIBPATH_AIX
+-# ----------------------
+-# Links a minimal program and checks the executable
+-# for the system default hardcoded library path. In most cases,
+-# this is /usr/lib:/lib, but when the MPI compilers are used
+-# the location of the communication and MPI libs are included too.
+-# If we don't find anything, use the default library path according
+-# to the aix ld manual.
+-AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
+-[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
+-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
+-}'`
+-# Check for a 64-bit object if we didn't find anything.
+-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
+-}'`; fi],[])
+-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+-])# _LT_AC_SYS_LIBPATH_AIX
+-
+-
+-# _LT_AC_SHELL_INIT(ARG)
+-# ----------------------
+-AC_DEFUN([_LT_AC_SHELL_INIT],
+-[ifdef([AC_DIVERSION_NOTICE],
+-	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
+-	 [AC_DIVERT_PUSH(NOTICE)])
+-$1
+-AC_DIVERT_POP
+-])# _LT_AC_SHELL_INIT
+-
+-
+-# _LT_AC_PROG_ECHO_BACKSLASH
+-# --------------------------
+-# Add some code to the start of the generated configure script which
+-# will find an echo command which doesn't interpret backslashes.
+-AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
+-[_LT_AC_SHELL_INIT([
+-# Check that we are running under the correct shell.
+-SHELL=${CONFIG_SHELL-/bin/sh}
+-
+-case X$ECHO in
+-X*--fallback-echo)
+-  # Remove one level of quotation (which was required for Make).
+-  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
+-  ;;
+-esac
+-
+-echo=${ECHO-echo}
+-if test "X[$]1" = X--no-reexec; then
+-  # Discard the --no-reexec flag, and continue.
+-  shift
+-elif test "X[$]1" = X--fallback-echo; then
+-  # Avoid inline document here, it may be left over
+-  :
+-elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
+-  # Yippee, $echo works!
+-  :
+-else
+-  # Restart under the correct shell.
+-  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
+-fi
+-
+-if test "X[$]1" = X--fallback-echo; then
+-  # used as fallback echo
+-  shift
+-  cat <<EOF
+-[$]*
+-EOF
+-  exit 0
+-fi
+-
+-# The HP-UX ksh and POSIX shell print the target directory to stdout
+-# if CDPATH is set.
+-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
+-
+-if test -z "$ECHO"; then
+-if test "X${echo_test_string+set}" != Xset; then
+-# find a string as large as possible, as long as the shell can cope with it
+-  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
+-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
+-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
+-       echo_test_string="`eval $cmd`" &&
+-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
+-    then
+-      break
+-    fi
+-  done
+-fi
+-
+-if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
+-   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
+-   test "X$echo_testing_string" = "X$echo_test_string"; then
+-  :
+-else
+-  # The Solaris, AIX, and Digital Unix default echo programs unquote
+-  # backslashes.  This makes it impossible to quote backslashes using
+-  #   echo "$something" | sed 's/\\/\\\\/g'
+-  #
+-  # So, first we look for a working echo in the user's PATH.
+-
+-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+-  for dir in $PATH /usr/ucb; do
+-    IFS="$lt_save_ifs"
+-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
+-       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
+-       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
+-       test "X$echo_testing_string" = "X$echo_test_string"; then
+-      echo="$dir/echo"
+-      break
+-    fi
+-  done
+-  IFS="$lt_save_ifs"
+-
+-  if test "X$echo" = Xecho; then
+-    # We didn't find a better echo, so look for alternatives.
+-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
+-       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
+-       test "X$echo_testing_string" = "X$echo_test_string"; then
+-      # This shell has a builtin print -r that does the trick.
+-      echo='print -r'
+-    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
+-	 test "X$CONFIG_SHELL" != X/bin/ksh; then
+-      # If we have ksh, try running configure again with it.
+-      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+-      export ORIGINAL_CONFIG_SHELL
+-      CONFIG_SHELL=/bin/ksh
+-      export CONFIG_SHELL
+-      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
+-    else
+-      # Try using printf.
+-      echo='printf %s\n'
+-      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
+-	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
+-	 test "X$echo_testing_string" = "X$echo_test_string"; then
+-	# Cool, printf works
+-	:
+-      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
+-	   test "X$echo_testing_string" = 'X\t' &&
+-	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
+-	   test "X$echo_testing_string" = "X$echo_test_string"; then
+-	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
+-	export CONFIG_SHELL
+-	SHELL="$CONFIG_SHELL"
+-	export SHELL
+-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
+-      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
+-	   test "X$echo_testing_string" = 'X\t' &&
+-	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
+-	   test "X$echo_testing_string" = "X$echo_test_string"; then
+-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
+-      else
+-	# maybe with a smaller string...
+-	prev=:
+-
+-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
+-	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
+-	  then
+-	    break
+-	  fi
+-	  prev="$cmd"
+-	done
+-
+-	if test "$prev" != 'sed 50q "[$]0"'; then
+-	  echo_test_string=`eval $prev`
+-	  export echo_test_string
+-	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
+-	else
+-	  # Oops.  We lost completely, so just stick with echo.
+-	  echo=echo
+-	fi
+-      fi
+-    fi
+-  fi
+-fi
+-fi
+-
+-# Copy echo and quote the copy suitably for passing to libtool from
+-# the Makefile, instead of quoting the original, which is used later.
+-ECHO=$echo
+-if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
+-   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
+-fi
+-
+-AC_SUBST(ECHO)
+-])])# _LT_AC_PROG_ECHO_BACKSLASH
+-
+-
+-# _LT_AC_LOCK
+-# -----------
+-AC_DEFUN([_LT_AC_LOCK],
+-[AC_ARG_ENABLE([libtool-lock],
+-    [AC_HELP_STRING([--disable-libtool-lock],
+-	[avoid locking (might break parallel builds)])])
+-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
+-
+-# Some flags need to be propagated to the compiler or linker for good
+-# libtool support.
+-case $host in
+-ia64-*-hpux*)
+-  # Find out which ABI we are using.
+-  echo 'int i;' > conftest.$ac_ext
+-  if AC_TRY_EVAL(ac_compile); then
+-    case `/usr/bin/file conftest.$ac_objext` in
+-    *ELF-32*)
+-      HPUX_IA64_MODE="32"
+-      ;;
+-    *ELF-64*)
+-      HPUX_IA64_MODE="64"
+-      ;;
+-    esac
+-  fi
+-  rm -rf conftest*
+-  ;;
+-*-*-irix6*)
+-  # Find out which ABI we are using.
+-  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
+-  if AC_TRY_EVAL(ac_compile); then
+-   if test "$lt_cv_prog_gnu_ld" = yes; then
+-    case `/usr/bin/file conftest.$ac_objext` in
+-    *32-bit*)
+-      LD="${LD-ld} -melf32bsmip"
+-      ;;
+-    *N32*)
+-      LD="${LD-ld} -melf32bmipn32"
+-      ;;
+-    *64-bit*)
+-      LD="${LD-ld} -melf64bmip"
+-      ;;
+-    esac
+-   else
+-    case `/usr/bin/file conftest.$ac_objext` in
+-    *32-bit*)
+-      LD="${LD-ld} -32"
+-      ;;
+-    *N32*)
+-      LD="${LD-ld} -n32"
+-      ;;
+-    *64-bit*)
+-      LD="${LD-ld} -64"
+-      ;;
+-    esac
+-   fi
+-  fi
+-  rm -rf conftest*
+-  ;;
+-
+-x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
+-  # Find out which ABI we are using.
+-  echo 'int i;' > conftest.$ac_ext
+-  if AC_TRY_EVAL(ac_compile); then
+-    case "`/usr/bin/file conftest.o`" in
+-    *32-bit*)
+-      LINUX_64_MODE="32"
+-      case $host in
+-        x86_64-*linux*)
+-          LD="${LD-ld} -m elf_i386"
+-          ;;
+-        ppc64-*linux*)
+-          LD="${LD-ld} -m elf32ppclinux"
+-          ;;
+-        s390x-*linux*)
+-          LD="${LD-ld} -m elf_s390"
+-          ;;
+-        sparc64-*linux*)
+-          LD="${LD-ld} -m elf32_sparc"
+-          ;;
+-      esac
+-      ;;
+-    *64-bit*)
+-      LINUX_64_MODE="64"
+-      case $host in
+-        x86_64-*linux*)
+-          LD="${LD-ld} -m elf_x86_64"
+-          ;;
+-        ppc*-*linux*|powerpc*-*linux*)
+-          LD="${LD-ld} -m elf64ppc"
+-          ;;
+-        s390*-*linux*)
+-          LD="${LD-ld} -m elf64_s390"
+-          ;;
+-        sparc*-*linux*)
+-          LD="${LD-ld} -m elf64_sparc"
+-          ;;
+-      esac
+-      ;;
+-    esac
+-  fi
+-  rm -rf conftest*
+-  ;;
+-
+-*-*-sco3.2v5*)
+-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
+-  SAVE_CFLAGS="$CFLAGS"
+-  CFLAGS="$CFLAGS -belf"
+-  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
+-    [AC_LANG_PUSH(C)
+-     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
+-     AC_LANG_POP])
+-  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
+-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
+-    CFLAGS="$SAVE_CFLAGS"
+-  fi
+-  ;;
+-AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
+-[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
+-  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+-  AC_CHECK_TOOL(AS, as, false)
+-  AC_CHECK_TOOL(OBJDUMP, objdump, false)
+-  ;;
+-  ])
+-esac
+-
+-need_locks="$enable_libtool_lock"
+-
+-])# _LT_AC_LOCK
+-
+-
+-# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
+-#		[OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
+-# ----------------------------------------------------------------
+-# Check whether the given compiler option works
+-AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
+-[AC_REQUIRE([LT_AC_PROG_SED])
+-AC_CACHE_CHECK([$1], [$2],
+-  [$2=no
+-  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
+-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+-   lt_compiler_flag="$3"
+-   # Insert the option either (1) after the last *FLAGS variable, or
+-   # (2) before a word containing "conftest.", or (3) at the end.
+-   # Note that $ac_compile itself does not contain backslashes and begins
+-   # with a dollar sign (not a hyphen), so the echo should work correctly.
+-   # The option is referenced via a variable to avoid confusing sed.
+-   lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+-   -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+-   (eval "$lt_compile" 2>conftest.err)
+-   ac_status=$?
+-   cat conftest.err >&AS_MESSAGE_LOG_FD
+-   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+-   if (exit $ac_status) && test -s "$ac_outfile"; then
+-     # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
+-       $2=yes
+-     fi
+-   fi
+-   $rm conftest*
+-])
+-
+-if test x"[$]$2" = xyes; then
+-    ifelse([$5], , :, [$5])
+-else
+-    ifelse([$6], , :, [$6])
+-fi
+-])# AC_LIBTOOL_COMPILER_OPTION
+-
+-
+-# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
+-#                          [ACTION-SUCCESS], [ACTION-FAILURE])
+-# ------------------------------------------------------------
+-# Check whether the given compiler option works
+-AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
+-[AC_CACHE_CHECK([$1], [$2],
+-  [$2=no
+-   save_LDFLAGS="$LDFLAGS"
+-   LDFLAGS="$LDFLAGS $3"
+-   printf "$lt_simple_link_test_code" > conftest.$ac_ext
+-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+-     # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test -s conftest.err; then
+-       # Append any errors to the config.log.
+-       cat conftest.err 1>&AS_MESSAGE_LOG_FD
+-     else
+-       $2=yes
+-     fi
+-   fi
+-   $rm conftest*
+-   LDFLAGS="$save_LDFLAGS"
+-])
+-
+-if test x"[$]$2" = xyes; then
+-    ifelse([$4], , :, [$4])
+-else
+-    ifelse([$5], , :, [$5])
+-fi
+-])# AC_LIBTOOL_LINKER_OPTION
+-
+-
+-# AC_LIBTOOL_SYS_MAX_CMD_LEN
+-# --------------------------
+-AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
+-[# find the maximum length of command line arguments
+-AC_MSG_CHECKING([the maximum length of command line arguments])
+-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
+-  i=0
+-  testring="ABCD"
+-
+-  case $build_os in
+-  msdosdjgpp*)
+-    # On DJGPP, this test can blow up pretty badly due to problems in libc
+-    # (any single argument exceeding 2000 bytes causes a buffer overrun
+-    # during glob expansion).  Even if it were fixed, the result of this
+-    # check would be larger than it should be.
+-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
+-    ;;
+-
+-  gnu*)
+-    # Under GNU Hurd, this test is not required because there is
+-    # no limit to the length of command line arguments.
+-    # Libtool will interpret -1 as no limit whatsoever
+-    lt_cv_sys_max_cmd_len=-1;
+-    ;;
+-
+-  cygwin* | mingw*)
+-    # On Win9x/ME, this test blows up -- it succeeds, but takes
+-    # about 5 minutes as the teststring grows exponentially.
+-    # Worse, since 9x/ME are not pre-emptively multitasking,
+-    # you end up with a "frozen" computer, even though with patience
+-    # the test eventually succeeds (with a max line length of 256k).
+-    # Instead, let's just punt: use the minimum linelength reported by
+-    # all of the supported platforms: 8192 (on NT/2K/XP).
+-    lt_cv_sys_max_cmd_len=8192;
+-    ;;
+-
+- *)
+-    # If test is not a shell built-in, we'll probably end up computing a
+-    # maximum length that is only half of the actual maximum length, but
+-    # we can't tell.
+-    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
+-	       = "XX$testring") >/dev/null 2>&1 &&
+-	    new_result=`expr "X$testring" : ".*" 2>&1` &&
+-	    lt_cv_sys_max_cmd_len=$new_result &&
+-	    test $i != 17 # 1/2 MB should be enough
+-    do
+-      i=`expr $i + 1`
+-      testring=$testring$testring
+-    done
+-    testring=
+-    # Add a significant safety factor because C++ compilers can tack on massive
+-    # amounts of additional arguments before passing them to the linker.
+-    # It appears as though 1/2 is a usable value.
+-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+-    ;;
+-  esac
+-])
+-if test -n $lt_cv_sys_max_cmd_len ; then
+-  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
+-else
+-  AC_MSG_RESULT(none)
+-fi
+-])# AC_LIBTOOL_SYS_MAX_CMD_LEN
+-
+-
+-# _LT_AC_CHECK_DLFCN
+-# --------------------
+-AC_DEFUN([_LT_AC_CHECK_DLFCN],
+-[AC_CHECK_HEADERS(dlfcn.h)dnl
+-])# _LT_AC_CHECK_DLFCN
+-
+-
+-# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
+-#                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
+-# ------------------------------------------------------------------
+-AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
+-[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
+-if test "$cross_compiling" = yes; then :
+-  [$4]
+-else
+-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+-  lt_status=$lt_dlunknown
+-  cat > conftest.$ac_ext <<EOF
+-[#line __oline__ "configure"
+-#include "confdefs.h"
+-
+-#if HAVE_DLFCN_H
+-#include <dlfcn.h>
+-#endif
+-
+-#include <stdio.h>
+-
+-#ifdef RTLD_GLOBAL
+-#  define LT_DLGLOBAL		RTLD_GLOBAL
+-#else
+-#  ifdef DL_GLOBAL
+-#    define LT_DLGLOBAL		DL_GLOBAL
+-#  else
+-#    define LT_DLGLOBAL		0
+-#  endif
+-#endif
+-
+-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
+-   find out it does not work in some platform. */
+-#ifndef LT_DLLAZY_OR_NOW
+-#  ifdef RTLD_LAZY
+-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
+-#  else
+-#    ifdef DL_LAZY
+-#      define LT_DLLAZY_OR_NOW		DL_LAZY
+-#    else
+-#      ifdef RTLD_NOW
+-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
+-#      else
+-#        ifdef DL_NOW
+-#          define LT_DLLAZY_OR_NOW	DL_NOW
+-#        else
+-#          define LT_DLLAZY_OR_NOW	0
+-#        endif
+-#      endif
+-#    endif
+-#  endif
+-#endif
+-
+-#ifdef __cplusplus
+-extern "C" void exit (int);
+-#endif
+-
+-void fnord() { int i=42;}
+-int main ()
+-{
+-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
+-  int status = $lt_dlunknown;
+-
+-  if (self)
+-    {
+-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
+-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
+-      /* dlclose (self); */
+-    }
+-
+-    exit (status);
+-}]
+-EOF
+-  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
+-    lt_status=$?
+-    case x$lt_status in
+-      x$lt_dlno_uscore) $1 ;;
+-      x$lt_dlneed_uscore) $2 ;;
+-      x$lt_unknown|x*) $3 ;;
+-    esac
+-  else :
+-    # compilation failed
+-    $3
+-  fi
+-fi
+-rm -fr conftest*
+-])# _LT_AC_TRY_DLOPEN_SELF
+-
+-
+-# AC_LIBTOOL_DLOPEN_SELF
+-# -------------------
+-AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
+-[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
+-if test "x$enable_dlopen" != xyes; then
+-  enable_dlopen=unknown
+-  enable_dlopen_self=unknown
+-  enable_dlopen_self_static=unknown
+-else
+-  lt_cv_dlopen=no
+-  lt_cv_dlopen_libs=
+-
+-  case $host_os in
+-  beos*)
+-    lt_cv_dlopen="load_add_on"
+-    lt_cv_dlopen_libs=
+-    lt_cv_dlopen_self=yes
+-    ;;
+-
+-  mingw* | pw32*)
+-    lt_cv_dlopen="LoadLibrary"
+-    lt_cv_dlopen_libs=
+-   ;;
+-
+-  cygwin*)
+-    lt_cv_dlopen="dlopen"
+-    lt_cv_dlopen_libs=
+-   ;;
+-
+-  darwin*)
+-  # if libdl is installed we need to link against it
+-    AC_CHECK_LIB([dl], [dlopen],
+-		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
+-    lt_cv_dlopen="dyld"
+-    lt_cv_dlopen_libs=
+-    lt_cv_dlopen_self=yes
+-    ])
+-   ;;
+-    
+-  *)
+-    AC_CHECK_FUNC([shl_load],
+-	  [lt_cv_dlopen="shl_load"],
+-      [AC_CHECK_LIB([dld], [shl_load],
+-	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
+-	[AC_CHECK_FUNC([dlopen],
+-	      [lt_cv_dlopen="dlopen"],
+-	  [AC_CHECK_LIB([dl], [dlopen],
+-		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
+-	    [AC_CHECK_LIB([svld], [dlopen],
+-		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
+-	      [AC_CHECK_LIB([dld], [dld_link],
+-		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
+-	      ])
+-	    ])
+-	  ])
+-	])
+-      ])
+-    ;;
+-  esac
+-
+-  if test "x$lt_cv_dlopen" != xno; then
+-    enable_dlopen=yes
+-  else
+-    enable_dlopen=no
+-  fi
+-
+-  case $lt_cv_dlopen in
+-  dlopen)
+-    save_CPPFLAGS="$CPPFLAGS"
+-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+-
+-    save_LDFLAGS="$LDFLAGS"
+-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+-
+-    save_LIBS="$LIBS"
+-    LIBS="$lt_cv_dlopen_libs $LIBS"
+-
+-    AC_CACHE_CHECK([whether a program can dlopen itself],
+-	  lt_cv_dlopen_self, [dnl
+-	  _LT_AC_TRY_DLOPEN_SELF(
+-	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
+-	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
+-    ])
+-
+-    if test "x$lt_cv_dlopen_self" = xyes; then
+-      LDFLAGS="$LDFLAGS $link_static_flag"
+-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
+-    	  lt_cv_dlopen_self_static, [dnl
+-	  _LT_AC_TRY_DLOPEN_SELF(
+-	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
+-	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
+-      ])
+-    fi
+-
+-    CPPFLAGS="$save_CPPFLAGS"
+-    LDFLAGS="$save_LDFLAGS"
+-    LIBS="$save_LIBS"
+-    ;;
+-  esac
+-
+-  case $lt_cv_dlopen_self in
+-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
+-  *) enable_dlopen_self=unknown ;;
+-  esac
+-
+-  case $lt_cv_dlopen_self_static in
+-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
+-  *) enable_dlopen_self_static=unknown ;;
+-  esac
+-fi
+-])# AC_LIBTOOL_DLOPEN_SELF
+-
+-
+-# AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
+-# ---------------------------------
+-# Check to see if options -c and -o are simultaneously supported by compiler
+-AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
+-[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
+-AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
+-  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
+-  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
+-   $rm -r conftest 2>/dev/null
+-   mkdir conftest
+-   cd conftest
+-   mkdir out
+-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+-
+-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+-   # that will create temporary files in the current directory regardless of
+-   # the output directory.  Thus, making CWD read-only will cause this test
+-   # to fail, enabling locking or at least warning the user not to do parallel
+-   # builds.
+-   chmod -w .
+-
+-   lt_compiler_flag="-o out/conftest2.$ac_objext"
+-   # Insert the option either (1) after the last *FLAGS variable, or
+-   # (2) before a word containing "conftest.", or (3) at the end.
+-   # Note that $ac_compile itself does not contain backslashes and begins
+-   # with a dollar sign (not a hyphen), so the echo should work correctly.
+-   lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
+-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
+-   -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
+-   (eval "$lt_compile" 2>out/conftest.err)
+-   ac_status=$?
+-   cat out/conftest.err >&AS_MESSAGE_LOG_FD
+-   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
+-   then
+-     # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s out/conftest.err; then
+-       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+-     fi
+-   fi
+-   chmod u+w .
+-   $rm conftest* out/*
+-   rmdir out
+-   cd ..
+-   rmdir conftest
+-   $rm conftest*
+-])
+-])# AC_LIBTOOL_PROG_CC_C_O
+-
+-
+-# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
+-# -----------------------------------------
+-# Check to see if we can do hard links to lock some files if needed
+-AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
+-[AC_REQUIRE([_LT_AC_LOCK])dnl
+-
+-hard_links="nottested"
+-if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
+-  # do not overwrite the value of need_locks provided by the user
+-  AC_MSG_CHECKING([if we can lock with hard links])
+-  hard_links=yes
+-  $rm conftest*
+-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+-  touch conftest.a
+-  ln conftest.a conftest.b 2>&5 || hard_links=no
+-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
+-  AC_MSG_RESULT([$hard_links])
+-  if test "$hard_links" = no; then
+-    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
+-    need_locks=warn
+-  fi
+-else
+-  need_locks=no
+-fi
+-])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
+-
+-
+-# AC_LIBTOOL_OBJDIR
+-# -----------------
+-AC_DEFUN([AC_LIBTOOL_OBJDIR],
+-[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
+-[rm -f .libs 2>/dev/null
+-mkdir .libs 2>/dev/null
+-if test -d .libs; then
+-  lt_cv_objdir=.libs
+-else
+-  # MS-DOS does not allow filenames that begin with a dot.
+-  lt_cv_objdir=_libs
+-fi
+-rmdir .libs 2>/dev/null])
+-objdir=$lt_cv_objdir
+-])# AC_LIBTOOL_OBJDIR
+-
+-
+-# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
+-# ----------------------------------------------
+-# Check hardcoding attributes.
+-AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
+-[AC_MSG_CHECKING([how to hardcode library paths into programs])
+-_LT_AC_TAGVAR(hardcode_action, $1)=
+-if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
+-   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
+-   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
+-
+-  # We can hardcode non-existant directories.
+-  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
+-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
+-     # have to relink, otherwise we might link with an installed library
+-     # when we should be linking with a yet-to-be-installed one
+-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
+-     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
+-    # Linking always hardcodes the temporary library directory.
+-    _LT_AC_TAGVAR(hardcode_action, $1)=relink
+-  else
+-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
+-    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
+-  fi
+-else
+-  # We cannot hardcode anything, or else we can only hardcode existing
+-  # directories.
+-  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
+-fi
+-AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
+-
+-if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
+-  # Fast installation is not supported
+-  enable_fast_install=no
+-elif test "$shlibpath_overrides_runpath" = yes ||
+-     test "$enable_shared" = no; then
+-  # Fast installation is not necessary
+-  enable_fast_install=needless
+-fi
+-])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
+-
+-
+-# AC_LIBTOOL_SYS_LIB_STRIP
+-# ------------------------
+-AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
+-[striplib=
+-old_striplib=
+-AC_MSG_CHECKING([whether stripping libraries is possible])
+-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
+-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
+-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+-  AC_MSG_RESULT([yes])
+-else
+-# FIXME - insert some real tests, host_os isn't really good enough
+-  case $host_os in
+-   darwin*)
+-       if test -n "$STRIP" ; then
+-         striplib="$STRIP -x"
+-         AC_MSG_RESULT([yes])
+-       else
+-  AC_MSG_RESULT([no])
+-fi
+-       ;;
+-   *)
+-  AC_MSG_RESULT([no])
+-    ;;
+-  esac  
+-fi
+-])# AC_LIBTOOL_SYS_LIB_STRIP
+-
+-
+-# AC_LIBTOOL_SYS_DYNAMIC_LINKER
+-# -----------------------------
+-# PORTME Fill in your ld.so characteristics
+-AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
+-[AC_MSG_CHECKING([dynamic linker characteristics])
+-library_names_spec=
+-libname_spec='lib$name'
+-soname_spec=
+-shrext=".so"
+-postinstall_cmds=
+-postuninstall_cmds=
+-finish_cmds=
+-finish_eval=
+-shlibpath_var=
+-shlibpath_overrides_runpath=unknown
+-version_type=none
+-dynamic_linker="$host_os ld.so"
+-sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
+-need_lib_prefix=unknown
+-hardcode_into_libs=no
+-
+-# when you set need_version to no, make sure it does not cause -set_version
+-# flags to be left without arguments
+-need_version=unknown
+-
+-case $host_os in
+-aix3*)
+-  version_type=linux
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
+-  shlibpath_var=LIBPATH
+-
+-  # AIX 3 has no versioning support, so we append a major version to the name.
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  ;;
+-
+-aix4* | aix5*)
+-  version_type=linux
+-  need_lib_prefix=no
+-  need_version=no
+-  hardcode_into_libs=yes
+-  if test "$host_cpu" = ia64; then
+-    # AIX 5 supports IA64
+-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
+-    shlibpath_var=LD_LIBRARY_PATH
+-  else
+-    # With GCC up to 2.95.x, collect2 would create an import file
+-    # for dependence libraries.  The import file would start with
+-    # the line `#! .'.  This would cause the generated library to
+-    # depend on `.', always an invalid library.  This was fixed in
+-    # development snapshots of GCC prior to 3.0.
+-    case $host_os in
+-      aix4 | aix4.[[01]] | aix4.[[01]].*)
+-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
+-	   echo ' yes '
+-	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
+-	:
+-      else
+-	can_build_shared=no
+-      fi
+-      ;;
+-    esac
+-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
+-    # soname into executable. Probably we can add versioning support to
+-    # collect2, so additional links can be useful in future.
+-    if test "$aix_use_runtimelinking" = yes; then
+-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+-      # instead of lib<name>.a to let people know that these are not
+-      # typical AIX shared libraries.
+-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+-    else
+-      # We preserve .a as extension for shared libraries through AIX4.2
+-      # and later when we are not doing run time linking.
+-      library_names_spec='${libname}${release}.a $libname.a'
+-      soname_spec='${libname}${release}${shared_ext}$major'
+-    fi
+-    shlibpath_var=LIBPATH
+-  fi
+-  ;;
+-
+-amigaos*)
+-  library_names_spec='$libname.ixlibrary $libname.a'
+-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
+-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
+-  ;;
+-
+-beos*)
+-  library_names_spec='${libname}${shared_ext}'
+-  dynamic_linker="$host_os ld.so"
+-  shlibpath_var=LIBRARY_PATH
+-  ;;
+-
+-bsdi4*)
+-  version_type=linux
+-  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'
+-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
+-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
+-  # the default ld.so.conf also contains /usr/contrib/lib and
+-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
+-  # libtool to hard-code these into programs
+-  ;;
+-
+-cygwin* | mingw* | pw32*)
+-  version_type=windows
+-  shrext=".dll"
+-  need_version=no
+-  need_lib_prefix=no
+-
+-  case $GCC,$host_os in
+-  yes,cygwin* | yes,mingw* | yes,pw32*)
+-    library_names_spec='$libname.dll.a'
+-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
+-    postinstall_cmds='base_file=`basename \${file}`~
+-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+-      dldir=$destdir/`dirname \$dlpath`~
+-      test -d \$dldir || mkdir -p \$dldir~
+-      $install_prog $dir/$dlname \$dldir/$dlname'
+-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+-      dlpath=$dir/\$dldll~
+-       $rm \$dlpath'
+-    shlibpath_overrides_runpath=yes
+-
+-    case $host_os in
+-    cygwin*)
+-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
+-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
+-      ;;
+-    mingw*)
+-      # MinGW DLLs use traditional 'lib' prefix
+-      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
+-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
+-        # It is most probably a Windows format PATH printed by
+-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
+-        # path with ; separators, and with drive letters. We can handle the
+-        # drive letters (cygwin fileutils understands them), so leave them,
+-        # especially as we might pass files found there to a mingw objdump,
+-        # which wouldn't understand a cygwinified path. Ahh.
+-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
+-      else
+-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
+-      fi
+-      ;;
+-    pw32*)
+-      # pw32 DLLs use 'pw' prefix rather than 'lib'
+-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+-      ;;
+-    esac
+-    ;;
+-
+-  *)
+-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
+-    ;;
+-  esac
+-  dynamic_linker='Win32 ld.exe'
+-  # FIXME: first we should search . and the directory the executable is in
+-  shlibpath_var=PATH
+-  ;;
+-
+-darwin* | rhapsody*)
+-  dynamic_linker="$host_os dyld"
+-  version_type=darwin
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+-  soname_spec='${libname}${release}${major}$shared_ext'
+-  shlibpath_overrides_runpath=yes
+-  shlibpath_var=DYLD_LIBRARY_PATH
+-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
+-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+-  if test "$GCC" = yes; then
+-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+-  else
+-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
+-  fi
+-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
+-  ;;
+-
+-dgux*)
+-  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
+-  ;;
+-
+-freebsd1*)
+-  dynamic_linker=no
+-  ;;
+-
+-freebsd*-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='GNU ld.so'
+-  ;;
+-
+-freebsd*)
+-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+-  version_type=freebsd-$objformat
+-  case $version_type in
+-    freebsd-elf*)
+-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+-      need_version=no
+-      need_lib_prefix=no
+-      ;;
+-    freebsd-*)
+-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
+-      need_version=yes
+-      ;;
+-  esac
+-  shlibpath_var=LD_LIBRARY_PATH
+-  case $host_os in
+-  freebsd2*)
+-    shlibpath_overrides_runpath=yes
+-    ;;
+-  freebsd3.[01]* | freebsdelf3.[01]*)
+-    shlibpath_overrides_runpath=yes
+-    hardcode_into_libs=yes
+-    ;;
+-  *) # from 3.2 on
+-    shlibpath_overrides_runpath=no
+-    hardcode_into_libs=yes
+-    ;;
+-  esac
+-  ;;
+-
+-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
+-  hardcode_into_libs=yes
+-  ;;
+-
+-hpux9* | hpux10* | hpux11*)
+-  # Give a soname corresponding to the major version so that dld.sl refuses to
+-  # link against other versions.
+-  version_type=sunos
+-  need_lib_prefix=no
+-  need_version=no
+-  case "$host_cpu" in
+-  ia64*)
+-    shrext='.so'
+-    hardcode_into_libs=yes
+-    dynamic_linker="$host_os dld.so"
+-    shlibpath_var=LD_LIBRARY_PATH
+-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+-    soname_spec='${libname}${release}${shared_ext}$major'
+-    if test "X$HPUX_IA64_MODE" = X32; then
+-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+-    else
+-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+-    fi
+-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+-    ;;
+-   hppa*64*)
+-     shrext='.sl'
+-     hardcode_into_libs=yes
+-     dynamic_linker="$host_os dld.sl"
+-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
+-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+-     soname_spec='${libname}${release}${shared_ext}$major'
+-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
+-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+-     ;;
+-   *)
+-    shrext='.sl'
+-    dynamic_linker="$host_os dld.sl"
+-    shlibpath_var=SHLIB_PATH
+-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+-    soname_spec='${libname}${release}${shared_ext}$major'
+-    ;;
+-  esac
+-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
+-  postinstall_cmds='chmod 555 $lib'
+-  ;;
+-
+-irix5* | irix6* | nonstopux*)
+-  case $host_os in
+-    nonstopux*) version_type=nonstopux ;;
+-    *)
+-	if test "$lt_cv_prog_gnu_ld" = yes; then
+-		version_type=linux
+-	else
+-		version_type=irix
+-	fi ;;
+-  esac
+-  need_lib_prefix=no
+-  need_version=no
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
+-  case $host_os in
+-  irix5* | nonstopux*)
+-    libsuff= shlibsuff=
+-    ;;
+-  *)
+-    case $LD in # libtool.m4 will add one of these switches to LD
+-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
+-      libsuff= shlibsuff= libmagic=32-bit;;
+-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
+-      libsuff=32 shlibsuff=N32 libmagic=N32;;
+-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
+-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
+-    *) libsuff= shlibsuff= libmagic=never-match;;
+-    esac
+-    ;;
+-  esac
+-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+-  shlibpath_overrides_runpath=no
+-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
+-  hardcode_into_libs=yes
+-  ;;
+-
+-# No shared lib support for Linux oldld, aout, or coff.
+-linux*oldld* | linux*aout* | linux*coff*)
+-  dynamic_linker=no
+-  ;;
+-
+-# This must be Linux ELF.
+-linux*)
+-  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'
+-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+-  libsuff=
+-  if test "x$LINUX_64_MODE" = x64; then
+-    # Some platforms are per default 64-bit, so there's no /lib64
+-    if test -d /lib64; then
+-      libsuff=64
+-    fi
+-  fi
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=no
+-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+-  # This implies no fast_install, which is unacceptable.
+-  # Some rework will be needed to allow for fast_install
+-  # before this can be enabled.
+-  hardcode_into_libs=yes
+-
+-  # We used to test for /lib/ld.so.1 and disable shared libraries on
+-  # powerpc, because MkLinux only supported shared libraries with the
+-  # GNU dynamic linker.  Since this was broken with cross compilers,
+-  # most powerpc-linux boxes support dynamic linking these days and
+-  # people can always --disable-shared, the test was removed, and we
+-  # assume the GNU/Linux dynamic linker is in use.
+-  dynamic_linker='GNU/Linux ld.so'
+-  ;;
+-
+-netbsd*)
+-  version_type=sunos
+-  need_lib_prefix=no
+-  need_version=no
+-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+-    dynamic_linker='NetBSD (a.out) ld.so'
+-  else
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
+-    soname_spec='${libname}${release}${shared_ext}$major'
+-    dynamic_linker='NetBSD ld.elf_so'
+-  fi
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=yes
+-  hardcode_into_libs=yes
+-  ;;
+-
+-newsos6)
+-  version_type=linux
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=yes
+-  ;;
+-
+-nto-qnx*)
+-  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=yes
+-  ;;
+-
+-openbsd*)
+-  version_type=sunos
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-    case $host_os in
+-      openbsd2.[[89]] | openbsd2.[[89]].*)
+-	shlibpath_overrides_runpath=no
+-	;;
+-      *)
+-	shlibpath_overrides_runpath=yes
+-	;;
+-      esac
+-  else
+-    shlibpath_overrides_runpath=yes
+-  fi
+-  ;;
+-
+-os2*)
+-  libname_spec='$name'
+-  shrext=".dll"
+-  need_lib_prefix=no
+-  library_names_spec='$libname${shared_ext} $libname.a'
+-  dynamic_linker='OS/2 ld.exe'
+-  shlibpath_var=LIBPATH
+-  ;;
+-
+-osf3* | osf4* | osf5*)
+-  version_type=osf
+-  need_lib_prefix=no
+-  need_version=no
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
+-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
+-  ;;
+-
+-sco3.2v5*)
+-  version_type=osf
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  ;;
+-
+-solaris*)
+-  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=yes
+-  hardcode_into_libs=yes
+-  # ldd complains unless libraries are executable
+-  postinstall_cmds='chmod +x $lib'
+-  ;;
+-
+-sunos4*)
+-  version_type=sunos
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=yes
+-  if test "$with_gnu_ld" = yes; then
+-    need_lib_prefix=no
+-  fi
+-  need_version=yes
+-  ;;
+-
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+-  version_type=linux
+-  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
+-  case $host_vendor in
+-    sni)
+-      shlibpath_overrides_runpath=no
+-      need_lib_prefix=no
+-      export_dynamic_flag_spec='${wl}-Blargedynsym'
+-      runpath_var=LD_RUN_PATH
+-      ;;
+-    siemens)
+-      need_lib_prefix=no
+-      ;;
+-    motorola)
+-      need_lib_prefix=no
+-      need_version=no
+-      shlibpath_overrides_runpath=no
+-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
+-      ;;
+-  esac
+-  ;;
+-
+-sysv4*MP*)
+-  if test -d /usr/nec ;then
+-    version_type=linux
+-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+-    soname_spec='$libname${shared_ext}.$major'
+-    shlibpath_var=LD_LIBRARY_PATH
+-  fi
+-  ;;
+-
+-uts4*)
+-  version_type=linux
+-  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
+-  ;;
+-
+-*)
+-  dynamic_linker=no
+-  ;;
+-esac
+-AC_MSG_RESULT([$dynamic_linker])
+-test "$dynamic_linker" = no && can_build_shared=no
+-])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
+-
+-
+-# _LT_AC_TAGCONFIG
+-# ----------------
+-AC_DEFUN([_LT_AC_TAGCONFIG],
+-[AC_ARG_WITH([tags],
+-    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
+-        [include additional configurations @<:@automatic@:>@])],
+-    [tagnames="$withval"])
+-
+-if test -f "$ltmain" && test -n "$tagnames"; then
+-  if test ! -f "${ofile}"; then
+-    AC_MSG_WARN([output file `$ofile' does not exist])
+-  fi
+-
+-  if test -z "$LTCC"; then
+-    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
+-    if test -z "$LTCC"; then
+-      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
+-    else
+-      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
+-    fi
+-  fi
+-
+-  # Extract list of available tagged configurations in $ofile.
+-  # Note that this assumes the entire list is on one line.
+-  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
+-
+-  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+-  for tagname in $tagnames; do
+-    IFS="$lt_save_ifs"
+-    # Check whether tagname contains only valid characters
+-    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
+-    "") ;;
+-    *)  AC_MSG_ERROR([invalid tag name: $tagname])
+-	;;
+-    esac
+-
+-    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
+-    then
+-      AC_MSG_ERROR([tag name \"$tagname\" already exists])
+-    fi
+-
+-    # Update the list of available tags.
+-    if test -n "$tagname"; then
+-      echo appending configuration tag \"$tagname\" to $ofile
+-
+-      case $tagname in
+-      CXX)
+-	if test -n "$CXX" && test "X$CXX" != "Xno"; then
+-	  AC_LIBTOOL_LANG_CXX_CONFIG
+-	else
+-	  tagname=""
+-	fi
+-	;;
+-
+-      F77)
+-	if test -n "$F77" && test "X$F77" != "Xno"; then
+-	  AC_LIBTOOL_LANG_F77_CONFIG
+-	else
+-	  tagname=""
+-	fi
+-	;;
+-
+-      GCJ)
+-	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
+-	  AC_LIBTOOL_LANG_GCJ_CONFIG
+-	else
+-	  tagname=""
+-	fi
+-	;;
+-
+-      RC)
+-	AC_LIBTOOL_LANG_RC_CONFIG
+-	;;
+-
+-      *)
+-	AC_MSG_ERROR([Unsupported tag name: $tagname])
+-	;;
+-      esac
+-
+-      # Append the new tag name to the list of available tags.
+-      if test -n "$tagname" ; then
+-      available_tags="$available_tags $tagname"
+-    fi
+-    fi
+-  done
+-  IFS="$lt_save_ifs"
+-
+-  # Now substitute the updated list of available tags.
+-  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
+-    mv "${ofile}T" "$ofile"
+-    chmod +x "$ofile"
+-  else
+-    rm -f "${ofile}T"
+-    AC_MSG_ERROR([unable to update list of available tagged configurations.])
+-  fi
+-fi
+-])# _LT_AC_TAGCONFIG
+-
+-
+-# AC_LIBTOOL_DLOPEN
+-# -----------------
+-# enable checks for dlopen support
+-AC_DEFUN([AC_LIBTOOL_DLOPEN],
+- [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
+-])# AC_LIBTOOL_DLOPEN
+-
+-
+-# AC_LIBTOOL_WIN32_DLL
+-# --------------------
+-# declare package support for building win32 dll's
+-AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
+-[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
+-])# AC_LIBTOOL_WIN32_DLL
+-
+-
+-# AC_ENABLE_SHARED([DEFAULT])
+-# ---------------------------
+-# implement the --enable-shared flag
+-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+-AC_DEFUN([AC_ENABLE_SHARED],
+-[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
+-AC_ARG_ENABLE([shared],
+-    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
+-	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
+-    [p=${PACKAGE-default}
+-    case $enableval in
+-    yes) enable_shared=yes ;;
+-    no) enable_shared=no ;;
+-    *)
+-      enable_shared=no
+-      # Look at the argument we got.  We use all the common list separators.
+-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+-      for pkg in $enableval; do
+-	IFS="$lt_save_ifs"
+-	if test "X$pkg" = "X$p"; then
+-	  enable_shared=yes
+-	fi
+-      done
+-      IFS="$lt_save_ifs"
+-      ;;
+-    esac],
+-    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
+-])# AC_ENABLE_SHARED
+-
+-
+-# AC_DISABLE_SHARED
+-# -----------------
+-#- set the default shared flag to --disable-shared
+-AC_DEFUN([AC_DISABLE_SHARED],
+-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+-AC_ENABLE_SHARED(no)
+-])# AC_DISABLE_SHARED
+-
+-
+-# AC_ENABLE_STATIC([DEFAULT])
+-# ---------------------------
+-# implement the --enable-static flag
+-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+-AC_DEFUN([AC_ENABLE_STATIC],
+-[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
+-AC_ARG_ENABLE([static],
+-    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
+-	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
+-    [p=${PACKAGE-default}
+-    case $enableval in
+-    yes) enable_static=yes ;;
+-    no) enable_static=no ;;
+-    *)
+-     enable_static=no
+-      # Look at the argument we got.  We use all the common list separators.
+-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+-      for pkg in $enableval; do
+-	IFS="$lt_save_ifs"
+-	if test "X$pkg" = "X$p"; then
+-	  enable_static=yes
+-	fi
+-      done
+-      IFS="$lt_save_ifs"
+-      ;;
+-    esac],
+-    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
+-])# AC_ENABLE_STATIC
+-
+-
+-# AC_DISABLE_STATIC
+-# -----------------
+-# set the default static flag to --disable-static
+-AC_DEFUN([AC_DISABLE_STATIC],
+-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+-AC_ENABLE_STATIC(no)
+-])# AC_DISABLE_STATIC
+-
+-
+-# AC_ENABLE_FAST_INSTALL([DEFAULT])
+-# ---------------------------------
+-# implement the --enable-fast-install flag
+-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
+-AC_DEFUN([AC_ENABLE_FAST_INSTALL],
+-[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
+-AC_ARG_ENABLE([fast-install],
+-    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
+-    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
+-    [p=${PACKAGE-default}
+-    case $enableval in
+-    yes) enable_fast_install=yes ;;
+-    no) enable_fast_install=no ;;
+-    *)
+-      enable_fast_install=no
+-      # Look at the argument we got.  We use all the common list separators.
+-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+-      for pkg in $enableval; do
+-	IFS="$lt_save_ifs"
+-	if test "X$pkg" = "X$p"; then
+-	  enable_fast_install=yes
+-	fi
+-      done
+-      IFS="$lt_save_ifs"
+-      ;;
+-    esac],
+-    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
+-])# AC_ENABLE_FAST_INSTALL
+-
+-
+-# AC_DISABLE_FAST_INSTALL
+-# -----------------------
+-# set the default to --disable-fast-install
+-AC_DEFUN([AC_DISABLE_FAST_INSTALL],
+-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+-AC_ENABLE_FAST_INSTALL(no)
+-])# AC_DISABLE_FAST_INSTALL
+-
+-
+-# AC_LIBTOOL_PICMODE([MODE])
+-# --------------------------
+-# implement the --with-pic flag
+-# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
+-AC_DEFUN([AC_LIBTOOL_PICMODE],
+-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+-pic_mode=ifelse($#,1,$1,default)
+-])# AC_LIBTOOL_PICMODE
+-
+-
+-# AC_PROG_EGREP
+-# -------------
+-# This is predefined starting with Autoconf 2.54, so this conditional
+-# definition can be removed once we require Autoconf 2.54 or later.
+-m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
+-[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
+-   [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
+-    then ac_cv_prog_egrep='grep -E'
+-    else ac_cv_prog_egrep='egrep'
+-    fi])
+- EGREP=$ac_cv_prog_egrep
+- AC_SUBST([EGREP])
+-])])
+-
+-
+-# AC_PATH_TOOL_PREFIX
+-# -------------------
+-# find a file program which can recognise shared library
+-AC_DEFUN([AC_PATH_TOOL_PREFIX],
+-[AC_REQUIRE([AC_PROG_EGREP])dnl
+-AC_MSG_CHECKING([for $1])
+-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
+-[case $MAGIC_CMD in
+-[[\\/*] |  ?:[\\/]*])
+-  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
+-  ;;
+-*)
+-  lt_save_MAGIC_CMD="$MAGIC_CMD"
+-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+-dnl $ac_dummy forces splitting on constant user-supplied paths.
+-dnl POSIX.2 word splitting is done only on the output of word expansions,
+-dnl not every word.  This closes a longstanding sh security hole.
+-  ac_dummy="ifelse([$2], , $PATH, [$2])"
+-  for ac_dir in $ac_dummy; do
+-    IFS="$lt_save_ifs"
+-    test -z "$ac_dir" && ac_dir=.
+-    if test -f $ac_dir/$1; then
+-      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
+-      if test -n "$file_magic_test_file"; then
+-	case $deplibs_check_method in
+-	"file_magic "*)
+-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
+-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+-	    $EGREP "$file_magic_regex" > /dev/null; then
+-	    :
+-	  else
+-	    cat <<EOF 1>&2
+-
+-*** Warning: the command libtool uses to detect shared libraries,
+-*** $file_magic_cmd, produces output that libtool cannot recognize.
+-*** The result is that libtool may fail to recognize shared libraries
+-*** as such.  This will affect the creation of libtool libraries that
+-*** depend on shared libraries, but programs linked with such libtool
+-*** libraries will work regardless of this problem.  Nevertheless, you
+-*** may want to report the problem to your system manager and/or to
+-*** bug-libtool at gnu.org
+-
+-EOF
+-	  fi ;;
+-	esac
+-      fi
+-      break
+-    fi
+-  done
+-  IFS="$lt_save_ifs"
+-  MAGIC_CMD="$lt_save_MAGIC_CMD"
+-  ;;
+-esac])
+-MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+-if test -n "$MAGIC_CMD"; then
+-  AC_MSG_RESULT($MAGIC_CMD)
+-else
+-  AC_MSG_RESULT(no)
+-fi
+-])# AC_PATH_TOOL_PREFIX
+-
+-
+-# AC_PATH_MAGIC
+-# -------------
+-# find a file program which can recognise a shared library
+-AC_DEFUN([AC_PATH_MAGIC],
+-[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
+-if test -z "$lt_cv_path_MAGIC_CMD"; then
+-  if test -n "$ac_tool_prefix"; then
+-    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
+-  else
+-    MAGIC_CMD=:
+-  fi
+-fi
+-])# AC_PATH_MAGIC
+-
+-
+-# AC_PROG_LD
+-# ----------
+-# find the pathname to the GNU or non-GNU linker
+-AC_DEFUN([AC_PROG_LD],
+-[AC_ARG_WITH([gnu-ld],
+-    [AC_HELP_STRING([--with-gnu-ld],
+-	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
+-    [test "$withval" = no || with_gnu_ld=yes],
+-    [with_gnu_ld=no])
+-AC_REQUIRE([LT_AC_PROG_SED])dnl
+-AC_REQUIRE([AC_PROG_CC])dnl
+-AC_REQUIRE([AC_CANONICAL_HOST])dnl
+-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+-ac_prog=ld
+-if test "$GCC" = yes; then
+-  # Check if gcc -print-prog-name=ld gives a path.
+-  AC_MSG_CHECKING([for ld used by $CC])
+-  case $host in
+-  *-*-mingw*)
+-    # gcc leaves a trailing carriage return which upsets mingw
+-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+-  *)
+-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+-  esac
+-  case $ac_prog in
+-    # Accept absolute paths.
+-    [[\\/]]* | ?:[[\\/]]*)
+-      re_direlt='/[[^/]][[^/]]*/\.\./'
+-      # Canonicalize the pathname of ld
+-      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
+-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
+-	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
+-      done
+-      test -z "$LD" && LD="$ac_prog"
+-      ;;
+-  "")
+-    # If it fails, then pretend we aren't using GCC.
+-    ac_prog=ld
+-    ;;
+-  *)
+-    # If it is relative, then search for the first ld in PATH.
+-    with_gnu_ld=unknown
+-    ;;
+-  esac
+-elif test "$with_gnu_ld" = yes; then
+-  AC_MSG_CHECKING([for GNU ld])
+-else
+-  AC_MSG_CHECKING([for non-GNU ld])
+-fi
+-AC_CACHE_VAL(lt_cv_path_LD,
+-[if test -z "$LD"; then
+-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+-  for ac_dir in $PATH; do
+-    IFS="$lt_save_ifs"
+-    test -z "$ac_dir" && ac_dir=.
+-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+-      lt_cv_path_LD="$ac_dir/$ac_prog"
+-      # Check to see if the program is GNU ld.  I'd rather use --version,
+-      # but apparently some GNU ld's only accept -v.
+-      # Break only if it was the GNU/non-GNU ld that we prefer.
+-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+-      *GNU* | *'with BFD'*)
+-	test "$with_gnu_ld" != no && break
+-	;;
+-      *)
+-	test "$with_gnu_ld" != yes && break
+-	;;
+-      esac
+-    fi
+-  done
+-  IFS="$lt_save_ifs"
+-else
+-  lt_cv_path_LD="$LD" # Let the user override the test with a path.
+-fi])
+-LD="$lt_cv_path_LD"
+-if test -n "$LD"; then
+-  AC_MSG_RESULT($LD)
+-else
+-  AC_MSG_RESULT(no)
+-fi
+-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
+-AC_PROG_LD_GNU
+-])# AC_PROG_LD
+-
+-
+-# AC_PROG_LD_GNU
+-# --------------
+-AC_DEFUN([AC_PROG_LD_GNU],
+-[AC_REQUIRE([AC_PROG_EGREP])dnl
+-AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
+-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
+-case `$LD -v 2>&1 </dev/null` in
+-*GNU* | *'with BFD'*)
+-  lt_cv_prog_gnu_ld=yes
+-  ;;
+-*)
+-  lt_cv_prog_gnu_ld=no
+-  ;;
+-esac])
+-with_gnu_ld=$lt_cv_prog_gnu_ld
+-])# AC_PROG_LD_GNU
+-
+-
+-# AC_PROG_LD_RELOAD_FLAG
+-# ----------------------
+-# find reload flag for linker
+-#   -- PORTME Some linkers may need a different reload flag.
+-AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
+-[AC_CACHE_CHECK([for $LD option to reload object files],
+-  lt_cv_ld_reload_flag,
+-  [lt_cv_ld_reload_flag='-r'])
+-reload_flag=$lt_cv_ld_reload_flag
+-case $reload_flag in
+-"" | " "*) ;;
+-*) reload_flag=" $reload_flag" ;;
+-esac
+-reload_cmds='$LD$reload_flag -o $output$reload_objs'
+-])# AC_PROG_LD_RELOAD_FLAG
+-
+-
+-# AC_DEPLIBS_CHECK_METHOD
+-# -----------------------
+-# how to check for library dependencies
+-#  -- PORTME fill in with the dynamic library characteristics
+-AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
+-[AC_CACHE_CHECK([how to recognise dependent libraries],
+-lt_cv_deplibs_check_method,
+-[lt_cv_file_magic_cmd='$MAGIC_CMD'
+-lt_cv_file_magic_test_file=
+-lt_cv_deplibs_check_method='unknown'
+-# Need to set the preceding variable on all platforms that support
+-# interlibrary dependencies.
+-# 'none' -- dependencies not supported.
+-# `unknown' -- same as none, but documents that we really don't know.
+-# 'pass_all' -- all dependencies passed with no checks.
+-# 'test_compile' -- check by making test program.
+-# 'file_magic [[regex]]' -- check by looking for files in library path
+-# which responds to the $file_magic_cmd with a given extended regex.
+-# If you have `file' or equivalent on your system and you're not sure
+-# whether `pass_all' will *always* work, you probably want this one.
+-
+-case $host_os in
+-aix4* | aix5*)
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+-beos*)
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+-bsdi4*)
+-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
+-  lt_cv_file_magic_cmd='/usr/bin/file -L'
+-  lt_cv_file_magic_test_file=/shlib/libc.so
+-  ;;
+-
+-cygwin*)
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-  
+-mingw* | pw32*)
+-  # win32_libid is a shell function defined in ltmain.sh
+-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+-  lt_cv_file_magic_cmd='win32_libid'
+-  ;;
+-
+-darwin* | rhapsody*)
+-  # this will be overwritten by pass_all, but leave it in just in case
+-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
+-  lt_cv_file_magic_cmd='/usr/bin/file -L'
+-  case "$host_os" in
+-  rhapsody* | darwin1.[[012]])
+-    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
+-    ;;
+-  *) # Darwin 1.3 on
+-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
+-    ;;
+-  esac
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+-freebsd*)
+-  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+-    case $host_cpu in
+-    i*86 )
+-      # Not sure whether the presence of OpenBSD here was a mistake.
+-      # Let's accept both of them until this is cleared up.
+-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
+-      lt_cv_file_magic_cmd=/usr/bin/file
+-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+-      ;;
+-    esac
+-  else
+-    lt_cv_deplibs_check_method=pass_all
+-  fi
+-  ;;
+-
+-gnu*)
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+-hpux10.20* | hpux11*)
+-  lt_cv_file_magic_cmd=/usr/bin/file
+-  case "$host_cpu" in
+-  ia64*)
+-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
+-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+-    ;;
+-  hppa*64*)
+-    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
+-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
+-    ;;
+-  *)
+-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
+-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
+-    ;;
+-  esac
+-  ;;
+-
+-irix5* | irix6* | nonstopux*)
+-  case $host_os in
+-  irix5* | nonstopux*)
+-    # this will be overridden with pass_all, but let us keep it just in case
+-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
+-    ;;
+-  *)
+-    case $LD in
+-    *-32|*"-32 ") libmagic=32-bit;;
+-    *-n32|*"-n32 ") libmagic=N32;;
+-    *-64|*"-64 ") libmagic=64-bit;;
+-    *) libmagic=never-match;;
+-    esac
+-    # this will be overridden with pass_all, but let us keep it just in case
+-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
+-    ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+-# This must be Linux ELF.
+-linux*)
+-  case $host_cpu in
+-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
+-    lt_cv_deplibs_check_method=pass_all ;;
+-  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
+-  arm* )
+-    lt_cv_deplibs_check_method=pass_all ;;
+-  *)
+-    # glibc up to 2.1.1 does not perform some relocations on ARM
+-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
+-  ;;
+-
+-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
+-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
+-  fi
+-  ;;
+-
+-newos6*)
+-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
+-  lt_cv_file_magic_cmd=/usr/bin/file
+-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
+-  ;;
+-
+-nto-qnx*)
+-  lt_cv_deplibs_check_method=unknown
+-  ;;
+-
+-openbsd*)
+-  lt_cv_file_magic_cmd=/usr/bin/file
+-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
+-  else
+-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
+-  fi
+-  ;;
+-
+-osf3* | osf4* | osf5*)
+-  # this will be overridden with pass_all, but let us keep it just in case
+-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
+-  lt_cv_file_magic_test_file=/shlib/libc.so
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+-sco3.2v5*)
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+-solaris*)
+-  lt_cv_deplibs_check_method=pass_all
+-  lt_cv_file_magic_test_file=/lib/libc.so
+-  ;;
+-
+-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+-  case $host_vendor in
+-  motorola)
+-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
+-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
+-    ;;
+-  ncr)
+-    lt_cv_deplibs_check_method=pass_all
+-    ;;
+-  sequent)
+-    lt_cv_file_magic_cmd='/bin/file'
+-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
+-    ;;
+-  sni)
+-    lt_cv_file_magic_cmd='/bin/file'
+-    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
+-    lt_cv_file_magic_test_file=/lib/libc.so
+-    ;;
+-  siemens)
+-    lt_cv_deplibs_check_method=pass_all
+-    ;;
+-  esac
+-  ;;
+-
+-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-esac
+-])
+-file_magic_cmd=$lt_cv_file_magic_cmd
+-deplibs_check_method=$lt_cv_deplibs_check_method
+-test -z "$deplibs_check_method" && deplibs_check_method=unknown
+-])# AC_DEPLIBS_CHECK_METHOD
+-
+-
+-# AC_PROG_NM
+-# ----------
+-# find the pathname to a BSD-compatible name lister
+-AC_DEFUN([AC_PROG_NM],
+-[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
+-[if test -n "$NM"; then
+-  # Let the user override the test.
+-  lt_cv_path_NM="$NM"
+-else
+-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
+-    IFS="$lt_save_ifs"
+-    test -z "$ac_dir" && ac_dir=.
+-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
+-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+-      # Check to see if the nm accepts a BSD-compat flag.
+-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
+-      #   nm: unknown option "B" ignored
+-      # Tru64's nm complains that /dev/null is an invalid object file
+-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+-      */dev/null* | *'Invalid file or object type'*)
+-	lt_cv_path_NM="$tmp_nm -B"
+-	break
+-        ;;
+-      *)
+-	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+-	*/dev/null*)
+-	  lt_cv_path_NM="$tmp_nm -p"
+-	  break
+-	  ;;
+-	*)
+-	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+-	  continue # so that we can try to find one that supports BSD flags
+-	  ;;
+-	esac
+-      esac
+-    fi
+-  done
+-  IFS="$lt_save_ifs"
+-  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
+-fi])
+-NM="$lt_cv_path_NM"
+-])# AC_PROG_NM
+-
+-
+-# AC_CHECK_LIBM
+-# -------------
+-# check for math library
+-AC_DEFUN([AC_CHECK_LIBM],
+-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
+-LIBM=
+-case $host in
+-*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
+-  # These system don't have libm, or don't need it
+-  ;;
+-*-ncr-sysv4.3*)
+-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
+-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
+-  ;;
+-*)
+-  AC_CHECK_LIB(m, cos, LIBM="-lm")
+-  ;;
+-esac
+-])# AC_CHECK_LIBM
+-
+-
+-# AC_LIBLTDL_CONVENIENCE([DIRECTORY])
+-# -----------------------------------
+-# sets LIBLTDL to the link flags for the libltdl convenience library and
+-# LTDLINCL to the include flags for the libltdl header and adds
+-# --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
+-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
+-# DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will
+-# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
+-# '${top_srcdir}/' (note the single quotes!).  If your package is not
+-# flat and you're not using automake, define top_builddir and
+-# top_srcdir appropriately in the Makefiles.
+-AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
+-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+-  case $enable_ltdl_convenience in
+-  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
+-  "") enable_ltdl_convenience=yes
+-      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
+-  esac
+-  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
+-  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
+-  # For backwards non-gettext consistent compatibility...
+-  INCLTDL="$LTDLINCL"
+-])# AC_LIBLTDL_CONVENIENCE
+-
+-
+-# AC_LIBLTDL_INSTALLABLE([DIRECTORY])
+-# -----------------------------------
+-# sets LIBLTDL to the link flags for the libltdl installable library and
+-# LTDLINCL to the include flags for the libltdl header and adds
+-# --enable-ltdl-install to the configure arguments.  Note that LIBLTDL
+-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
+-# DIRECTORY is not provided and an installed libltdl is not found, it is
+-# assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'
+-# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
+-# quotes!).  If your package is not flat and you're not using automake,
+-# define top_builddir and top_srcdir appropriately in the Makefiles.
+-# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
+-AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
+-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+-  AC_CHECK_LIB(ltdl, lt_dlinit,
+-  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
+-  [if test x"$enable_ltdl_install" = xno; then
+-     AC_MSG_WARN([libltdl not installed, but installation disabled])
+-   else
+-     enable_ltdl_install=yes
+-   fi
+-  ])
+-  if test x"$enable_ltdl_install" = x"yes"; then
+-    ac_configure_args="$ac_configure_args --enable-ltdl-install"
+-    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
+-    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
+-  else
+-    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
+-    LIBLTDL="-lltdl"
+-    LTDLINCL=
+-  fi
+-  # For backwards non-gettext consistent compatibility...
+-  INCLTDL="$LTDLINCL"
+-])# AC_LIBLTDL_INSTALLABLE
+-
+-
+-# AC_LIBTOOL_CXX
+-# --------------
+-# enable support for C++ libraries
+-AC_DEFUN([AC_LIBTOOL_CXX],
+-[AC_REQUIRE([_LT_AC_LANG_CXX])
+-])# AC_LIBTOOL_CXX
+-
+-
+-# _LT_AC_LANG_CXX
+-# ---------------
+-AC_DEFUN([_LT_AC_LANG_CXX],
+-[AC_REQUIRE([AC_PROG_CXX])
+-AC_REQUIRE([AC_PROG_CXXCPP])
+-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
+-])# _LT_AC_LANG_CXX
+-
+-
+-# AC_LIBTOOL_F77
+-# --------------
+-# enable support for Fortran 77 libraries
+-AC_DEFUN([AC_LIBTOOL_F77],
+-[AC_REQUIRE([_LT_AC_LANG_F77])
+-])# AC_LIBTOOL_F77
+-
+-
+-# _LT_AC_LANG_F77
+-# ---------------
+-AC_DEFUN([_LT_AC_LANG_F77],
+-[AC_REQUIRE([AC_PROG_F77])
+-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
+-])# _LT_AC_LANG_F77
+-
+-
+-# AC_LIBTOOL_GCJ
+-# --------------
+-# enable support for GCJ libraries
+-AC_DEFUN([AC_LIBTOOL_GCJ],
+-[AC_REQUIRE([_LT_AC_LANG_GCJ])
+-])# AC_LIBTOOL_GCJ
+-
+-
+-# _LT_AC_LANG_GCJ
+-# ---------------
+-AC_DEFUN([_LT_AC_LANG_GCJ],
+-[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
+-  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
+-    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
+-      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
+-	 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
+-	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
+-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
+-])# _LT_AC_LANG_GCJ
+-
+-
+-# AC_LIBTOOL_RC
+-# --------------
+-# enable support for Windows resource files
+-AC_DEFUN([AC_LIBTOOL_RC],
+-[AC_REQUIRE([LT_AC_PROG_RC])
+-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
+-])# AC_LIBTOOL_RC
+-
+-
+-# AC_LIBTOOL_LANG_C_CONFIG
+-# ------------------------
+-# Ensure that the configuration vars for the C compiler are
+-# suitably defined.  Those variables are subsequently used by
+-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
+-AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
+-AC_DEFUN([_LT_AC_LANG_C_CONFIG],
+-[lt_save_CC="$CC"
+-AC_LANG_PUSH(C)
+-
+-# Source file extension for C test sources.
+-ac_ext=c
+-
+-# Object file extension for compiled C test sources.
+-objext=o
+-_LT_AC_TAGVAR(objext, $1)=$objext
+-
+-# Code to be used in simple compile tests
+-lt_simple_compile_test_code="int some_variable = 0;\n"
+-
+-# Code to be used in simple link tests
+-lt_simple_link_test_code='int main(){return(0);}\n'
+-
+-_LT_AC_SYS_COMPILER
+-
+-#
+-# Check for any special shared library compilation flags.
+-#
+-_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
+-if test "$GCC" = no; then
+-  case $host_os in
+-  sco3.2v5*)
+-    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
+-    ;;
+-  esac
+-fi
+-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
+-  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
+-  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
+-  else
+-    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
+-    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
+-  fi
+-fi
+-
+-
+-#
+-# Check to make sure the static flag actually works.
+-#
+-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
+-  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
+-  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
+-  [],
+-  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
+-
+-
+-AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
+-AC_LIBTOOL_PROG_COMPILER_PIC($1)
+-AC_LIBTOOL_PROG_CC_C_O($1)
+-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
+-AC_LIBTOOL_PROG_LD_SHLIBS($1)
+-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+-AC_LIBTOOL_SYS_LIB_STRIP
+-AC_LIBTOOL_DLOPEN_SELF($1)
+-
+-# Report which librarie types wil actually be built
+-AC_MSG_CHECKING([if libtool supports shared libraries])
+-AC_MSG_RESULT([$can_build_shared])
+-
+-AC_MSG_CHECKING([whether to build shared libraries])
+-test "$can_build_shared" = "no" && enable_shared=no
+-
+-# On AIX, shared libraries and static libraries use the same namespace, and
+-# are all built from PIC.
+-case "$host_os" in
+-aix3*)
+-  test "$enable_shared" = yes && enable_static=no
+-  if test -n "$RANLIB"; then
+-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
+-    postinstall_cmds='$RANLIB $lib'
+-  fi
+-  ;;
+-
+-aix4*)
+-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+-    test "$enable_shared" = yes && enable_static=no
+-  fi
+-  ;;
+-  darwin* | rhapsody*)
+-  if test "$GCC" = yes; then
+-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-    case "$host_os" in
+-    rhapsody* | darwin1.[[012]])
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+-      ;;
+-    *) # Darwin 1.3 on
+-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-      else
+-	case ${MACOSX_DEPLOYMENT_TARGET} in
+-	  10.[012])
+-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	    ;;
+-	  10.*)
+-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	    ;;
+-	esac
+-      fi
+-      ;;
+-    esac
+-    output_verbose_link_cmd='echo'
+-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-  else
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-  fi  
+-    ;;  
+-esac
+-AC_MSG_RESULT([$enable_shared])
+-
+-AC_MSG_CHECKING([whether to build static libraries])
+-# Make sure either enable_shared or enable_static is yes.
+-test "$enable_shared" = yes || enable_static=yes
+-AC_MSG_RESULT([$enable_static])
+-
+-AC_LIBTOOL_CONFIG($1)
+-
+-AC_LANG_POP
+-CC="$lt_save_CC"
+-])# AC_LIBTOOL_LANG_C_CONFIG
+-
+-
+-# AC_LIBTOOL_LANG_CXX_CONFIG
+-# --------------------------
+-# Ensure that the configuration vars for the C compiler are
+-# suitably defined.  Those variables are subsequently used by
+-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
+-AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
+-AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
+-[AC_LANG_PUSH(C++)
+-AC_REQUIRE([AC_PROG_CXX])
+-AC_REQUIRE([AC_PROG_CXXCPP])
+-
+-_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-_LT_AC_TAGVAR(allow_undefined_flag, $1)=
+-_LT_AC_TAGVAR(always_export_symbols, $1)=no
+-_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
+-_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
+-_LT_AC_TAGVAR(hardcode_direct, $1)=no
+-_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+-_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+-_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+-_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+-_LT_AC_TAGVAR(hardcode_automatic, $1)=no
+-_LT_AC_TAGVAR(module_cmds, $1)=
+-_LT_AC_TAGVAR(module_expsym_cmds, $1)=
+-_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
+-_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+-_LT_AC_TAGVAR(no_undefined_flag, $1)=
+-_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+-_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+-
+-# Dependencies to place before and after the object being linked:
+-_LT_AC_TAGVAR(predep_objects, $1)=
+-_LT_AC_TAGVAR(postdep_objects, $1)=
+-_LT_AC_TAGVAR(predeps, $1)=
+-_LT_AC_TAGVAR(postdeps, $1)=
+-_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
+-
+-# Source file extension for C++ test sources.
+-ac_ext=cc
+-
+-# Object file extension for compiled C++ test sources.
+-objext=o
+-_LT_AC_TAGVAR(objext, $1)=$objext
+-
+-# Code to be used in simple compile tests
+-lt_simple_compile_test_code="int some_variable = 0;\n"
+-
+-# Code to be used in simple link tests
+-lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
+-
+-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+-_LT_AC_SYS_COMPILER
+-
+-# Allow CC to be a program name with arguments.
+-lt_save_CC=$CC
+-lt_save_LD=$LD
+-lt_save_GCC=$GCC
+-GCC=$GXX
+-lt_save_with_gnu_ld=$with_gnu_ld
+-lt_save_path_LD=$lt_cv_path_LD
+-if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
+-  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
+-else
+-  unset lt_cv_prog_gnu_ld
+-fi
+-if test -n "${lt_cv_path_LDCXX+set}"; then
+-  lt_cv_path_LD=$lt_cv_path_LDCXX
+-else
+-  unset lt_cv_path_LD
+-fi
+-test -z "${LDCXX+set}" || LD=$LDCXX
+-CC=${CXX-"c++"}
+-compiler=$CC
+-_LT_AC_TAGVAR(compiler, $1)=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
+-
+-# We don't want -fno-exception wen compiling C++ code, so set the
+-# no_builtin_flag separately
+-if test "$GXX" = yes; then
+-  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
+-else
+-  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
+-fi
+-
+-if test "$GXX" = yes; then
+-  # Set up default GNU C++ configuration
+-
+-  AC_PROG_LD
+-
+-  # Check if GNU C++ uses GNU ld as the underlying linker, since the
+-  # archiving commands below assume that GNU ld is being used.
+-  if test "$with_gnu_ld" = yes; then
+-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+-
+-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+-
+-    # If archive_cmds runs LD, not CC, wlarc should be empty
+-    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
+-    #     investigate it a little bit more. (MM)
+-    wlarc='${wl}'
+-
+-    # ancient GNU ld didn't support --whole-archive et. al.
+-    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
+-	grep 'no-whole-archive' > /dev/null; then
+-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+-    else
+-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+-    fi
+-  else
+-    with_gnu_ld=no
+-    wlarc=
+-
+-    # A generic and very simple default shared library creation
+-    # command for GNU C++ for the case where it uses the native
+-    # linker, instead of GNU ld.  If possible, this setting should
+-    # overridden to take advantage of the native linker features on
+-    # the platform it is being used on.
+-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
+-  fi
+-
+-  # Commands to make compiler produce verbose output that lists
+-  # what "hidden" libraries, object files and flags are used when
+-  # linking a shared library.
+-  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
+-
+-else
+-  GXX=no
+-  with_gnu_ld=no
+-  wlarc=
+-fi
+-
+-# PORTME: fill in a description of your system's C++ link characteristics
+-AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
+-_LT_AC_TAGVAR(ld_shlibs, $1)=yes
+-case $host_os in
+-  aix3*)
+-    # FIXME: insert proper C++ library support
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    ;;
+-  aix4* | aix5*)
+-    if test "$host_cpu" = ia64; then
+-      # On IA64, the linker does run time linking by default, so we don't
+-      # have to do anything special.
+-      aix_use_runtimelinking=no
+-      exp_sym_flag='-Bexport'
+-      no_entry_flag=""
+-    else
+-      # KDE requires run time linking.  Make it the default.
+-      aix_use_runtimelinking=yes
+-      exp_sym_flag='-bexport'
+-      no_entry_flag='-bnoentry'
+-    fi
+-
+-    # When large executables or shared objects are built, AIX ld can
+-    # have problems creating the table of contents.  If linking a library
+-    # or program results in "error TOC overflow" add -mminimal-toc to
+-    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+-    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+-
+-    _LT_AC_TAGVAR(archive_cmds, $1)=''
+-    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
+-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-
+-    if test "$GXX" = yes; then
+-      case $host_os in aix4.[012]|aix4.[012].*)
+-      # We only want to do this on AIX 4.2 and lower, the check
+-      # below for broken collect2 doesn't work under 4.3+
+-	collect2name=`${CC} -print-prog-name=collect2`
+-	if test -f "$collect2name" && \
+-	   strings "$collect2name" | grep resolve_lib_name >/dev/null
+-	then
+-	  # We have reworked collect2
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-	else
+-	  # We have old collect2
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
+-	  # It fails to find uninstalled libraries when the uninstalled
+-	  # path is not listed in the libpath.  Setting hardcode_minus_L
+-	  # to unsupported forces relinking
+-	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+-	fi
+-      esac
+-      shared_flag='-shared'
+-    else
+-      # not using gcc
+-      if test "$host_cpu" = ia64; then
+-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+-	# chokes on -Wl,-G. The following line is correct:
+-	shared_flag='-G'
+-      else
+-	if test "$aix_use_runtimelinking" = yes; then
+-	  shared_flag='-qmkshrobj ${wl}-G'
+-	else
+-	  shared_flag='-qmkshrobj'
+-	fi
+-      fi
+-    fi
+-
+-    # Let the compiler handle the export list.
+-    _LT_AC_TAGVAR(always_export_symbols, $1)=no
+-    if test "$aix_use_runtimelinking" = yes; then
+-      # Warning - without using the other runtime loading flags (-brtl),
+-      # -berok will link without error, but may produce a broken library.
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
+-      # Determine the default libpath from the value encoded in an empty executable.
+-      _LT_AC_SYS_LIBPATH_AIX
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+-
+-      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+-     else
+-      if test "$host_cpu" = ia64; then
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+-      else
+-	# Determine the default libpath from the value encoded in an empty executable.
+-	_LT_AC_SYS_LIBPATH_AIX
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+-	# Warning - without using the other run time loading flags,
+-	# -berok will link without error, but may produce a broken library.
+-	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+-	# -bexpall does not export symbols beginning with underscore (_)
+-	_LT_AC_TAGVAR(always_export_symbols, $1)=yes
+-	# Exported symbols can be pulled into shared objects from archives
+-	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
+-	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+-	# This is similar to how AIX traditionally builds it's shared libraries.
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+-      fi
+-    fi
+-    ;;
+-  chorus*)
+-    case $cc_basename in
+-      *)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-    esac
+-    ;;
+-
+-  cygwin* | mingw* | pw32*)
+-    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+-    # as there is no search path for DLLs.
+-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-    _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
+-    _LT_AC_TAGVAR(always_export_symbols, $1)=no
+-    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+-
+-    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+-      # If the export-symbols file already is a .def file (1st line
+-      # is EXPORTS), use it as is; otherwise, prepend...
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+-	cp $export_symbols $output_objdir/$soname.def;
+-      else
+-	echo EXPORTS > $output_objdir/$soname.def;
+-	cat $export_symbols >> $output_objdir/$soname.def;
+-      fi~
+-      $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+-    else
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    fi
+-  ;;
+-
+-  darwin* | rhapsody*)
+-  if test "$GXX" = yes; then
+-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-    case "$host_os" in
+-    rhapsody* | darwin1.[[012]])
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+-      ;;
+-    *) # Darwin 1.3 on
+-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-      else
+-	case ${MACOSX_DEPLOYMENT_TARGET} in
+-	  10.[012])
+-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	    ;;
+-	  10.*)
+-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	    ;;
+-	esac
+-      fi
+-      ;;
+-    esac
+-    lt_int_apple_cc_single_mod=no
+-    output_verbose_link_cmd='echo'
+-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-      lt_int_apple_cc_single_mod=yes
+-    fi
+-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    else
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-    fi
+-    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-
+-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    else
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    fi
+-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-  else
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-  fi
+-    ;;
+-
+-  dgux*)
+-    case $cc_basename in
+-      ec++)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      ghcx)
+-	# Green Hills C++ Compiler
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      *)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-    esac
+-    ;;
+-  freebsd[12]*)
+-    # C++ shared libraries reported to be fairly broken before switch to ELF
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    ;;
+-  freebsd-elf*)
+-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-    ;;
+-  freebsd*)
+-    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+-    # conventions
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
+-    ;;
+-  gnu*)
+-    ;;
+-  hpux9*)
+-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+-    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+-				# but as the default
+-				# location of the library.
+-
+-    case $cc_basename in
+-    CC)
+-      # FIXME: insert proper C++ library support
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      ;;
+-    aCC)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+-      # Commands to make compiler produce verbose output that lists
+-      # what "hidden" libraries, object files and flags are used when
+-      # linking a shared library.
+-      #
+-      # There doesn't appear to be a way to prevent this compiler from
+-      # explicitly linking system object files so we need to strip them
+-      # from the output so that they don't get included in the library
+-      # dependencies.
+-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+-      ;;
+-    *)
+-      if test "$GXX" = yes; then
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+-      else
+-        # FIXME: insert proper C++ library support
+-        _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      fi
+-      ;;
+-    esac
+-    ;;
+-  hpux10*|hpux11*)
+-    if test $with_gnu_ld = no; then
+-      case "$host_cpu" in
+-      hppa*64*)
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-        ;;
+-      ia64*)
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-        ;;
+-      *)
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+-        ;;
+-      esac
+-    fi
+-    case "$host_cpu" in
+-    hppa*64*)
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-    ia64*)
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+-					      # but as the default
+-					      # location of the library.
+-      ;;
+-    *)
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
+-					      # but as the default
+-					      # location of the library.
+-      ;;
+-    esac
+-
+-    case $cc_basename in
+-      CC)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      aCC)
+-	case "$host_cpu" in
+-	hppa*64*|ia64*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+-	  ;;
+-	*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
+-	  ;;
+-	esac
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+-	;;
+-      *)
+-	if test "$GXX" = yes; then
+-	  if test $with_gnu_ld = no; then
+-	    case "$host_cpu" in
+-	    ia64*|hppa*64*)
+-	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+-	      ;;
+-	    *)
+-	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
+-	      ;;
+-	    esac
+-	  fi
+-	else
+-	  # FIXME: insert proper C++ library support
+-	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	fi
+-	;;
+-    esac
+-    ;;
+-  irix5* | irix6*)
+-    case $cc_basename in
+-      CC)
+-	# SGI C++
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+-
+-	# Archives containing C++ object files must be created using
+-	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
+-	# necessary to make sure instantiated templates are included
+-	# in the archive.
+-	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
+-	;;
+-      *)
+-	if test "$GXX" = yes; then
+-	  if test "$with_gnu_ld" = no; then
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+-	  else
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
+-	  fi
+-	fi
+-	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-	;;
+-    esac
+-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-    ;;
+-  linux*)
+-    case $cc_basename in
+-      KCC)
+-	# Kuck and Associates, Inc. (KAI) C++ Compiler
+-
+-	# KCC will only create a shared library if the output file
+-	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+-	# to its proper name (with version) after linking.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+-
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
+-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+-
+-	# Archives containing C++ object files must be created using
+-	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
+-	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+-	;;
+-      icpc)
+-	# Intel C++
+-	with_gnu_ld=yes
+-	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+-	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+-	;;
+-      cxx)
+-	# Compaq C++
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
+-
+-	runpath_var=LD_RUN_PATH
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+-	;;
+-    esac
+-    ;;
+-  lynxos*)
+-    # FIXME: insert proper C++ library support
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    ;;
+-  m88k*)
+-    # FIXME: insert proper C++ library support
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    ;;
+-  mvs*)
+-    case $cc_basename in
+-      cxx)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      *)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-    esac
+-    ;;
+-  netbsd*)
+-    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+-      wlarc=
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-    fi
+-    # Workaround some broken pre-1.5 toolchains
+-    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+-    ;;
+-  osf3*)
+-    case $cc_basename in
+-      KCC)
+-	# Kuck and Associates, Inc. (KAI) C++ Compiler
+-
+-	# KCC will only create a shared library if the output file
+-	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+-	# to its proper name (with version) after linking.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
+-
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-
+-	# Archives containing C++ object files must be created using
+-	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
+-	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
+-
+-	;;
+-      RCC)
+-	# Rational C++ 2.4.1
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      cxx)
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+-
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+-	;;
+-      *)
+-	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+-
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-
+-	  # Commands to make compiler produce verbose output that lists
+-	  # what "hidden" libraries, object files and flags are used when
+-	  # linking a shared library.
+-	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
+-
+-	else
+-	  # FIXME: insert proper C++ library support
+-	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	fi
+-	;;
+-    esac
+-    ;;
+-  osf4* | osf5*)
+-    case $cc_basename in
+-      KCC)
+-	# Kuck and Associates, Inc. (KAI) C++ Compiler
+-
+-	# KCC will only create a shared library if the output file
+-	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+-	# to its proper name (with version) after linking.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
+-
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-
+-	# Archives containing C++ object files must be created using
+-	# the KAI C++ compiler.
+-	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
+-	;;
+-      RCC)
+-	# Rational C++ 2.4.1
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      cxx)
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+-	  echo "-hidden">> $lib.exp~
+-	  $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
+-	  $rm $lib.exp'
+-
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+-	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+-	;;
+-      *)
+-	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
+-
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-
+-	  # Commands to make compiler produce verbose output that lists
+-	  # what "hidden" libraries, object files and flags are used when
+-	  # linking a shared library.
+-	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
+-
+-	else
+-	  # FIXME: insert proper C++ library support
+-	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	fi
+-	;;
+-    esac
+-    ;;
+-  psos*)
+-    # FIXME: insert proper C++ library support
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    ;;
+-  sco*)
+-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-    case $cc_basename in
+-      CC)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      *)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-    esac
+-    ;;
+-  sunos4*)
+-    case $cc_basename in
+-      CC)
+-	# Sun C++ 4.x
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      lcc)
+-	# Lucid
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      *)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-    esac
+-    ;;
+-  solaris*)
+-    case $cc_basename in
+-      CC)
+-	# Sun C++ 4.2, 5.x and Centerline C++
+-	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	$CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
+-
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+-	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-	case $host_os in
+-	  solaris2.[0-5] | solaris2.[0-5].*) ;;
+-	  *)
+-	    # The C++ compiler is used as linker so we must use $wl
+-	    # flag to pass the commands to the underlying system
+-	    # linker.
+-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
+-	    ;;
+-	esac
+-	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+-
+-	# Archives containing C++ object files must be created using
+-	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
+-	# necessary to make sure instantiated templates are included
+-	# in the archive.
+-	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
+-	;;
+-      gcx)
+-	# Green Hills C++ Compiler
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
+-
+-	# The C++ compiler must be used to create the archive.
+-	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+-	;;
+-      *)
+-	# GNU C++ compiler with Solaris linker
+-	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+-	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
+-	  if $CC --version | grep -v '^2\.7' > /dev/null; then
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
+-	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
+-
+-	    # Commands to make compiler produce verbose output that lists
+-	    # what "hidden" libraries, object files and flags are used when
+-	    # linking a shared library.
+-	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
+-	  else
+-	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
+-	    # platform.
+-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
+-	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
+-
+-	    # Commands to make compiler produce verbose output that lists
+-	    # what "hidden" libraries, object files and flags are used when
+-	    # linking a shared library.
+-	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
+-	  fi
+-
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
+-	fi
+-	;;
+-    esac
+-    ;;
+-  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
+-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-    ;;
+-  tandem*)
+-    case $cc_basename in
+-      NCC)
+-	# NonStop-UX NCC 3.20
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-      *)
+-	# FIXME: insert proper C++ library support
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	;;
+-    esac
+-    ;;
+-  vxworks*)
+-    # FIXME: insert proper C++ library support
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    ;;
+-  *)
+-    # FIXME: insert proper C++ library support
+-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    ;;
+-esac
+-AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
+-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+-
+-_LT_AC_TAGVAR(GCC, $1)="$GXX"
+-_LT_AC_TAGVAR(LD, $1)="$LD"
+-
+-AC_LIBTOOL_POSTDEP_PREDEP($1)
+-AC_LIBTOOL_PROG_COMPILER_PIC($1)
+-AC_LIBTOOL_PROG_CC_C_O($1)
+-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
+-AC_LIBTOOL_PROG_LD_SHLIBS($1)
+-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+-AC_LIBTOOL_SYS_LIB_STRIP
+-AC_LIBTOOL_DLOPEN_SELF($1)
+-
+-AC_LIBTOOL_CONFIG($1)
+-
+-AC_LANG_POP
+-CC=$lt_save_CC
+-LDCXX=$LD
+-LD=$lt_save_LD
+-GCC=$lt_save_GCC
+-with_gnu_ldcxx=$with_gnu_ld
+-with_gnu_ld=$lt_save_with_gnu_ld
+-lt_cv_path_LDCXX=$lt_cv_path_LD
+-lt_cv_path_LD=$lt_save_path_LD
+-lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
+-lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
+-])# AC_LIBTOOL_LANG_CXX_CONFIG
+-
+-# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
+-# ------------------------
+-# Figure out "hidden" library dependencies from verbose
+-# compiler output when linking a shared library.
+-# Parse the compiler output and extract the necessary
+-# objects, libraries and library flags.
+-AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
+-dnl we can't use the lt_simple_compile_test_code here,
+-dnl because it contains code intended for an executable,
+-dnl not a library.  It's possible we should let each
+-dnl tag define a new lt_????_link_test_code variable,
+-dnl but it's only used here...
+-ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
+-int a;
+-void foo (void) { a = 0; }
+-EOF
+-],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
+-class Foo
+-{
+-public:
+-  Foo (void) { a = 0; }
+-private:
+-  int a;
+-};
+-EOF
+-],[$1],[F77],[cat > conftest.$ac_ext <<EOF
+-      subroutine foo
+-      implicit none
+-      integer*4 a
+-      a=0
+-      return
+-      end
+-EOF
+-],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
+-public class foo {
+-  private int a;
+-  public void bar (void) {
+-    a = 0;
+-  }
+-};
+-EOF
+-])
+-dnl Parse the compiler output and extract the necessary
+-dnl objects, libraries and library flags.
+-if AC_TRY_EVAL(ac_compile); then
+-  # Parse the compiler output and extract the necessary
+-  # objects, libraries and library flags.
+-
+-  # Sentinel used to keep track of whether or not we are before
+-  # the conftest object file.
+-  pre_test_object_deps_done=no
+-
+-  # The `*' in the case matches for architectures that use `case' in
+-  # $output_verbose_cmd can trigger glob expansion during the loop
+-  # eval without this substitution.
+-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
+-
+-  for p in `eval $output_verbose_link_cmd`; do
+-    case $p in
+-
+-    -L* | -R* | -l*)
+-       # Some compilers place space between "-{L,R}" and the path.
+-       # Remove the space.
+-       if test $p = "-L" \
+-	  || test $p = "-R"; then
+-	 prev=$p
+-	 continue
+-       else
+-	 prev=
+-       fi
+-
+-       if test "$pre_test_object_deps_done" = no; then
+-	 case $p in
+-	 -L* | -R*)
+-	   # Internal compiler library paths should come after those
+-	   # provided the user.  The postdeps already come after the
+-	   # user supplied libs so there is no need to process them.
+-	   if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
+-	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
+-	   else
+-	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
+-	   fi
+-	   ;;
+-	 # The "-l" case would never come before the object being
+-	 # linked, so don't bother handling this case.
+-	 esac
+-       else
+-	 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
+-	   _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
+-	 else
+-	   _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
+-	 fi
+-       fi
+-       ;;
+-
+-    *.$objext|*.$libext)
+-       # This assumes that the test object file only shows up
+-       # once in the compiler output.
+-       if test "$p" = "conftest.$objext"; then
+-	 pre_test_object_deps_done=yes
+-	 continue
+-       fi
+-
+-       if test "$pre_test_object_deps_done" = no; then
+-	 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
+-	   _LT_AC_TAGVAR(predep_objects, $1)="$p"
+-	 else
+-	   _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
+-	 fi
+-       else
+-	 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
+-	   _LT_AC_TAGVAR(postdep_objects, $1)="$p"
+-	 else
+-	   _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
+-	 fi
+-       fi
+-       ;;
+-
+-    *) ;; # Ignore the rest.
+-
+-    esac
+-  done
+-
+-  # Clean up.
+-  rm -f a.out a.exe
+-else
+-  echo "libtool.m4: error: problem compiling $1 test program"
+-fi
+-
+-$rm -f confest.$objext
+-
+-case " $_LT_AC_TAGVAR(postdeps, $1) " in
+-*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
+-esac
+-])# AC_LIBTOOL_POSTDEP_PREDEP
+-
+-# AC_LIBTOOL_LANG_F77_CONFIG
+-# ------------------------
+-# Ensure that the configuration vars for the C compiler are
+-# suitably defined.  Those variables are subsequently used by
+-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
+-AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
+-AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
+-[AC_REQUIRE([AC_PROG_F77])
+-AC_LANG_PUSH(Fortran 77)
+-
+-_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-_LT_AC_TAGVAR(allow_undefined_flag, $1)=
+-_LT_AC_TAGVAR(always_export_symbols, $1)=no
+-_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
+-_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
+-_LT_AC_TAGVAR(hardcode_direct, $1)=no
+-_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+-_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+-_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+-_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+-_LT_AC_TAGVAR(hardcode_automatic, $1)=no
+-_LT_AC_TAGVAR(module_cmds, $1)=
+-_LT_AC_TAGVAR(module_expsym_cmds, $1)=
+-_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
+-_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+-_LT_AC_TAGVAR(no_undefined_flag, $1)=
+-_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+-_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+-
+-# Source file extension for f77 test sources.
+-ac_ext=f
+-
+-# Object file extension for compiled f77 test sources.
+-objext=o
+-_LT_AC_TAGVAR(objext, $1)=$objext
+-
+-# Code to be used in simple compile tests
+-lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
+-
+-# Code to be used in simple link tests
+-lt_simple_link_test_code="      program t\n      end\n"
+-
+-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+-_LT_AC_SYS_COMPILER
+-
+-# Allow CC to be a program name with arguments.
+-lt_save_CC="$CC"
+-CC=${F77-"f77"}
+-compiler=$CC
+-_LT_AC_TAGVAR(compiler, $1)=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
+-
+-AC_MSG_CHECKING([if libtool supports shared libraries])
+-AC_MSG_RESULT([$can_build_shared])
+-
+-AC_MSG_CHECKING([whether to build shared libraries])
+-test "$can_build_shared" = "no" && enable_shared=no
+-
+-# On AIX, shared libraries and static libraries use the same namespace, and
+-# are all built from PIC.
+-case "$host_os" in
+-aix3*)
+-  test "$enable_shared" = yes && enable_static=no
+-  if test -n "$RANLIB"; then
+-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
+-    postinstall_cmds='$RANLIB $lib'
+-  fi
+-  ;;
+-aix4*)
+-  test "$enable_shared" = yes && enable_static=no
+-  ;;
+-esac
+-AC_MSG_RESULT([$enable_shared])
+-
+-AC_MSG_CHECKING([whether to build static libraries])
+-# Make sure either enable_shared or enable_static is yes.
+-test "$enable_shared" = yes || enable_static=yes
+-AC_MSG_RESULT([$enable_static])
+-
+-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+-
+-_LT_AC_TAGVAR(GCC, $1)="$G77"
+-_LT_AC_TAGVAR(LD, $1)="$LD"
+-
+-AC_LIBTOOL_PROG_COMPILER_PIC($1)
+-AC_LIBTOOL_PROG_CC_C_O($1)
+-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
+-AC_LIBTOOL_PROG_LD_SHLIBS($1)
+-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+-AC_LIBTOOL_SYS_LIB_STRIP
+-
+-
+-AC_LIBTOOL_CONFIG($1)
+-
+-AC_LANG_POP
+-CC="$lt_save_CC"
+-])# AC_LIBTOOL_LANG_F77_CONFIG
+-
+-
+-# AC_LIBTOOL_LANG_GCJ_CONFIG
+-# --------------------------
+-# Ensure that the configuration vars for the C compiler are
+-# suitably defined.  Those variables are subsequently used by
+-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
+-AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
+-AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
+-[AC_LANG_SAVE
+-
+-# Source file extension for Java test sources.
+-ac_ext=java
+-
+-# Object file extension for compiled Java test sources.
+-objext=o
+-_LT_AC_TAGVAR(objext, $1)=$objext
+-
+-# Code to be used in simple compile tests
+-lt_simple_compile_test_code="class foo {}\n"
+-
+-# Code to be used in simple link tests
+-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
+-
+-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+-_LT_AC_SYS_COMPILER
+-
+-# Allow CC to be a program name with arguments.
+-lt_save_CC="$CC"
+-CC=${GCJ-"gcj"}
+-compiler=$CC
+-_LT_AC_TAGVAR(compiler, $1)=$CC
+-
+-# GCJ did not exist at the time GCC didn't implicitly link libc in.
+-_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-
+-AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
+-AC_LIBTOOL_PROG_COMPILER_PIC($1)
+-AC_LIBTOOL_PROG_CC_C_O($1)
+-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
+-AC_LIBTOOL_PROG_LD_SHLIBS($1)
+-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
+-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
+-AC_LIBTOOL_SYS_LIB_STRIP
+-AC_LIBTOOL_DLOPEN_SELF($1)
+-
+-AC_LIBTOOL_CONFIG($1)
+-
+-AC_LANG_RESTORE
+-CC="$lt_save_CC"
+-])# AC_LIBTOOL_LANG_GCJ_CONFIG
+-
+-
+-# AC_LIBTOOL_LANG_RC_CONFIG
+-# --------------------------
+-# Ensure that the configuration vars for the Windows resource compiler are
+-# suitably defined.  Those variables are subsequently used by
+-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
+-AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
+-AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
+-[AC_LANG_SAVE
+-
+-# Source file extension for RC test sources.
+-ac_ext=rc
+-
+-# Object file extension for compiled RC test sources.
+-objext=o
+-_LT_AC_TAGVAR(objext, $1)=$objext
+-
+-# Code to be used in simple compile tests
+-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
+-
+-# Code to be used in simple link tests
+-lt_simple_link_test_code="$lt_simple_compile_test_code"
+-
+-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
+-_LT_AC_SYS_COMPILER
+-
+-# Allow CC to be a program name with arguments.
+-lt_save_CC="$CC"
+-CC=${RC-"windres"}
+-compiler=$CC
+-_LT_AC_TAGVAR(compiler, $1)=$CC
+-_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
+-
+-AC_LIBTOOL_CONFIG($1)
+-
+-AC_LANG_RESTORE
+-CC="$lt_save_CC"
+-])# AC_LIBTOOL_LANG_RC_CONFIG
+-
+-
+-# AC_LIBTOOL_CONFIG([TAGNAME])
+-# ----------------------------
+-# If TAGNAME is not passed, then create an initial libtool script
+-# with a default configuration from the untagged config vars.  Otherwise
+-# add code to config.status for appending the configuration named by
+-# TAGNAME from the matching tagged config vars.
+-AC_DEFUN([AC_LIBTOOL_CONFIG],
+-[# The else clause should only fire when bootstrapping the
+-# libtool distribution, otherwise you forgot to ship ltmain.sh
+-# with your package, and you will get complaints that there are
+-# no rules to generate ltmain.sh.
+-if test -f "$ltmain"; then
+-  # See if we are running on zsh, and set the options which allow our commands through
+-  # without removal of \ escapes.
+-  if test -n "${ZSH_VERSION+set}" ; then
+-    setopt NO_GLOB_SUBST
+-  fi  
+-  # Now quote all the things that may contain metacharacters while being
+-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
+-  # variables and quote the copies for generation of the libtool script.
+-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
+-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+-    deplibs_check_method reload_flag reload_cmds need_locks \
+-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
+-    lt_cv_sys_global_symbol_to_c_name_address \
+-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
+-    old_postinstall_cmds old_postuninstall_cmds \
+-    _LT_AC_TAGVAR(compiler, $1) \
+-    _LT_AC_TAGVAR(CC, $1) \
+-    _LT_AC_TAGVAR(LD, $1) \
+-    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
+-    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
+-    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
+-    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
+-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
+-    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
+-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
+-    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
+-    _LT_AC_TAGVAR(old_archive_cmds, $1) \
+-    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
+-    _LT_AC_TAGVAR(predep_objects, $1) \
+-    _LT_AC_TAGVAR(postdep_objects, $1) \
+-    _LT_AC_TAGVAR(predeps, $1) \
+-    _LT_AC_TAGVAR(postdeps, $1) \
+-    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
+-    _LT_AC_TAGVAR(archive_cmds, $1) \
+-    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
+-    _LT_AC_TAGVAR(postinstall_cmds, $1) \
+-    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
+-    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
+-    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
+-    _LT_AC_TAGVAR(no_undefined_flag, $1) \
+-    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
+-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
+-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
+-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
+-    _LT_AC_TAGVAR(hardcode_automatic, $1) \
+-    _LT_AC_TAGVAR(module_cmds, $1) \
+-    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
+-    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
+-    _LT_AC_TAGVAR(exclude_expsyms, $1) \
+-    _LT_AC_TAGVAR(include_expsyms, $1); do
+-
+-    case $var in
+-    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
+-    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
+-    _LT_AC_TAGVAR(archive_cmds, $1) | \
+-    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
+-    _LT_AC_TAGVAR(module_cmds, $1) | \
+-    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
+-    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
+-    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
+-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
+-    postinstall_cmds | postuninstall_cmds | \
+-    old_postinstall_cmds | old_postuninstall_cmds | \
+-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
+-      # Double-quote double-evaled strings.
+-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
+-      ;;
+-    *)
+-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
+-      ;;
+-    esac
+-  done
+-
+-  case $lt_echo in
+-  *'\[$]0 --fallback-echo"')
+-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
+-    ;;
+-  esac
+-
+-ifelse([$1], [],
+-  [cfgfile="${ofile}T"
+-  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
+-  $rm -f "$cfgfile"
+-  AC_MSG_NOTICE([creating $ofile])],
+-  [cfgfile="$ofile"])
+-
+-  cat <<__EOF__ >> "$cfgfile"
+-ifelse([$1], [],
+-[#! $SHELL
+-
+-# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
+-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
+-#
+-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
+-# Free Software Foundation, Inc.
+-#
+-# This file is part of GNU Libtool:
+-# Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
+-#
+-# 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
+-# the Free Software Foundation; either version 2 of the License, or
+-# (at your option) any later version.
+-#
+-# This program is distributed in the hope that it will be useful, but
+-# WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-#
+-# As a special exception to the GNU General Public License, if you
+-# distribute this file as part of a program that contains a
+-# configuration script generated by Autoconf, you may include it under
+-# the same distribution terms that you use for the rest of that program.
+-
+-# A sed program that does not truncate output.
+-SED=$lt_SED
+-
+-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
+-Xsed="$SED -e s/^X//"
+-
+-# The HP-UX ksh and POSIX shell print the target directory to stdout
+-# if CDPATH is set.
+-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
+-
+-# The names of the tagged configurations supported by this script.
+-available_tags=
+-
+-# ### BEGIN LIBTOOL CONFIG],
+-[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
+-
+-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
+-
+-# Shell to use when invoking shell scripts.
+-SHELL=$lt_SHELL
+-
+-# Whether or not to build shared libraries.
+-build_libtool_libs=$enable_shared
+-
+-# Whether or not to build static libraries.
+-build_old_libs=$enable_static
+-
+-# Whether or not to add -lc for building shared libraries.
+-build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
+-
+-# Whether or not to disallow shared libs when runtime libs are static
+-allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
+-
+-# Whether or not to optimize for fast installation.
+-fast_install=$enable_fast_install
+-
+-# The host system.
+-host_alias=$host_alias
+-host=$host
+-
+-# An echo program that does not interpret backslashes.
+-echo=$lt_echo
+-
+-# The archiver.
+-AR=$lt_AR
+-AR_FLAGS=$lt_AR_FLAGS
+-
+-# A C compiler.
+-LTCC=$lt_LTCC
+-
+-# A language-specific compiler.
+-CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
+-
+-# Is the compiler the GNU C compiler?
+-with_gcc=$_LT_AC_TAGVAR(GCC, $1)
+-
+-# An ERE matcher.
+-EGREP=$lt_EGREP
+-
+-# The linker used to build libraries.
+-LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
+-
+-# Whether we need hard or soft links.
+-LN_S=$lt_LN_S
+-
+-# A BSD-compatible nm program.
+-NM=$lt_NM
+-
+-# A symbol stripping program
+-STRIP=$STRIP
+-
+-# Used to examine libraries when file_magic_cmd begins "file"
+-MAGIC_CMD=$MAGIC_CMD
+-
+-# Used on cygwin: DLL creation program.
+-DLLTOOL="$DLLTOOL"
+-
+-# Used on cygwin: object dumper.
+-OBJDUMP="$OBJDUMP"
+-
+-# Used on cygwin: assembler.
+-AS="$AS"
+-
+-# The name of the directory that contains temporary libtool files.
+-objdir=$objdir
+-
+-# How to create reloadable object files.
+-reload_flag=$lt_reload_flag
+-reload_cmds=$lt_reload_cmds
+-
+-# How to pass a linker flag through the compiler.
+-wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
+-
+-# Object file suffix (normally "o").
+-objext="$ac_objext"
+-
+-# Old archive suffix (normally "a").
+-libext="$libext"
+-
+-# Shared library suffix (normally ".so").
+-shrext='$shrext'
+-
+-# Executable file suffix (normally "").
+-exeext="$exeext"
+-
+-# Additional compiler flags for building library objects.
+-pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
+-pic_mode=$pic_mode
+-
+-# What is the maximum length of a command?
+-max_cmd_len=$lt_cv_sys_max_cmd_len
+-
+-# Does compiler simultaneously support -c and -o options?
+-compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
+-
+-# Must we lock files when doing compilation ?
+-need_locks=$lt_need_locks
+-
+-# Do we need the lib prefix for modules?
+-need_lib_prefix=$need_lib_prefix
+-
+-# Do we need a version for libraries?
+-need_version=$need_version
+-
+-# Whether dlopen is supported.
+-dlopen_support=$enable_dlopen
+-
+-# Whether dlopen of programs is supported.
+-dlopen_self=$enable_dlopen_self
+-
+-# Whether dlopen of statically linked programs is supported.
+-dlopen_self_static=$enable_dlopen_self_static
+-
+-# Compiler flag to prevent dynamic linking.
+-link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
+-
+-# Compiler flag to turn off builtin functions.
+-no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
+-
+-# Compiler flag to allow reflexive dlopens.
+-export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
+-
+-# Compiler flag to generate shared objects directly from archives.
+-whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
+-
+-# Compiler flag to generate thread-safe objects.
+-thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
+-
+-# Library versioning type.
+-version_type=$version_type
+-
+-# Format of library name prefix.
+-libname_spec=$lt_libname_spec
+-
+-# List of archive names.  First name is the real one, the rest are links.
+-# The last name is the one that the linker finds with -lNAME.
+-library_names_spec=$lt_library_names_spec
+-
+-# The coded name of the library, if different from the real name.
+-soname_spec=$lt_soname_spec
+-
+-# Commands used to build and install an old-style archive.
+-RANLIB=$lt_RANLIB
+-old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
+-old_postinstall_cmds=$lt_old_postinstall_cmds
+-old_postuninstall_cmds=$lt_old_postuninstall_cmds
+-
+-# Create an old-style archive from a shared archive.
+-old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
+-
+-# Create a temporary old-style archive to link instead of a shared archive.
+-old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
+-
+-# Commands used to build and install a shared archive.
+-archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
+-archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
+-postinstall_cmds=$lt_postinstall_cmds
+-postuninstall_cmds=$lt_postuninstall_cmds
+-
+-# Commands used to build a loadable module (assumed same as above if empty)
+-module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
+-module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
+-
+-# Commands to strip libraries.
+-old_striplib=$lt_old_striplib
+-striplib=$lt_striplib
+-
+-# Dependencies to place before the objects being linked to create a
+-# shared library.
+-predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
+-
+-# Dependencies to place after the objects being linked to create a
+-# shared library.
+-postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
+-
+-# Dependencies to place before the objects being linked to create a
+-# shared library.
+-predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
+-
+-# Dependencies to place after the objects being linked to create a
+-# shared library.
+-postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
+-
+-# The library search path used internally by the compiler when linking
+-# a shared library.
+-compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
+-
+-# Method to check whether dependent libraries are shared objects.
+-deplibs_check_method=$lt_deplibs_check_method
+-
+-# Command to use when deplibs_check_method == file_magic.
+-file_magic_cmd=$lt_file_magic_cmd
+-
+-# Flag that allows shared libraries with undefined symbols to be built.
+-allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
+-
+-# Flag that forces no undefined symbols.
+-no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
+-
+-# Commands used to finish a libtool library installation in a directory.
+-finish_cmds=$lt_finish_cmds
+-
+-# Same as above, but a single script fragment to be evaled but not shown.
+-finish_eval=$lt_finish_eval
+-
+-# Take the output of nm and produce a listing of raw symbols and C names.
+-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
+-
+-# Transform the output of nm in a proper C declaration
+-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
+-
+-# Transform the output of nm in a C name address pair
+-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
+-
+-# This is the shared library runtime path variable.
+-runpath_var=$runpath_var
+-
+-# This is the shared library path variable.
+-shlibpath_var=$shlibpath_var
+-
+-# Is shlibpath searched before the hard-coded library search path?
+-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
+-
+-# How to hardcode a shared library path into an executable.
+-hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
+-
+-# Whether we should hardcode library paths into libraries.
+-hardcode_into_libs=$hardcode_into_libs
+-
+-# Flag to hardcode \$libdir into a binary during linking.
+-# This must work even if \$libdir does not exist.
+-hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
+-
+-# If ld is used when linking, flag to hardcode \$libdir into
+-# a binary during linking. This must work even if \$libdir does
+-# not exist.
+-hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
+-
+-# Whether we need a single -rpath flag with a separated argument.
+-hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
+-
+-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
+-# resulting binary.
+-hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
+-
+-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
+-# resulting binary.
+-hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
+-
+-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
+-# the resulting binary.
+-hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
+-
+-# Set to yes if building a shared library automatically hardcodes DIR into the library
+-# and all subsequent libraries and executables linked against it.
+-hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
+-
+-# Variables whose values should be saved in libtool wrapper scripts and
+-# restored at relink time.
+-variables_saved_for_relink="$variables_saved_for_relink"
+-
+-# Whether libtool must link a program against all its dependency libraries.
+-link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
+-
+-# Compile-time system search path for libraries
+-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+-
+-# Run-time system search path for libraries
+-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
+-
+-# Fix the shell variable \$srcfile for the compiler.
+-fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
+-
+-# Set to yes if exported symbols are required.
+-always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
+-
+-# The commands to list exported symbols.
+-export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
+-
+-# The commands to extract the exported symbol list from a shared archive.
+-extract_expsyms_cmds=$lt_extract_expsyms_cmds
+-
+-# Symbols that should not be listed in the preloaded symbols.
+-exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
+-
+-# Symbols that must always be exported.
+-include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
+-
+-ifelse([$1],[],
+-[# ### END LIBTOOL CONFIG],
+-[# ### END LIBTOOL TAG CONFIG: $tagname])
+-
+-__EOF__
+-
+-ifelse([$1],[], [
+-  case $host_os in
+-  aix3*)
+-    cat <<\EOF >> "$cfgfile"
+-
+-# AIX sometimes has problems with the GCC collect2 program.  For some
+-# reason, if we set the COLLECT_NAMES environment variable, the problems
+-# vanish in a puff of smoke.
+-if test "X${COLLECT_NAMES+set}" != Xset; then
+-  COLLECT_NAMES=
+-  export COLLECT_NAMES
+-fi
+-EOF
+-    ;;
+-  esac
+-
+-  # We use sed instead of cat because bash on DJGPP gets confused if
+-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
+-  # text mode, it properly converts lines to CR/LF.  This bash problem
+-  # is reportedly fixed, but why not run on old versions too?
+-  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
+-
+-  mv -f "$cfgfile" "$ofile" || \
+-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
+-  chmod +x "$ofile"
+-])
+-else
+-  # If there is no Makefile yet, we rely on a make rule to execute
+-  # `config.status --recheck' to rerun these tests and create the
+-  # libtool script then.
+-  test -f Makefile && make "$ltmain"
+-fi
+-])# AC_LIBTOOL_CONFIG
+-
+-
+-# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
+-# -------------------------------------------
+-AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
+-[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
+-
+-_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
+-
+-if test "$GCC" = yes; then
+-  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
+-
+-  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
+-    lt_cv_prog_compiler_rtti_exceptions,
+-    [-fno-rtti -fno-exceptions], [],
+-    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
+-fi
+-])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
+-
+-
+-# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
+-# ---------------------------------
+-AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
+-[AC_REQUIRE([AC_CANONICAL_HOST])
+-AC_REQUIRE([AC_PROG_NM])
+-AC_REQUIRE([AC_OBJEXT])
+-# Check for command to grab the raw symbol name followed by C symbol from nm.
+-AC_MSG_CHECKING([command to parse $NM output from $compiler object])
+-AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
+-[
+-# These are sane defaults that work on at least a few old systems.
+-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
+-
+-# Character class describing NM global symbol codes.
+-symcode='[[BCDEGRST]]'
+-
+-# Regexp to match symbols that can be accessed directly from C.
+-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
+-
+-# Transform the above into a raw symbol and a C symbol.
+-symxfrm='\1 \2\3 \3'
+-
+-# Transform an extracted symbol line into a proper C declaration
+-lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
+-
+-# Transform an extracted symbol line into symbol name and symbol address
+-lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+-
+-# Define system-specific variables.
+-case $host_os in
+-aix*)
+-  symcode='[[BCDT]]'
+-  ;;
+-cygwin* | mingw* | pw32*)
+-  symcode='[[ABCDGISTW]]'
+-  ;;
+-hpux*) # Its linker distinguishes data from code symbols
+-  if test "$host_cpu" = ia64; then
+-    symcode='[[ABCDEGRST]]'
+-  fi
+-  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+-  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+-  ;;
+-irix* | nonstopux*)
+-  symcode='[[BCDEGRST]]'
+-  ;;
+-osf*)
+-  symcode='[[BCDEGQRST]]'
+-  ;;
+-solaris* | sysv5*)
+-  symcode='[[BDT]]'
+-  ;;
+-sysv4)
+-  symcode='[[DFNSTU]]'
+-  ;;
+-esac
+-
+-# Handle CRLF in mingw tool chain
+-opt_cr=
+-case $build_os in
+-mingw*)
+-  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
+-  ;;
+-esac
+-
+-# If we're using GNU nm, then use its standard symbol codes.
+-case `$NM -V 2>&1` in
+-*GNU* | *'with BFD'*)
+-  symcode='[[ABCDGISTW]]' ;;
+-esac
+-
+-# Try without a prefix undercore, then with it.
+-for ac_symprfx in "" "_"; do
+-
+-  # Write the raw and C identifiers.
+-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
+-
+-  # Check to see that the pipe works correctly.
+-  pipe_works=no
+-
+-  rm -f conftest*
+-  cat > conftest.$ac_ext <<EOF
+-#ifdef __cplusplus
+-extern "C" {
+-#endif
+-char nm_test_var;
+-void nm_test_func(){}
+-#ifdef __cplusplus
+-}
+-#endif
+-int main(){nm_test_var='a';nm_test_func();return(0);}
+-EOF
+-
+-  if AC_TRY_EVAL(ac_compile); then
+-    # Now try to grab the symbols.
+-    nlist=conftest.nm
+-    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
+-      # Try sorting and uniquifying the output.
+-      if sort "$nlist" | uniq > "$nlist"T; then
+-	mv -f "$nlist"T "$nlist"
+-      else
+-	rm -f "$nlist"T
+-      fi
+-
+-      # Make sure that we snagged all the symbols we need.
+-      if grep ' nm_test_var$' "$nlist" >/dev/null; then
+-	if grep ' nm_test_func$' "$nlist" >/dev/null; then
+-	  cat <<EOF > conftest.$ac_ext
+-#ifdef __cplusplus
+-extern "C" {
+-#endif
+-
+-EOF
+-	  # Now generate the symbol file.
+-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
+-
+-	  cat <<EOF >> conftest.$ac_ext
+-#if defined (__STDC__) && __STDC__
+-# define lt_ptr_t void *
+-#else
+-# define lt_ptr_t char *
+-# define const
+-#endif
+-
+-/* The mapping between symbol names and symbols. */
+-const struct {
+-  const char *name;
+-  lt_ptr_t address;
+-}
+-lt_preloaded_symbols[[]] =
+-{
+-EOF
+-	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
+-	  cat <<\EOF >> conftest.$ac_ext
+-  {0, (lt_ptr_t) 0}
+-};
+-
+-#ifdef __cplusplus
+-}
+-#endif
+-EOF
+-	  # Now try linking the two files.
+-	  mv conftest.$ac_objext conftstm.$ac_objext
+-	  lt_save_LIBS="$LIBS"
+-	  lt_save_CFLAGS="$CFLAGS"
+-	  LIBS="conftstm.$ac_objext"
+-	  CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
+-	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
+-	    pipe_works=yes
+-	  fi
+-	  LIBS="$lt_save_LIBS"
+-	  CFLAGS="$lt_save_CFLAGS"
+-	else
+-	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
+-	fi
+-      else
+-	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
+-      fi
+-    else
+-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
+-    fi
+-  else
+-    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
+-    cat conftest.$ac_ext >&5
+-  fi
+-  rm -f conftest* conftst*
+-
+-  # Do not use the global_symbol_pipe unless it works.
+-  if test "$pipe_works" = yes; then
+-    break
+-  else
+-    lt_cv_sys_global_symbol_pipe=
+-  fi
+-done
+-])
+-if test -z "$lt_cv_sys_global_symbol_pipe"; then
+-  lt_cv_sys_global_symbol_to_cdecl=
+-fi
+-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
+-  AC_MSG_RESULT(failed)
+-else
+-  AC_MSG_RESULT(ok)
+-fi
+-]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
+-
+-
+-# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
+-# ---------------------------------------
+-AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
+-[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
+-_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+-_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
+-
+-AC_MSG_CHECKING([for $compiler option to produce PIC])
+- ifelse([$1],[CXX],[
+-  # C++ specific cases for pic, static, wl, etc.
+-  if test "$GXX" = yes; then
+-    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+-
+-    case $host_os in
+-    aix*)
+-      # All AIX code is PIC.
+-      if test "$host_cpu" = ia64; then
+-	# AIX 5 now supports IA64 processor
+-	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      fi
+-      ;;
+-    amigaos*)
+-      # FIXME: we need at least 68020 code to build shared libraries, but
+-      # adding the `-m68020' flag to GCC prevents building anything better,
+-      # like `-m68040'.
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
+-      ;;
+-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+-      # PIC is the default for these OSes.
+-      ;;
+-    mingw* | os2* | pw32*)
+-      # This hack is so that the source file can tell whether it is being
+-      # built for inclusion in a dll (and should export symbols for example).
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
+-      ;;
+-    darwin* | rhapsody*)
+-      # PIC is the default on this platform
+-      # Common symbols not allowed in MH_DYLIB files
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
+-      ;;
+-    *djgpp*)
+-      # DJGPP does not support shared libraries at all
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+-      ;;
+-    sysv4*MP*)
+-      if test -d /usr/nec; then
+-	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
+-      fi
+-      ;;
+-    hpux*)
+-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+-      # not for PA HP-UX.
+-      case "$host_cpu" in
+-      hppa*64*|ia64*)
+-	;;
+-      *)
+-	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+-	;;
+-      esac
+-      ;;
+-    *)
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+-      ;;
+-    esac
+-  else
+-    case $host_os in
+-      aix4* | aix5*)
+-	# All AIX code is PIC.
+-	if test "$host_cpu" = ia64; then
+-	  # AIX 5 now supports IA64 processor
+-	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-	else
+-	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+-	fi
+-	;;
+-      chorus*)
+-	case $cc_basename in
+-	cxch68)
+-	  # Green Hills C++ Compiler
+-	  # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+-	  ;;
+-	esac
+-	;;
+-      dgux*)
+-	case $cc_basename in
+-	  ec++)
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-	    ;;
+-	  ghcx)
+-	    # Green Hills C++ Compiler
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      freebsd*)
+-	# FreeBSD uses GNU C++
+-	;;
+-      hpux9* | hpux10* | hpux11*)
+-	case $cc_basename in
+-	  CC)
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+-	    if test "$host_cpu" != ia64; then
+-	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+-	    fi
+-	    ;;
+-	  aCC)
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+-	    case "$host_cpu" in
+-	    hppa*64*|ia64*)
+-	      # +Z the default
+-	      ;;
+-	    *)
+-	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+-	      ;;
+-	    esac
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      irix5* | irix6* | nonstopux*)
+-	case $cc_basename in
+-	  CC)
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+-	    # CC pic flag -KPIC is the default.
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      linux*)
+-	case $cc_basename in
+-	  KCC)
+-	    # KAI C++ Compiler
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+-	    ;;
+-	  icpc)
+-	    # Intel C++
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+-	    ;; 
+-	  cxx)
+-	    # Compaq C++
+-	    # Make sure the PIC flag is empty.  It appears that all Alpha
+-	    # Linux and Compaq Tru64 Unix objects are PIC.
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      lynxos*)
+-	;;
+-      m88k*)
+-	;;
+-      mvs*)
+-	case $cc_basename in
+-	  cxx)
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      netbsd*)
+-	;;
+-      osf3* | osf4* | osf5*)
+-	case $cc_basename in
+-	  KCC)
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
+-	    ;;
+-	  RCC)
+-	    # Rational C++ 2.4.1
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+-	    ;;
+-	  cxx)
+-	    # Digital/Compaq C++
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-	    # Make sure the PIC flag is empty.  It appears that all Alpha
+-	    # Linux and Compaq Tru64 Unix objects are PIC.
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      psos*)
+-	;;
+-      sco*)
+-	case $cc_basename in
+-	  CC)
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      solaris*)
+-	case $cc_basename in
+-	  CC)
+-	    # Sun C++ 4.2, 5.x and Centerline C++
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+-	    ;;
+-	  gcx)
+-	    # Green Hills C++ Compiler
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      sunos4*)
+-	case $cc_basename in
+-	  CC)
+-	    # Sun C++ 4.x
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+-	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-	    ;;
+-	  lcc)
+-	    # Lucid
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      tandem*)
+-	case $cc_basename in
+-	  NCC)
+-	    # NonStop-UX NCC 3.20
+-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-	    ;;
+-	  *)
+-	    ;;
+-	esac
+-	;;
+-      unixware*)
+-	;;
+-      vxworks*)
+-	;;
+-      *)
+-	_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+-	;;
+-    esac
+-  fi
+-],
+-[
+-  if test "$GCC" = yes; then
+-    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+-
+-    case $host_os in
+-      aix*)
+-      # All AIX code is PIC.
+-      if test "$host_cpu" = ia64; then
+-	# AIX 5 now supports IA64 processor
+-	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      fi
+-      ;;
+-
+-    amigaos*)
+-      # FIXME: we need at least 68020 code to build shared libraries, but
+-      # adding the `-m68020' flag to GCC prevents building anything better,
+-      # like `-m68040'.
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
+-      ;;
+-
+-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
+-      # PIC is the default for these OSes.
+-      ;;
+-
+-    mingw* | pw32* | os2*)
+-      # This hack is so that the source file can tell whether it is being
+-      # built for inclusion in a dll (and should export symbols for example).
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
+-      ;;
+-
+-    darwin* | rhapsody*)
+-      # PIC is the default on this platform
+-      # Common symbols not allowed in MH_DYLIB files
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
+-      ;;
+-
+-    msdosdjgpp*)
+-      # Just because we use GCC doesn't mean we suddenly get shared libraries
+-      # on systems that don't support them.
+-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+-      enable_shared=no
+-      ;;
+-
+-    sysv4*MP*)
+-      if test -d /usr/nec; then
+-	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
+-      fi
+-      ;;
+-
+-    hpux*)
+-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+-      # not for PA HP-UX.
+-      case "$host_cpu" in
+-      hppa*64*|ia64*)
+-	# +Z the default
+-	;;
+-      *)
+-	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+-	;;
+-      esac
+-      ;;
+-
+-    *)
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+-      ;;
+-    esac
+-  else
+-    # PORTME Check for flag to pass linker flags through the system compiler.
+-    case $host_os in
+-    aix*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-      if test "$host_cpu" = ia64; then
+-	# AIX 5 now supports IA64 processor
+-	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      else
+-	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
+-      fi
+-      ;;
+-
+-    mingw* | pw32* | os2*)
+-      # This hack is so that the source file can tell whether it is being
+-      # built for inclusion in a dll (and should export symbols for example).
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
+-      ;;
+-
+-    hpux9* | hpux10* | hpux11*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+-      # not for PA HP-UX.
+-      case "$host_cpu" in
+-      hppa*64*|ia64*)
+-	# +Z the default
+-	;;
+-      *)
+-	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
+-	;;
+-      esac
+-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+-      ;;
+-
+-    irix5* | irix6* | nonstopux*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-      # PIC (with -KPIC) is the default.
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+-      ;;
+-
+-    newsos6)
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      ;;
+-
+-    linux*)
+-      case $CC in
+-      icc* | ecc*)
+-	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
+-        ;;
+-      ccc*)
+-        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-        # All Alpha code is PIC.
+-        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+-        ;;
+-      esac
+-      ;;
+-
+-    osf3* | osf4* | osf5*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-      # All OSF/1 code is PIC.
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+-      ;;
+-
+-    sco3.2v5*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
+-      ;;
+-
+-    solaris*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      ;;
+-
+-    sunos4*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      ;;
+-
+-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      ;;
+-
+-    sysv4*MP*)
+-      if test -d /usr/nec ;then
+-	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
+-	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      fi
+-      ;;
+-
+-    uts4*)
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+-      ;;
+-
+-    *)
+-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
+-      ;;
+-    esac
+-  fi
+-])
+-AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
+-
+-#
+-# Check to make sure the PIC flag actually works.
+-#
+-if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
+-  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
+-    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
+-    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
+-    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
+-     "" | " "*) ;;
+-     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
+-     esac],
+-    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+-     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
+-fi
+-case "$host_os" in
+-  # For platforms which do not support PIC, -DPIC is meaningless:
+-  *djgpp*)
+-    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
+-    ;;
+-  *)
+-    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
+-    ;;
+-esac
+-])
+-
+-
+-# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
+-# ------------------------------------
+-# See if the linker supports building shared libraries.
+-AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
+-[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
+-ifelse([$1],[CXX],[
+-  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+-  case $host_os in
+-  aix4* | aix5*)
+-    # If we're using GNU nm, then we don't want the "-C" option.
+-    # -C means demangle to AIX nm, but means don't demangle with GNU nm
+-    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
+-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
+-    else
+-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
+-    fi
+-    ;;
+-  pw32*)
+-    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
+-  ;;
+-  cygwin* | mingw*)
+-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+-  ;;
+-  *)
+-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+-  ;;
+-  esac
+-],[
+-  runpath_var=
+-  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
+-  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
+-  _LT_AC_TAGVAR(archive_cmds, $1)=
+-  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
+-  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
+-  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
+-  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
+-  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+-  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
+-  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+-  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
+-  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+-  _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+-  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+-  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
+-  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
+-  _LT_AC_TAGVAR(module_cmds, $1)=
+-  _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
+-  _LT_AC_TAGVAR(always_export_symbols, $1)=no
+-  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+-  # include_expsyms should be a list of space-separated symbols to be *always*
+-  # included in the symbol list
+-  _LT_AC_TAGVAR(include_expsyms, $1)=
+-  # exclude_expsyms can be an extended regexp of symbols to exclude
+-  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+-  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+-  # as well as any symbol that contains `d'.
+-  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
+-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
+-  # platforms (ab)use it in PIC code, but their linkers get confused if
+-  # the symbol is explicitly referenced.  Since portable code cannot
+-  # rely on this symbol name, it's probably fine to never include it in
+-  # preloaded symbol tables.
+-  extract_expsyms_cmds=
+-
+-  case $host_os in
+-  cygwin* | mingw* | pw32*)
+-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
+-    # When not using gcc, we currently assume that we are using
+-    # Microsoft Visual C++.
+-    if test "$GCC" != yes; then
+-      with_gnu_ld=no
+-    fi
+-    ;;
+-  openbsd*)
+-    with_gnu_ld=no
+-    ;;
+-  esac
+-
+-  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
+-  if test "$with_gnu_ld" = yes; then
+-    # If archive_cmds runs LD, not CC, wlarc should be empty
+-    wlarc='${wl}'
+-
+-    # See if GNU ld supports shared libraries.
+-    case $host_os in
+-    aix3* | aix4* | aix5*)
+-      # On AIX/PPC, the GNU linker is very broken
+-      if test "$host_cpu" != ia64; then
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	cat <<EOF 1>&2
+-
+-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
+-*** to be unable to reliably create shared libraries on AIX.
+-*** Therefore, libtool is disabling shared libraries support.  If you
+-*** really care for shared libraries, you may want to modify your PATH
+-*** so that a non-GNU linker is found, and then restart.
+-
+-EOF
+-      fi
+-      ;;
+-
+-    amigaos*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-
+-      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
+-      # that the semantics of dynamic libraries on AmigaOS, at least up
+-      # to version 4, is to share data among multiple programs linked
+-      # with the same dynamic library.  Since this doesn't match the
+-      # behavior of shared libraries on other platforms, we can't use
+-      # them.
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      ;;
+-
+-    beos*)
+-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+-	# support --undefined.  This deserves some investigation.  FIXME
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-      else
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      fi
+-      ;;
+-
+-    cygwin* | mingw* | pw32*)
+-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
+-      # as there is no search path for DLLs.
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
+-      _LT_AC_TAGVAR(always_export_symbols, $1)=no
+-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
+-
+-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+-	# If the export-symbols file already is a .def file (1st line
+-	# is EXPORTS), use it as is; otherwise, prepend...
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+-	  cp $export_symbols $output_objdir/$soname.def;
+-	else
+-	  echo EXPORTS > $output_objdir/$soname.def;
+-	  cat $export_symbols >> $output_objdir/$soname.def;
+-	fi~
+-	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
+-      else
+-	ld_shlibs=no
+-      fi
+-      ;;
+-
+-    netbsd*)
+-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+-	wlarc=
+-      else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+-      fi
+-      ;;
+-
+-    solaris* | sysv5*)
+-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-	cat <<EOF 1>&2
+-
+-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
+-*** create shared libraries on Solaris systems.  Therefore, libtool
+-*** is disabling shared libraries support.  We urge you to upgrade GNU
+-*** binutils to release 2.9.1 or newer.  Another option is to modify
+-*** your PATH or compiler configuration so that the native linker is
+-*** used, and then restart.
+-
+-EOF
+-      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+-      else
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      fi
+-      ;;
+-
+-    sunos4*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+-      wlarc=
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    *)
+-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+-      else
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      fi
+-      ;;
+-    esac
+-
+-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
+-      runpath_var=LD_RUN_PATH
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+-      # ancient GNU ld didn't support --whole-archive et. al.
+-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+-      else
+-  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
+-      fi
+-    fi
+-  else
+-    # PORTME fill in a description of your system's linker (not GNU ld)
+-    case $host_os in
+-    aix3*)
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+-      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
+-      # Note: this linker hardcodes the directories in LIBPATH if there
+-      # are no directories specified by -L.
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-      if test "$GCC" = yes && test -z "$link_static_flag"; then
+-	# Neither direct hardcoding nor static linking is supported with a
+-	# broken collect2.
+-	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
+-      fi
+-      ;;
+-
+-    aix4* | aix5*)
+-      if test "$host_cpu" = ia64; then
+-	# On IA64, the linker does run time linking by default, so we don't
+-	# have to do anything special.
+-	aix_use_runtimelinking=no
+-	exp_sym_flag='-Bexport'
+-	no_entry_flag=""
+-      else
+-	# If we're using GNU nm, then we don't want the "-C" option.
+-	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+-	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
+-	  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
+-	else
+-	  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
+-	fi
+-
+-	# KDE requires run time linking.  Make it the default.
+-	aix_use_runtimelinking=yes
+-	exp_sym_flag='-bexport'
+-	no_entry_flag='-bnoentry'
+-      fi
+-
+-      # When large executables or shared objects are built, AIX ld can
+-      # have problems creating the table of contents.  If linking a library
+-      # or program results in "error TOC overflow" add -mminimal-toc to
+-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+-
+-      _LT_AC_TAGVAR(archive_cmds, $1)=''
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
+-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-
+-      if test "$GCC" = yes; then
+-	case $host_os in aix4.[012]|aix4.[012].*)
+-	# We only want to do this on AIX 4.2 and lower, the check
+-	# below for broken collect2 doesn't work under 4.3+
+-	  collect2name=`${CC} -print-prog-name=collect2`
+-	  if test -f "$collect2name" && \
+-  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
+-	  then
+-  	  # We have reworked collect2
+-  	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-	  else
+-  	  # We have old collect2
+-  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
+-  	  # It fails to find uninstalled libraries when the uninstalled
+-  	  # path is not listed in the libpath.  Setting hardcode_minus_L
+-  	  # to unsupported forces relinking
+-  	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
+-	  fi
+-	esac
+-	shared_flag='-shared'
+-      else
+-	# not using gcc
+-	if test "$host_cpu" = ia64; then
+-  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
+-  	# chokes on -Wl,-G. The following line is correct:
+-	  shared_flag='-G'
+-	else
+-  	if test "$aix_use_runtimelinking" = yes; then
+-	    shared_flag='-qmkshrobj ${wl}-G'
+-	  else
+-	    shared_flag='-qmkshrobj'
+-  	fi
+-	fi
+-      fi
+-
+-      # Let the compiler handle the export list.
+-      _LT_AC_TAGVAR(always_export_symbols, $1)=no
+-      if test "$aix_use_runtimelinking" = yes; then
+-	# Warning - without using the other runtime loading flags (-brtl),
+-	# -berok will link without error, but may produce a broken library.
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
+-       # Determine the default libpath from the value encoded in an empty executable.
+-	_LT_AC_SYS_LIBPATH_AIX
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+-	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+-       else
+-	if test "$host_cpu" = ia64; then
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
+-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
+-	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+-	else
+-	 # Determine the default libpath from the value encoded in an empty executable.
+-	 _LT_AC_SYS_LIBPATH_AIX
+-	 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+-	  # Warning - without using the other run time loading flags,
+-	  # -berok will link without error, but may produce a broken library.
+-	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+-	  # -bexpall does not export symbols beginning with underscore (_)
+-	  _LT_AC_TAGVAR(always_export_symbols, $1)=yes
+-	  # Exported symbols can be pulled into shared objects from archives
+-	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
+-	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+-	  # This is similar to how AIX traditionally builds it's shared libraries.
+-	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+-	fi
+-      fi
+-      ;;
+-
+-    amigaos*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-      # see comment about different semantics on the GNU ld section
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      ;;
+-
+-    bsdi4*)
+-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
+-      ;;
+-
+-    cygwin* | mingw* | pw32*)
+-      # When not using gcc, we currently assume that we are using
+-      # Microsoft Visual C++.
+-      # hardcode_libdir_flag_spec is actually meaningless, as there is
+-      # no search path for DLLs.
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
+-      # Tell ltmain to make .lib files, not .a files.
+-      libext=lib
+-      # Tell ltmain to make .dll files, not .so files.
+-      shrext=".dll"
+-      # FIXME: Setting linknames here is a bad hack.
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+-      # The linker will automatically build a .lib file if we build a DLL.
+-      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
+-      # FIXME: Should let the user specify the lib program.
+-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
+-      fix_srcfile_path='`cygpath -w "$srcfile"`'
+-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+-      ;;
+-
+-    darwin* | rhapsody*)
+-    if test "$GXX" = yes ; then
+-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-      case "$host_os" in
+-      rhapsody* | darwin1.[[012]])
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
+-	;;
+-      *) # Darwin 1.3 on
+-	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	  allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	else
+-	  case ${MACOSX_DEPLOYMENT_TARGET} in
+-	    10.[012])
+-	      allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	      ;;
+-	    10.*)
+-	      allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	      ;;
+-	  esac
+-	fi
+-	;;
+-      esac
+-    	lt_int_apple_cc_single_mod=no
+-    	output_verbose_link_cmd='echo'
+-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-    	  lt_int_apple_cc_single_mod=yes
+-    	fi
+-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-    	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    	else
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-      fi
+-      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        else
+-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        fi
+-          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
+-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-    else  
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-    fi  
+-      ;;
+-
+-    dgux*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    freebsd1*)
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      ;;
+-
+-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
+-    # support.  Future versions do this automatically, but an explicit c++rt0.o
+-    # does not break anything, and helps significantly (at the cost of a little
+-    # extra space).
+-    freebsd2.2*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
+-    freebsd2*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    hpux9*)
+-      if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+-      else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+-      fi
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-
+-      # hardcode_minus_L: Not really in the search PATH,
+-      # but as the default location of the library.
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+-      ;;
+-
+-    hpux10* | hpux11*)
+-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
+-	hppa*64*|ia64*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
+-	  ;;
+-	*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
+-	  ;;
+-	esac
+-      else
+-	case "$host_cpu" in
+-	hppa*64*|ia64*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+-	  ;;
+-	*)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+-	  ;;
+-	esac
+-      fi
+-      if test "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
+-	hppa*64*)
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
+-	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-	  ;;
+-	ia64*)
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-
+-	  # hardcode_minus_L: Not really in the search PATH,
+-	  # but as the default location of the library.
+-	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-	  ;;
+-	*)
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
+-	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+-
+-	  # hardcode_minus_L: Not really in the search PATH,
+-	  # but as the default location of the library.
+-	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-	  ;;
+-	esac
+-      fi
+-      ;;
+-
+-    irix5* | irix6* | nonstopux*)
+-      if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+-      else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
+-      fi
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-      ;;
+-
+-    netbsd*)
+-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+-      else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
+-      fi
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    newsos6)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    openbsd*)
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+-      else
+-       case $host_os in
+-	 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
+-	   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+-	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+-	   ;;
+-	 *)
+-	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
+-	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+-	   ;;
+-       esac
+-      fi
+-      ;;
+-
+-    os2*)
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
+-      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+-      ;;
+-
+-    osf3*)
+-      if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+-      else
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+-      fi
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-      ;;
+-
+-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
+-      if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+-      else
+-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+-
+-	# Both c and cxx compiler support -rpath directly
+-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
+-      fi
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
+-      ;;
+-
+-    sco3.2v5*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
+-      runpath_var=LD_RUN_PATH
+-      hardcode_runpath_var=yes
+-      ;;
+-
+-    solaris*)
+-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
+-      if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
+-      else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+-      fi
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      case $host_os in
+-      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
+-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
+-      esac
+-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+-      ;;
+-
+-    sunos4*)
+-      if test "x$host_vendor" = xsequent; then
+-	# Use $CC to link under sequent, because it throws in some extra .o
+-	# files that make .init and .fini sections work.
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
+-      else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+-      fi
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    sysv4)
+-      case $host_vendor in
+-	sni)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
+-	;;
+-	siemens)
+-	  ## LD is ld it makes a PLAMLIB
+-	  ## CC just makes a GrossModule.
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+-	  _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-        ;;
+-	motorola)
+-	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
+-	;;
+-      esac
+-      runpath_var='LD_RUN_PATH'
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    sysv4.3*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
+-      ;;
+-
+-    sysv4*MP*)
+-      if test -d /usr/nec; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-	runpath_var=LD_RUN_PATH
+-	hardcode_runpath_var=yes
+-	_LT_AC_TAGVAR(ld_shlibs, $1)=yes
+-      fi
+-      ;;
+-
+-    sysv4.2uw2*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      hardcode_runpath_var=yes
+-      runpath_var=LD_RUN_PATH
+-      ;;
+-
+-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
+-      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
+-      if test "$GCC" = yes; then
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
+-      else
+-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
+-      fi
+-      runpath_var='LD_RUN_PATH'
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    sysv5*)
+-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
+-      # $CC -shared without GNU ld will not create a library from C++
+-      # object files and a static libstdc++, better avoid it by now
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      runpath_var='LD_RUN_PATH'
+-      ;;
+-
+-    uts4*)
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+-      ;;
+-
+-    *)
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+-      ;;
+-    esac
+-  fi
+-])
+-AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
+-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
+-
+-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
+-if test "$GCC" = yes; then
+-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+-fi
+-
+-#
+-# Do we need to explicitly link libc?
+-#
+-case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
+-x|xyes)
+-  # Assume -lc should be added
+-  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+-
+-  if test "$enable_shared" = yes && test "$GCC" = yes; then
+-    case $_LT_AC_TAGVAR(archive_cmds, $1) in
+-    *'~'*)
+-      # FIXME: we may have to deal with multi-command sequences.
+-      ;;
+-    '$CC '*)
+-      # Test whether the compiler implicitly links with -lc since on some
+-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
+-      # to ld, don't add -lc before -lgcc.
+-      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
+-      $rm conftest*
+-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+-  
+-      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
+-        soname=conftest
+-        lib=conftest
+-        libobjs=conftest.$ac_objext
+-        deplibs=
+-        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
+-        compiler_flags=-v
+-        linker_flags=-v
+-        verstring=
+-        output_objdir=.
+-        libname=conftest
+-        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
+-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
+-        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
+-        then
+-	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
+-        else
+-	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
+-        fi
+-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
+-      else
+-        cat conftest.err 1>&5
+-      fi
+-      $rm conftest*
+-      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
+-      ;;
+-    esac
+-  fi
+-  ;;
+-esac
+-])# AC_LIBTOOL_PROG_LD_SHLIBS
+-
+-
+-# _LT_AC_FILE_LTDLL_C
+-# -------------------
+-# Be careful that the start marker always follows a newline.
+-AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
+-# /* ltdll.c starts here */
+-# #define WIN32_LEAN_AND_MEAN
+-# #include <windows.h>
+-# #undef WIN32_LEAN_AND_MEAN
+-# #include <stdio.h>
+-#
+-# #ifndef __CYGWIN__
+-# #  ifdef __CYGWIN32__
+-# #    define __CYGWIN__ __CYGWIN32__
+-# #  endif
+-# #endif
+-#
+-# #ifdef __cplusplus
+-# extern "C" {
+-# #endif
+-# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
+-# #ifdef __cplusplus
+-# }
+-# #endif
+-#
+-# #ifdef __CYGWIN__
+-# #include <cygwin/cygwin_dll.h>
+-# DECLARE_CYGWIN_DLL( DllMain );
+-# #endif
+-# HINSTANCE __hDllInstance_base;
+-#
+-# BOOL APIENTRY
+-# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
+-# {
+-#   __hDllInstance_base = hInst;
+-#   return TRUE;
+-# }
+-# /* ltdll.c ends here */
+-])# _LT_AC_FILE_LTDLL_C
+-
+-
+-# _LT_AC_TAGVAR(VARNAME, [TAGNAME])
+-# ---------------------------------
+-AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
+-
+-
+-# old names
+-AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
+-AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
+-AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
+-AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
+-AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
+-AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
+-AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
+-
+-# This is just to silence aclocal about the macro not being used
+-ifelse([AC_DISABLE_FAST_INSTALL])
+-
+-AC_DEFUN([LT_AC_PROG_GCJ],
+-[AC_CHECK_TOOL(GCJ, gcj, no)
+-  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
+-  AC_SUBST(GCJFLAGS)
+-])
+-
+-AC_DEFUN([LT_AC_PROG_RC],
+-[AC_CHECK_TOOL(RC, windres, no)
+-])
+-
+-# NOTE: This macro has been submitted for inclusion into   #
+-#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
+-#  a released version of Autoconf we should remove this    #
+-#  macro and use it instead.                               #
+-# LT_AC_PROG_SED
+-# --------------
+-# Check for a fully-functional sed program, that truncates
+-# as few characters as possible.  Prefer GNU sed if found.
+-AC_DEFUN([LT_AC_PROG_SED],
+-[AC_MSG_CHECKING([for a sed that does not truncate output])
+-AC_CACHE_VAL(lt_cv_path_SED,
+-[# Loop through the user's path and test for sed and gsed.
+-# Then use that list of sed's as ones to test for truncation.
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for lt_ac_prog in sed gsed; do
+-    for ac_exec_ext in '' $ac_executable_extensions; do
+-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
+-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
+-      fi
+-    done
+-  done
+-done
+-lt_ac_max=0
+-lt_ac_count=0
+-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
+-# along with /bin/sed that truncates output.
+-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+-  test ! -f $lt_ac_sed && break
+-  cat /dev/null > conftest.in
+-  lt_ac_count=0
+-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+-  # Check for GNU sed and select it if it is found.
+-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
+-    lt_cv_path_SED=$lt_ac_sed
+-    break
+-  fi
+-  while true; do
+-    cat conftest.in conftest.in >conftest.tmp
+-    mv conftest.tmp conftest.in
+-    cp conftest.in conftest.nl
+-    echo >>conftest.nl
+-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
+-    cmp -s conftest.out conftest.nl || break
+-    # 10000 chars as input seems more than enough
+-    test $lt_ac_count -gt 10 && break
+-    lt_ac_count=`expr $lt_ac_count + 1`
+-    if test $lt_ac_count -gt $lt_ac_max; then
+-      lt_ac_max=$lt_ac_count
+-      lt_cv_path_SED=$lt_ac_sed
+-    fi
+-  done
+-done
+-])
+-SED=$lt_cv_path_SED
+-AC_MSG_RESULT([$SED])
+-])
+-
+-dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
+-dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
+-dnl also defines GSTUFF_PKG_ERRORS on error
+-AC_DEFUN([PKG_CHECK_MODULES], [
+-  succeeded=no
+-
+-  if test -z "$PKG_CONFIG"; then
+-    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+-  fi
+-
+-  if test "$PKG_CONFIG" = "no" ; then
+-     echo "*** The pkg-config script could not be found. Make sure it is"
+-     echo "*** in your path, or set the PKG_CONFIG environment variable"
+-     echo "*** to the full path to pkg-config."
+-     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
+-  else
+-     PKG_CONFIG_MIN_VERSION=0.9.0
+-     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
+-        AC_MSG_CHECKING(for $2)
+-
+-        if $PKG_CONFIG --exists "$2" ; then
+-            AC_MSG_RESULT(yes)
+-            succeeded=yes
+-
+-            AC_MSG_CHECKING($1_CFLAGS)
+-            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
+-            AC_MSG_RESULT($$1_CFLAGS)
+-
+-            AC_MSG_CHECKING($1_LIBS)
+-            $1_LIBS=`$PKG_CONFIG --libs "$2"`
+-            AC_MSG_RESULT($$1_LIBS)
+-        else
+-            $1_CFLAGS=""
+-            $1_LIBS=""
+-            ## If we have a custom action on failure, don't print errors, but 
+-            ## do set a variable so people can do so.
+-            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
+-            ifelse([$4], ,echo $$1_PKG_ERRORS,)
+-        fi
+-
+-        AC_SUBST($1_CFLAGS)
+-        AC_SUBST($1_LIBS)
+-     else
+-        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
+-        echo "*** See http://www.freedesktop.org/software/pkgconfig"
+-     fi
+-  fi
+-
+-  if test $succeeded = yes; then
+-     ifelse([$3], , :, [$3])
+-  else
+-     ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
+-  fi
+-])
+-
+-
+-
+-# AM_CONDITIONAL                                              -*- Autoconf -*-
+-
+-# Copyright 1997, 2000, 2001 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
+-
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
+-
+-# serial 5
+-
+-AC_PREREQ(2.52)
+-
+-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
+-# -------------------------------------
+-# Define a conditional.
+-AC_DEFUN([AM_CONDITIONAL],
+-[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+-        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+-AC_SUBST([$1_TRUE])
+-AC_SUBST([$1_FALSE])
+-if $2; then
+-  $1_TRUE=
+-  $1_FALSE='#'
+-else
+-  $1_TRUE='#'
+-  $1_FALSE=
+-fi
+-AC_CONFIG_COMMANDS_PRE(
+-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
+-  AC_MSG_ERROR([conditional \"$1\" was never defined.
+-Usually this means the macro was only invoked conditionally.])
+-fi])])
+-
+-# Do all the work for Automake.                            -*- Autoconf -*-
+-
+-# This macro actually does too much some checks are only needed if
+-# your package does certain things.  But this isn't really a big deal.
+-
+-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
+-
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
+-
+-# serial 8
+-
+-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
+-# written in clear, in which case automake, when reading aclocal.m4,
+-# will think it sees a *use*, and therefore will trigger all it's
+-# C support machinery.  Also note that it means that autoscan, seeing
+-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
+-
+-
+-AC_PREREQ([2.52])
+-
+-# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
+-# the ones we care about.
+-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
+-
+-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
+-# AM_INIT_AUTOMAKE([OPTIONS])
+-# -----------------------------------------------
+-# The call with PACKAGE and VERSION arguments is the old style
+-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
+-# and VERSION should now be passed to AC_INIT and removed from
+-# the call to AM_INIT_AUTOMAKE.
+-# We support both call styles for the transition.  After
+-# the next Automake release, Autoconf can make the AC_INIT
+-# arguments mandatory, and then we can depend on a new Autoconf
+-# release and drop the old call support.
+-AC_DEFUN([AM_INIT_AUTOMAKE],
+-[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
+- AC_REQUIRE([AC_PROG_INSTALL])dnl
+-# test to see if srcdir already configured
+-if test "`cd $srcdir && pwd`" != "`pwd`" &&
+-   test -f $srcdir/config.status; then
+-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
+-fi
+-
+-# Define the identity of the package.
+-dnl Distinguish between old-style and new-style calls.
+-m4_ifval([$2],
+-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+- AC_SUBST([PACKAGE], [$1])dnl
+- AC_SUBST([VERSION], [$2])],
+-[_AM_SET_OPTIONS([$1])dnl
+- AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
+- AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
+-
+-_AM_IF_OPTION([no-define],,
+-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
+- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
+-
+-# Some tools Automake needs.
+-AC_REQUIRE([AM_SANITY_CHECK])dnl
+-AC_REQUIRE([AC_ARG_PROGRAM])dnl
+-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
+-AM_MISSING_PROG(AUTOCONF, autoconf)
+-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
+-AM_MISSING_PROG(AUTOHEADER, autoheader)
+-AM_MISSING_PROG(MAKEINFO, makeinfo)
+-AM_MISSING_PROG(AMTAR, tar)
+-AM_PROG_INSTALL_SH
+-AM_PROG_INSTALL_STRIP
+-# We need awk for the "check" target.  The system "awk" is bad on
+-# some platforms.
+-AC_REQUIRE([AC_PROG_AWK])dnl
+-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+-
+-_AM_IF_OPTION([no-dependencies],,
+-[AC_PROVIDE_IFELSE([AC_PROG_][CC],
+-                  [_AM_DEPENDENCIES(CC)],
+-                  [define([AC_PROG_][CC],
+-                          defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
+-AC_PROVIDE_IFELSE([AC_PROG_][CXX],
+-                  [_AM_DEPENDENCIES(CXX)],
+-                  [define([AC_PROG_][CXX],
+-                          defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
+-])
+-])
+-
+-# Copyright 2002  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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
+-
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-
+-# AM_AUTOMAKE_VERSION(VERSION)
+-# ----------------------------
+-# Automake X.Y traces this macro to ensure aclocal.m4 has been
+-# generated from the m4 files accompanying Automake X.Y.
+-AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
+-
+-# AM_SET_CURRENT_AUTOMAKE_VERSION
+-# -------------------------------
+-# Call AM_AUTOMAKE_VERSION so it can be traced.
+-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
+-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+-	 [AM_AUTOMAKE_VERSION([1.6.3])])
+-
+-# Helper functions for option handling.                    -*- Autoconf -*-
+-
+-# Copyright 2001, 2002  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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
+-
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
+-
+-# serial 2
+-
+-# _AM_MANGLE_OPTION(NAME)
+-# -----------------------
+-AC_DEFUN([_AM_MANGLE_OPTION],
+-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+-
+-# _AM_SET_OPTION(NAME)
+-# ------------------------------
+-# Set option NAME.  Presently that only means defining a flag for this option.
+-AC_DEFUN([_AM_SET_OPTION],
+-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+-
+-# _AM_SET_OPTIONS(OPTIONS)
+-# ----------------------------------
+-# OPTIONS is a space-separated list of Automake options.
+-AC_DEFUN([_AM_SET_OPTIONS],
+-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+-
+-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
+-# -------------------------------------------
+-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+-AC_DEFUN([_AM_IF_OPTION],
+-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+-
+-#
+-# Check to make sure that the build environment is sane.
+-#
+-
+-# Copyright 1996, 1997, 2000, 2001 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
+-
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
+-
+-# serial 3
+-
+-# AM_SANITY_CHECK
+-# ---------------
+-AC_DEFUN([AM_SANITY_CHECK],
+-[AC_MSG_CHECKING([whether build environment is sane])
+-# Just in case
+-sleep 1
+-echo timestamp > conftest.file
+-# Do `set' in a subshell so we don't clobber the current shell's
+-# arguments.  Must try -L first in case configure is actually a
+-# symlink; some systems play weird games with the mod time of symlinks
+-# (eg FreeBSD returns the mod time of the symlink's containing
+-# directory).
+-if (
+-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
+-   if test "$[*]" = "X"; then
+-      # -L didn't work.
+-      set X `ls -t $srcdir/configure conftest.file`
+-   fi
+-   rm -f conftest.file
+-   if test "$[*]" != "X $srcdir/configure conftest.file" \
+-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
+-
+-      # If neither matched, then we have a broken ls.  This can happen
+-      # if, for instance, CONFIG_SHELL is bash and it inherits a
+-      # broken ls alias from the environment.  This has actually
+-      # happened.  Such a system could not be considered "sane".
+-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+-alias in your environment])
+-   fi
+-
+-   test "$[2]" = conftest.file
+-   )
+-then
+-   # Ok.
+-   :
+-else
+-   AC_MSG_ERROR([newly created file is older than distributed files!
+-Check your system clock])
+-fi
+-AC_MSG_RESULT(yes)])
+-
+-#  -*- Autoconf -*-
+-
+-
+-# Copyright 1997, 1999, 2000, 2001 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
++# 2005  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.
+ 
+ # This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
+-
+-# serial 3
+-
+-# AM_MISSING_PROG(NAME, PROGRAM)
+-# ------------------------------
+-AC_DEFUN([AM_MISSING_PROG],
+-[AC_REQUIRE([AM_MISSING_HAS_RUN])
+-$1=${$1-"${am_missing_run}$2"}
+-AC_SUBST($1)])
+-
++# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
++# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
++# PARTICULAR PURPOSE.
+ 
+-# AM_MISSING_HAS_RUN
+-# ------------------
+-# Define MISSING if not defined so far and test if it supports --run.
+-# If it does, set am_missing_run to use it, otherwise, to nothing.
+-AC_DEFUN([AM_MISSING_HAS_RUN],
+-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
+-# Use eval to expand $SHELL
+-if eval "$MISSING --run true"; then
+-  am_missing_run="$MISSING --run "
+-else
+-  am_missing_run=
+-  AC_MSG_WARN([`missing' script is too old or missing])
+-fi
+-])
++# Copyright (C) 2002, 2003, 2005  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_AUX_DIR_EXPAND
++# AM_AUTOMAKE_VERSION(VERSION)
++# ----------------------------
++# Automake X.Y traces this macro to ensure aclocal.m4 has been
++# generated from the m4 files accompanying Automake X.Y.
++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
+ 
+-# Copyright 2001 Free Software Foundation, Inc.
++# AM_SET_CURRENT_AUTOMAKE_VERSION
++# -------------------------------
++# Call AM_AUTOMAKE_VERSION so it can be traced.
++# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
++AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
++	 [AM_AUTOMAKE_VERSION([1.9.6])])
+ 
+-# 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
++# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+ 
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
++# Copyright (C) 2001, 2003, 2005  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.
+ 
+ # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
+ # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
+@@ -12079,98 +76,55 @@
+ # absolute PATH.  The drawback is that using absolute paths prevent a
+ # configured tree to be moved without reconfiguration.
+ 
+-# Rely on autoconf to set up CDPATH properly.
+-AC_PREREQ([2.50])
+-
+-AC_DEFUN([AM_AUX_DIR_EXPAND], [
++AC_DEFUN([AM_AUX_DIR_EXPAND],
++[dnl Rely on autoconf to set up CDPATH properly.
++AC_PREREQ([2.50])dnl
+ # expand $ac_aux_dir to an absolute path
+ am_aux_dir=`cd $ac_aux_dir && pwd`
+ ])
+ 
+-# AM_PROG_INSTALL_SH
+-# ------------------
+-# Define $install_sh.
+-
+-# Copyright 2001 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
+-
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
+-
+-AC_DEFUN([AM_PROG_INSTALL_SH],
+-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+-install_sh=${install_sh-"$am_aux_dir/install-sh"}
+-AC_SUBST(install_sh)])
+-
+-# AM_PROG_INSTALL_STRIP
+-
+-# Copyright 2001 Free Software Foundation, Inc.
++# AM_CONDITIONAL                                            -*- Autoconf -*-
+ 
+-# 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
++# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
++# 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.
+ 
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
++# serial 7
+ 
+-# One issue with vendor `install' (even GNU) is that you can't
+-# specify the program used to strip binaries.  This is especially
+-# annoying in cross-compiling environments, where the build's strip
+-# is unlikely to handle the host's binaries.
+-# Fortunately install-sh will honor a STRIPPROG variable, so we
+-# always use install-sh in `make install-strip', and initialize
+-# STRIPPROG with the value of the STRIP variable (set by the user).
+-AC_DEFUN([AM_PROG_INSTALL_STRIP],
+-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+-# Installed binaries are usually stripped using `strip' when the user
+-# run `make install-strip'.  However `strip' might not be the right
+-# tool to use in cross-compilation environments, therefore Automake
+-# will honor the `STRIP' environment variable to overrule this program.
+-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
+-if test "$cross_compiling" != no; then
+-  AC_CHECK_TOOL([STRIP], [strip], :)
++# AM_CONDITIONAL(NAME, SHELL-CONDITION)
++# -------------------------------------
++# Define a conditional.
++AC_DEFUN([AM_CONDITIONAL],
++[AC_PREREQ(2.52)dnl
++ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
++	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
++AC_SUBST([$1_TRUE])
++AC_SUBST([$1_FALSE])
++if $2; then
++  $1_TRUE=
++  $1_FALSE='#'
++else
++  $1_TRUE='#'
++  $1_FALSE=
+ fi
+-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
+-AC_SUBST([INSTALL_STRIP_PROGRAM])])
+-
+-# serial 4						-*- Autoconf -*-
+-
+-# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
++AC_CONFIG_COMMANDS_PRE(
++[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
++  AC_MSG_ERROR([[conditional "$1" was never defined.
++Usually this means the macro was only invoked conditionally.]])
++fi])])
+ 
+-# 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
+ 
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
++# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
++# 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.
+ 
++# serial 8
+ 
+ # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
+ # written in clear, in which case automake, when reading aclocal.m4,
+@@ -12179,7 +133,6 @@
+ # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
+ 
+ 
+-
+ # _AM_DEPENDENCIES(NAME)
+ # ----------------------
+ # See how the compiler implements dependency checking.
+@@ -12215,18 +168,34 @@
+   # using a relative directory.
+   cp "$am_depcomp" conftest.dir
+   cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
+ 
+   am_cv_$1_dependencies_compiler_type=none
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
+   fi
+   for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
+     # We need to recreate these files for each test, as the compiler may
+     # overwrite some of them when testing with obscure command lines.
+     # This happens at least with the AIX C compiler.
+-    echo '#include "conftest.h"' > conftest.c
+-    echo 'int i;' > conftest.h
+-    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+ 
+     case $depmode in
+     nosideeffect)
+@@ -12244,13 +213,25 @@
+     # mode.  It turns out that the SunPro C++ compiler does not properly
+     # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+-       source=conftest.c object=conftest.o \
+-       depfile=conftest.Po tmpdepfile=conftest.TPo \
+-       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
+-       grep conftest.h conftest.Po > /dev/null 2>&1 &&
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+-      am_cv_$1_dependencies_compiler_type=$depmode
+-      break
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_$1_dependencies_compiler_type=$depmode
++        break
++      fi
+     fi
+   done
+ 
+@@ -12261,6 +242,9 @@
+ fi
+ ])
+ AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
++AM_CONDITIONAL([am__fastdep$1], [
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
+ ])
+ 
+ 
+@@ -12269,135 +253,292 @@
+ # Choose a directory name for dependency files.
+ # This macro is AC_REQUIREd in _AM_DEPENDENCIES
+ AC_DEFUN([AM_SET_DEPDIR],
+-[rm -f .deps 2>/dev/null
+-mkdir .deps 2>/dev/null
+-if test -d .deps; then
+-  DEPDIR=.deps
+-else
+-  # MS-DOS does not allow filenames that begin with a dot.
+-  DEPDIR=_deps
++[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
++AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
++])
++
++
++# AM_DEP_TRACK
++# ------------
++AC_DEFUN([AM_DEP_TRACK],
++[AC_ARG_ENABLE(dependency-tracking,
++[  --disable-dependency-tracking  speeds up one-time build
++  --enable-dependency-tracking   do not reject slow dependency extractors])
++if test "x$enable_dependency_tracking" != xno; then
++  am_depcomp="$ac_aux_dir/depcomp"
++  AMDEPBACKSLASH='\'
++fi
++AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
++AC_SUBST([AMDEPBACKSLASH])
++])
++
++# Generate code to set up dependency tracking.              -*- Autoconf -*-
++
++# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
++# 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.
++
++#serial 3
++
++# _AM_OUTPUT_DEPENDENCY_COMMANDS
++# ------------------------------
++AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
++[for mf in $CONFIG_FILES; 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.
++  # So let's grep whole file.
++  if grep '^#.*generated by automake' $mf > /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"`
++  # When using ansi2knr, U may be empty or an underscore; expand it
++  U=`sed -n 's/^U = //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' -e 's/\$U/'"$U"'/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
++done
++])# _AM_OUTPUT_DEPENDENCY_COMMANDS
++
++
++# 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.
++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"])
++])
++
++# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
++# 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.
++
++# serial 8
++
++# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
++AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
++
++# Do all the work for Automake.                             -*- Autoconf -*-
++
++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
++# 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.
++
++# serial 12
++
++# This macro actually does too much.  Some checks are only needed if
++# your package does certain things.  But this isn't really a big deal.
++
++# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
++# AM_INIT_AUTOMAKE([OPTIONS])
++# -----------------------------------------------
++# The call with PACKAGE and VERSION arguments is the old style
++# call (pre autoconf-2.50), which is being phased out.  PACKAGE
++# and VERSION should now be passed to AC_INIT and removed from
++# the call to AM_INIT_AUTOMAKE.
++# We support both call styles for the transition.  After
++# the next Automake release, Autoconf can make the AC_INIT
++# arguments mandatory, and then we can depend on a new Autoconf
++# release and drop the old call support.
++AC_DEFUN([AM_INIT_AUTOMAKE],
++[AC_PREREQ([2.58])dnl
++dnl Autoconf wants to disallow AM_ names.  We explicitly allow
++dnl the ones we care about.
++m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
++AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
++AC_REQUIRE([AC_PROG_INSTALL])dnl
++# test to see if srcdir already configured
++if test "`cd $srcdir && pwd`" != "`pwd`" &&
++   test -f $srcdir/config.status; then
++  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
+ fi
+-rmdir .deps 2>/dev/null
+-AC_SUBST([DEPDIR])
++
++# test whether we have cygpath
++if test -z "$CYGPATH_W"; then
++  if (cygpath --version) >/dev/null 2>/dev/null; then
++    CYGPATH_W='cygpath -w'
++  else
++    CYGPATH_W=echo
++  fi
++fi
++AC_SUBST([CYGPATH_W])
++
++# Define the identity of the package.
++dnl Distinguish between old-style and new-style calls.
++m4_ifval([$2],
++[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
++ AC_SUBST([PACKAGE], [$1])dnl
++ AC_SUBST([VERSION], [$2])],
++[_AM_SET_OPTIONS([$1])dnl
++ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
++ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
++
++_AM_IF_OPTION([no-define],,
++[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
++ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
++
++# Some tools Automake needs.
++AC_REQUIRE([AM_SANITY_CHECK])dnl
++AC_REQUIRE([AC_ARG_PROGRAM])dnl
++AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
++AM_MISSING_PROG(AUTOCONF, autoconf)
++AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
++AM_MISSING_PROG(AUTOHEADER, autoheader)
++AM_MISSING_PROG(MAKEINFO, makeinfo)
++AM_PROG_INSTALL_SH
++AM_PROG_INSTALL_STRIP
++AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++# We need awk for the "check" target.  The system "awk" is bad on
++# some platforms.
++AC_REQUIRE([AC_PROG_AWK])dnl
++AC_REQUIRE([AC_PROG_MAKE_SET])dnl
++AC_REQUIRE([AM_SET_LEADING_DOT])dnl
++_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
++              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
++	      		     [_AM_PROG_TAR([v7])])])
++_AM_IF_OPTION([no-dependencies],,
++[AC_PROVIDE_IFELSE([AC_PROG_CC],
++                  [_AM_DEPENDENCIES(CC)],
++                  [define([AC_PROG_CC],
++                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
++AC_PROVIDE_IFELSE([AC_PROG_CXX],
++                  [_AM_DEPENDENCIES(CXX)],
++                  [define([AC_PROG_CXX],
++                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
++])
+ ])
+ 
+ 
+-# AM_DEP_TRACK
+-# ------------
+-AC_DEFUN([AM_DEP_TRACK],
+-[AC_ARG_ENABLE(dependency-tracking,
+-[  --disable-dependency-tracking Speeds up one-time builds
+-  --enable-dependency-tracking  Do not reject slow dependency extractors])
+-if test "x$enable_dependency_tracking" != xno; then
+-  am_depcomp="$ac_aux_dir/depcomp"
+-  AMDEPBACKSLASH='\'
+-fi
+-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+-AC_SUBST([AMDEPBACKSLASH])
+-])
++# When config.status generates a header, we must update the stamp-h file.
++# This file resides in the same directory as the config header
++# that is generated.  The stamp files are numbered to have different names.
+ 
+-# Generate code to set up dependency tracking.   -*- Autoconf -*-
++# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
++# loop where config.status creates the headers, so we can generate
++# our stamp files there.
++AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
++[# Compute $1's index in $config_headers.
++_am_stamp_count=1
++for _am_header in $config_headers :; do
++  case $_am_header in
++    $1 | $1:* )
++      break ;;
++    * )
++      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
++  esac
++done
++echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
+ 
+-# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
++# Copyright (C) 2001, 2003, 2005  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.
+ 
+-# 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
++# AM_PROG_INSTALL_SH
++# ------------------
++# Define $install_sh.
++AC_DEFUN([AM_PROG_INSTALL_SH],
++[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
++install_sh=${install_sh-"$am_aux_dir/install-sh"}
++AC_SUBST(install_sh)])
+ 
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
++# Copyright (C) 2003, 2005  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.
+ 
+-#serial 2
++# serial 2
+ 
+-# _AM_OUTPUT_DEPENDENCY_COMMANDS
+-# ------------------------------
+-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
+-[for mf in $CONFIG_FILES; 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.
+-  # So let's grep whole file.
+-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
+-    dirpart=`AS_DIRNAME("$mf")`
+-  else
+-    continue
+-  fi
+-  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
+-  # Extract the definition of DEP_FILES from the Makefile without
+-  # running `make'.
+-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
+-  test -z "$DEPDIR" && continue
+-  # When using ansi2knr, U may be empty or an underscore; expand it
+-  U=`sed -n -e '/^U = / s///p' < "$mf"`
+-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
+-  # 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 -e '
+-    /^DEP_FILES = .*\\\\$/ {
+-      s/^DEP_FILES = //
+-      :loop
+-	s/\\\\$//
+-	p
+-	n
+-	/\\\\$/ b loop
+-      p
+-    }
+-    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
+-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/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
+-done
+-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
++# Check whether the underlying file-system supports filenames
++# with a leading dot.  For instance MS-DOS doesn't.
++AC_DEFUN([AM_SET_LEADING_DOT],
++[rm -rf .tst 2>/dev/null
++mkdir .tst 2>/dev/null
++if test -d .tst; then
++  am__leading_dot=.
++else
++  am__leading_dot=_
++fi
++rmdir .tst 2>/dev/null
++AC_SUBST([am__leading_dot])])
+ 
++# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
++# From Jim Meyering
+ 
+-# AM_OUTPUT_DEPENDENCY_COMMANDS
+-# -----------------------------
+-# This macro should only be invoked once -- use via AC_REQUIRE.
++# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
++# Free Software Foundation, Inc.
+ #
+-# 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.
+-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"])
+-])
++# 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.
+ 
+-# Copyright 2001 Free Software Foundation, Inc.             -*- Autoconf -*-
++# serial 4
+ 
+-# 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
++AC_DEFUN([AM_MAINTAINER_MODE],
++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
++  dnl maintainer-mode is disabled by default
++  AC_ARG_ENABLE(maintainer-mode,
++[  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer],
++      USE_MAINTAINER_MODE=$enableval,
++      USE_MAINTAINER_MODE=no)
++  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
++  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
++  MAINT=$MAINTAINER_MODE_TRUE
++  AC_SUBST(MAINT)dnl
++]
++)
+ 
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
++AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
+ 
+-# serial 2
++# Check to see how 'make' treats includes.	            -*- Autoconf -*-
++
++# Copyright (C) 2001, 2002, 2003, 2005  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.
++
++# serial 3
+ 
+ # AM_MAKE_INCLUDE()
+ # -----------------
+@@ -12405,8 +546,9 @@
+ AC_DEFUN([AM_MAKE_INCLUDE],
+ [am_make=${MAKE-make}
+ cat > confinc << 'END'
+-doit:
++am__doit:
+ 	@echo done
++.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])
+@@ -12420,7 +562,7 @@
+ # In particular we don't look at `^make:' because GNU make might
+ # be invoked under some other name (usually "gmake"), in which
+ # case it prints its new name instead of `make'.
+-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
++if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+    am__include=include
+    am__quote=
+    _am_result=GNU
+@@ -12434,120 +576,317 @@
+       _am_result=BSD
+    fi
+ fi
+-AC_SUBST(am__include)
+-AC_SUBST(am__quote)
+-AC_MSG_RESULT($_am_result)
++AC_SUBST([am__include])
++AC_SUBST([am__quote])
++AC_MSG_RESULT([$_am_result])
+ rm -f confinc confmf
+ ])
+ 
++# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+ 
+-# Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
++# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
++# 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.
+ 
+-# 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
++# serial 4
+ 
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
++# AM_MISSING_PROG(NAME, PROGRAM)
++# ------------------------------
++AC_DEFUN([AM_MISSING_PROG],
++[AC_REQUIRE([AM_MISSING_HAS_RUN])
++$1=${$1-"${am_missing_run}$2"}
++AC_SUBST($1)])
++
++
++# AM_MISSING_HAS_RUN
++# ------------------
++# Define MISSING if not defined so far and test if it supports --run.
++# If it does, set am_missing_run to use it, otherwise, to nothing.
++AC_DEFUN([AM_MISSING_HAS_RUN],
++[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
++test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
++# Use eval to expand $SHELL
++if eval "$MISSING --run true"; then
++  am_missing_run="$MISSING --run "
++else
++  am_missing_run=
++  AC_MSG_WARN([`missing' script is too old or missing])
++fi
++])
++
++# Copyright (C) 2003, 2004, 2005  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_PROG_MKDIR_P
++# ---------------
++# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
++#
++# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
++# created by `make install' are always world readable, even if the
++# installer happens to have an overly restrictive umask (e.g. 077).
++# This was a mistake.  There are at least two reasons why we must not
++# use `-m 0755':
++#   - it causes special bits like SGID to be ignored,
++#   - it may be too restrictive (some setups expect 775 directories).
++#
++# Do not use -m 0755 and let people choose whatever they expect by
++# setting umask.
++#
++# We cannot accept any implementation of `mkdir' that recognizes `-p'.
++# Some implementations (such as Solaris 8's) are not thread-safe: if a
++# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
++# concurrently, both version can detect that a/ is missing, but only
++# one can create it and the other will error out.  Consequently we
++# restrict ourselves to GNU make (using the --version option ensures
++# this.)
++AC_DEFUN([AM_PROG_MKDIR_P],
++[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
++  # We used to keeping the `.' as first argument, in order to
++  # allow $(mkdir_p) to be used without argument.  As in
++  #   $(mkdir_p) $(somedir)
++  # where $(somedir) is conditionally defined.  However this is wrong
++  # for two reasons:
++  #  1. if the package is installed by a user who cannot write `.'
++  #     make install will fail,
++  #  2. the above comment should most certainly read
++  #     $(mkdir_p) $(DESTDIR)$(somedir)
++  #     so it does not work when $(somedir) is undefined and
++  #     $(DESTDIR) is not.
++  #  To support the latter case, we have to write
++  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
++  #  so the `.' trick is pointless.
++  mkdir_p='mkdir -p --'
++else
++  # On NextStep and OpenStep, the `mkdir' command does not
++  # recognize any option.  It will interpret all options as
++  # directories to create, and then abort because `.' already
++  # exists.
++  for d in ./-p ./--version;
++  do
++    test -d $d && rmdir $d
++  done
++  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
++  if test -f "$ac_aux_dir/mkinstalldirs"; then
++    mkdir_p='$(mkinstalldirs)'
++  else
++    mkdir_p='$(install_sh) -d'
++  fi
++fi
++AC_SUBST([mkdir_p])])
++
++# Helper functions for option handling.                     -*- Autoconf -*-
++
++# Copyright (C) 2001, 2002, 2003, 2005  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.
+ 
+ # serial 3
+ 
+-AC_PREREQ(2.50)
++# _AM_MANGLE_OPTION(NAME)
++# -----------------------
++AC_DEFUN([_AM_MANGLE_OPTION],
++[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+ 
+-# AM_PROG_LEX
+-# -----------
+-# Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
+-# "missing" invocation, for better error output.
+-AC_DEFUN([AM_PROG_LEX],
+-[AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
+-AC_REQUIRE([AC_PROG_LEX])dnl
+-if test "$LEX" = :; then
+-  LEX=${am_missing_run}flex
+-fi])
+-
+-# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
+-
+-# Copyright 1996, 1997, 2000, 2001 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
+-# the Free Software Foundation; either version 2, or (at your option)
+-# any later version.
++# _AM_SET_OPTION(NAME)
++# ------------------------------
++# Set option NAME.  Presently that only means defining a flag for this option.
++AC_DEFUN([_AM_SET_OPTION],
++[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+ 
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-# 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, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+-# 02111-1307, USA.
++# _AM_SET_OPTIONS(OPTIONS)
++# ----------------------------------
++# OPTIONS is a space-separated list of Automake options.
++AC_DEFUN([_AM_SET_OPTIONS],
++[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+ 
+-AC_PREREQ([2.52])
++# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
++# -------------------------------------------
++# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
++AC_DEFUN([_AM_IF_OPTION],
++[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+ 
+-# serial 6
++# Check to make sure that the build environment is sane.    -*- Autoconf -*-
+ 
+-# When config.status generates a header, we must update the stamp-h file.
+-# This file resides in the same directory as the config header
+-# that is generated.  We must strip everything past the first ":",
+-# and everything past the last "/".
++# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
++# 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_DIRNAME(PATH)
+-# -----------------
+-# Like AS_DIRNAME, only do it during macro expansion
+-AC_DEFUN([_AM_DIRNAME],
+-       [m4_if(regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
+-	      m4_if(regexp([$1], [^//\([^/]\|$\)]), -1,
+-		    m4_if(regexp([$1], [^/.*]), -1,
+-			  [.],
+-			  patsubst([$1], [^\(/\).*], [\1])),
+-		    patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
+-	      patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
+-])# _AM_DIRNAME
+-
+-
+-# The stamp files are numbered to have different names.
+-# We could number them on a directory basis, but that's additional
+-# complications, let's have a unique counter.
+-m4_define([_AM_STAMP_Count], [0])
++# serial 4
+ 
++# AM_SANITY_CHECK
++# ---------------
++AC_DEFUN([AM_SANITY_CHECK],
++[AC_MSG_CHECKING([whether build environment is sane])
++# Just in case
++sleep 1
++echo timestamp > conftest.file
++# Do `set' in a subshell so we don't clobber the current shell's
++# arguments.  Must try -L first in case configure is actually a
++# symlink; some systems play weird games with the mod time of symlinks
++# (eg FreeBSD returns the mod time of the symlink's containing
++# directory).
++if (
++   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
++   if test "$[*]" = "X"; then
++      # -L didn't work.
++      set X `ls -t $srcdir/configure conftest.file`
++   fi
++   rm -f conftest.file
++   if test "$[*]" != "X $srcdir/configure conftest.file" \
++      && test "$[*]" != "X conftest.file $srcdir/configure"; then
+ 
+-# _AM_STAMP(HEADER)
+-# -----------------
+-# The name of the stamp file for HEADER.
+-AC_DEFUN([_AM_STAMP],
+-[m4_define([_AM_STAMP_Count], m4_incr(_AM_STAMP_Count))dnl
+-AS_ESCAPE(_AM_DIRNAME(patsubst([$1],
+-                               [:.*])))/stamp-h[]_AM_STAMP_Count])
+-
+-
+-# _AM_CONFIG_HEADER(HEADER[:SOURCES], COMMANDS, INIT-COMMANDS)
+-# ------------------------------------------------------------
+-# We used to try to get a real timestamp in stamp-h.  But the fear is that
+-# that will cause unnecessary cvs conflicts.
+-AC_DEFUN([_AM_CONFIG_HEADER],
+-[# Add the stamp file to the list of files AC keeps track of,
+-# along with our hook.
+-AC_CONFIG_HEADERS([$1],
+-                  [# update the timestamp
+-echo 'timestamp for $1' >"_AM_STAMP([$1])"
+-$2],
+-                  [$3])
+-])# _AM_CONFIG_HEADER
+-
+-
+-# AM_CONFIG_HEADER(HEADER[:SOURCES]..., COMMANDS, INIT-COMMANDS)
+-# --------------------------------------------------------------
+-AC_DEFUN([AM_CONFIG_HEADER],
+-[AC_FOREACH([_AM_File], [$1], [_AM_CONFIG_HEADER(_AM_File, [$2], [$3])])
+-])# AM_CONFIG_HEADER
++      # If neither matched, then we have a broken ls.  This can happen
++      # if, for instance, CONFIG_SHELL is bash and it inherits a
++      # broken ls alias from the environment.  This has actually
++      # happened.  Such a system could not be considered "sane".
++      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
++alias in your environment])
++   fi
++
++   test "$[2]" = conftest.file
++   )
++then
++   # Ok.
++   :
++else
++   AC_MSG_ERROR([newly created file is older than distributed files!
++Check your system clock])
++fi
++AC_MSG_RESULT(yes)])
++
++# Copyright (C) 2001, 2003, 2005  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_PROG_INSTALL_STRIP
++# ---------------------
++# One issue with vendor `install' (even GNU) is that you can't
++# specify the program used to strip binaries.  This is especially
++# annoying in cross-compiling environments, where the build's strip
++# is unlikely to handle the host's binaries.
++# Fortunately install-sh will honor a STRIPPROG variable, so we
++# always use install-sh in `make install-strip', and initialize
++# STRIPPROG with the value of the STRIP variable (set by the user).
++AC_DEFUN([AM_PROG_INSTALL_STRIP],
++[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
++# Installed binaries are usually stripped using `strip' when the user
++# run `make install-strip'.  However `strip' might not be the right
++# tool to use in cross-compilation environments, therefore Automake
++# will honor the `STRIP' environment variable to overrule this program.
++dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
++if test "$cross_compiling" != no; then
++  AC_CHECK_TOOL([STRIP], [strip], :)
++fi
++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
++AC_SUBST([INSTALL_STRIP_PROGRAM])])
++
++# Check how to create a tarball.                            -*- Autoconf -*-
++
++# Copyright (C) 2004, 2005  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.
++
++# serial 2
++
++# _AM_PROG_TAR(FORMAT)
++# --------------------
++# Check how to create a tarball in format FORMAT.
++# FORMAT should be one of `v7', `ustar', or `pax'.
++#
++# Substitute a variable $(am__tar) that is a command
++# writing to stdout a FORMAT-tarball containing the directory
++# $tardir.
++#     tardir=directory && $(am__tar) > result.tar
++#
++# Substitute a variable $(am__untar) that extract such
++# a tarball read from stdin.
++#     $(am__untar) < result.tar
++AC_DEFUN([_AM_PROG_TAR],
++[# Always define AMTAR for backward compatibility.
++AM_MISSING_PROG([AMTAR], [tar])
++m4_if([$1], [v7],
++     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
++     [m4_case([$1], [ustar],, [pax],,
++              [m4_fatal([Unknown tar format])])
++AC_MSG_CHECKING([how to create a $1 tar archive])
++# Loop over all known methods to create a tar archive until one works.
++_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
++_am_tools=${am_cv_prog_tar_$1-$_am_tools}
++# Do not fold the above two line into one, because Tru64 sh and
++# Solaris sh will not grok spaces in the rhs of `-'.
++for _am_tool in $_am_tools
++do
++  case $_am_tool in
++  gnutar)
++    for _am_tar in tar gnutar gtar;
++    do
++      AM_RUN_LOG([$_am_tar --version]) && break
++    done
++    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
++    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
++    am__untar="$_am_tar -xf -"
++    ;;
++  plaintar)
++    # Must skip GNU tar: if it does not support --format= it doesn't create
++    # ustar tarball either.
++    (tar --version) >/dev/null 2>&1 && continue
++    am__tar='tar chf - "$$tardir"'
++    am__tar_='tar chf - "$tardir"'
++    am__untar='tar xf -'
++    ;;
++  pax)
++    am__tar='pax -L -x $1 -w "$$tardir"'
++    am__tar_='pax -L -x $1 -w "$tardir"'
++    am__untar='pax -r'
++    ;;
++  cpio)
++    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
++    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
++    am__untar='cpio -i -H $1 -d'
++    ;;
++  none)
++    am__tar=false
++    am__tar_=false
++    am__untar=false
++    ;;
++  esac
++
++  # If the value was cached, stop now.  We just wanted to have am__tar
++  # and am__untar set.
++  test -n "${am_cv_prog_tar_$1}" && break
++
++  # tar/untar a dummy directory, and stop if the command works
++  rm -rf conftest.dir
++  mkdir conftest.dir
++  echo GrepMe > conftest.dir/file
++  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
++  rm -rf conftest.dir
++  if test -s conftest.tar; then
++    AM_RUN_LOG([$am__untar <conftest.tar])
++    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
++  fi
++done
++rm -rf conftest.dir
++
++AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
++AC_MSG_RESULT([$am_cv_prog_tar_$1])])
++AC_SUBST([am__tar])
++AC_SUBST([am__untar])
++]) # _AM_PROG_TAR
+ 
++m4_include([acinclude.m4])
+diff -Nrua koffice-1.4.2.orig/admin/acinclude.m4.in.orig koffice-1.4.2/admin/acinclude.m4.in.orig
+--- koffice-1.4.2.orig/admin/acinclude.m4.in.orig	1970-01-01 01:00:00.000000000 +0100
++++ koffice-1.4.2/admin/acinclude.m4.in.orig	2005-11-11 17:32:35.000000000 +0100
+@@ -0,0 +1,5763 @@
++##   -*- autoconf -*-
++
++dnl    This file is part of the KDE libraries/packages
++dnl    Copyright (C) 1997 Janos Farkas (chexum at shadow.banki.hu)
++dnl              (C) 1997,98,99 Stephan Kulow (coolo at kde.org)
++
++dnl    This file is free software; you can redistribute it and/or
++dnl    modify it under the terms of the GNU Library General Public
++dnl    License as published by the Free Software Foundation; either
++dnl    version 2 of the License, or (at your option) any later version.
++
++dnl    This library is distributed in the hope that it will be useful,
++dnl    but WITHOUT ANY WARRANTY; without even the implied warranty of
++dnl    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++dnl    Library General Public License for more details.
++
++dnl    You should have received a copy of the GNU Library General Public License
++dnl    along with this library; see the file COPYING.LIB.  If not, write to
++dnl    the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
++dnl    Boston, MA 02110-1301, USA.
++
++dnl IMPORTANT NOTE:
++dnl Please do not modify this file unless you expect your modifications to be
++dnl carried into every other module in the repository. 
++dnl
++dnl Single-module modifications are best placed in configure.in for kdelibs
++dnl and kdebase or configure.in.in if present.
++
++# KDE_PATH_X_DIRECT
++dnl Internal subroutine of AC_PATH_X.
++dnl Set ac_x_includes and/or ac_x_libraries.
++AC_DEFUN([KDE_PATH_X_DIRECT],
++[
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++if test "$ac_x_includes" = NO; then
++  # Guess where to find include files, by looking for this one X11 .h file.
++  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
++
++  # First, try using that file with no special directory specified.
++AC_TRY_CPP([#include <$x_direct_test_include>],
++[# We can compile using X headers with no special include directory.
++ac_x_includes=],
++[# Look for the header file in a standard set of common directories.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++  for ac_dir in               \
++    /usr/X11/include          \
++    /usr/X11R6/include        \
++    /usr/X11R5/include        \
++    /usr/X11R4/include        \
++                              \
++    /usr/include/X11          \
++    /usr/include/X11R6        \
++    /usr/include/X11R5        \
++    /usr/include/X11R4        \
++                              \
++    /usr/local/X11/include    \
++    /usr/local/X11R6/include  \
++    /usr/local/X11R5/include  \
++    /usr/local/X11R4/include  \
++                              \
++    /usr/local/include/X11    \
++    /usr/local/include/X11R6  \
++    /usr/local/include/X11R5  \
++    /usr/local/include/X11R4  \
++                              \
++    /usr/X386/include         \
++    /usr/x386/include         \
++    /usr/XFree86/include/X11  \
++                              \
++    /usr/include              \
++    /usr/local/include        \
++    /usr/unsupported/include  \
++    /usr/athena/include       \
++    /usr/local/x11r5/include  \
++    /usr/lpp/Xamples/include  \
++                              \
++    /usr/openwin/include      \
++    /usr/openwin/share/include \
++    ; \
++  do
++    if test -r "$ac_dir/$x_direct_test_include"; then
++      ac_x_includes=$ac_dir
++      break
++    fi
++  done])
++fi # $ac_x_includes = NO
++
++if test "$ac_x_libraries" = NO; then
++  # Check for the libraries.
++
++  test -z "$x_direct_test_library" && x_direct_test_library=Xt
++  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
++
++  # See if we find them without any special options.
++  # Don't add to $LIBS permanently.
++  ac_save_LIBS="$LIBS"
++  LIBS="-l$x_direct_test_library $LIBS"
++AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}(1)],
++[LIBS="$ac_save_LIBS"
++# We can link X programs with no special library path.
++ac_x_libraries=],
++[LIBS="$ac_save_LIBS"
++# First see if replacing the include by lib works.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
++    /usr/X11/lib${kdelibsuff}           \
++    /usr/X11R6/lib${kdelibsuff}         \
++    /usr/X11R5/lib${kdelibsuff}         \
++    /usr/X11R4/lib${kdelibsuff}         \
++                                        \
++    /usr/lib${kdelibsuff}/X11           \
++    /usr/lib${kdelibsuff}/X11R6         \
++    /usr/lib${kdelibsuff}/X11R5         \
++    /usr/lib${kdelibsuff}/X11R4         \
++                                        \
++    /usr/local/X11/lib${kdelibsuff}     \
++    /usr/local/X11R6/lib${kdelibsuff}   \
++    /usr/local/X11R5/lib${kdelibsuff}   \
++    /usr/local/X11R4/lib${kdelibsuff}   \
++                                        \
++    /usr/local/lib${kdelibsuff}/X11     \
++    /usr/local/lib${kdelibsuff}/X11R6   \
++    /usr/local/lib${kdelibsuff}/X11R5   \
++    /usr/local/lib${kdelibsuff}/X11R4   \
++                                        \
++    /usr/X386/lib${kdelibsuff}          \
++    /usr/x386/lib${kdelibsuff}          \
++    /usr/XFree86/lib${kdelibsuff}/X11   \
++                                        \
++    /usr/lib${kdelibsuff}               \
++    /usr/local/lib${kdelibsuff}         \
++    /usr/unsupported/lib${kdelibsuff}   \
++    /usr/athena/lib${kdelibsuff}        \
++    /usr/local/x11r5/lib${kdelibsuff}   \
++    /usr/lpp/Xamples/lib${kdelibsuff}   \
++    /lib/usr/lib${kdelibsuff}/X11       \
++                                        \
++    /usr/openwin/lib${kdelibsuff}       \
++    /usr/openwin/share/lib${kdelibsuff} \
++    ; \
++do
++dnl Don't even attempt the hair of trying to link an X program!
++  for ac_extension in a so sl; do
++    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
++      ac_x_libraries=$ac_dir
++      break 2
++    fi
++  done
++done])
++fi # $ac_x_libraries = NO
++])
++
++
++dnl ------------------------------------------------------------------------
++dnl Find a file (or one of more files in a list of dirs)
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([AC_FIND_FILE],
++[
++$3=NO
++for i in $2;
++do
++  for j in $1;
++  do
++    echo "configure: __oline__: $i/$j" >&AC_FD_CC
++    if test -r "$i/$j"; then
++      echo "taking that" >&AC_FD_CC
++      $3=$i
++      break 2
++    fi
++  done
++done
++])
++
++dnl KDE_FIND_PATH(program-name, variable-name, list-of-dirs,
++dnl	if-not-found, test-parameter, prepend-path)
++dnl
++dnl Look for program-name in list-of-dirs+$PATH.
++dnl If prepend-path is set, look in $PATH+list-of-dirs instead.
++dnl If found, $variable-name is set. If not, if-not-found is evaluated.
++dnl test-parameter: if set, the program is executed with this arg,
++dnl                 and only a successful exit code is required.
++AC_DEFUN([KDE_FIND_PATH],
++[
++   AC_MSG_CHECKING([for $1])
++   if test -n "$$2"; then
++        kde_cv_path="$$2";
++   else
++        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
++
++        AC_CACHE_VAL(kde_cv_path_$kde_cache,
++        [
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z "$6"; then  dnl Append dirs in PATH (default)
++	  dirs="$3 $dirs"
++        else  dnl Prepend dirs in PATH (if 6th arg is set)
++	  dirs="$dirs $3"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/$1"; then
++	    if test -n "$5"
++	    then
++              evalstr="$dir/$1 $5 2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/$1"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/$1"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        ])
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      AC_MSG_RESULT(not found)
++      $4
++   else
++      AC_MSG_RESULT($kde_cv_path)
++      $2=$kde_cv_path
++
++   fi
++])
++
++AC_DEFUN([KDE_MOC_ERROR_MESSAGE],
++[
++    AC_MSG_ERROR([No Qt meta object compiler (moc) found!
++Please check whether you installed Qt correctly.
++You need to have a running moc binary.
++configure tried to run $ac_cv_path_moc and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable MOC to the right one before running
++configure.
++])
++])
++
++AC_DEFUN([KDE_UIC_ERROR_MESSAGE],
++[
++    AC_MSG_WARN([No Qt ui compiler (uic) found!
++Please check whether you installed Qt correctly.
++You need to have a running uic binary.
++configure tried to run $ac_cv_path_uic and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable UIC to the right one before running
++configure.
++])
++])
++
++
++AC_DEFUN([KDE_CHECK_UIC_FLAG],
++[
++    AC_MSG_CHECKING([whether uic supports -$1 ])
++    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
++    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
++    [
++        cat >conftest.ui <<EOT
++        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
++EOT
++        ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null"
++        if AC_TRY_EVAL(ac_uic_testrun); then
++            eval "kde_cv_prog_uic_$kde_cache=yes"
++        else
++            eval "kde_cv_prog_uic_$kde_cache=no"
++        fi
++        rm -f conftest*
++    ])
++
++    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
++        AC_MSG_RESULT([yes])
++        :
++        $3
++    else
++        AC_MSG_RESULT([no])
++        :
++        $4
++    fi
++])
++
++
++dnl ------------------------------------------------------------------------
++dnl Find the meta object compiler and the ui compiler in the PATH,
++dnl in $QTDIR/bin, and some more usual places
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([AC_PATH_QT_MOC_UIC],
++[
++   AC_REQUIRE([KDE_CHECK_PERL])
++   qt_bindirs=""
++   for dir in $kde_qt_dirs; do
++      qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
++   done
++   qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
++   if test ! "$ac_qt_bindir" = "NO"; then
++      qt_bindirs="$ac_qt_bindir $qt_bindirs"
++   fi
++
++   KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
++   if test -z "$UIC_NOT_NEEDED"; then
++     KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""])
++     if test -z "$UIC_PATH" ; then
++       KDE_UIC_ERROR_MESSAGE
++       exit 1
++     else
++       UIC=$UIC_PATH
++
++       if test $kde_qtver = 3; then
++         KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no)
++         KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no)
++
++         if test x$ac_uic_supports_libpath = xyes; then
++             UIC="$UIC -L \$(kde_widgetdir)"
++         fi
++         if test x$ac_uic_supports_nounload = xyes; then
++             UIC="$UIC -nounload"
++         fi
++       fi
++     fi
++   else
++     UIC="echo uic not available: "
++   fi
++
++   AC_SUBST(MOC)
++   AC_SUBST(UIC)
++
++   UIC_TR="i18n"
++   if test $kde_qtver = 3; then
++     UIC_TR="tr2i18n"
++   fi
++
++   AC_SUBST(UIC_TR)
++])
++
++AC_DEFUN([KDE_1_CHECK_PATHS],
++[
++  KDE_1_CHECK_PATH_HEADERS
++
++  KDE_TEST_RPATH=
++
++  if test -n "$USE_RPATH"; then
++
++     if test -n "$kde_libraries"; then
++       KDE_TEST_RPATH="-R $kde_libraries"
++     fi
++
++     if test -n "$qt_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
++     fi
++
++     if test -n "$x_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
++     fi
++
++     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
++  fi
++
++AC_MSG_CHECKING([for KDE libraries installed])
++ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
++
++if AC_TRY_EVAL(ac_link) && test -s conftest; then
++  AC_MSG_RESULT(yes)
++else
++  AC_MSG_ERROR([your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log.])
++fi
++
++if eval `KDEDIR= ./conftest 2>&5`; then
++  kde_result=done
++else
++  kde_result=problems
++fi
++
++KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
++kde_have_all_paths=yes
++
++KDE_SET_PATHS($kde_result)
++
++])
++
++AC_DEFUN([KDE_SET_PATHS],
++[
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=$1"
++])
++
++AC_DEFUN([KDE_SET_DEFAULT_PATHS],
++[
++if test "$1" = "default"; then
++
++  if test -z "$kde_htmldir"; then
++    kde_htmldir='\${datadir}/doc/HTML'
++  fi
++  if test -z "$kde_appsdir"; then
++    kde_appsdir='\${datadir}/applnk'
++  fi
++  if test -z "$kde_icondir"; then
++    kde_icondir='\${datadir}/icons'
++  fi
++  if test -z "$kde_sounddir"; then
++    kde_sounddir='\${datadir}/sounds'
++  fi
++  if test -z "$kde_datadir"; then
++    kde_datadir='\${datadir}/apps'
++  fi
++  if test -z "$kde_locale"; then
++    kde_locale='\${datadir}/locale'
++  fi
++  if test -z "$kde_cgidir"; then
++    kde_cgidir='\${exec_prefix}/cgi-bin'
++  fi
++  if test -z "$kde_confdir"; then
++    kde_confdir='\${datadir}/config'
++  fi
++  if test -z "$kde_kcfgdir"; then
++    kde_kcfgdir='\${datadir}/config.kcfg'
++  fi
++  if test -z "$kde_mimedir"; then
++    kde_mimedir='\${datadir}/mimelnk'
++  fi
++  if test -z "$kde_toolbardir"; then
++    kde_toolbardir='\${datadir}/toolbar'
++  fi
++  if test -z "$kde_wallpaperdir"; then
++    kde_wallpaperdir='\${datadir}/wallpapers'
++  fi
++  if test -z "$kde_templatesdir"; then
++    kde_templatesdir='\${datadir}/templates'
++  fi
++  if test -z "$kde_bindir"; then
++    kde_bindir='\${exec_prefix}/bin'
++  fi
++  if test -z "$kde_servicesdir"; then
++    kde_servicesdir='\${datadir}/services'
++  fi
++  if test -z "$kde_servicetypesdir"; then
++    kde_servicetypesdir='\${datadir}/servicetypes'
++  fi
++  if test -z "$kde_moduledir"; then
++    if test "$kde_qtver" = "2"; then
++      kde_moduledir='\${libdir}/kde2'
++    else
++      kde_moduledir='\${libdir}/kde3'
++    fi
++  fi
++  if test -z "$kde_styledir"; then
++    kde_styledir='\${libdir}/kde3/plugins/styles'
++  fi
++  if test -z "$kde_widgetdir"; then
++    kde_widgetdir='\${libdir}/kde3/plugins/designer'
++  fi
++  if test -z "$xdg_appsdir"; then
++    xdg_appsdir='\${datadir}/applications/kde'
++  fi
++  if test -z "$xdg_menudir"; then
++    xdg_menudir='\${sysconfdir}/xdg/menus'
++  fi
++  if test -z "$xdg_directorydir"; then
++    xdg_directorydir='\${datadir}/desktop-directories'
++  fi
++
++  KDE_SET_PATHS(defaults)
++
++else
++
++  if test $kde_qtver = 1; then
++     AC_MSG_RESULT([compiling])
++     KDE_1_CHECK_PATHS
++  else
++     AC_MSG_ERROR([path checking not yet supported for KDE 2])
++  fi
++
++fi
++])
++
++AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS],
++[ if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
++   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
++   test -z "$kde_datadir" || test -z "$kde_locale"  ||
++   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
++   test -z "$kde_kcfgdir" ||
++   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
++   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
++   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
++   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
++   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
++   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
++   test "x$kde_have_all_paths" != "xyes"; then
++     kde_have_all_paths=no
++  fi
++])
++
++AC_DEFUN([KDE_MISSING_PROG_ERROR],
++[
++    AC_MSG_ERROR([The important program $1 was not found!
++Please check whether you installed KDE correctly.
++])
++])
++
++AC_DEFUN([KDE_MISSING_ARTS_ERROR],
++[
++    AC_MSG_ERROR([The important program $1 was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++])
++])
++
++AC_DEFUN([KDE_SET_DEFAULT_BINDIRS],
++[
++    kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
++    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
++    if test -n "$KDEDIRS"; then
++       kde_save_IFS=$IFS
++       IFS=:
++       for dir in $KDEDIRS; do
++            kde_default_bindirs="$dir/bin $kde_default_bindirs "
++       done
++       IFS=$kde_save_IFS
++    fi
++])
++
++AC_DEFUN([KDE_SUBST_PROGRAMS],
++[
++    AC_ARG_WITH(arts,
++        AC_HELP_STRING([--without-arts],[build without aRts [default=no]]),
++        [build_arts=$withval],
++        [build_arts=yes]
++    )
++    AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no")
++    if test "$build_arts" = "no"; then
++        AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts])
++    fi
++
++        KDE_SET_DEFAULT_BINDIRS
++        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
++        KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
++        KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
++        if test "$build_arts" '!=' "no"; then
++          KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
++          KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
++        fi
++        KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
++
++        kde32ornewer=1
++        kde33ornewer=1
++        if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
++            kde32ornewer=
++            kde33ornewer=
++        else
++            if test "$kde_qtver" = "3"; then
++              if test "$kde_qtsubver" -le 1; then
++                kde32ornewer=
++              fi
++              if test "$kde_qtsubver" -le 2 -o `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
++                kde33ornewer=
++              fi
++            fi
++        fi
++
++        if test -n "$kde32ornewer"; then
++            KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
++            KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
++        fi
++        if test -n "$kde33ornewer"; then
++            KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
++            AC_SUBST(MAKEKDEWIDGETS)
++        fi
++        KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
++
++        if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
++ 	    kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
++            test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
++            AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
++	    if test "$KDE_XSL_STYLESHEET" = "NO"; then
++		KDE_XSL_STYLESHEET=""
++	    else
++                KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
++	    fi
++        fi
++
++        DCOP_DEPENDENCIES='$(DCOPIDL)'
++        if test -n "$kde32ornewer"; then
++            KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
++            DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
++            AC_SUBST(KCONFIG_COMPILER)
++            AC_SUBST(KCFG_DEPENDENCIES)
++            AC_SUBST(DCOPIDLNG)
++        fi
++        AC_SUBST(DCOPIDL)
++        AC_SUBST(DCOPIDL2CPP)
++        AC_SUBST(DCOP_DEPENDENCIES)
++        AC_SUBST(MCOPIDL)
++        AC_SUBST(ARTSCCONFIG)
++	AC_SUBST(MEINPROC)
++ 	AC_SUBST(KDE_XSL_STYLESHEET)
++	AC_SUBST(XMLLINT)
++])dnl
++
++AC_DEFUN([AC_CREATE_KFSSTND],
++[
++AC_REQUIRE([AC_CHECK_RPATH])
++
++AC_MSG_CHECKING([for KDE paths])
++kde_result=""
++kde_cached_paths=yes
++AC_CACHE_VAL(kde_cv_all_paths,
++[
++  KDE_SET_DEFAULT_PATHS($1)
++  kde_cached_paths=no
++])
++eval "$kde_cv_all_paths"
++KDE_CHECK_PATHS_FOR_COMPLETENESS
++if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
++  # wrong values were cached, may be, we can set better ones
++  kde_result=
++  kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
++  kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
++  kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
++  kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
++  kde_have_all_paths=
++  kde_styledir=
++  kde_widgetdir=
++  xdg_appsdir = xdg_menudir= xdg_directorydir= 
++  KDE_SET_DEFAULT_PATHS($1)
++  eval "$kde_cv_all_paths"
++  KDE_CHECK_PATHS_FOR_COMPLETENESS
++  kde_result="$kde_result (cache overridden)"
++fi
++if test "$kde_have_all_paths" = "no"; then
++  AC_MSG_ERROR([configure could not run a little KDE program to test the environment.
++Since it had compiled and linked before, it must be a strange problem on your system.
++Look at config.log for details. If you are not able to fix this, look at
++http://www.kde.org/faq/installation.html or any www.kde.org mirror.
++(If you're using an egcs version on Linux, you may update binutils!)
++])
++else
++  rm -f conftest*
++  AC_MSG_RESULT($kde_result)
++fi
++
++bindir=$kde_bindir
++
++KDE_SUBST_PROGRAMS
++
++])
++
++AC_DEFUN([AC_SUBST_KFSSTND],
++[
++AC_SUBST(kde_htmldir)
++AC_SUBST(kde_appsdir)
++AC_SUBST(kde_icondir)
++AC_SUBST(kde_sounddir)
++AC_SUBST(kde_datadir)
++AC_SUBST(kde_locale)
++AC_SUBST(kde_confdir)
++AC_SUBST(kde_kcfgdir)
++AC_SUBST(kde_mimedir)
++AC_SUBST(kde_wallpaperdir)
++AC_SUBST(kde_bindir)
++dnl X Desktop Group standards
++AC_SUBST(xdg_appsdir)
++AC_SUBST(xdg_menudir)
++AC_SUBST(xdg_directorydir)
++dnl for KDE 2
++AC_SUBST(kde_templatesdir)
++AC_SUBST(kde_servicesdir)
++AC_SUBST(kde_servicetypesdir)
++AC_SUBST(kde_moduledir)
++AC_SUBST(kdeinitdir, '$(kde_moduledir)')
++AC_SUBST(kde_styledir)
++AC_SUBST(kde_widgetdir)
++if test "$kde_qtver" = 1; then
++  kde_minidir="$kde_icondir/mini"
++else
++# for KDE 1 - this breaks KDE2 apps using minidir, but
++# that's the plan ;-/
++  kde_minidir="/dev/null"
++fi
++dnl AC_SUBST(kde_minidir)
++dnl AC_SUBST(kde_cgidir)
++dnl AC_SUBST(kde_toolbardir)
++])
++
++AC_DEFUN([KDE_MISC_TESTS],
++[
++   dnl Checks for libraries.
++   AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD 
++   AC_SUBST(LIBUTIL)
++   AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
++   AC_SUBST(LIBCOMPAT)
++   kde_have_crypt=
++   AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes],
++      AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [
++        AC_MSG_WARN([you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support])
++	kde_have_crypt=no
++      ]))
++   AC_SUBST(LIBCRYPT)
++   if test $kde_have_crypt = yes; then
++      AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function])
++   fi
++   AC_CHECK_SOCKLEN_T
++   AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
++   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
++      AC_CHECK_LIB(dnet_stub, dnet_ntoa,
++        [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
++   fi
++   AC_CHECK_FUNC(inet_ntoa)
++   if test $ac_cv_func_inet_ntoa = no; then
++     AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl")
++   fi
++   AC_CHECK_FUNC(connect)
++   if test $ac_cv_func_connect = no; then
++      AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,
++        $X_EXTRA_LIBS)
++   fi
++
++   AC_CHECK_FUNC(remove)
++   if test $ac_cv_func_remove = no; then
++      AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
++   fi
++
++   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
++   AC_CHECK_FUNC(shmat, ,
++     AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"))
++   
++   # more headers that need to be explicitly included on darwin
++   AC_CHECK_HEADERS(sys/types.h stdint.h)
++
++   # sys/bitypes.h is needed for uint32_t and friends on Tru64
++   AC_CHECK_HEADERS(sys/bitypes.h)
++
++   # darwin requires a poll emulation library
++   AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll")
++
++   # for some image handling on Mac OS X
++   AC_CHECK_HEADERS(Carbon/Carbon.h)
++
++   # CoreAudio framework
++   AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
++     AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
++     FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
++   ])
++
++   AC_CHECK_RES_INIT
++   AC_SUBST(LIB_POLL)
++   AC_SUBST(FRAMEWORK_COREAUDIO)
++   LIBSOCKET="$X_EXTRA_LIBS"
++   AC_SUBST(LIBSOCKET)
++   AC_SUBST(X_EXTRA_LIBS)
++   AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4
++   AC_SUBST(LIBUCB)
++
++   case $host in  dnl this *is* LynxOS specific
++   *-*-lynxos* )
++        AC_MSG_CHECKING([LynxOS header file wrappers])
++        [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"]
++        AC_MSG_RESULT(disabled)
++        AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS
++         ;;
++    esac
++
++   KDE_CHECK_TYPES
++   KDE_CHECK_LIBDL
++   KDE_CHECK_STRLCPY
++
++# darwin needs this to initialize the environment
++AC_CHECK_HEADERS(crt_externs.h)
++AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
++ 
++AH_VERBATIM(_DARWIN_ENVIRON,
++[
++#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
++# include <sys/time.h>
++# include <crt_externs.h>
++# define environ (*_NSGetEnviron())
++#endif
++])
++
++AH_VERBATIM(_AIX_STRINGS_H_BZERO,
++[
++/*
++ * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
++ * that defines bzero.
++ */
++
++#if defined(_AIX)
++#include <strings.h>
++#endif
++])
++
++AC_CHECK_FUNCS([vsnprintf snprintf])
++
++AH_VERBATIM(_TRU64,[
++/*
++ * On HP-UX, the declaration of vsnprintf() is needed every time !
++ */
++
++#if !defined(HAVE_VSNPRINTF) || defined(hpux)
++#if __STDC__
++#include <stdarg.h>
++#include <stdlib.h>
++#else
++#include <varargs.h>
++#endif
++#ifdef __cplusplus
++extern "C"
++#endif
++int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
++#ifdef __cplusplus
++extern "C"
++#endif
++int snprintf(char *str, size_t n, char const *fmt, ...);
++#endif
++])
++
++])
++
++dnl ------------------------------------------------------------------------
++dnl Find the header files and libraries for X-Windows. Extended the
++dnl macro AC_PATH_X
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([K_PATH_X],
++[
++AC_REQUIRE([KDE_MISC_TESTS])dnl
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++AC_ARG_ENABLE(
++  embedded,
++  AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]),
++  kde_use_qt_emb=$enableval,
++  kde_use_qt_emb=no
++)
++
++AC_ARG_ENABLE(
++  qtopia,
++  AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]),
++  kde_use_qt_emb_palm=$enableval,
++  kde_use_qt_emb_palm=no
++)
++
++AC_ARG_ENABLE(
++  mac,
++  AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]),
++  kde_use_qt_mac=$enableval,
++  kde_use_qt_mac=no
++)
++
++# used to disable x11-specific stuff on special platforms
++AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no")
++
++if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
++
++AC_MSG_CHECKING(for X)
++
++AC_CACHE_VAL(kde_cv_have_x,
++[# One or both of the vars are not set, and there is no cached value.
++if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
++   kde_x_includes=NO
++else
++   kde_x_includes=$x_includes
++fi
++if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
++   kde_x_libraries=NO
++else
++   kde_x_libraries=$x_libraries
++fi
++
++# below we use the standard autoconf calls
++ac_x_libraries=$kde_x_libraries
++ac_x_includes=$kde_x_includes
++
++KDE_PATH_X_DIRECT
++dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries.
++dnl Unfortunately, if compiling with the N32 ABI, this is not the correct
++dnl location. The correct location is /usr/lib32 or an undefined value
++dnl (the linker is smart enough to pick the correct default library).
++dnl Things work just fine if you use just AC_PATH_X_DIRECT.
++dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to
++dnl /usr/openwin/include, which doesn't work. /usr/include does work, so
++dnl x_includes should be left alone.
++case "$host" in
++mips-sgi-irix6*)
++  ;;
++*-*-solaris*)
++  ;;
++*)
++  _AC_PATH_X_XMKMF
++  if test -z "$ac_x_includes"; then
++    ac_x_includes="."
++  fi
++  if test -z "$ac_x_libraries"; then
++    ac_x_libraries="/usr/lib${kdelibsuff}"
++  fi
++esac
++#from now on we use our own again
++
++# when the user already gave --x-includes, we ignore
++# what the standard autoconf macros told us.
++if test "$kde_x_includes" = NO; then
++  kde_x_includes=$ac_x_includes
++fi
++
++# for --x-libraries too
++if test "$kde_x_libraries" = NO; then
++  kde_x_libraries=$ac_x_libraries
++fi
++
++if test "$kde_x_includes" = NO; then
++  AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!])
++fi
++
++if test "$kde_x_libraries" = NO; then
++  AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!])
++fi
++
++# Record where we found X for the cache.
++kde_cv_have_x="have_x=yes \
++         kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
++])dnl
++
++eval "$kde_cv_have_x"
++
++if test "$have_x" != yes; then
++  AC_MSG_RESULT($have_x)
++  no_x=yes
++else
++  AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes])
++fi
++
++if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
++  X_INCLUDES=""
++  x_includes="."; dnl better than nothing :-
++ else
++  x_includes=$kde_x_includes
++  X_INCLUDES="-I$x_includes"
++fi
++
++if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then
++  X_LDFLAGS=""
++  x_libraries="/usr/lib"; dnl better than nothing :-
++ else
++  x_libraries=$kde_x_libraries
++  X_LDFLAGS="-L$x_libraries"
++fi
++all_includes="$X_INCLUDES"
++all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
++
++# Check for libraries that X11R6 Xt/Xaw programs need.
++ac_save_LDFLAGS="$LDFLAGS"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
++# check for ICE first), but we must link in the order -lSM -lICE or
++# we get undefined symbols.  So assume we have SM if we have ICE.
++# These have to be linked with before -lX11, unlike the other
++# libraries we check for below, so use a different variable.
++#  --interran at uluru.Stanford.EDU, kb at cs.umb.edu.
++AC_CHECK_LIB(ICE, IceConnectionNumber,
++  [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS)
++LDFLAGS="$ac_save_LDFLAGS"
++
++LIB_X11='-lX11 $(LIBSOCKET)'
++
++AC_MSG_CHECKING(for libXext)
++AC_CACHE_VAL(kde_cv_have_libXext,
++[
++kde_ldflags_safe="$LDFLAGS"
++kde_libs_safe="$LIBS"
++
++LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
++LIBS="-lXext -lX11 $LIBSOCKET"
++
++AC_TRY_LINK([
++#include <stdio.h>
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++],
++[
++printf("hello Xext\n");
++],
++kde_cv_have_libXext=yes,
++kde_cv_have_libXext=no
++)
++
++LDFLAGS=$kde_ldflags_safe
++LIBS=$kde_libs_safe
++])
++
++AC_MSG_RESULT($kde_cv_have_libXext)
++
++if test "$kde_cv_have_libXext" = "no"; then
++  AC_MSG_ERROR([We need a working libXext to proceed. Since configure
++can't find it itself, we stop here assuming that make wouldn't find
++them either.])
++fi
++
++LIB_XEXT="-lXext"
++QTE_NORTTI=""
++
++elif test "$kde_use_qt_emb" = "yes"; then
++  dnl We're using QT Embedded
++  CPPFLAGS=-DQWS
++  CXXFLAGS="$CXXFLAGS -fno-rtti"
++  QTE_NORTTI="-fno-rtti -DQWS"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++elif test "$kde_use_qt_mac" = "yes"; then
++  dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to
++  dnl be included to get the information) --Sam
++  CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
++  CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++fi
++AC_SUBST(X_PRE_LIBS)
++AC_SUBST(LIB_X11)
++AC_SUBST(LIB_XRENDER)
++AC_SUBST(LIBSM)
++AC_SUBST(X_INCLUDES)
++AC_SUBST(X_LDFLAGS)
++AC_SUBST(x_includes)
++AC_SUBST(x_libraries)
++AC_SUBST(QTE_NORTTI)
++AC_SUBST(LIB_XEXT)
++
++])
++
++AC_DEFUN([KDE_PRINT_QT_PROGRAM],
++[
++AC_REQUIRE([KDE_USE_QT])
++cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qglobal.h>
++#include <qapplication.h>
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qevent.h>
++#include <qstring.h>
++#include <qstyle.h>
++EOF
++
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++#if QT_VERSION < 210
++#error 1
++#endif
++EOF
++fi
++fi
++
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qcursor.h>
++#include <qstylefactory.h>
++#include <private/qucomextra_p.h>
++EOF
++fi
++
++echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
++cat >> conftest.$ac_ext <<EOF
++#error 1
++#endif
++
++int main() {
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++    QStringList *t = new QStringList();
++    Q_UNUSED(t);
++EOF
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++    QString s;
++    s.setLatin1("Elvis is alive", 14);
++EOF
++fi
++fi
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++    (void)QStyleFactory::create(QString::null);
++    QCursor c(Qt::WhatsThisCursor);
++EOF
++fi
++cat >> conftest.$ac_ext <<EOF
++    return 0;
++}
++EOF
++])
++
++AC_DEFUN([KDE_USE_QT],
++[
++if test -z "$1"; then
++  # Current default Qt version: 3.3
++  kde_qtver=3
++  kde_qtsubver=3
++else
++  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
++  # following is the check if subversion isnt found in passed argument
++  if test "$kde_qtsubver" = "$1"; then
++    kde_qtsubver=1
++  fi
++  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
++  if test "$kde_qtver" = "1"; then
++    kde_qtsubver=42
++  fi
++fi
++
++if test -z "$2"; then
++  if test "$kde_qtver" = "2"; then
++    if test $kde_qtsubver -gt 0; then
++      kde_qt_minversion=">= Qt 2.2.2"
++    else
++      kde_qt_minversion=">= Qt 2.0.2"
++    fi
++  fi
++  if test "$kde_qtver" = "3"; then
++    if test $kde_qtsubver -gt 0; then
++	 if test $kde_qtsubver -gt 1; then
++	    if test $kde_qtsubver -gt 2; then
++		kde_qt_minversion=">= Qt 3.3 and < 4.0"
++	    else
++	        kde_qt_minversion=">= Qt 3.2 and < 4.0"
++	    fi
++	 else
++            kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
++         fi
++    else
++      kde_qt_minversion=">= Qt 3.0 and < 4.0"
++    fi
++  fi
++  if test "$kde_qtver" = "1"; then
++    kde_qt_minversion=">= 1.42 and < 2.0"
++  fi
++else
++   kde_qt_minversion="$2"
++fi
++
++if test -z "$3"; then
++   if test $kde_qtver = 3; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 0x03 at VER@00 && QT_VERSION < 0x040000"
++       qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
++       kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s, at VER@,$qtsubver,"`
++     else
++       kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
++     fi
++   fi
++   if test $kde_qtver = 2; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 222"
++     else
++       kde_qt_verstring="QT_VERSION >= 200"
++     fi
++   fi
++   if test $kde_qtver = 1; then
++    kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
++   fi
++else
++   kde_qt_verstring="$3"
++fi
++
++if test $kde_qtver = 4; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
++fi
++if test $kde_qtver = 3; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
++fi
++if test $kde_qtver = 2; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
++fi
++if test $kde_qtver = 1; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt"
++fi
++])
++
++AC_DEFUN([KDE_CHECK_QT_DIRECT],
++[
++AC_REQUIRE([KDE_USE_QT])
++AC_MSG_CHECKING([if Qt compiles without flags])
++AC_CACHE_VAL(kde_cv_qt_direct,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
++ac_LIBRARY_PATH="$LIBRARY_PATH"
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_includes"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
++else
++LIBS="$LIBQT $LIBSOCKET"
++fi
++LD_LIBRARY_PATH=
++export LD_LIBRARY_PATH
++LIBRARY_PATH=
++export LIBRARY_PATH
++
++KDE_PRINT_QT_PROGRAM
++
++if AC_TRY_EVAL(ac_link) && test -s conftest; then
++  kde_cv_qt_direct="yes"
++else
++  kde_cv_qt_direct="no"
++  echo "configure: failed program was:" >&AC_FD_CC
++  cat conftest.$ac_ext >&AC_FD_CC
++fi
++
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
++export LD_LIBRARY_PATH
++LIBRARY_PATH="$ac_LIBRARY_PATH"
++export LIBRARY_PATH
++AC_LANG_RESTORE
++])
++
++if test "$kde_cv_qt_direct" = "yes"; then
++  AC_MSG_RESULT(yes)
++  $1
++else
++  AC_MSG_RESULT(no)
++  $2
++fi
++])
++
++dnl ------------------------------------------------------------------------
++dnl Try to find the Qt headers and libraries.
++dnl $(QT_LDFLAGS) will be -Lqtliblocation (if needed)
++dnl and $(QT_INCLUDES) will be -Iqthdrlocation (if needed)
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([AC_PATH_QT_1_3],
++[
++AC_REQUIRE([K_PATH_X])
++AC_REQUIRE([KDE_USE_QT])
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++dnl ------------------------------------------------------------------------
++dnl Add configure flag to enable linking to MT version of Qt library.
++dnl ------------------------------------------------------------------------
++
++AC_ARG_ENABLE(
++  mt,
++  AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]),
++  kde_use_qt_mt=$enableval,
++  [
++    if test $kde_qtver = 3; then
++      kde_use_qt_mt=yes
++    else
++      kde_use_qt_mt=no
++    fi
++  ]
++)
++
++USING_QT_MT=""
++
++dnl ------------------------------------------------------------------------
++dnl If we not get --disable-qt-mt then adjust some vars for the host.
++dnl ------------------------------------------------------------------------
++
++KDE_MT_LDFLAGS=
++KDE_MT_LIBS=
++if test "x$kde_use_qt_mt" = "xyes"; then
++  KDE_CHECK_THREADING
++  if test "x$kde_use_threading" = "xyes"; then
++    CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
++    KDE_MT_LDFLAGS="$USE_THREADS"
++    KDE_MT_LIBS="$LIBPTHREAD"
++  else
++    kde_use_qt_mt=no
++  fi
++fi
++AC_SUBST(KDE_MT_LDFLAGS)
++AC_SUBST(KDE_MT_LIBS)
++
++kde_qt_was_given=yes
++
++dnl ------------------------------------------------------------------------
++dnl If we haven't been told how to link to Qt, we work it out for ourselves.
++dnl ------------------------------------------------------------------------
++if test -z "$LIBQT_GLOB"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    LIBQT_GLOB="libqte.*"
++  else
++    LIBQT_GLOB="libqt.*"
++  fi
++fi
++
++if test -z "$LIBQT"; then
++dnl ------------------------------------------------------------
++dnl If we got --enable-embedded then adjust the Qt library name.
++dnl ------------------------------------------------------------
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    qtlib="qte"
++  else
++    qtlib="qt"
++  fi
++
++  kde_int_qt="-l$qtlib"
++else
++  kde_int_qt="$LIBQT"
++  kde_lib_qt_set=yes
++fi
++
++if test -z "$LIBQPE"; then
++dnl ------------------------------------------------------------
++dnl If we got --enable-palmtop then add -lqpe to the link line
++dnl ------------------------------------------------------------
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    if test "x$kde_use_qt_emb_palm" = "xyes"; then
++      LIB_QPE="-lqpe"
++    else
++      LIB_QPE=""
++    fi
++  else
++    LIB_QPE=""
++  fi
++fi
++
++dnl ------------------------------------------------------------------------
++dnl If we got --enable-qt-mt then adjust the Qt library name for the host.
++dnl ------------------------------------------------------------------------
++
++if test "x$kde_use_qt_mt" = "xyes"; then
++  LIBQT="-l$qtlib-mt"
++  kde_int_qt="-l$qtlib-mt"
++  LIBQT_GLOB="lib$qtlib-mt.*"
++  USING_QT_MT="using -mt"
++else
++  LIBQT="-l$qtlib"
++fi
++
++if test $kde_qtver != 1; then
++
++  AC_REQUIRE([AC_FIND_PNG])
++  AC_REQUIRE([AC_FIND_JPEG])
++  LIBQT="$LIBQT $LIBPNG $LIBJPEG"
++fi
++
++if test $kde_qtver = 3; then
++  AC_REQUIRE([KDE_CHECK_LIBDL])
++  LIBQT="$LIBQT $LIBDL"
++fi
++
++AC_MSG_CHECKING([for Qt])
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
++fi
++ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
++qt_libraries=""
++qt_includes=""
++AC_ARG_WITH(qt-dir,
++    AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
++    [  ac_qt_includes="$withval"/include
++       ac_qt_libraries="$withval"/lib${kdelibsuff}
++       ac_qt_bindir="$withval"/bin
++    ])
++
++AC_ARG_WITH(qt-includes,
++    AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]),
++    [
++       ac_qt_includes="$withval"
++    ])
++
++kde_qt_libs_given=no
++
++AC_ARG_WITH(qt-libraries,
++    AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]),
++    [  ac_qt_libraries="$withval"
++       kde_qt_libs_given=yes
++    ])
++
++AC_CACHE_VAL(ac_cv_have_qt,
++[#try to guess Qt locations
++
++qt_incdirs=""
++for dir in $kde_qt_dirs; do
++   qt_incdirs="$qt_incdirs $dir/include $dir"
++done
++qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
++if test ! "$ac_qt_includes" = "NO"; then
++   qt_incdirs="$ac_qt_includes $qt_incdirs"
++fi
++
++if test "$kde_qtver" != "1"; then
++  kde_qt_header=qstyle.h
++else
++  kde_qt_header=qglobal.h
++fi
++
++AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir)
++ac_qt_includes="$qt_incdir"
++
++qt_libdirs=""
++for dir in $kde_qt_dirs; do
++   qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
++done
++qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
++if test ! "$ac_qt_libraries" = "NO"; then
++  qt_libdir=$ac_qt_libraries
++else
++  qt_libdirs="$ac_qt_libraries $qt_libdirs"
++  # if the Qt was given, the chance is too big that libqt.* doesn't exist
++  qt_libdir=NONE
++  for dir in $qt_libdirs; do
++    try="ls -1 $dir/${LIBQT_GLOB}"
++    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
++  done
++fi
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++    LIBQT="$LIBQT ${kde_int_qt}_incremental"
++    break
++  fi
++done
++
++ac_qt_libraries="$qt_libdir"
++
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
++LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
++LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
++
++KDE_PRINT_QT_PROGRAM
++
++if AC_TRY_EVAL(ac_link) && test -s conftest; then
++  rm -f conftest*
++else
++  echo "configure: failed program was:" >&AC_FD_CC
++  cat conftest.$ac_ext >&AC_FD_CC
++  ac_qt_libraries="NO"
++fi
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++AC_LANG_RESTORE
++if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
++  ac_cv_have_qt="have_qt=no"
++  ac_qt_notfound=""
++  missing_qt_mt=""
++  if test "$ac_qt_includes" = NO; then
++    if test "$ac_qt_libraries" = NO; then
++      ac_qt_notfound="(headers and libraries)";
++    else
++      ac_qt_notfound="(headers)";
++    fi
++  else
++    if test "x$kde_use_qt_mt" = "xyes"; then
++       missing_qt_mt="
++Make sure that you have compiled Qt with thread support!"
++       ac_qt_notfound="(library $qtlib-mt)";
++    else
++       ac_qt_notfound="(library $qtlib)";
++    fi
++  fi
++
++  AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
++For more details about this problem, look at the end of config.log.$missing_qt_mt])
++else
++  have_qt="yes"
++fi
++])
++
++eval "$ac_cv_have_qt"
++
++if test "$have_qt" != yes; then
++  AC_MSG_RESULT([$have_qt]);
++else
++  ac_cv_have_qt="have_qt=yes \
++    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
++  AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT])
++
++  qt_libraries="$ac_qt_libraries"
++  qt_includes="$ac_qt_includes"
++fi
++
++if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
++     KDE_CHECK_QT_DIRECT(qt_libraries= ,[])
++fi
++
++AC_SUBST(qt_libraries)
++AC_SUBST(qt_includes)
++
++if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
++ QT_INCLUDES=""
++else
++ QT_INCLUDES="-I$qt_includes"
++ all_includes="$QT_INCLUDES $all_includes"
++fi
++
++if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
++ QT_LDFLAGS=""
++else
++ QT_LDFLAGS="-L$qt_libraries"
++ all_libraries="$QT_LDFLAGS $all_libraries"
++fi
++test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
++
++AC_SUBST(QT_INCLUDES)
++AC_SUBST(QT_LDFLAGS)
++AC_PATH_QT_MOC_UIC
++
++KDE_CHECK_QT_JPEG
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
++else
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
++fi
++test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++     LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
++     break
++  fi
++done
++
++AC_SUBST(LIB_QT)
++AC_SUBST(LIB_QPE)
++
++AC_SUBST(kde_qtver)
++])
++
++AC_DEFUN([AC_PATH_QT],
++[
++AC_PATH_QT_1_3
++])
++
++AC_DEFUN([KDE_CHECK_UIC_PLUGINS],
++[
++AC_REQUIRE([AC_PATH_QT_MOC_UIC])
++
++if test x$ac_uic_supports_libpath = xyes; then
++
++AC_MSG_CHECKING([if UIC has KDE plugins available])
++AC_CACHE_VAL(kde_cv_uic_plugins,
++[
++cat > actest.ui << EOF
++<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
++<class>NewConnectionDialog</class>
++<widget class="QDialog">
++   <widget class="KLineEdit">
++        <property name="name">
++           <cstring>testInput</cstring>
++        </property>
++   </widget>
++</widget>
++</UI>
++EOF
++       
++
++
++kde_cv_uic_plugins=no
++kde_line="$UIC_PATH -L $kde_widgetdir"
++if test x$ac_uic_supports_nounload = xyes; then
++   kde_line="$kde_line -nounload"
++fi
++kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
++if AC_TRY_EVAL(kde_line); then
++	# if you're trying to debug this check and think it's incorrect,
++	# better check your installation. The check _is_ correct - your
++	# installation is not.
++	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
++		kde_cv_uic_plugins=yes
++	fi
++fi
++rm -f actest.ui actest.cpp
++])
++
++AC_MSG_RESULT([$kde_cv_uic_plugins])
++if test "$kde_cv_uic_plugins" != yes; then
++	AC_MSG_ERROR([
++you need to install kdelibs first.
++
++If you did install kdelibs, then the Qt version that is picked up by
++this configure is not the same version you used to compile kdelibs. 
++The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
++_same Qt version_, compiled with the _same compiler_ and the same Qt
++configuration settings.
++])
++fi
++fi
++])
++
++AC_DEFUN([KDE_CHECK_FINAL],
++[
++  AC_ARG_ENABLE(final,
++	AC_HELP_STRING([--enable-final],
++		       [build size optimized apps (experimental - needs lots of memory)]),
++	kde_use_final=$enableval, kde_use_final=no)
++
++  if test "x$kde_use_final" = "xyes"; then
++      KDE_USE_FINAL_TRUE=""
++      KDE_USE_FINAL_FALSE="#"
++   else
++      KDE_USE_FINAL_TRUE="#"
++      KDE_USE_FINAL_FALSE=""
++  fi
++  AC_SUBST(KDE_USE_FINAL_TRUE)
++  AC_SUBST(KDE_USE_FINAL_FALSE)
++])
++
++AC_DEFUN([KDE_CHECK_CLOSURE],
++[
++  AC_ARG_ENABLE(closure,
++		AC_HELP_STRING([--enable-closure],[delay template instantiation]),
++  	kde_use_closure=$enableval, kde_use_closure=no)
++
++  KDE_NO_UNDEFINED=""
++  if test "x$kde_use_closure" = "xyes"; then
++       KDE_USE_CLOSURE_TRUE=""
++       KDE_USE_CLOSURE_FALSE="#"
++#       CXXFLAGS="$CXXFLAGS $REPO"
++  else
++       KDE_USE_CLOSURE_TRUE="#"
++       KDE_USE_CLOSURE_FALSE=""
++       KDE_NO_UNDEFINED=""
++  fi
++  AC_SUBST(KDE_USE_CLOSURE_TRUE)
++  AC_SUBST(KDE_USE_CLOSURE_FALSE)
++  AC_SUBST(KDE_NO_UNDEFINED)
++])
++
++dnl Check if the linker supports --enable-new-dtags and --as-needed
++AC_DEFUN([KDE_CHECK_NEW_LDFLAGS],
++[
++  AC_ARG_ENABLE(new_ldflags,
++		AC_HELP_STRING([--enable-new-ldflags],
++		[enable the new linker flags]),
++	kde_use_new_ldflags=$enableval, 
++	kde_use_new_ldflags=no)
++
++  LDFLAGS_AS_NEEDED=""
++  LDFLAGS_NEW_DTAGS=""
++  if test "x$kde_use_new_ldflags" = "xyes"; then
++       LDFLAGS_NEW_DTAGS=""
++       KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags],
++		[LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],)
++
++       KDE_CHECK_COMPILER_FLAG([Wl,--as-needed],
++		[LDFLAGS_AS_NEEDED="-Wl,--as-needed"],)
++  fi
++  AC_SUBST(LDFLAGS_AS_NEEDED)
++  AC_SUBST(LDFLAGS_NEW_DTAGS)
++])
++
++AC_DEFUN([KDE_CHECK_NMCHECK],
++[
++  AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]),
++	kde_use_nmcheck=$enableval, kde_use_nmcheck=no)
++
++  if test "$kde_use_nmcheck" = "yes"; then
++      KDE_USE_NMCHECK_TRUE=""
++      KDE_USE_NMCHECK_FALSE="#"
++   else
++      KDE_USE_NMCHECK_TRUE="#"
++      KDE_USE_NMCHECK_FALSE=""
++  fi
++  AC_SUBST(KDE_USE_NMCHECK_TRUE)
++  AC_SUBST(KDE_USE_NMCHECK_FALSE)
++])
++
++AC_DEFUN([KDE_EXPAND_MAKEVAR], [
++savex=$exec_prefix
++test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++tmp=$$2
++while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done
++exec_prefix=$savex
++])
++
++dnl ------------------------------------------------------------------------
++dnl Now, the same with KDE
++dnl $(KDE_LDFLAGS) will be the kdeliblocation (if needed)
++dnl and $(kde_includes) will be the kdehdrlocation (if needed)
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([AC_BASE_PATH_KDE],
++[
++AC_REQUIRE([KDE_CHECK_STL])
++AC_REQUIRE([AC_PATH_QT])dnl
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++AC_CHECK_RPATH
++AC_MSG_CHECKING([for KDE])
++
++if test "${prefix}" != NONE; then
++  kde_includes=${includedir}
++  KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir)
++
++  kde_libraries=${libdir}
++  KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir)
++
++else
++  ac_kde_includes=
++  ac_kde_libraries=
++  kde_libraries=""
++  kde_includes=""
++fi
++
++AC_CACHE_VAL(ac_cv_have_kde,
++[#try to guess kde locations
++
++if test "$kde_qtver" = 1; then
++  kde_check_header="ksock.h"
++  kde_check_lib="libkdecore.la"
++else
++  kde_check_header="ksharedptr.h"
++  kde_check_lib="libkio.la"
++fi
++
++if test -z "$1"; then
++
++kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
++test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
++kde_incdirs="$ac_kde_includes $kde_incdirs"
++AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
++ac_kde_includes="$kde_incdir"
++
++if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
++  AC_MSG_ERROR([
++in the prefix, you've chosen, are no KDE headers installed. This will fail.
++So, check this please and use another prefix!])
++fi
++
++kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
++test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
++kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
++AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
++ac_kde_libraries="$kde_libdir"
++
++kde_widgetdir=NO
++dnl this might be somewhere else
++AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
++
++if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
++AC_MSG_ERROR([
++in the prefix, you've chosen, are no KDE libraries installed. This will fail.
++So, check this please and use another prefix!])
++fi
++
++if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
++AC_MSG_ERROR([
++I can't find the designer plugins. These are required and should have been installed
++by kdelibs])
++fi
++
++if test -n "$kde_widgetdir"; then
++    kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
++fi
++
++
++if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
++  ac_cv_have_kde="have_kde=no"
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++fi
++
++else dnl test -z $1, e.g. from kdelibs
++
++  ac_cv_have_kde="have_kde=no"
++
++fi
++])dnl
++
++eval "$ac_cv_have_kde"
++
++if test "$have_kde" != "yes"; then
++ if test "${prefix}" = NONE; then
++  ac_kde_prefix="$ac_default_prefix"
++ else
++  ac_kde_prefix="$prefix"
++ fi
++ if test "$exec_prefix" = NONE; then
++  ac_kde_exec_prefix="$ac_kde_prefix"
++  AC_MSG_RESULT([will be installed in $ac_kde_prefix])
++ else
++  ac_kde_exec_prefix="$exec_prefix"
++  AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix])
++ fi
++
++ kde_libraries="${libdir}"
++ kde_includes="${includedir}"
++
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++  AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes])
++
++  kde_libraries="$ac_kde_libraries"
++  kde_includes="$ac_kde_includes"
++fi
++AC_SUBST(kde_libraries)
++AC_SUBST(kde_includes)
++
++if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
++ KDE_INCLUDES=""
++else
++ KDE_INCLUDES="-I$kde_includes"
++ all_includes="$KDE_INCLUDES $all_includes"
++fi
++
++KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
++ 
++KDE_LDFLAGS="-L$kde_libraries"
++if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
++ all_libraries="$KDE_LDFLAGS $all_libraries"
++fi
++
++AC_SUBST(KDE_LDFLAGS)
++AC_SUBST(KDE_INCLUDES)
++
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++all_libraries="$all_libraries $USER_LDFLAGS"
++all_includes="$all_includes $USER_INCLUDES"
++AC_SUBST(all_includes)
++AC_SUBST(all_libraries)
++
++if test -z "$1"; then
++KDE_CHECK_UIC_PLUGINS
++fi
++
++ac_kde_libraries="$kde_libdir"
++
++AC_SUBST(AUTODIRS)
++
++
++])
++
++AC_DEFUN([KDE_CHECK_EXTRA_LIBS],
++[
++AC_MSG_CHECKING(for extra includes)
++AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]),
++  kde_use_extra_includes="$withval",
++  kde_use_extra_includes=NONE
++)
++kde_extra_includes=
++if test -n "$kde_use_extra_includes" && \
++   test "$kde_use_extra_includes" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_includes; do
++     kde_extra_includes="$kde_extra_includes $dir"
++     USER_INCLUDES="$USER_INCLUDES -I$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_includes="added"
++else
++   kde_use_extra_includes="no"
++fi
++AC_SUBST(USER_INCLUDES)
++
++AC_MSG_RESULT($kde_use_extra_includes)
++
++kde_extra_libs=
++AC_MSG_CHECKING(for extra libs)
++AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]),
++  kde_use_extra_libs=$withval,
++  kde_use_extra_libs=NONE
++)
++if test -n "$kde_use_extra_libs" && \
++   test "$kde_use_extra_libs" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_libs; do
++     kde_extra_libs="$kde_extra_libs $dir"
++     KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
++     USER_LDFLAGS="$USER_LDFLAGS -L$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_libs="added"
++else
++   kde_use_extra_libs="no"
++fi
++
++AC_SUBST(USER_LDFLAGS)
++
++AC_MSG_RESULT($kde_use_extra_libs)
++
++])
++
++AC_DEFUN([KDE_1_CHECK_PATH_HEADERS],
++[
++    AC_MSG_CHECKING([for KDE headers installed])
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include "confdefs.h"
++#include <kapp.h>
++
++int main() {
++    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
++    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
++    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
++    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
++    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
++    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
++    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
++    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
++    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
++    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
++    printf("kde_wallpaperdir=\\"%s\\"\n",
++	KApplication::kde_wallpaperdir().data());
++    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
++    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
++    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
++    printf("kde_styledir=\\"/tmp/dummy\\"\n");
++    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
++    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
++    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
++    return 0;
++    }
++EOF
++
++ ac_save_CPPFLAGS=$CPPFLAGS
++ CPPFLAGS="$all_includes $CPPFLAGS"
++ if AC_TRY_EVAL(ac_compile); then
++   AC_MSG_RESULT(yes)
++ else
++   AC_MSG_ERROR([your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log.])
++  fi
++  CPPFLAGS=$ac_save_CPPFLAGS
++
++  AC_LANG_RESTORE
++])
++
++AC_DEFUN([KDE_CHECK_KDEQTADDON],
++[
++AC_MSG_CHECKING(for kde-qt-addon)
++AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
++[
++ kde_ldflags_safe="$LDFLAGS"
++ kde_libs_safe="$LIBS"
++ kde_cxxflags_safe="$CXXFLAGS"
++
++ LIBS="-lkde-qt-addon $LIBQT $LIBS"
++ CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes"
++ LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
++
++ AC_TRY_LINK([
++   #include <qdom.h>
++ ],
++ [
++   QDomDocument doc;
++ ],
++  kde_cv_have_kdeqtaddon=yes,
++  kde_cv_have_kdeqtaddon=no
++ )
++
++ LDFLAGS=$kde_ldflags_safe
++ LIBS=$kde_libs_safe
++ CXXFLAGS=$kde_cxxflags_safe
++])
++
++AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
++
++if test "$kde_cv_have_kdeqtaddon" = "no"; then
++  AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
++It is a separate package (and CVS module) named kde-qt-addon.])
++fi
++])
++
++AC_DEFUN([KDE_CREATE_LIBS_ALIASES],
++[
++   AC_REQUIRE([KDE_MISC_TESTS])
++   AC_REQUIRE([KDE_CHECK_LIBDL])
++   AC_REQUIRE([K_PATH_X])
++
++if test $kde_qtver = 3; then
++   AC_SUBST(LIB_KDECORE, "-lkdecore")
++   AC_SUBST(LIB_KDEUI, "-lkdeui")
++   AC_SUBST(LIB_KIO, "-lkio")
++   AC_SUBST(LIB_KJS, "-lkjs")
++   AC_SUBST(LIB_SMB, "-lsmb")
++   AC_SUBST(LIB_KAB, "-lkab")
++   AC_SUBST(LIB_KABC, "-lkabc")
++   AC_SUBST(LIB_KHTML, "-lkhtml")
++   AC_SUBST(LIB_KSPELL, "-lkspell")
++   AC_SUBST(LIB_KPARTS, "-lkparts")
++   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
++   AC_SUBST(LIB_KUTILS, "-lkutils")
++   AC_SUBST(LIB_KDEPIM, "-lkdepim")
++   AC_SUBST(LIB_KIMPROXY, "-lkimproxy")
++   AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
++   AC_SUBST(LIB_KDNSSD, "-lkdnssd")
++   AC_SUBST(LIB_KUNITTEST, "-lkunittest")
++# these are for backward compatibility
++   AC_SUBST(LIB_KSYCOCA, "-lkio")
++   AC_SUBST(LIB_KFILE, "-lkio")
++elif test $kde_qtver = 2; then
++   AC_SUBST(LIB_KDECORE, "-lkdecore")
++   AC_SUBST(LIB_KDEUI, "-lkdeui")
++   AC_SUBST(LIB_KIO, "-lkio")
++   AC_SUBST(LIB_KSYCOCA, "-lksycoca")
++   AC_SUBST(LIB_SMB, "-lsmb")
++   AC_SUBST(LIB_KFILE, "-lkfile")
++   AC_SUBST(LIB_KAB, "-lkab")
++   AC_SUBST(LIB_KHTML, "-lkhtml")
++   AC_SUBST(LIB_KSPELL, "-lkspell")
++   AC_SUBST(LIB_KPARTS, "-lkparts")
++   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
++else
++   AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)")
++   AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)")
++   AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)")
++   AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)")
++   AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)")
++fi
++])
++
++AC_DEFUN([AC_PATH_KDE],
++[
++  AC_BASE_PATH_KDE
++  AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]),
++  [
++  if test "$enableval" = "no";
++    then ac_use_path_checking="default"
++    else ac_use_path_checking=""
++  fi
++  ],
++  [
++  if test "$kde_qtver" = 1;
++    then ac_use_path_checking=""
++    else ac_use_path_checking="default"
++  fi
++  ]
++  )
++
++  AC_CREATE_KFSSTND($ac_use_path_checking)
++
++  AC_SUBST_KFSSTND
++  KDE_CREATE_LIBS_ALIASES
++])
++
++dnl KDE_CHECK_FUNC_EXT(<func>, [headers], [sample-use], [C prototype], [autoheader define], [call if found])
++AC_DEFUN([KDE_CHECK_FUNC_EXT],
++[
++AC_MSG_CHECKING(for $1)
++AC_CACHE_VAL(kde_cv_func_$1,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++if test "$GXX" = "yes"; then
++CXXFLAGS="$CXXFLAGS -pedantic-errors"
++fi
++AC_TRY_COMPILE([
++$2
++],
++[
++$3
++],
++kde_cv_func_$1=yes,
++kde_cv_func_$1=no)
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++AC_LANG_RESTORE
++])
++
++AC_MSG_RESULT($kde_cv_func_$1)
++
++AC_MSG_CHECKING([if $1 needs custom prototype])
++AC_CACHE_VAL(kde_cv_proto_$1,
++[
++if test "x$kde_cv_func_$1" = xyes; then
++  kde_cv_proto_$1=no
++else
++  case "$1" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_$1="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_$1=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_$1" = xunknown; then
++
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  AC_TRY_LINK([
++$2
++
++extern "C" $4;
++],
++[
++$3
++],
++[ kde_cv_func_$1=yes
++  kde_cv_proto_$1=yes ],
++  [kde_cv_proto_$1="$1 unavailable"]
++)
++LIBS=$kde_safe_libs
++AC_LANG_RESTORE
++fi
++])
++AC_MSG_RESULT($kde_cv_proto_$1)
++
++if test "x$kde_cv_func_$1" = xyes; then
++  AC_DEFINE(HAVE_$5, 1, [Define if you have $1])
++  $6
++fi
++if test "x$kde_cv_proto_$1" = xno; then
++  AC_DEFINE(HAVE_$5_PROTO, 1,
++  [Define if you have the $1 prototype])
++fi
++
++AH_VERBATIM([_HAVE_$5_PROTO],
++[
++#if !defined(HAVE_$5_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++$4;
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++])
++
++AC_DEFUN([AC_CHECK_SETENV],
++[
++	KDE_CHECK_FUNC_EXT(setenv, [
++#include <stdlib.h>
++], 
++		[setenv("VAR", "VALUE", 1);],
++	        [int setenv (const char *, const char *, int)],
++		[SETENV])
++])
++
++AC_DEFUN([AC_CHECK_UNSETENV],
++[
++	KDE_CHECK_FUNC_EXT(unsetenv, [
++#include <stdlib.h>
++], 
++		[unsetenv("VAR");],
++	        [void unsetenv (const char *)],
++		[UNSETENV])
++])
++
++AC_DEFUN([AC_CHECK_GETDOMAINNAME],
++[
++	KDE_CHECK_FUNC_EXT(getdomainname, [
++#include <stdlib.h>
++#include <unistd.h>
++#include <netdb.h>
++], 
++		[
++char buffer[200];
++getdomainname(buffer, 200);
++], 	
++	        [#include <sys/types.h>
++		int getdomainname (char *, size_t)],
++		[GETDOMAINNAME])
++])
++
++AC_DEFUN([AC_CHECK_GETHOSTNAME],
++[
++	KDE_CHECK_FUNC_EXT(gethostname, [
++#include <stdlib.h>
++#include <unistd.h>
++], 
++		[
++char buffer[200];
++gethostname(buffer, 200);
++], 	
++	        [int gethostname (char *, unsigned int)],
++		[GETHOSTNAME])
++])
++
++AC_DEFUN([AC_CHECK_USLEEP],
++[
++	KDE_CHECK_FUNC_EXT(usleep, [
++#include <unistd.h>
++], 
++		[
++usleep(200);
++], 	
++	        [int usleep (unsigned int)],
++		[USLEEP])
++])
++
++
++AC_DEFUN([AC_CHECK_RANDOM],
++[
++	KDE_CHECK_FUNC_EXT(random, [
++#include <stdlib.h>
++], 
++		[
++random();
++], 	
++	        [long int random(void)],
++		[RANDOM])
++
++	KDE_CHECK_FUNC_EXT(srandom, [
++#include <stdlib.h>
++], 
++		[
++srandom(27);
++], 	
++	        [void srandom(unsigned int)],
++		[SRANDOM])
++
++])
++
++AC_DEFUN([AC_CHECK_INITGROUPS],
++[
++	KDE_CHECK_FUNC_EXT(initgroups, [
++#include <sys/types.h>
++#include <unistd.h>
++#include <grp.h>
++],
++	[
++char buffer[200];
++initgroups(buffer, 27);
++],
++	[int initgroups(const char *, gid_t)],
++	[INITGROUPS])
++])
++
++AC_DEFUN([AC_CHECK_MKSTEMPS],
++[
++	KDE_CHECK_FUNC_EXT(mkstemps, [
++#include <stdlib.h>
++#include <unistd.h>
++],
++	[
++mkstemps("/tmp/aaaXXXXXX", 6);
++],
++	[int mkstemps(char *, int)],
++	[MKSTEMPS])
++])
++
++AC_DEFUN([AC_CHECK_MKSTEMP],
++[
++	KDE_CHECK_FUNC_EXT(mkstemp, [
++#include <stdlib.h>
++#include <unistd.h>
++],
++	[
++mkstemp("/tmp/aaaXXXXXX");
++],
++	[int mkstemp(char *)],
++	[MKSTEMP])
++])
++
++AC_DEFUN([AC_CHECK_MKDTEMP],
++[
++	KDE_CHECK_FUNC_EXT(mkdtemp, [
++#include <stdlib.h>
++#include <unistd.h>
++],
++	[
++mkdtemp("/tmp/aaaXXXXXX");
++],
++	[char *mkdtemp(char *)],
++	[MKDTEMP])
++])
++
++
++AC_DEFUN([AC_CHECK_RES_INIT],
++[
++  AC_MSG_CHECKING([if res_init needs -lresolv])
++  kde_libs_safe="$LIBS"
++  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
++  AC_TRY_LINK(
++    [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    ],
++    [
++      res_init(); 
++    ],
++    [
++      LIBRESOLV="-lresolv"
++      AC_MSG_RESULT(yes)
++      AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function])
++    ],
++    [ AC_MSG_RESULT(no) ]
++  )
++  LIBS=$kde_libs_safe
++  AC_SUBST(LIBRESOLV)
++
++  KDE_CHECK_FUNC_EXT(res_init,
++    [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    ],
++    [res_init()],
++    [int res_init(void)],
++    [RES_INIT])
++])
++
++AC_DEFUN([AC_CHECK_STRLCPY],
++[
++	KDE_CHECK_FUNC_EXT(strlcpy, [
++#include <string.h>
++],
++[ char buf[20];
++  strlcpy(buf, "KDE function test", sizeof(buf));
++],
++ 	[unsigned long strlcpy(char*, const char*, unsigned long)],
++	[STRLCPY])
++])
++
++AC_DEFUN([AC_CHECK_STRLCAT],
++[
++	KDE_CHECK_FUNC_EXT(strlcat, [
++#include <string.h>
++],
++[ char buf[20];
++  buf[0]='\0';
++  strlcat(buf, "KDE function test", sizeof(buf));
++],
++ 	[unsigned long strlcat(char*, const char*, unsigned long)],
++	[STRLCAT])
++])
++
++AC_DEFUN([AC_CHECK_RES_QUERY],
++[
++	KDE_CHECK_FUNC_EXT(res_query, [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++#include <netdb.h>
++],
++[
++res_query(NULL, 0, 0, NULL, 0);
++],
++	[int res_query(const char *, int, int, unsigned char *, int)],
++	[RES_QUERY])
++])
++
++AC_DEFUN([AC_CHECK_DN_SKIPNAME],
++[
++	KDE_CHECK_FUNC_EXT(dn_skipname, [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++],
++[
++dn_skipname (NULL, NULL);
++],
++	[int dn_skipname (unsigned char *, unsigned char *)],
++	[DN_SKIPNAME])
++])
++
++
++AC_DEFUN([AC_FIND_GIF],
++   [AC_MSG_CHECKING([for giflib])
++AC_CACHE_VAL(ac_cv_lib_gif,
++[ac_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
++else
++LIBS="$all_libraries -lgif"
++fi
++AC_TRY_LINK(dnl
++[
++#ifdef __cplusplus
++extern "C" {
++#endif
++int GifLastError(void);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++],
++            [return GifLastError();],
++            eval "ac_cv_lib_gif=yes",
++            eval "ac_cv_lib_gif=no")
++LIBS="$ac_save_LIBS"
++])dnl
++if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
++  AC_MSG_RESULT(yes)
++  AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif])
++else
++  AC_MSG_ERROR(You need giflib30. Please install the kdesupport package)
++fi
++])
++
++AC_DEFUN([KDE_FIND_JPEG_HELPER],
++[
++AC_MSG_CHECKING([for libjpeg$2])
++AC_CACHE_VAL(ac_cv_lib_jpeg_$1,
++[
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(
++[/* Override any gcc2 internal prototype to avoid an error.  */
++struct jpeg_decompress_struct;
++typedef struct jpeg_decompress_struct * j_decompress_ptr;
++typedef int size_t;
++#ifdef __cplusplus
++extern "C" {
++#endif
++    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
++                                    int version, size_t structsize);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++],
++            [jpeg_CreateDecompress(0L, 0, 0);],
++            eval "ac_cv_lib_jpeg_$1=-ljpeg$2",
++            eval "ac_cv_lib_jpeg_$1=no")
++LIBS="$ac_save_LIBS"
++CFLAGS="$ac_save_CFLAGS"
++])
++
++if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
++  LIBJPEG="$ac_cv_lib_jpeg_$1"
++  AC_MSG_RESULT($ac_cv_lib_jpeg_$1)
++else
++  AC_MSG_RESULT(no)
++  $3
++fi
++
++])
++
++AC_DEFUN([AC_FIND_JPEG],
++[
++dnl first look for libraries
++KDE_FIND_JPEG_HELPER(6b, 6b,
++   KDE_FIND_JPEG_HELPER(normal, [],
++    [
++       LIBJPEG=
++    ]
++   )
++)
++
++dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h
++dnl requires system dependent includes loaded before it)
++jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
++AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
++test "x$jpeg_incdir" = xNO && jpeg_incdir=
++
++dnl if headers _and_ libraries are missing, this is no error, and we
++dnl continue with a warning (the user will get no jpeg support in khtml)
++dnl if only one is missing, it means a configuration error, but we still
++dnl only warn
++if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
++  AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg])
++else
++  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
++    AC_MSG_WARN([
++There is an installation error in jpeg support. You seem to have only one
++of either the headers _or_ the libraries installed. You may need to either
++provide correct --with-extra-... options, or the development package of
++libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
++Disabling JPEG support.
++])
++  else
++    AC_MSG_WARN([libjpeg not found. disable JPEG support.])
++  fi
++  jpeg_incdir=
++  LIBJPEG=
++fi
++
++AC_SUBST(LIBJPEG)
++AH_VERBATIM(_AC_CHECK_JPEG,
++[/*
++ * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
++ * headers and I'm too lazy to write a configure test as long as only
++ * unixware is related
++ */
++#ifdef _UNIXWARE
++#define HAVE_BOOLEAN
++#endif
++])
++])
++
++AC_DEFUN([KDE_CHECK_QT_JPEG],
++[
++if test -n "$LIBJPEG"; then
++AC_MSG_CHECKING([if Qt needs $LIBJPEG])
++AC_CACHE_VAL(kde_cv_qt_jpeg,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
++LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
++ac_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(
++[#include <qapplication.h>],
++            [
++            int argc;
++            char** argv;
++            QApplication app(argc, argv);],
++            eval "kde_cv_qt_jpeg=no",
++            eval "kde_cv_qt_jpeg=yes")
++LIBS="$ac_save_LIBS"
++CXXFLAGS="$ac_save_CXXFLAGS"
++AC_LANG_RESTORE
++fi
++])
++
++if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
++  AC_MSG_RESULT(yes)
++  LIBJPEG_QT='$(LIBJPEG)'
++else
++  AC_MSG_RESULT(no)
++  LIBJPEG_QT=
++fi
++
++])
++
++AC_DEFUN([AC_FIND_ZLIB],
++[
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_MSG_CHECKING([for libz])
++AC_CACHE_VAL(ac_cv_lib_z,
++[
++kde_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(dnl
++[
++#include<zlib.h>
++],
++[
++  char buf[42];
++  gzFile f = (gzFile) 0;
++  /* this would segfault.. but we only link, don't run */
++  (void) gzgets(f, buf, sizeof(buf));
++
++  return (zlibVersion() == ZLIB_VERSION); 
++],
++            eval "ac_cv_lib_z='-lz'",
++            eval "ac_cv_lib_z=no")
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++])dnl
++if test ! "$ac_cv_lib_z" = no; then
++  AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz])
++  LIBZ="$ac_cv_lib_z"
++  AC_MSG_RESULT($ac_cv_lib_z)
++else
++  AC_MSG_ERROR(not found. 
++          Possibly configure picks up an outdated version
++          installed by XFree86. Remove it from your system.
++
++          Check your installation and look into config.log)
++  LIBZ=""
++fi
++AC_SUBST(LIBZ)
++])
++
++AC_DEFUN([KDE_TRY_TIFFLIB],
++[
++AC_MSG_CHECKING([for libtiff $1])
++
++AC_CACHE_VAL(kde_cv_libtiff_$1,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++kde_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm"
++else
++LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm"
++fi
++kde_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++
++AC_TRY_LINK(dnl
++[
++#include<tiffio.h>
++],
++    [return (TIFFOpen( "", "r") == 0); ],
++[
++    kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ"
++], [
++    kde_cv_libtiff_$1=no
++])
++
++LIBS="$kde_save_LIBS"
++CXXFLAGS="$kde_save_CXXFLAGS"
++AC_LANG_RESTORE
++])
++
++if test "$kde_cv_libtiff_$1" = "no"; then
++    AC_MSG_RESULT(no)
++    LIBTIFF=""
++    $3
++else
++    LIBTIFF="$kde_cv_libtiff_$1"
++    AC_MSG_RESULT(yes)
++    AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff])
++    $2
++fi
++
++])
++
++AC_DEFUN([AC_FIND_TIFF],
++[
++AC_REQUIRE([K_PATH_X])
++AC_REQUIRE([AC_FIND_ZLIB])
++AC_REQUIRE([AC_FIND_JPEG])
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++KDE_TRY_TIFFLIB(tiff, [],
++   KDE_TRY_TIFFLIB(tiff34))
++
++AC_SUBST(LIBTIFF)
++])
++
++
++AC_DEFUN([AC_FIND_PNG],
++[
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_REQUIRE([AC_FIND_ZLIB])
++AC_MSG_CHECKING([for libpng])
++AC_CACHE_VAL(ac_cv_lib_png,
++[
++kde_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
++else
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
++fi
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++
++AC_TRY_LINK(dnl
++    [
++    #include<png.h>
++    ],
++    [
++    png_structp png_ptr = png_create_read_struct(  /* image ptr */
++		PNG_LIBPNG_VER_STRING, 0, 0, 0 );
++    return( png_ptr != 0 );
++    ],
++    eval "ac_cv_lib_png='-lpng $LIBZ -lm'",
++    eval "ac_cv_lib_png=no"
++)
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++])dnl
++if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
++  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
++  LIBPNG="$ac_cv_lib_png"
++  AC_SUBST(LIBPNG)
++  AC_MSG_RESULT($ac_cv_lib_png)
++else
++  AC_MSG_RESULT(no)
++  LIBPNG=""
++  AC_SUBST(LIBPNG)
++fi
++])
++
++
++AC_DEFUN([AC_FIND_JASPER],
++[
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_REQUIRE([AC_FIND_JPEG])
++AC_MSG_CHECKING([for jasper])
++AC_CACHE_VAL(ac_cv_jasper,
++[
++kde_save_LIBS="$LIBS"
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm"
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++
++AC_TRY_LINK(dnl
++    [
++    #include<jasper/jasper.h>
++    ],
++    [
++    return( jas_init() );
++    ],
++    eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'",
++    eval "ac_cv_jasper=no"
++)
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++])dnl
++if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then
++  AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper])
++  LIB_JASPER="$ac_cv_jasper"
++  AC_MSG_RESULT($ac_cv_jasper)
++else
++  AC_MSG_RESULT(no)
++  LIB_JASPER=""
++fi
++AC_SUBST(LIB_JASPER)
++])
++
++AC_DEFUN([AC_CHECK_BOOL],
++[
++  AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool])
++])
++
++AC_DEFUN([AC_CHECK_GNU_EXTENSIONS],
++[
++AC_MSG_CHECKING(if you need GNU extensions)
++AC_CACHE_VAL(ac_cv_gnu_extensions,
++[
++cat > conftest.c << EOF
++#include <features.h>
++
++#ifdef __GNU_LIBRARY__
++yes
++#endif
++EOF
++
++if (eval "$ac_cpp conftest.c") 2>&5 |
++  egrep "yes" >/dev/null 2>&1; then
++  rm -rf conftest*
++  ac_cv_gnu_extensions=yes
++else
++  ac_cv_gnu_extensions=no
++fi
++])
++
++AC_MSG_RESULT($ac_cv_gnu_extensions)
++if test "$ac_cv_gnu_extensions" = "yes"; then
++  AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions])
++fi
++])
++
++AC_DEFUN([KDE_CHECK_COMPILER_FLAG],
++[
++AC_MSG_CHECKING([whether $CXX supports -$1])
++kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
++AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
++[
++  AC_LANG_SAVE
++  AC_LANG_CPLUSPLUS
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -$1"
++  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], [])
++  CXXFLAGS="$save_CXXFLAGS"
++  AC_LANG_RESTORE
++])
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ AC_MSG_RESULT(yes)
++ :
++ $2
++else
++ AC_MSG_RESULT(no)
++ :
++ $3
++fi
++])
++
++AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG],
++[
++AC_MSG_CHECKING([whether $CC supports -$1])
++kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
++AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache,
++[
++  AC_LANG_SAVE
++  AC_LANG_C
++  save_CFLAGS="$CFLAGS"
++  CFLAGS="$CFLAGS -$1"
++  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], [])
++  CFLAGS="$save_CFLAGS"
++  AC_LANG_RESTORE
++])
++if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
++ AC_MSG_RESULT(yes)
++ :
++ $2
++else
++ AC_MSG_RESULT(no)
++ :
++ $3
++fi
++])
++
++
++dnl AC_REMOVE_FORBIDDEN removes forbidden arguments from variables
++dnl use: AC_REMOVE_FORBIDDEN(CC, [-forbid -bad-option whatever])
++dnl it's all white-space separated
++AC_DEFUN([AC_REMOVE_FORBIDDEN],
++[ __val=$$1
++  __forbid=" $2 "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    $1=$__new
++  fi
++])
++
++
++AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER],
++[
++  AC_MSG_CHECKING([whether $CC is blacklisted])
++
++  dnl In theory we have tu run this test against $CC and $CXX
++  dnl in C and in C++ mode, because its perfectly legal for
++  dnl the user to mix compiler versions, since C has a defined
++  dnl ABI. 
++  dnl 
++  dnl For now, we assume the user is not on crack.
++
++  AC_TRY_COMPILE([
++#ifdef __GNUC__
++#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
++choke me
++#endif
++#endif
++], ,
++  kde_bad_compiler=no, 
++  kde_bad_compiler=yes
++)
++
++  AC_MSG_RESULT($kde_bad_compiler)
++
++if test "$kde_bad_compiler" = "yes"; then
++  AC_MSG_ERROR([
++
++This particular compiler version is blacklisted because it
++is known to miscompile KDE. Please use a newer version, or
++if that is not yet available, choose an older version. 
++
++Please do not report a bug or bother us reporting this
++configure error. We know about it, and we introduced
++it by intention to avoid untraceable bugs or crashes in KDE.
++
++])
++fi
++
++])
++
++dnl AC_VALIDIFY_CXXFLAGS checks for forbidden flags the user may have given
++AC_DEFUN([AC_VALIDIFY_CXXFLAGS],
++[dnl
++if test "x$kde_use_qt_emb" != "xyes"; then
++ AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath])
++ AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath])
++else
++ AC_REMOVE_FORBIDDEN(CXX, [-rpath])
++ AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath])
++fi
++])
++
++AC_DEFUN([AC_CHECK_COMPILERS],
++[
++  AC_ARG_ENABLE(debug,
++	        AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]),
++  [
++    case $enableval in
++      yes)
++        kde_use_debug_code="yes"
++        kde_use_debug_define=no
++        ;;
++      full)
++        kde_use_debug_code="full"
++        kde_use_debug_define=no
++        ;;
++      *)
++        kde_use_debug_code="no"
++        kde_use_debug_define=yes
++        ;;
++    esac
++  ], 
++    [kde_use_debug_code="no"
++      kde_use_debug_define=no
++  ])
++
++  dnl Just for configure --help
++  AC_ARG_ENABLE(dummyoption,
++	        AC_HELP_STRING([--disable-debug],
++	  		       [disables debug output and debug symbols [default=no]]),
++		[],[])
++
++  AC_ARG_ENABLE(strict,
++		AC_HELP_STRING([--enable-strict],
++			      [compiles with strict compiler options (may not work!)]),
++   [
++    if test $enableval = "no"; then
++         kde_use_strict_options="no"
++       else
++         kde_use_strict_options="yes"
++    fi
++   ], [kde_use_strict_options="no"])
++
++  AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]),
++   [
++    if test $enableval = "no"; then
++         kde_use_warnings="no"
++       else
++         kde_use_warnings="yes"
++    fi
++   ], [kde_use_warnings="yes"])
++
++  dnl enable warnings for debug build
++  if test "$kde_use_debug_code" != "no"; then
++    kde_use_warnings=yes
++  fi
++
++  AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]),
++    [kde_use_profiling=$enableval],
++    [kde_use_profiling="no"]
++  )
++
++  dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS
++  CFLAGS=" $CFLAGS"
++
++  AC_PROG_CC 
++
++  AC_PROG_CPP
++
++  if test "$GCC" = "yes"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test $kde_use_debug_code = "full"; then
++        CFLAGS="-g3 -fno-inline $CFLAGS"
++      else
++        CFLAGS="-g -O2 $CFLAGS"
++      fi
++    else
++      CFLAGS="-O2 $CFLAGS"
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CFLAGS="-DNDEBUG $CFLAGS"
++  fi
++
++
++  case "$host" in
++  *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
++  *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
++  esac
++
++  if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
++     LDFLAGS=""
++  fi
++
++  CXXFLAGS=" $CXXFLAGS"
++
++  AC_PROG_CXX
++
++  KDE_CHECK_FOR_BAD_COMPILER
++
++  if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
++      else
++        if test "$kde_use_debug_code" = "full"; then
++          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
++        else
++          CXXFLAGS="-g -O2 $CXXFLAGS"
++        fi
++      fi
++      KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"])
++
++      dnl convenience compiler flags
++      KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
++      AC_SUBST(WOVERLOADED_VIRTUAL)
++    else
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K3 $CXXFLAGS"
++      else
++        CXXFLAGS="-O2 $CXXFLAGS"
++      fi  
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
++  fi  
++
++  if test "$kde_use_profiling" = "yes"; then
++    KDE_CHECK_COMPILER_FLAG(pg,
++    [
++      CFLAGS="-pg $CFLAGS"
++      CXXFLAGS="-pg $CXXFLAGS"
++    ])
++  fi
++
++  if test "$kde_use_warnings" = "yes"; then
++      if test "$GCC" = "yes"; then
++        CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
++        case $host in
++          *-*-linux-gnu)	
++            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
++            KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
++            KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
++          ;;
++        esac
++        KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"])
++        KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"])
++        dnl ### FIXME: revert for KDE 4
++        KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
++     fi
++  fi
++
++  if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
++    CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
++  fi
++
++  AC_ARG_ENABLE(pch,
++     AC_HELP_STRING([--enable-pch],
++                    [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]),
++    [ kde_use_pch=$enableval ],[ kde_use_pch=no ])
++ 
++  HAVE_GCC_VISIBILITY=0
++  AC_SUBST([HAVE_GCC_VISIBILITY])
++
++  if test "$GXX" = "yes"; then
++    KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"])
++    KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"])
++    KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"])
++    KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS=	)
++    ENABLE_PERMISSIVE_FLAG="-fpermissive"
++
++    if test "$kde_use_pch" = "yes"; then
++        AC_MSG_CHECKING(whether gcc supports precompiling c header files)
++        echo >conftest.h
++        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
++            kde_gcc_supports_pch=yes
++            AC_MSG_RESULT(yes)
++        else
++            kde_gcc_supports_pch=no
++            AC_MSG_RESULT(no)
++        fi
++        if test "$kde_gcc_supports_pch" = "yes"; then
++            AC_MSG_CHECKING(whether gcc supports precompiling c++ header files)
++            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
++                kde_gcc_supports_pch=yes
++                AC_MSG_RESULT(yes)
++            else
++                kde_gcc_supports_pch=no
++                AC_MSG_RESULT(no)
++            fi
++        fi
++        rm -f conftest.h conftest.h.gch
++    fi
++  fi
++  AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
++  if test "$CXX" = "KCC"; then
++    dnl unfortunately we currently cannot disable exception support in KCC
++    dnl because doing so is binary incompatible and Qt by default links with exceptions :-(
++    dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"])
++    dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS=	)
++
++    if test "$kde_use_pch" = "yes"; then
++      dnl TODO: support --pch-dir!
++      KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"])
++      dnl the below works (but the dir must exist), but it's
++      dnl useless for a whole package.
++      dnl The are precompiled headers for each source file, so when compiling
++      dnl from scratch, it doesn't make a difference, and they take up
++      dnl around ~5Mb _per_ sourcefile.
++      dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp,
++      dnl   [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"])
++    fi
++    dnl this flag controls inlining. by default KCC inlines in optimisation mode
++    dnl all implementations that are defined inside the class {} declaration. 
++    dnl because of templates-compatibility with broken gcc compilers, this
++    dnl can cause excessive inlining. This flag limits it to a sane level
++    KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
++    KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
++    KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
++    KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
++    dnl Some source files are shared between multiple executables
++    dnl (or libraries) and some of those need template instantiations.
++    dnl In that case KCC needs to compile those sources with
++    dnl --one_instantiation_per_object.  To make it easy for us we compile
++    dnl _all_ objects with that flag (--one_per is a shorthand).
++    KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"])
++  fi
++  AC_SUBST(USE_EXCEPTIONS)
++  dnl obsolete macro - provided to keep things going
++  USE_RTTI=
++  AC_SUBST(USE_RTTI)
++
++  case "$host" in
++      *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
++      *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
++      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
++      *-*-solaris*) 
++        if test "$GXX" = yes; then
++          libstdcpp=`$CXX -print-file-name=libstdc++.so`
++          if test ! -f $libstdcpp; then
++             AC_MSG_ERROR([You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so])
++          fi
++        fi
++        ;;
++  esac
++
++  AC_VALIDIFY_CXXFLAGS
++
++  AC_PROG_CXXCPP
++
++  if test "$GCC" = yes; then
++     NOOPT_CFLAGS=-O0
++  fi
++  KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0])
++
++  AC_ARG_ENABLE(coverage,
++    AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [
++      if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker="-lgcc"
++      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker=""
++      else
++        AC_MSG_ERROR([coverage with your compiler is not supported])
++      fi
++      CFLAGS="$CFLAGS $ac_coverage_compiler"
++      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
++      LDFLAGS="$LDFLAGS $ac_coverage_linker"
++    ])
++
++  AC_SUBST(NOOPT_CXXFLAGS)
++  AC_SUBST(NOOPT_CFLAGS)
++  AC_SUBST(ENABLE_PERMISSIVE_FLAG)
++
++  KDE_CHECK_NEW_LDFLAGS
++  KDE_CHECK_FINAL
++  KDE_CHECK_CLOSURE
++  KDE_CHECK_NMCHECK
++
++  ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), [])
++])
++
++AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG],
++  [
++    AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug,
++      [
++        AC_LANG_SAVE
++        AC_LANG_CPLUSPLUS
++
++        safe_CXXFLAGS=$CXXFLAGS
++        safe_LDFLAGS=$LDFLAGS
++        CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0"
++        LDFLAGS="$LDFLAGS -shared -fPIC"
++
++        AC_TRY_LINK(
++        [
++          /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */
++	  #include <string>
++          int some_function( void ) __attribute__ ((visibility("default")));
++          int some_function( void )
++          {
++	    std::string s("blafasel");
++            return 0;
++          }
++        ], [/* elvis is alive */],
++        kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes)
++
++        CXXFLAGS=$safe_CXXFLAGS
++        LDFLAGS=$safe_LDFLAGS
++        AC_LANG_RESTORE
++      ]
++    )
++
++    if test x$kde_cv_val_gcc_visibility_bug = xno; then
++      CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
++    fi
++  ]
++)
++
++AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY],
++[
++dnl  AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
++dnl
++dnl  if test "x$GXX" = "xyes"; then
++dnl    kde_have_gcc_visibility=no
++dnl    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
++dnl    [
++dnl      kde_have_gcc_visibility=yes
++dnl      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
++dnl        [
++dnl          AC_LANG_SAVE
++dnl          AC_LANG_CPLUSPLUS
++dnl
++dnl          safe_CXXFLAGS=$CXXFLAGS
++dnl          CXXFLAGS="$CXXFLAGS $all_includes"
++dnl
++dnl          AC_TRY_COMPILE(
++dnl          [
++dnl#include <qglobal.h>
++dnl#if Q_EXPORT - 0 != 0
++dnl/* if this compiles, then Q_EXPORT is undefined */
++dnl/* if Q_EXPORT is nonempty, this will break compilation */
++dnl#endif
++dnl          ], [/* elvis is alive */],
++dnl          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
++dnl
++dnl          CXXFLAGS=$safe_CXXFLAGS
++dnl          AC_LANG_RESTORE
++dnl        ]
++dnl      )
++dnl
++dnl      if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
++dnl        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
++dnl        KDE_CHECK_VISIBILITY_GCC_BUG
++dnl        HAVE_GCC_VISIBILITY=1
++dnl        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
++dnl      fi
++dnl    ])
++dnl  fi
++])
++
++AC_DEFUN([KDE_ADD_DEPENDENCIES],
++[
++   [A]M_DEPENDENCIES(CC)
++   [A]M_DEPENDENCIES(CXX)
++])
++
++dnl just a wrapper to clean up configure.in
++AC_DEFUN([KDE_PROG_LIBTOOL],
++[
++AC_REQUIRE([AC_CHECK_COMPILERS])
++AC_REQUIRE([AC_ENABLE_SHARED])
++AC_REQUIRE([AC_ENABLE_STATIC])
++
++AC_REQUIRE([AC_LIBTOOL_DLOPEN])
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++AC_OBJEXT
++AC_EXEEXT
++
++AM_PROG_LIBTOOL
++AC_LIBTOOL_CXX
++
++LIBTOOL_SHELL="/bin/sh ./libtool"
++#  LIBTOOL="$LIBTOOL --silent"
++KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
++AC_SUBST(KDE_PLUGIN)
++
++# we patch configure quite some so we better keep that consistent for incremental runs 
++AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure')
++])
++
++AC_DEFUN([KDE_CHECK_LIB64],
++[
++    kdelibsuff="$kde_libs_suffix"
++    if test -z "$kdelibsuff"; then
++       kdelibsuff=no
++    fi
++    AC_ARG_ENABLE(libsuffix,
++        AC_HELP_STRING([--enable-libsuffix],
++            [/lib directory suffix (64,32,none[=default])]),
++            kdelibsuff=$enableval)
++    # TODO: add an auto case that compiles a little C app to check
++    # where the glibc is
++    if test "$kdelibsuff" = "no"; then
++       kdelibsuff=
++    fi
++    if test -z "$kdelibsuff"; then
++        AC_MSG_RESULT([not using lib directory suffix])
++        AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
++    else
++        if test "$libdir" = '${exec_prefix}/lib'; then
++            libdir="$libdir${kdelibsuff}"
++            AC_SUBST([libdir], ["$libdir"])  dnl ugly hack for lib64 platforms
++        fi
++        AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
++        AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
++    fi
++])
++
++AC_DEFUN([KDE_CHECK_TYPES],
++[  AC_CHECK_SIZEOF(int, 4)dnl
++   AC_CHECK_SIZEOF(short)dnl
++  AC_CHECK_SIZEOF(long, 4)dnl
++  AC_CHECK_SIZEOF(char *, 4)dnl
++])dnl
++
++dnl Not used - kept for compat only?
++AC_DEFUN([KDE_DO_IT_ALL],
++[
++AC_CANONICAL_SYSTEM
++AC_ARG_PROGRAM
++AM_INIT_AUTOMAKE($1, $2)
++AM_DISABLE_LIBRARIES
++AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
++AC_CHECK_COMPILERS
++KDE_PROG_LIBTOOL
++AM_KDE_WITH_NLS
++AC_PATH_KDE
++])
++
++AC_DEFUN([AC_CHECK_RPATH],
++[
++AC_MSG_CHECKING(for rpath)
++AC_ARG_ENABLE(rpath,
++      AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]),
++      USE_RPATH=$enableval, USE_RPATH=yes)
++
++if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
++
++  KDE_RPATH="-R \$(libdir)"
++
++  if test "$kde_libraries" != "$libdir"; then
++      KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
++  fi
++
++  if test -n "$qt_libraries"; then
++    KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
++  fi
++  dnl $x_libraries is set to /usr/lib in case
++  if test -n "$X_LDFLAGS"; then
++    X_RPATH="-R \$(x_libraries)"
++    KDE_RPATH="$KDE_RPATH $X_RPATH"
++  fi
++  if test -n "$KDE_EXTRA_RPATH"; then
++    KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
++  fi
++fi
++AC_SUBST(KDE_EXTRA_RPATH)
++AC_SUBST(KDE_RPATH)
++AC_SUBST(X_RPATH)
++AC_MSG_RESULT($USE_RPATH)
++])
++
++dnl Check for the type of the third argument of getsockname
++AC_DEFUN([AC_CHECK_SOCKLEN_T],
++[
++   AC_MSG_CHECKING(for socklen_t)
++   AC_CACHE_VAL(kde_cv_socklen_t,
++   [
++      AC_LANG_PUSH(C++)
++      kde_cv_socklen_t=no
++      AC_TRY_COMPILE([
++         #include <sys/types.h>
++         #include <sys/socket.h>
++      ],
++      [
++         socklen_t len;
++         getpeername(0,0,&len);
++      ],
++      [
++         kde_cv_socklen_t=yes
++         kde_cv_socklen_t_equiv=socklen_t
++      ])
++      AC_LANG_POP(C++)
++   ])
++   AC_MSG_RESULT($kde_cv_socklen_t)
++   if test $kde_cv_socklen_t = no; then
++      AC_MSG_CHECKING([for socklen_t equivalent for socket functions])
++      AC_CACHE_VAL(kde_cv_socklen_t_equiv,
++      [
++         kde_cv_socklen_t_equiv=int
++         AC_LANG_PUSH(C++)
++         for t in int size_t unsigned long "unsigned long"; do
++            AC_TRY_COMPILE([
++               #include <sys/types.h>
++               #include <sys/socket.h>
++            ],
++            [
++               $t len;
++               getpeername(0,0,&len);
++            ],
++            [
++               kde_cv_socklen_t_equiv="$t"
++               break
++            ])
++         done
++         AC_LANG_POP(C++)
++      ])
++      AC_MSG_RESULT($kde_cv_socklen_t_equiv)
++   fi
++   AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv,
++                     [type to use in place of socklen_t if not defined])
++   AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv,
++                     [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)])
++])
++
++dnl This is a merge of some macros out of the gettext aclocal.m4
++dnl since we don't need anything, I took the things we need
++dnl the copyright for them is:
++dnl >
++dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
++dnl This Makefile.in is free software; the Free Software Foundation
++dnl gives unlimited permission to copy and/or distribute it,
++dnl with or without modifications, as long as this notice is preserved.
++
++dnl This program is distributed in the hope that it will be useful,
++dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
++dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
++dnl PARTICULAR PURPOSE.
++dnl >
++dnl for this file it is relicensed under LGPL
++
++AC_DEFUN([AM_KDE_WITH_NLS],
++  [
++    dnl If we use NLS figure out what method
++
++    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
++        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
++    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
++
++     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
++        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
++        GMSGFMT=":"
++      fi
++      MSGFMT=$GMSGFMT
++      AC_SUBST(GMSGFMT)
++      AC_SUBST(MSGFMT)
++
++      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
++	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
++
++      dnl Test whether we really found GNU xgettext.
++      if test "$XGETTEXT" != ":"; then
++	dnl If it is no GNU xgettext we define it as : so that the
++	dnl Makefiles still can work.
++	if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
++	  : ;
++	else
++	  AC_MSG_RESULT(
++	    [found xgettext programs is not GNU xgettext; ignore it])
++	  XGETTEXT=":"
++	fi
++      fi
++     AC_SUBST(XGETTEXT)
++
++  ])
++
++# Search path for a program which passes the given test.
++# Ulrich Drepper <drepper at cygnus.com>, 1996.
++
++# serial 1
++# Stephan Kulow: I appended a _KDE against name conflicts
++
++dnl AM_PATH_PROG_WITH_TEST_KDE(VARIABLE, PROG-TO-CHECK-FOR,
++dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
++AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE],
++[# Extract the first word of "$2", so it can be a program name with args.
++set dummy $2; ac_word=[$]2
++AC_MSG_CHECKING([for $ac_word])
++AC_CACHE_VAL(ac_cv_path_$1,
++[case "[$]$1" in
++  /*)
++  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
++  ;;
++  *)
++  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++  for ac_dir in ifelse([$5], , $PATH, [$5]); do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if [$3]; then
++	ac_cv_path_$1="$ac_dir/$ac_word"
++	break
++      fi
++    fi
++  done
++  IFS="$ac_save_ifs"
++dnl If no 4th arg is given, leave the cache variable unset,
++dnl so AC_PATH_PROGS will keep looking.
++ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
++])dnl
++  ;;
++esac])dnl
++$1="$ac_cv_path_$1"
++if test -n "[$]$1"; then
++  AC_MSG_RESULT([$]$1)
++else
++  AC_MSG_RESULT(no)
++fi
++AC_SUBST($1)dnl
++])
++
++
++# Check whether LC_MESSAGES is available in <locale.h>.
++# Ulrich Drepper <drepper at cygnus.com>, 1995.
++
++# serial 1
++
++AC_DEFUN([AM_LC_MESSAGES],
++  [if test $ac_cv_header_locale_h = yes; then
++    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
++      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
++       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
++    if test $am_cv_val_LC_MESSAGES = yes; then
++      AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES])
++    fi
++  fi])
++
++dnl From Jim Meyering.
++dnl FIXME: migrate into libit.
++
++AC_DEFUN([AM_FUNC_OBSTACK],
++[AC_CACHE_CHECK([for obstacks], am_cv_func_obstack,
++ [AC_TRY_LINK([#include "obstack.h"],
++	      [struct obstack *mem;obstack_free(mem,(char *) 0)],
++	      am_cv_func_obstack=yes,
++	      am_cv_func_obstack=no)])
++ if test $am_cv_func_obstack = yes; then
++   AC_DEFINE(HAVE_OBSTACK)
++ else
++   LIBOBJS="$LIBOBJS obstack.o"
++ fi
++])
++
++dnl From Jim Meyering.  Use this if you use the GNU error.[ch].
++dnl FIXME: Migrate into libit
++
++AC_DEFUN([AM_FUNC_ERROR_AT_LINE],
++[AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
++ [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
++              am_cv_lib_error_at_line=yes,
++	      am_cv_lib_error_at_line=no)])
++ if test $am_cv_lib_error_at_line = no; then
++   LIBOBJS="$LIBOBJS error.o"
++ fi
++ AC_SUBST(LIBOBJS)dnl
++])
++
++# Macro to add for using GNU gettext.
++# Ulrich Drepper <drepper at cygnus.com>, 1995.
++
++# serial 1
++# Stephan Kulow: I put a KDE in it to avoid name conflicts
++
++AC_DEFUN([AM_KDE_GNU_GETTEXT],
++  [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
++   AC_REQUIRE([AC_PROG_RANLIB])dnl
++   AC_REQUIRE([AC_HEADER_STDC])dnl
++   AC_REQUIRE([AC_TYPE_OFF_T])dnl
++   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
++   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
++   AC_REQUIRE([AC_FUNC_MMAP])dnl
++   AC_REQUIRE([AM_KDE_WITH_NLS])dnl
++   AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h])
++   AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \
++__argz_count __argz_stringify __argz_next])
++
++   AC_MSG_CHECKING(for stpcpy)
++   AC_CACHE_VAL(kde_cv_func_stpcpy,
++   [
++   kde_safe_cxxflags=$CXXFLAGS
++   CXXFLAGS="-Werror"
++   AC_LANG_SAVE
++   AC_LANG_CPLUSPLUS
++   AC_TRY_COMPILE([
++   #include <string.h>
++   ],
++   [
++   char buffer[200];
++   stpcpy(buffer, buffer);
++   ],
++   kde_cv_func_stpcpy=yes,
++   kde_cv_func_stpcpy=no)
++   AC_LANG_RESTORE
++   CXXFLAGS=$kde_safe_cxxflags
++   ])
++   AC_MSG_RESULT($kde_cv_func_stpcpy)
++   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
++     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
++   fi
++
++   AM_LC_MESSAGES
++
++   if test "x$CATOBJEXT" != "x"; then
++     if test "x$ALL_LINGUAS" = "x"; then
++       LINGUAS=
++     else
++       AC_MSG_CHECKING(for catalogs to be installed)
++       NEW_LINGUAS=
++       for lang in ${LINGUAS=$ALL_LINGUAS}; do
++         case "$ALL_LINGUAS" in
++          *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
++         esac
++       done
++       LINGUAS=$NEW_LINGUAS
++       AC_MSG_RESULT($LINGUAS)
++     fi
++
++     dnl Construct list of names of catalog files to be constructed.
++     if test -n "$LINGUAS"; then
++       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
++     fi
++   fi
++
++  ])
++
++AC_DEFUN([AC_HAVE_XPM],
++ [AC_REQUIRE_CPP()dnl
++  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++ test -z "$XPM_LDFLAGS" && XPM_LDFLAGS=
++ test -z "$XPM_INCLUDE" && XPM_INCLUDE=
++
++ AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]),
++	xpm_test=$withval, xpm_test="yes")
++ if test "x$xpm_test" = xno; then
++   ac_cv_have_xpm=no
++ else
++   AC_MSG_CHECKING(for XPM)
++   AC_CACHE_VAL(ac_cv_have_xpm,
++   [
++    ac_save_ldflags="$LDFLAGS"
++    ac_save_cflags="$CFLAGS"
++    if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET"
++    else
++      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET"
++    fi
++    CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES"
++    test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS"
++    AC_TRY_LINK([#include <X11/xpm.h>],[],
++	ac_cv_have_xpm="yes",ac_cv_have_xpm="no")
++    LDFLAGS="$ac_save_ldflags"
++    CFLAGS="$ac_save_cflags"
++   ])dnl
++
++  if test "$ac_cv_have_xpm" = no; then
++    AC_MSG_RESULT(no)
++    XPM_LDFLAGS=""
++    XPMINC=""
++    $2
++  else
++    AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support])
++    if test "$XPM_LDFLAGS" = ""; then
++       XPMLIB='-lXpm $(LIB_X11)'
++    else
++       XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)'
++    fi
++    if test "$XPM_INCLUDE" = ""; then
++       XPMINC=""
++    else
++       XPMINC="-I$XPM_INCLUDE"
++    fi
++    AC_MSG_RESULT(yes)
++    $1
++  fi
++ fi
++ AC_SUBST(XPMINC)
++ AC_SUBST(XPMLIB)
++])
++
++AC_DEFUN([AC_HAVE_DPMS],
++ [AC_REQUIRE_CPP()dnl
++  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++ test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS=
++ test -z "$DPMS_INCLUDE" && DPMS_INCLUDE=
++ DPMS_LIB=
++
++ AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]),
++	dpms_test=$withval, dpms_test="yes")
++ if test "x$dpms_test" = xno; then
++   ac_cv_have_dpms=no
++ else
++   AC_MSG_CHECKING(for DPMS)
++   dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms.
++   dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms".
++   AC_CACHE_VAL(ac_cv_have_dpms,
++   [
++    if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then
++      AC_MSG_RESULT(no)
++      ac_cv_have_dpms="no"
++    else
++      ac_save_ldflags="$LDFLAGS"
++      ac_save_cflags="$CFLAGS"
++      ac_save_libs="$LIBS"
++      LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries"
++      LIBS="-lX11 -lXext $LIBSOCKET"
++      CFLAGS="$CFLAGS $X_INCLUDES"
++      test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
++      AC_TRY_LINK([
++	  #include <X11/Xproto.h>
++	  #include <X11/X.h>
++	  #include <X11/Xlib.h>
++	  #include <X11/extensions/dpms.h>
++	  int foo_test_dpms()
++	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
++	  ac_cv_have_dpms="yes", [
++              LIBS="-lXdpms $LIBS"
++              AC_TRY_LINK([
++	          #include <X11/Xproto.h>
++        	  #include <X11/X.h>
++        	  #include <X11/Xlib.h>
++        	  #include <X11/extensions/dpms.h>
++        	  int foo_test_dpms()
++        	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
++        	  [
++                  ac_cv_have_dpms="-lXdpms"
++                  ],ac_cv_have_dpms="no")
++              ])
++      LDFLAGS="$ac_save_ldflags"
++      CFLAGS="$ac_save_cflags"
++      LIBS="$ac_save_libs"
++    fi
++   ])dnl
++
++  if test "$ac_cv_have_dpms" = no; then
++    AC_MSG_RESULT(no)
++    DPMS_LDFLAGS=""
++    DPMSINC=""
++    $2
++  else
++    AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support])
++    if test "$ac_cv_have_dpms" = "-lXdpms"; then
++       DPMS_LIB="-lXdpms"
++    fi
++    if test "$DPMS_LDFLAGS" = ""; then
++       DPMSLIB="$DPMS_LIB "'$(LIB_X11)'
++    else
++       DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)'
++    fi
++    if test "$DPMS_INCLUDE" = ""; then
++       DPMSINC=""
++    else
++       DPMSINC="-I$DPMS_INCLUDE"
++    fi
++    AC_MSG_RESULT(yes)
++    $1
++  fi
++ fi
++ ac_save_cflags="$CFLAGS"
++ CFLAGS="$CFLAGS $X_INCLUDES"
++ test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
++ AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO,
++   [Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h>])
++ AC_CHECK_DECL(DPMSCapable,
++   AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),,
++   [#include <X11/extensions/dpms.h>])
++ AH_TEMPLATE(HAVE_DPMSINFO_PROTO,
++   [Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h>])
++ AC_CHECK_DECL(DPMSInfo,
++   AC_DEFINE(HAVE_DPMSINFO_PROTO),,
++   [#include <X11/extensions/dpms.h>])
++ CFLAGS="$ac_save_cflags"
++ AC_SUBST(DPMSINC)
++ AC_SUBST(DPMSLIB)
++])
++
++AC_DEFUN([AC_HAVE_GL],
++ [AC_REQUIRE_CPP()dnl
++  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++ test -z "$GL_LDFLAGS" && GL_LDFLAGS=
++ test -z "$GL_INCLUDE" && GL_INCLUDE=
++
++ AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]),
++	gl_test=$withval, gl_test="yes")
++ if test "x$kde_use_qt_emb" = "xyes"; then
++   # GL and Qt Embedded is a no-go for now.
++   ac_cv_have_gl=no
++ elif test "x$gl_test" = xno; then
++   ac_cv_have_gl=no
++ else
++   AC_MSG_CHECKING(for GL)
++   AC_CACHE_VAL(ac_cv_have_gl,
++   [
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++    ac_save_ldflags=$LDFLAGS
++    ac_save_cxxflags=$CXXFLAGS
++    ac_save_libs=$LIBS
++    LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries"
++    LIBS="$LIBS -lGL -lGLU"
++    test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11"
++    LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET"
++    CXXFLAGS="$CFLAGS $X_INCLUDES"
++    test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS"
++    AC_TRY_LINK([#include <GL/gl.h>
++#include <GL/glu.h>
++], [],
++	ac_cv_have_gl="yes", ac_cv_have_gl="no")
++    AC_LANG_RESTORE
++    LDFLAGS=$ac_save_ldflags
++    CXXFLAGS=$ac_save_cxxflags
++    LIBS=$ac_save_libs
++   ])dnl
++
++  if test "$ac_cv_have_gl" = "no"; then
++    AC_MSG_RESULT(no)
++    GL_LDFLAGS=""
++    GLINC=""
++    $2
++  else
++    AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)])
++    if test "$GL_LDFLAGS" = ""; then
++       GLLIB='-lGLU -lGL $(LIB_X11)'
++    else
++       GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)'
++    fi
++    if test "$GL_INCLUDE" = ""; then
++       GLINC=""
++    else
++       GLINC="-I$GL_INCLUDE"
++    fi
++    AC_MSG_RESULT($ac_cv_have_gl)
++    $1
++  fi
++ fi
++ AC_SUBST(GLINC)
++ AC_SUBST(GLLIB)
++])
++
++
++ dnl shadow password and PAM magic - maintained by ossi at kde.org
++
++AC_DEFUN([KDE_PAM], [
++  AC_REQUIRE([KDE_CHECK_LIBDL])
++
++  want_pam=
++  AC_ARG_WITH(pam,
++    AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]),
++    [ if test "x$withval" = "xyes"; then
++        want_pam=yes
++        pam_service=kde
++      elif test "x$withval" = "xno"; then
++        want_pam=no
++      else
++        want_pam=yes
++        pam_service=$withval
++      fi
++    ], [ pam_service=kde ])
++
++  use_pam=
++  PAMLIBS=
++  if test "x$want_pam" != xno; then
++    AC_CHECK_LIB(pam, pam_start, [
++      AC_CHECK_HEADER(security/pam_appl.h,
++        [ pam_header=security/pam_appl.h ],
++        [ AC_CHECK_HEADER(pam/pam_appl.h,
++            [ pam_header=pam/pam_appl.h ],
++            [
++    AC_MSG_WARN([PAM detected, but no headers found!
++Make sure you have the necessary development packages installed.])
++            ]
++          )
++        ]
++      )
++    ], , $LIBDL)
++    if test -z "$pam_header"; then
++      if test "x$want_pam" = xyes; then
++        AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!])
++      fi
++    else
++      AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)])
++      PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL"
++      use_pam=yes
++
++      dnl darwin claims to be something special
++      if test "$pam_header" = "pam/pam_appl.h"; then
++        AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/])
++      fi
++
++      dnl test whether struct pam_message is const (Linux) or not (Sun)
++      AC_MSG_CHECKING(for const pam_message)
++      AC_EGREP_HEADER([struct pam_message], $pam_header,
++        [ AC_EGREP_HEADER([const struct pam_message], $pam_header,
++                          [AC_MSG_RESULT([const: Linux-type PAM])],
++                          [AC_MSG_RESULT([nonconst: Sun-type PAM])
++                          AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])]
++                          )],
++        [AC_MSG_RESULT([not found - assume const, Linux-type PAM])])
++    fi
++  fi
++
++  AC_SUBST(PAMLIBS)
++])
++
++dnl DEF_PAM_SERVICE(arg name, full name, define name)
++AC_DEFUN([DEF_PAM_SERVICE], [
++  AC_ARG_WITH($1-pam,
++    AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]),
++    [ if test "x$use_pam" = xyes; then
++        $3_PAM_SERVICE=$withval
++      else
++        AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected.
++You may want to enforce it by using --with-pam.])
++      fi
++    ], 
++    [ if test "x$use_pam" = xyes; then
++        $3_PAM_SERVICE="$pam_service"
++      fi
++    ])
++    if test -n "$$3_PAM_SERVICE"; then
++      AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE])
++      AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2])
++    fi
++    AC_SUBST($3_PAM_SERVICE)
++])
++
++AC_DEFUN([KDE_SHADOWPASSWD], [
++  AC_REQUIRE([KDE_PAM])
++
++  AC_CHECK_LIB(shadow, getspent,
++    [ LIBSHADOW="-lshadow"
++      ac_use_shadow=yes
++    ],
++    [ dnl for UnixWare
++      AC_CHECK_LIB(gen, getspent, 
++        [ LIBGEN="-lgen"
++          ac_use_shadow=yes
++        ], 
++        [ AC_CHECK_FUNC(getspent, 
++            [ ac_use_shadow=yes ],
++            [ ac_use_shadow=no ])
++	])
++    ])
++  AC_SUBST(LIBSHADOW)
++  AC_SUBST(LIBGEN)
++  
++  AC_MSG_CHECKING([for shadow passwords])
++
++  AC_ARG_WITH(shadow,
++    AC_HELP_STRING([--with-shadow],[If you want shadow password support]),
++    [ if test "x$withval" != "xno"; then
++        use_shadow=yes
++      else
++        use_shadow=no
++      fi
++    ], [
++      use_shadow="$ac_use_shadow"
++    ])
++
++  if test "x$use_shadow" = xyes; then
++    AC_MSG_RESULT(yes)
++    AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords])
++  else
++    AC_MSG_RESULT(no)
++    LIBSHADOW=
++    LIBGEN=
++  fi
++
++  dnl finally make the relevant binaries setuid root, if we have shadow passwds.
++  dnl this still applies, if we could use it indirectly through pam.
++  if test "x$use_shadow" = xyes || 
++     ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then
++      case $host in
++      *-*-freebsd* | *-*-netbsd* | *-*-openbsd*)
++	SETUIDFLAGS="-m 4755 -o root";;
++      *)
++	SETUIDFLAGS="-m 4755";;
++      esac
++  fi
++  AC_SUBST(SETUIDFLAGS)
++
++])
++
++AC_DEFUN([KDE_PASSWDLIBS], [
++  AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT
++  AC_REQUIRE([KDE_PAM])
++  AC_REQUIRE([KDE_SHADOWPASSWD])
++
++  if test "x$use_pam" = "xyes"; then 
++    PASSWDLIBS="$PAMLIBS"
++  else
++    PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN"
++  fi
++
++  dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but
++  dnl /etc/master.passwd holds the actual passwords.  /etc/master.passwd requires
++  dnl root to read, so kcheckpass needs to be root (even when using pam, since pam
++  dnl may need to read /etc/master.passwd).
++  case $host in
++  *-*-freebsd*)
++    SETUIDFLAGS="-m 4755 -o root"
++    ;;
++  *)
++    ;;
++  esac
++
++  AC_SUBST(PASSWDLIBS)
++])
++
++AC_DEFUN([KDE_CHECK_LIBDL],
++[
++AC_CHECK_LIB(dl, dlopen, [
++LIBDL="-ldl"
++ac_cv_have_dlfcn=yes
++])
++
++AC_CHECK_LIB(dld, shl_unload, [
++LIBDL="-ldld"
++ac_cv_have_shload=yes
++])
++
++AC_SUBST(LIBDL)
++])
++
++AC_DEFUN([KDE_CHECK_DLOPEN],
++[
++KDE_CHECK_LIBDL
++AC_CHECK_HEADERS(dlfcn.h dl.h)
++if test "$ac_cv_header_dlfcn_h" = "no"; then
++  ac_cv_have_dlfcn=no
++fi
++
++if test "$ac_cv_header_dl_h" = "no"; then
++  ac_cv_have_shload=no
++fi
++
++dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE
++dnl (MM)
++AC_ARG_ENABLE(dlopen,
++AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]),
++enable_dlopen=$enableval,
++enable_dlopen=yes)
++
++# override the user's opinion, if we know it better ;)
++if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then
++  enable_dlopen=no
++fi
++
++if test "$ac_cv_have_dlfcn" = "yes"; then
++  AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn])
++fi
++
++if test "$ac_cv_have_shload" = "yes"; then
++  AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload])
++fi
++
++if test "$enable_dlopen" = no ; then
++  test -n "$1" && eval $1
++else
++  test -n "$2" && eval $2
++fi
++
++])
++
++AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING],
++[
++KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no)
++KDE_PROG_LIBTOOL
++AC_MSG_CHECKING([dynamic loading])
++eval "`egrep '^build_libtool_libs=' libtool`"
++if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then
++  dynamic_loading=yes
++  AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING)
++else
++  dynamic_loading=no
++fi
++AC_MSG_RESULT($dynamic_loading)
++if test "$dynamic_loading" = "yes"; then
++  $1
++else
++  $2
++fi
++])
++
++AC_DEFUN([KDE_ADD_INCLUDES],
++[
++if test -z "$1"; then
++  test_include="Pix.h"
++else
++  test_include="$1"
++fi
++
++AC_MSG_CHECKING([for libg++ ($test_include)])
++
++AC_CACHE_VAL(kde_cv_libgpp_includes,
++[
++kde_cv_libgpp_includes=no
++
++   for ac_dir in               \
++                               \
++     /usr/include/g++          \
++     /usr/include              \
++     /usr/unsupported/include  \
++     /opt/include              \
++     $extra_include            \
++     ; \
++   do
++     if test -r "$ac_dir/$test_include"; then
++       kde_cv_libgpp_includes=$ac_dir
++       break
++     fi
++   done
++])
++
++AC_MSG_RESULT($kde_cv_libgpp_includes)
++if test "$kde_cv_libgpp_includes" != "no"; then
++  all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES"
++fi
++])
++])
++
++AC_DEFUN([KDE_CHECK_LIBPTHREAD],
++[
++  dnl This code is here specifically to handle the
++  dnl various flavors of threading library on FreeBSD
++  dnl 4-, 5-, and 6-, and the (weird) rules around it.
++  dnl There may be an environment PTHREAD_LIBS that 
++  dnl specifies what to use; otherwise, search for it.
++  dnl -pthread is special cased and unsets LIBPTHREAD
++  dnl below if found.
++  LIBPTHREAD=""
++
++  if test -n "$PTHREAD_LIBS"; then
++    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
++      LIBPTHREAD="PTHREAD"
++    else
++      PTHREAD_LIBS_save="$PTHREAD_LIBS"
++      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
++      AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS])
++      KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [
++          LIBPTHREAD="$PTHREAD_LIBS_save"])
++      PTHREAD_LIBS="$PTHREAD_LIBS_save"
++    fi
++  fi
++
++  dnl Is this test really needed, in the face of the Tru64 test below?
++  if test -z "$LIBPTHREAD"; then
++    AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"])
++  fi
++
++  dnl This is a special Tru64 check, see BR 76171 issue #18.
++  if test -z "$LIBPTHREAD" ; then
++    AC_MSG_CHECKING([for pthread_create in -lpthread])
++    kde_safe_libs=$LIBS
++    LIBS="$LIBS -lpthread"
++    AC_TRY_LINK([#include <pthread.h>],[(void)pthread_create(0,0,0,0);],[
++        AC_MSG_RESULT(yes)
++        LIBPTHREAD="-lpthread"],[
++	AC_MSG_RESULT(no)])
++    LIBS=$kde_safe_libs
++  fi
++
++  dnl Un-special-case for FreeBSD.
++  if test "x$LIBPTHREAD" = "xPTHREAD" ; then
++    LIBPTHREAD=""
++  fi
++
++  AC_SUBST(LIBPTHREAD)
++])
++
++AC_DEFUN([KDE_CHECK_PTHREAD_OPTION],
++[
++      USE_THREADS=""
++      if test -z "$LIBPTHREAD"; then
++        KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"])
++      fi
++
++    AH_VERBATIM(__svr_define, [
++#if defined(__SVR4) && !defined(__svr4__)
++#define __svr4__ 1
++#endif
++])
++    case $host_os in
++ 	solaris*)
++		KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"])
++                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
++    		;;
++        freebsd*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
++                ;;
++        aix*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
++                LIBPTHREAD="$LIBPTHREAD -lc_r"
++                ;;
++        linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
++                if test "$CXX" = "KCC"; then
++                  CXXFLAGS="$CXXFLAGS --thread_safe"
++		  NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
++                fi
++                ;;
++	*)
++		;;
++    esac
++    AC_SUBST(USE_THREADS)
++    AC_SUBST(LIBPTHREAD)
++])
++
++AC_DEFUN([KDE_CHECK_THREADING],
++[
++  AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
++  AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION])
++  dnl default is yes if libpthread is found and no if no libpthread is available
++  if test -z "$LIBPTHREAD"; then
++    if test -z "$USE_THREADS"; then
++      kde_check_threading_default=no
++    else
++      kde_check_threading_default=yes
++    fi
++  else
++    kde_check_threading_default=yes
++  fi
++  AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]),
++   kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default)
++  if test "x$kde_use_threading" = "xyes"; then
++    AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)])
++  fi
++])
++
++AC_DEFUN([KDE_TRY_LINK_PYTHON],
++[
++if test "$kde_python_link_found" = no; then
++
++if test "$1" = normal; then
++  AC_MSG_CHECKING(if a Python application links)
++else
++  AC_MSG_CHECKING(if Python depends on $2)
++fi
++
++AC_CACHE_VAL(kde_cv_try_link_python_$1,
++[
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++AC_TRY_LINK(
++[
++#include <Python.h>
++],[
++	PySys_SetArgv(1, 0);
++],
++	[kde_cv_try_link_python_$1=yes],
++	[kde_cv_try_link_python_$1=no]
++)
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++])
++
++if test "$kde_cv_try_link_python_$1" = "yes"; then
++  AC_MSG_RESULT(yes)
++  kde_python_link_found=yes
++  if test ! "$1" = normal; then
++    LIBPYTHON="$LIBPYTHON $2"
++  fi
++  $3
++else
++  AC_MSG_RESULT(no)
++  $4
++fi
++
++fi
++
++])
++
++AC_DEFUN([KDE_CHECK_PYTHON_DIR],
++[
++AC_MSG_CHECKING([for Python directory])
++ 
++AC_CACHE_VAL(kde_cv_pythondir,
++[
++  if test -z "$PYTHONDIR"; then
++    kde_cv_pythondir=/usr/local
++  else
++    kde_cv_pythondir="$PYTHONDIR"
++  fi
++])
++ 
++AC_ARG_WITH(pythondir,
++AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]),
++[
++  ac_python_dir=$withval
++], ac_python_dir=$kde_cv_pythondir
++)
++ 
++AC_MSG_RESULT($ac_python_dir)
++])
++
++AC_DEFUN([KDE_CHECK_PYTHON_INTERN],
++[
++AC_REQUIRE([KDE_CHECK_LIBDL])
++AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
++AC_REQUIRE([KDE_CHECK_PYTHON_DIR])
++
++if test -z "$1"; then
++  version="1.5"
++else
++  version="$1"
++fi
++
++AC_MSG_CHECKING([for Python$version])
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++AC_FIND_FILE(Python.h, $python_incdirs, python_incdir)
++if test ! -r $python_incdir/Python.h; then
++  AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir)
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
++if test ! -r $python_libdir/libpython$version.so; then
++  AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
++  if test ! -r $python_libdir/libpython$version.a; then
++    AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir)
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir)
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   $2
++else 
++  dnl Note: this test is very weak
++  kde_python_link_found=no
++  KDE_TRY_LINK_PYTHON(normal)
++  KDE_TRY_LINK_PYTHON(m, -lm)
++  KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD)
++  KDE_TRY_LINK_PYTHON(tcl, -ltcl)
++  KDE_TRY_LINK_PYTHON(db2, -ldb2)
++  KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil])
++  KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++  KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++  KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [],
++	[AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  AC_SUBST(PYTHONINC)
++  AC_SUBST(PYTHONLIB)
++  AC_SUBST(LIBPYTHON)
++  AC_SUBST(PYTHONMODDIR)
++  AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python])
++fi
++
++])
++
++
++AC_DEFUN([KDE_CHECK_PYTHON],
++[
++  KDE_CHECK_PYTHON_INTERN("2.4",
++   [KDE_CHECK_PYTHON_INTERN("2.3", 
++     [KDE_CHECK_PYTHON_INTERN("2.2", 
++       [KDE_CHECK_PYTHON_INTERN("2.1", 
++         [KDE_CHECK_PYTHON_INTERN("2.0", 
++           [KDE_CHECK_PYTHON_INTERN($1, $2) ])
++         ])
++       ])
++     ])
++  ])
++])
++
++AC_DEFUN([KDE_CHECK_STL],
++[
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++    ac_save_CXXFLAGS="$CXXFLAGS"
++    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
++
++    AC_MSG_CHECKING([if C++ programs can be compiled])
++    AC_CACHE_VAL(kde_cv_stl_works,
++    [
++      AC_TRY_COMPILE([
++#include <string>
++using namespace std;
++],[
++  string astring="Hallo Welt.";
++  astring.erase(0, 6); // now astring is "Welt"
++  return 0;
++], kde_cv_stl_works=yes,
++   kde_cv_stl_works=no)
++])
++
++   AC_MSG_RESULT($kde_cv_stl_works)
++
++   if test "$kde_cv_stl_works" = "yes"; then
++     # back compatible
++	 AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI])
++   else
++	 AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs.
++Check config.log for details - if you're using a Linux distribution you might miss
++a package named similar to libstdc++-dev.])
++   fi
++
++   CXXFLAGS="$ac_save_CXXFLAGS"
++   AC_LANG_RESTORE
++])
++
++AC_DEFUN([AC_FIND_QIMGIO],
++   [AC_REQUIRE([AC_FIND_JPEG])
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_MSG_CHECKING([for qimgio])
++AC_CACHE_VAL(ac_cv_lib_qimgio,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++ac_save_LIBS="$LIBS"
++ac_save_CXXFLAGS="$CXXFLAGS"
++LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
++AC_TRY_RUN(dnl
++[
++#include <qimageio.h>
++#include <qstring.h>
++int main() {
++		QString t = "hallo";
++		t.fill('t');
++		qInitImageIO();
++}
++],
++            ac_cv_lib_qimgio=yes,
++            ac_cv_lib_qimgio=no,
++	    ac_cv_lib_qimgio=no)
++LIBS="$ac_save_LIBS"
++CXXFLAGS="$ac_save_CXXFLAGS"
++AC_LANG_RESTORE
++])dnl
++if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
++  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
++  AC_MSG_RESULT(yes)
++  AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available])
++  AC_SUBST(LIBQIMGIO)
++else
++  AC_MSG_RESULT(not found)
++fi
++])
++
++AC_DEFUN([AM_DISABLE_LIBRARIES],
++[
++    AC_PROVIDE([AM_ENABLE_STATIC])
++    AC_PROVIDE([AM_ENABLE_SHARED])
++    enable_static=no
++    enable_shared=yes
++])
++
++
++AC_DEFUN([AC_CHECK_UTMP_FILE],
++[
++    AC_MSG_CHECKING([for utmp file])
++
++    AC_CACHE_VAL(kde_cv_utmp_file,
++    [
++    kde_cv_utmp_file=no
++
++    for ac_file in    \
++                      \
++	/var/run/utmp \
++	/var/adm/utmp \
++	/etc/utmp     \
++     ; \
++    do
++     if test -r "$ac_file"; then
++       kde_cv_utmp_file=$ac_file
++       break
++     fi
++    done
++    ])
++
++    if test "$kde_cv_utmp_file" != "no"; then
++	AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
++	$1
++	AC_MSG_RESULT($kde_cv_utmp_file)
++    else
++    	$2
++	AC_MSG_RESULT([non found])
++    fi
++])
++
++
++AC_DEFUN([KDE_CREATE_SUBDIRSLIST],
++[
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
++TOPSUBDIRS=""
++
++if test ! -s $srcdir/subdirs; then
++  dnl Note: Makefile.common creates subdirs, so this is just a fallback
++  files=`cd $srcdir && ls -1`
++  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
++  for i in $dirs; do
++    echo $i >> $srcdir/subdirs
++  done
++fi
++
++ac_topsubdirs=
++if test -s $srcdir/inst-apps; then
++  ac_topsubdirs="`cat $srcdir/inst-apps`"
++elif test -s $srcdir/subdirs; then
++  ac_topsubdirs="`cat $srcdir/subdirs`"
++fi
++
++for i in $ac_topsubdirs; do
++  AC_MSG_CHECKING([if $i should be compiled])
++  if test -d $srcdir/$i; then
++    install_it="yes"
++    for j in $DO_NOT_COMPILE; do
++      if test $i = $j; then
++        install_it="no"
++      fi
++    done
++  else
++    install_it="no"
++  fi
++  AC_MSG_RESULT($install_it)
++  vari=`echo $i | sed -e 's,[[-+.@]],_,g'`
++  if test $install_it = "yes"; then
++    TOPSUBDIRS="$TOPSUBDIRS $i"
++    eval "$vari""_SUBDIR_included=yes"
++  else
++    eval "$vari""_SUBDIR_included=no"
++  fi
++done
++
++AC_SUBST(TOPSUBDIRS)
++])
++
++AC_DEFUN([KDE_CHECK_NAMESPACES],
++[
++AC_MSG_CHECKING(whether C++ compiler supports namespaces)
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++AC_TRY_COMPILE([
++],
++[
++namespace Foo {
++  extern int i;
++  namespace Bar {
++    extern int i;
++  }
++}
++
++int Foo::i = 0;
++int Foo::Bar::i = 1;
++],[
++  AC_MSG_RESULT(yes)
++  AC_DEFINE(HAVE_NAMESPACES)
++], [
++AC_MSG_RESULT(no)
++])
++AC_LANG_RESTORE
++])
++
++dnl ------------------------------------------------------------------------
++dnl Check for S_ISSOCK macro. Doesn't exist on Unix SCO. faure at kde.org
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([AC_CHECK_S_ISSOCK],
++[
++AC_MSG_CHECKING(for S_ISSOCK)
++AC_CACHE_VAL(ac_cv_have_s_issock,
++[
++AC_TRY_LINK(
++[
++#include <sys/stat.h>
++],
++[
++struct stat buff;
++int b = S_ISSOCK( buff.st_mode );
++],
++ac_cv_have_s_issock=yes,
++ac_cv_have_s_issock=no)
++])
++AC_MSG_RESULT($ac_cv_have_s_issock)
++if test "$ac_cv_have_s_issock" = "yes"; then
++  AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.])
++fi
++
++AH_VERBATIM(_ISSOCK,
++[
++#ifndef HAVE_S_ISSOCK
++#define HAVE_S_ISSOCK
++#define S_ISSOCK(mode) (1==0)
++#endif
++])
++
++])
++
++dnl ------------------------------------------------------------------------
++dnl Check for MAXPATHLEN macro, defines KDEMAXPATHLEN. faure at kde.org
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([AC_CHECK_KDEMAXPATHLEN],
++[
++AC_MSG_CHECKING(for MAXPATHLEN)
++AC_CACHE_VAL(ac_cv_maxpathlen,
++[
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include <sys/param.h>
++#ifndef MAXPATHLEN
++#define MAXPATHLEN 1024
++#endif
++
++KDE_HELLO MAXPATHLEN
++
++EOF
++
++ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
++
++if AC_TRY_EVAL(ac_try) && test -s conftest.out; then
++    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
++else
++    ac_cv_maxpathlen=1024
++fi
++
++rm conftest.*
++
++])
++AC_MSG_RESULT($ac_cv_maxpathlen)
++AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] )
++])
++
++AC_DEFUN([KDE_CHECK_HEADER],
++[
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   AC_LANG_SAVE
++   AC_LANG_CPLUSPLUS
++   AC_CHECK_HEADER([$1], [$2], [$3], [$4])
++   AC_LANG_RESTORE
++   CPPFLAGS=$kde_safe_cppflags
++])
++
++AC_DEFUN([KDE_CHECK_HEADERS],
++[
++   AH_CHECK_HEADERS([$1])
++   AC_LANG_SAVE
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   AC_LANG_CPLUSPLUS
++   AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
++   CPPFLAGS=$kde_safe_cppflags
++   AC_LANG_RESTORE
++])
++
++AC_DEFUN([KDE_FAST_CONFIGURE],
++[
++  dnl makes configure fast (needs perl)
++  AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]),
++      with_fast_perl=$enableval, with_fast_perl=yes)
++])
++
++AC_DEFUN([KDE_CONF_FILES],
++[
++  val=
++  if test -f $srcdir/configure.files ; then
++    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
++  fi
++  CONF_FILES=
++  if test -n "$val" ; then
++    for i in $val ; do
++      CONF_FILES="$CONF_FILES $i"
++    done
++  fi
++  AC_SUBST(CONF_FILES)
++])dnl
++
++dnl This sets the prefix, for arts and kdelibs
++dnl Do NOT use in any other module.
++dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde
++AC_DEFUN([KDE_SET_PREFIX_CORE],
++[
++  unset CDPATH
++  dnl make $KDEDIR the default for the installation
++  AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
++
++  if test "x$prefix" = "xNONE"; then
++    prefix=$ac_default_prefix
++    ac_configure_args="$ac_configure_args --prefix=$prefix"
++  fi
++  # And delete superfluous '/' to make compares easier
++  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++
++  kde_libs_prefix='$(prefix)'
++  kde_libs_htmldir='$(kde_htmldir)'
++  AC_SUBST(kde_libs_prefix)
++  AC_SUBST(kde_libs_htmldir)
++  KDE_FAST_CONFIGURE
++  KDE_CONF_FILES
++])
++
++
++AC_DEFUN([KDE_SET_PREFIX],
++[
++  unset CDPATH
++  dnl We can't give real code to that macro, only a value.
++  dnl It only matters for --help, since we set the prefix in this function anyway.
++  AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
++
++  KDE_SET_DEFAULT_BINDIRS
++  if test "x$prefix" = "xNONE"; then
++    dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it
++    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
++  else
++    dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH
++    kde_save_PATH="$PATH"
++    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
++    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
++    PATH="$kde_save_PATH"
++  fi
++
++  kde_libs_prefix=`$KDECONFIG --prefix`
++  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
++       AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
++                    This means it has been moved since you installed it.
++                    This won't work. Please recompile kdelibs for the new prefix.
++                    ])
++  fi
++  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
++  kde_libs_suffix=`$KDECONFIG --libsuffix`
++
++  AC_MSG_CHECKING([where to install])
++  if test "x$prefix" = "xNONE"; then
++    prefix=$kde_libs_prefix
++    AC_MSG_RESULT([$prefix (as returned by kde-config)])
++  else
++    dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
++    given_prefix=$prefix
++    AC_MSG_RESULT([$prefix (as requested)])
++  fi
++
++  # And delete superfluous '/' to make compares easier
++  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++
++  AC_SUBST(KDECONFIG)
++  AC_SUBST(kde_libs_prefix)
++  AC_SUBST(kde_libs_htmldir)
++
++  KDE_FAST_CONFIGURE
++  KDE_CONF_FILES
++])
++
++pushdef([AC_PROG_INSTALL],
++[
++  dnl our own version, testing for a -p flag
++  popdef([AC_PROG_INSTALL])
++  dnl as AC_PROG_INSTALL works as it works we first have
++  dnl to save if the user didn't specify INSTALL, as the
++  dnl autoconf one overwrites INSTALL and we have no chance to find
++  dnl out afterwards
++  test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL
++  test -n "$INSTALL_PROGRAM" && kde_save_INSTALL_PROGRAM_given=$INSTALL_PROGRAM
++  test -n "$INSTALL_SCRIPT" && kde_save_INSTALL_SCRIPT_given=$INSTALL_SCRIPT
++  AC_PROG_INSTALL
++
++  if test -z "$kde_save_INSTALL_given" ; then
++    # OK, user hasn't given any INSTALL, autoconf found one for us
++    # now we test, if it supports the -p flag
++    AC_MSG_CHECKING(for -p flag to install)
++    rm -f confinst.$$.* > /dev/null 2>&1
++    echo "Testtest" > confinst.$$.orig
++    ac_res=no
++    if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then
++      if test -f confinst.$$.new ; then
++        # OK, -p seems to do no harm to install
++	INSTALL="${INSTALL} -p"
++	ac_res=yes
++      fi
++    fi
++    rm -f confinst.$$.*
++    AC_MSG_RESULT($ac_res)
++  fi
++  dnl the following tries to resolve some signs and wonders coming up
++  dnl with different autoconf/automake versions
++  dnl e.g.:
++  dnl  *automake 1.4 install-strip sets A_M_INSTALL_PROGRAM_FLAGS to -s
++  dnl   and has INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(A_M_INSTALL_PROGRAM_FLAGS)
++  dnl   it header-vars.am, so there the actual INSTALL_PROGRAM gets the -s
++  dnl  *automake 1.4a (and above) use INSTALL_STRIP_FLAG and only has
++  dnl   INSTALL_PROGRAM = @INSTALL_PROGRAM@ there, but changes the
++  dnl   install- at DIR@PROGRAMS targets to explicitly use that flag
++  dnl  *autoconf 2.13 is dumb, and thinks it can use INSTALL_PROGRAM as
++  dnl   INSTALL_SCRIPT, which breaks with automake <= 1.4
++  dnl  *autoconf >2.13 (since 10.Apr 1999) has not that failure
++  dnl  *sometimes KDE does not use the install- at DIR@PROGRAM targets from
++  dnl   automake (due to broken Makefile.am or whatever) to install programs,
++  dnl   and so does not see the -s flag in automake > 1.4
++  dnl to clean up that mess we:
++  dnl  +set INSTALL_PROGRAM to use INSTALL_STRIP_FLAG
++  dnl   which cleans KDE's program with automake > 1.4;
++  dnl  +set INSTALL_SCRIPT to only use INSTALL, to clean up autoconf's problems
++  dnl   with automake<=1.4
++  dnl  note that dues to this sometimes two '-s' flags are used (if KDE
++  dnl   properly uses install- at DIR@PROGRAMS, but I don't care
++  dnl
++  dnl And to all this comes, that I even can't write in comments variable
++  dnl  names used by automake, because it is so stupid to think I wanted to
++  dnl  _use_ them, therefor I have written A_M_... instead of AM_
++  dnl hmm, I wanted to say something ... ahh yes: Arghhh.
++
++  if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
++    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
++  fi
++  if test -z "$kde_save_INSTALL_SCRIPT_given" ; then
++    INSTALL_SCRIPT='${INSTALL}'
++  fi
++])dnl
++
++AC_DEFUN([KDE_LANG_CPLUSPLUS],
++[AC_LANG_CPLUSPLUS
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC'
++pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS])
++])
++
++pushdef([AC_LANG_CPLUSPLUS],
++[popdef([AC_LANG_CPLUSPLUS])
++KDE_LANG_CPLUSPLUS
++])
++
++AC_DEFUN([KDE_CHECK_LONG_LONG],
++[
++AC_MSG_CHECKING(for long long)
++AC_CACHE_VAL(kde_cv_c_long_long,
++[
++  AC_LANG_SAVE
++  AC_LANG_CPLUSPLUS
++  AC_TRY_LINK([], [
++  long long foo = 0;
++  foo = foo+1;
++  ],
++  kde_cv_c_long_long=yes, kde_cv_c_long_long=no)
++  AC_LANG_RESTORE
++])
++AC_MSG_RESULT($kde_cv_c_long_long)
++if test "$kde_cv_c_long_long" = yes; then
++   AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype])
++fi
++])
++
++AC_DEFUN([KDE_CHECK_LIB],
++[
++     kde_save_LDFLAGS="$LDFLAGS"
++     dnl AC_CHECK_LIB modifies LIBS, so save it here
++     kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     AC_CHECK_LIB($1, $2, $3, $4, $5)
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++])
++
++AC_DEFUN([KDE_JAVA_PREFIX],
++[
++	dir=`dirname "$1"`
++	base=`basename "$1"`
++	list=`ls -1 $dir 2> /dev/null`
++	for entry in $list; do 
++		if test -d $dir/$entry/bin; then
++			case $entry in
++			   $base)
++				javadirs="$javadirs $dir/$entry/bin"
++				;;
++			esac
++		elif test -d $dir/$entry/jre/bin; then
++			case $entry in
++			   $base)
++				javadirs="$javadirs $dir/$entry/jre/bin"
++				;;
++			esac
++		fi
++	done
++])
++
++dnl KDE_CHEC_JAVA_DIR(onlyjre)
++AC_DEFUN([KDE_CHECK_JAVA_DIR],
++[
++
++AC_ARG_WITH(java,
++AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]),
++[  ac_java_dir=$withval
++], ac_java_dir=""
++)
++
++AC_MSG_CHECKING([for Java])
++
++dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH
++if test "x$ac_java_dir" = "xno"; then
++   kde_java_bindir=no
++   kde_java_includedir=no
++   kde_java_libjvmdir=no
++   kde_java_libgcjdir=no
++   kde_java_libhpidir=no
++else
++  if test "x$ac_java_dir" = "x"; then
++     
++     
++      dnl No option set -> collect list of candidate paths
++      if test -n "$JAVA_HOME"; then
++        KDE_JAVA_PREFIX($JAVA_HOME)
++      fi
++      KDE_JAVA_PREFIX(/usr/j2se)
++      KDE_JAVA_PREFIX(/usr/lib/j2se)
++      KDE_JAVA_PREFIX(/usr/j*dk*)
++      KDE_JAVA_PREFIX(/usr/lib/j*dk*)
++      KDE_JAVA_PREFIX(/opt/j*sdk*)
++      KDE_JAVA_PREFIX(/usr/lib/java*)
++      KDE_JAVA_PREFIX(/usr/java*)
++      KDE_JAVA_PREFIX(/usr/java/j*dk*)
++      KDE_JAVA_PREFIX(/usr/java/j*re*)
++      KDE_JAVA_PREFIX(/usr/lib/SunJava2*)
++      KDE_JAVA_PREFIX(/usr/lib/SunJava*)
++      KDE_JAVA_PREFIX(/usr/lib/IBMJava2*)
++      KDE_JAVA_PREFIX(/usr/lib/IBMJava*)
++      KDE_JAVA_PREFIX(/opt/java*)
++
++      kde_cv_path="NONE"
++      kde_save_IFS=$IFS
++      IFS=':'
++      for dir in $PATH; do
++	  if test -d "$dir"; then
++	      javadirs="$javadirs $dir"
++	  fi
++      done
++      IFS=$kde_save_IFS
++      jredirs=
++
++      dnl Now javadirs contains a list of paths that exist, all ending with bin/
++      for dir in $javadirs; do
++          dnl Check for the java executable
++	  if test -x "$dir/java"; then
++	      dnl And also check for a libjvm.so somewhere under there
++	      dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big.
++              if test "$dir" != "/usr/bin"; then
++                  libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
++		  if test ! -f $libjvmdir/libjvm.so; then continue; fi
++		  jredirs="$jredirs $dir"
++	      fi
++	  fi
++      done
++
++      dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found
++      JAVAC=
++      JAVA=
++      kde_java_bindir=no
++      for dir in $jredirs; do
++	  JAVA="$dir/java"
++	  kde_java_bindir=$dir
++	  if test -x "$dir/javac"; then
++		JAVAC="$dir/javac"
++                break
++	  fi
++      done
++
++      if test -n "$JAVAC"; then
++          dnl this substitution might not work - well, we test for jni.h below
++          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
++      else
++          kde_java_includedir=no
++      fi
++  else
++    dnl config option set
++    kde_java_bindir=$ac_java_dir/bin
++    if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then
++	kde_java_includedir=no
++    else
++        kde_java_includedir=$ac_java_dir/include
++    fi
++  fi
++fi
++
++dnl At this point kde_java_bindir and kde_java_includedir are either set or "no"
++if test "x$kde_java_bindir" != "xno"; then
++
++  dnl Look for libjvm.so
++  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
++  dnl Look for libgcj.so
++  kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1`
++  dnl Look for libhpi.so and avoid green threads
++  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
++
++  dnl Now check everything's fine under there
++  dnl the include dir is our flag for having the JDK
++  if test -d "$kde_java_includedir"; then
++    if test ! -x "$kde_java_bindir/javac"; then
++      AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.])
++    fi
++    if test ! -x "$kde_java_bindir/javah"; then
++      AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
++    fi
++    if test ! -x "$kde_java_bindir/jar"; then
++      AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
++    fi
++    if test ! -r "$kde_java_includedir/jni.h"; then
++      AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.])
++    fi
++
++    jni_includes="-I$kde_java_includedir"
++    dnl Strange thing, jni.h requires jni_md.h which is under genunix here..
++    dnl and under linux here.. 
++    
++    dnl not needed for gcj
++
++    if test "x$kde_java_libgcjdir" = "x"; then 
++      test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux"
++      test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris"
++      test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix"
++    fi
++
++  else
++    JAVAC=
++    jni_includes=
++  fi
++
++  if test "x$kde_java_libgcjdir" = "x"; then 
++     if test ! -r "$kde_java_libjvmdir/libjvm.so"; then
++        AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.])
++     fi 
++  else
++     if test ! -r "$kde_java_libgcjdir/libgcj.so"; then
++        AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.])
++     fi 
++  fi
++
++  if test ! -x "$kde_java_bindir/java"; then
++      AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
++  fi
++
++  dnl not needed for gcj compile
++
++  if test "x$kde_java_libgcjdir" = "x"; then 
++      if test ! -r "$kde_java_libhpidir/libhpi.so"; then
++        AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.])
++      fi
++  fi
++
++  if test -n "$jni_includes"; then
++    dnl Check for JNI version
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++    ac_cxxflags_safe="$CXXFLAGS"
++    CXXFLAGS="$CXXFLAGS $all_includes $jni_includes"
++
++    AC_TRY_COMPILE([
++  #include <jni.h>
++	      ],
++	      [
++  #ifndef JNI_VERSION_1_2
++  Syntax Error
++  #endif
++	      ],[ kde_jni_works=yes ],
++	      [ kde_jni_works=no ])
++
++    if test $kde_jni_works = no; then
++      AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h.
++		    You need to have Java Development Kit (JDK) version 1.2. 
++
++		    Use --with-java to specify another location.
++		    Use --without-java to configure without java support.
++		    Or download a newer JDK and try again. 
++		    See e.g. http://java.sun.com/products/jdk/1.2 ])
++    fi
++
++    CXXFLAGS="$ac_cxxflags_safe"    
++    AC_LANG_RESTORE
++
++    dnl All tests ok, inform and subst the variables
++
++    JAVAC=$kde_java_bindir/javac
++    JAVAH=$kde_java_bindir/javah
++    JAR=$kde_java_bindir/jar
++    AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
++    if test "x$kde_java_libgcjdir" = "x"; then 
++      JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi"
++    else
++      JVMLIBS="-L$kde_java_libgcjdir -lgcj"
++    fi
++    AC_MSG_RESULT([java JDK in $kde_java_bindir])
++
++  else
++      AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
++      AC_MSG_RESULT([java JRE in $kde_java_bindir])
++  fi
++elif test -d "/Library/Java/Home"; then
++  kde_java_bindir="/Library/Java/Home/bin"
++  jni_includes="-I/Library/Java/Home/include"
++
++  JAVAC=$kde_java_bindir/javac
++  JAVAH=$kde_java_bindir/javah
++  JAR=$kde_java_bindir/jar
++  JVMLIBS="-Xlinker -framework -Xlinker JavaVM"
++
++  AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
++  AC_MSG_RESULT([Apple Java Framework])
++else
++  AC_MSG_RESULT([none found])
++fi
++
++AC_SUBST(JAVAC)
++AC_SUBST(JAVAH)
++AC_SUBST(JAR)
++AC_SUBST(JVMLIBS)
++AC_SUBST(jni_includes)
++
++# for backward compat
++kde_cv_java_includedir=$kde_java_includedir
++kde_cv_java_bindir=$kde_java_bindir
++])
++
++dnl this is a redefinition of autoconf 2.5x's AC_FOREACH.
++dnl When the argument list becomes big, as in KDE for AC_OUTPUT in
++dnl big packages, m4_foreach is dog-slow.  So use our own version of
++dnl it.  (matz at kde.org)
++m4_define([mm_foreach],
++[m4_pushdef([$1])_mm_foreach($@)m4_popdef([$1])])
++m4_define([mm_car], [[$1]])
++m4_define([mm_car2], [[$@]])
++m4_define([_mm_foreach],
++[m4_if(m4_quote($2), [], [],
++       [m4_define([$1], mm_car($2))$3[]_mm_foreach([$1],
++                                                   mm_car2(m4_shift($2)),
++                                                   [$3])])])
++m4_define([AC_FOREACH],
++[mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])
++
++AC_DEFUN([KDE_NEED_FLEX],
++[
++kde_libs_safe=$LIBS
++LIBS="$LIBS $USER_LDFLAGS"
++AM_PROG_LEX
++LIBS=$kde_libs_safe
++if test -z "$LEXLIB"; then
++    AC_MSG_ERROR([You need to have flex installed.])
++fi
++AC_SUBST(LEXLIB)
++])
++
++AC_DEFUN([AC_PATH_QTOPIA],
++[
++  dnl TODO: use AC_CACHE_VAL
++
++  if test -z "$1"; then
++    qtopia_minver_maj=1
++    qtopia_minver_min=5
++    qtopia_minver_pat=0
++  else
++    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
++    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
++    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
++  fi
++
++  qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat"
++  qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat"
++
++  AC_REQUIRE([AC_PATH_QT])
++
++  AC_MSG_CHECKING([for Qtopia])
++
++  LIB_QTOPIA="-lqpe"
++  AC_SUBST(LIB_QTOPIA)
++
++  kde_qtopia_dirs="$QPEDIR /opt/Qtopia"
++
++  ac_qtopia_incdir=NO
++
++  AC_ARG_WITH(qtopia-dir,
++              AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]),
++              [  ac_qtopia_incdir="$withval"/include] ) 
++  
++  qtopia_incdirs=""
++  for dir in $kde_qtopia_dirs; do
++    qtopia_incdirs="$qtopia_incdirs $dir/include"
++  done
++
++  if test ! "$ac_qtopia_incdir" = "NO"; then
++    qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs"
++  fi
++
++  qtopia_incdir=""
++  AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir)
++  ac_qtopia_incdir="$qtopia_incdir"
++
++  if test -z "$qtopia_incdir"; then
++    AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.])
++  fi
++
++  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
++  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
++  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
++
++  qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat"
++  qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat"
++  if test "$qtopia_ver" -lt "$qtopia_minver"; then
++    AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr
++is required.])
++  fi
++
++  AC_LANG_SAVE
++  AC_LANG_CPLUSPLUS
++
++  ac_cxxflags_safe="$CXXFLAGS"
++  ac_ldflags_safe="$LDFLAGS"
++  ac_libs_safe="$LIBS"
++
++  CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes"
++  LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
++  LIBS="$LIBS $LIB_QTOPIA $LIBQT"
++
++  cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qpe/qpeapplication.h>
++#include <qpe/version.h>
++
++int main( int argc, char **argv )
++{
++    QPEApplication app( argc, argv );
++    return 0;
++}
++EOF
++
++  if AC_TRY_EVAL(ac_link) && test -s conftest; then
++    rm -f conftest*
++  else
++    rm -f conftest*
++    AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at
++the end of config.log])
++  fi
++
++  CXXFLAGS="$ac_cxxflags_safe"
++  LDFLAGS="$ac_ldflags_safe"
++  LIBS="$ac_libs_safe"
++
++  AC_LANG_RESTORE
++
++  QTOPIA_INCLUDES="-I$qtopia_incdir"
++  AC_SUBST(QTOPIA_INCLUDES)
++
++  AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir])
++])
++
++
++AC_DEFUN([KDE_INIT_DOXYGEN],
++[
++AC_MSG_CHECKING([for Qt docs])
++kde_qtdir=
++if test "${with_qt_dir+set}" = set; then
++  kde_qtdir="$with_qt_dir"
++fi
++
++AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR)
++AC_MSG_RESULT($QTDOCDIR)
++
++AC_SUBST(QTDOCDIR)
++
++KDE_FIND_PATH(dot, DOT, [], [])
++if test -n "$DOT"; then
++  KDE_HAVE_DOT="YES"
++else
++  KDE_HAVE_DOT="NO"
++fi
++AC_SUBST(KDE_HAVE_DOT)
++KDE_FIND_PATH(doxygen, DOXYGEN, [], [])
++AC_SUBST(DOXYGEN)
++
++DOXYGEN_PROJECT_NAME="$1"
++DOXYGEN_PROJECT_NUMBER="$2"
++AC_SUBST(DOXYGEN_PROJECT_NAME)
++AC_SUBST(DOXYGEN_PROJECT_NUMBER)
++
++KDE_HAS_DOXYGEN=no
++if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
++  KDE_HAS_DOXYGEN=yes
++fi
++AC_SUBST(KDE_HAS_DOXYGEN)
++
++])
++
++
++AC_DEFUN([AC_FIND_BZIP2],
++[
++AC_MSG_CHECKING([for bzDecompress in libbz2])
++AC_CACHE_VAL(ac_cv_lib_bzip2,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++kde_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET"
++kde_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(dnl
++[
++#define BZ_NO_STDIO
++#include<bzlib.h>
++],
++            [ bz_stream s; (void) bzDecompress(&s); ],
++            eval "ac_cv_lib_bzip2='-lbz2'",
++            eval "ac_cv_lib_bzip2=no")
++LIBS="$kde_save_LIBS"
++CXXFLAGS="$kde_save_CXXFLAGS"
++AC_LANG_RESTORE
++])dnl
++AC_MSG_RESULT($ac_cv_lib_bzip2)
++
++if test ! "$ac_cv_lib_bzip2" = no; then
++  BZIP2DIR=bzip2
++
++  LIBBZ2="$ac_cv_lib_bzip2"
++  AC_SUBST(LIBBZ2)
++
++else
++
++   cxx_shared_flag=
++   ld_shared_flag=
++   KDE_CHECK_COMPILER_FLAG(shared, [
++	ld_shared_flag="-shared"
++   ])
++   KDE_CHECK_COMPILER_FLAG(fPIC, [
++        cxx_shared_flag="-fPIC"
++   ])
++
++   AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2])
++   AC_CACHE_VAL(ac_cv_lib_bzip2_prefix,
++   [
++   AC_LANG_SAVE
++   AC_LANG_CPLUSPLUS
++   kde_save_LIBS="$LIBS"
++   LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET"
++   kde_save_CXXFLAGS="$CXXFLAGS"
++   CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES"
++
++   AC_TRY_LINK(dnl
++   [
++   #define BZ_NO_STDIO
++   #include<bzlib.h>
++   ],
++               [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
++               eval "ac_cv_lib_bzip2_prefix='-lbz2'",
++               eval "ac_cv_lib_bzip2_prefix=no")
++   LIBS="$kde_save_LIBS"
++   CXXFLAGS="$kde_save_CXXFLAGS"
++   AC_LANG_RESTORE
++   ])dnl
++
++   AC_MSG_RESULT($ac_cv_lib_bzip2_prefix)
++   
++   if test ! "$ac_cv_lib_bzip2_prefix" = no; then
++     BZIP2DIR=bzip2
++    
++     LIBBZ2="$ac_cv_lib_bzip2_prefix"
++     AC_SUBST(LIBBZ2)
++
++     AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix])
++   dnl else, we just ignore this
++   fi
++
++fi
++AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR")
++])
++
++dnl ------------------------------------------------------------------------
++dnl Try to find the SSL headers and libraries.
++dnl $(SSL_LDFLAGS) will be -Lsslliblocation (if needed)
++dnl and $(SSL_INCLUDES) will be -Isslhdrlocation (if needed)
++dnl ------------------------------------------------------------------------
++dnl
++AC_DEFUN([KDE_CHECK_SSL],
++[
++LIBSSL="-lssl -lcrypto"
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++ac_ssl_includes=NO ac_ssl_libraries=NO
++ssl_libraries=""
++ssl_includes=""
++AC_ARG_WITH(ssl-dir,
++    AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
++    [  ac_ssl_includes="$withval"/include
++       ac_ssl_libraries="$withval"/lib$kdelibsuff
++    ])
++
++want_ssl=yes
++AC_ARG_WITH(ssl,
++    AC_HELP_STRING([--without-ssl],[disable SSL checks]),
++    [want_ssl=$withval])
++
++if test $want_ssl = yes; then
++
++AC_MSG_CHECKING(for OpenSSL)
++
++AC_CACHE_VAL(ac_cv_have_ssl,
++[#try to guess OpenSSL locations
++  
++  ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes"
++  ssl_incdirs="$ac_ssl_includes $ssl_incdirs"
++  AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
++  ac_ssl_includes="$ssl_incdir"
++
++  ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs"
++  if test ! "$ac_ssl_libraries" = "NO"; then
++    ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
++  fi
++
++  test=NONE
++  ssl_libdir=NONE
++  for dir in $ssl_libdirs; do
++    try="ls -1 $dir/libssl*"
++    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
++  done
++
++  ac_ssl_libraries="$ssl_libdir"
++
++  ac_ldflags_safe="$LDFLAGS"
++  ac_libs_safe="$LIBS"
++
++  LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries"
++  LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref"
++
++  AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();,
++  ac_ssl_rsaref="yes"
++  ,
++  ac_ssl_rsaref="no"
++  )
++
++  LDFLAGS="$ac_ldflags_safe"
++  LIBS="$ac_libs_safe"
++
++  if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then
++    have_ssl=no
++  else
++    have_ssl=yes;
++  fi
++
++  ])
++
++  eval "$ac_cv_have_ssl"
++
++  AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes])
++
++  AC_MSG_CHECKING([whether OpenSSL uses rsaref])
++  AC_MSG_RESULT($ac_ssl_rsaref)
++
++  AC_MSG_CHECKING([for easter eggs])
++  AC_MSG_RESULT([none found])
++
++else
++  have_ssl=no
++fi
++
++if test "$have_ssl" = yes; then
++  AC_MSG_CHECKING(for OpenSSL version)
++  dnl Check for SSL version
++  AC_CACHE_VAL(ac_cv_ssl_version,
++  [
++
++    cat >conftest.$ac_ext <<EOF
++#include <openssl/opensslv.h>
++#include <stdio.h>
++    int main() {
++ 
++#ifndef OPENSSL_VERSION_NUMBER
++      printf("ssl_version=\\"error\\"\n");
++#else
++      if (OPENSSL_VERSION_NUMBER < 0x00906000)
++        printf("ssl_version=\\"old\\"\n");
++      else
++        printf("ssl_version=\\"ok\\"\n");
++#endif
++     return (0);
++    }
++EOF
++
++    ac_save_CPPFLAGS=$CPPFLAGS
++    if test "$ac_ssl_includes" != "/usr/include"; then
++        CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes"
++    fi
++
++    if AC_TRY_EVAL(ac_link); then 
++
++      if eval `./conftest 2>&5`; then
++        if test $ssl_version = error; then
++          AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !])
++        else
++          if test $ssl_version = old; then
++            AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.])
++            have_ssl=no
++          fi
++        fi
++        ac_cv_ssl_version="ssl_version=$ssl_version"
++      else
++        AC_MSG_ERROR([Your system couldn't run a small SSL test program.
++        Check config.log, and if you can't figure it out, send a mail to 
++        David Faure <faure at kde.org>, attaching your config.log])
++      fi
++
++    else
++      AC_MSG_ERROR([Your system couldn't link a small SSL test program.
++      Check config.log, and if you can't figure it out, send a mail to 
++      David Faure <faure at kde.org>, attaching your config.log])
++    fi 
++    CPPFLAGS=$ac_save_CPPFLAGS
++
++  ])
++
++  eval "$ac_cv_ssl_version"
++  AC_MSG_RESULT($ssl_version)
++fi
++
++if test "$have_ssl" != yes; then
++  LIBSSL="";
++else
++  AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL])
++  ac_cv_have_ssl="have_ssl=yes \
++    ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref"
++  
++  
++  ssl_libraries="$ac_ssl_libraries"
++  ssl_includes="$ac_ssl_includes"
++
++  if test "$ac_ssl_rsaref" = yes; then
++    LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" 
++  fi
++
++  if test $ssl_version = "old"; then
++    AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6])
++  fi
++fi
++
++SSL_INCLUDES=
++
++if test "$ssl_includes" = "/usr/include"; then
++  if test -f /usr/kerberos/include/krb5.h; then
++	SSL_INCLUDES="-I/usr/kerberos/include"
++  fi
++elif test  "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then
++  SSL_INCLUDES="-I$ssl_includes"
++fi
++
++if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then
++ SSL_LDFLAGS=""
++else
++ SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries"
++fi
++
++AC_SUBST(SSL_INCLUDES)
++AC_SUBST(SSL_LDFLAGS)
++AC_SUBST(LIBSSL)
++])
++
++AC_DEFUN([KDE_CHECK_STRLCPY],
++[
++  AC_REQUIRE([AC_CHECK_STRLCAT])
++  AC_REQUIRE([AC_CHECK_STRLCPY])
++  AC_CHECK_SIZEOF(size_t)
++  AC_CHECK_SIZEOF(unsigned long)
++
++  AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long])
++  AC_TRY_COMPILE(,[
++    #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
++       choke me
++    #endif
++    ],AC_MSG_RESULT([yes]),[
++      AC_MSG_RESULT(no)
++      AC_MSG_ERROR([
++       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
++       does not apply. Please mail kde-devel at kde.org with a description of your system!
++      ])
++  ])
++])
++
++AC_DEFUN([KDE_CHECK_BINUTILS],
++[
++  AC_MSG_CHECKING([if ld supports unversioned version maps])
++
++  kde_save_LDFLAGS="$LDFLAGS"
++  LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
++  echo "{ local: extern \"C++\" { foo }; };" > conftest.map
++  AC_TRY_LINK([int foo;],
++[
++#ifdef __INTEL_COMPILER
++icc apparently does not support libtools version-info and version-script
++at the same time. Dunno where the bug is, but until somebody figured out,
++better disable the optional version scripts.
++#endif
++
++  foo = 42;
++], kde_supports_versionmaps=yes, kde_supports_versionmaps=no)
++  LDFLAGS="$kde_save_LDFLAGS"
++  rm -f conftest.map
++  AM_CONDITIONAL(include_VERSION_SCRIPT, 
++    [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"])
++
++  AC_MSG_RESULT($kde_supports_versionmaps)
++])
++
++AC_DEFUN([AM_PROG_OBJC],[
++AC_CHECK_PROGS(OBJC, gcc, gcc)
++test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH])
++if test "x${OBJCFLAGS-unset}" = xunset; then
++   OBJCFLAGS="-g -O2"
++fi
++AC_SUBST(OBJCFLAGS)
++_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)])
++])
++
++AC_DEFUN([KDE_CHECK_PERL],
++[
++	KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [
++		    AC_MSG_ERROR([No Perl found in your $PATH.
++We need perl to generate some code.])
++	])
++    AC_SUBST(PERL)
++])
++
++AC_DEFUN([KDE_CHECK_LARGEFILE],
++[
++AC_SYS_LARGEFILE
++if test "$ac_cv_sys_file_offset_bits" != no; then
++  CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
++fi
++
++if test "x$ac_cv_sys_large_files" != "xno"; then
++  CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
++fi
++
++])
++
++dnl A small extension to PKG_CHECK_MODULES (defined in pkg.m4.in)
++dnl which allows to search for libs that get installed into the KDE prefix.
++dnl
++dnl Syntax:  KDE_PKG_CHECK_MODULES(KSTUFF, libkexif >= 0.2 glib = 1.3.4, action-if, action-not)
++dnl defines KSTUFF_LIBS, KSTUFF_CFLAGS, see pkg-config man page
++dnl also defines KSTUFF_PKG_ERRORS on error
++AC_DEFUN([KDE_PKG_CHECK_MODULES], [
++
++   PKG_CONFIG_PATH="$prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
++   if test "$prefix" != "$kde_libs_prefix"; then
++       PKG_CONFIG_PATH="$kde_libs_prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
++   fi
++   export PKG_CONFIG_PATH
++   PKG_CHECK_MODULES($1,$2,$3,$4)
++])
++
+diff -Nrua koffice-1.4.2.orig/autocorrect/Makefile.in koffice-1.4.2/autocorrect/Makefile.in
+--- koffice-1.4.2.orig/autocorrect/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/autocorrect/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,101 @@
+ @SET_MAKE@
+ 
+ # (Is autocorrect.xml still used?)
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = autocorrect
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(scriptsdir)"
++scriptsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(scripts_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,28 +477,53 @@
+ # WARNING: Do not add any other language here - use kde-i18n/*/data/koffice/autocorrect for that.
+ scripts_DATA = autocorrect.xml en_US.xml
+ scriptsdir = $(kde_datadir)/koffice/autocorrect
+-subdir = autocorrect
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(scripts_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  autocorrect/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  autocorrect/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  autocorrect/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  autocorrect/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  autocorrect/Makefile
++	  $(AUTOMAKE) --gnu  autocorrect/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit autocorrect/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -367,41 +534,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-scriptsDATA_INSTALL = $(INSTALL_DATA)
+ install-scriptsDATA: $(scripts_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
++	test -z "$(scriptsdir)" || $(mkdir_p) "$(DESTDIR)$(scriptsdir)"
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(scriptsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  $(scriptsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ 
+ uninstall-scriptsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -419,10 +588,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
+-
++	for dir in "$(DESTDIR)$(scriptsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -434,7 +603,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -442,7 +611,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -456,13 +625,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -478,39 +649,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-scriptsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-scriptsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-scriptsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-scriptsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-scriptsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=autocorrect.xml en_US.xml 
++KDE_DIST=Makefile.in autocorrect.xml en_US.xml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  autocorrect/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  autocorrect/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  autocorrect/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit autocorrect/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/autom4te.cache/output.0 koffice-1.4.2/autom4te.cache/output.0
+--- koffice-1.4.2.orig/autom4te.cache/output.0	1970-01-01 01:00:00.000000000 +0100
++++ koffice-1.4.2/autom4te.cache/output.0	2005-11-11 17:29:05.000000000 +0100
+@@ -0,0 +1,51318 @@
++@%:@! /bin/sh
++@%:@ Guess values for system-dependent variables and create Makefiles.
++@%:@ Generated by GNU Autoconf 2.59.
++@%:@ 
++@%:@ Copyright (C) 2003 Free Software Foundation, Inc.
++@%:@ This configure script is free software; the Free Software Foundation
++@%:@ gives unlimited permission to copy, distribute and modify it.
++## --------------------- ##
++## M4sh Initialization.  ##
++## --------------------- ##
++
++# Be Bourne compatible
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++  emulate sh
++  NULLCMD=:
++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++  # is contrary to our usage.  Disable this feature.
++  alias -g '${1+"$@"}'='"$@"'
++elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
++  set -o posix
++fi
++DUALCASE=1; export DUALCASE # for MKS sh
++
++# Support unset when possible.
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++  as_unset=unset
++else
++  as_unset=false
++fi
++
++
++# Work around bugs in pre-3.0 UWIN ksh.
++$as_unset ENV MAIL MAILPATH
++PS1='$ '
++PS2='> '
++PS4='+ '
++
++# NLS nuisances.
++for as_var in \
++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
++  LC_TELEPHONE LC_TIME
++do
++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
++    eval $as_var=C; export $as_var
++  else
++    $as_unset $as_var
++  fi
++done
++
++# Required to use basename.
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
++  as_basename=basename
++else
++  as_basename=false
++fi
++
++
++# Name of the executable.
++as_me=`$as_basename "$0" ||
++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
++	 X"$0" : 'X\(//\)$' \| \
++	 X"$0" : 'X\(/\)$' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X/"$0" |
++    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
++  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\/\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++
++
++# PATH needs CR, and LINENO needs CR and PATH.
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
++
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++  echo "#! /bin/sh" >conf$$.sh
++  echo  "exit 0"   >>conf$$.sh
++  chmod +x conf$$.sh
++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
++    PATH_SEPARATOR=';'
++  else
++    PATH_SEPARATOR=:
++  fi
++  rm -f conf$$.sh
++fi
++
++
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
++  # Find who we are.  Look in the path if we contain no path at all
++  # relative or not.
++  case $0 in
++    *[\\/]* ) as_myself=$0 ;;
++    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++done
++
++       ;;
++  esac
++  # We did not find ourselves, most probably we were run as `sh COMMAND'
++  # in which case we are not to be found in the path.
++  if test "x$as_myself" = x; then
++    as_myself=$0
++  fi
++  if test ! -f "$as_myself"; then
++    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
++   { (exit 1); exit 1; }; }
++  fi
++  case $CONFIG_SHELL in
++  '')
++    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for as_base in sh bash ksh sh5; do
++	 case $as_dir in
++	 /*)
++	   if ("$as_dir/$as_base" -c '
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
++	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
++	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
++	     CONFIG_SHELL=$as_dir/$as_base
++	     export CONFIG_SHELL
++	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
++	   fi;;
++	 esac
++       done
++done
++;;
++  esac
++
++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
++  # uniformly replaced by the line number.  The first 'sed' inserts a
++  # line-number line before each line; the second 'sed' does the real
++  # work.  The second script uses 'N' to pair each line-number line
++  # with the numbered line, and appends trailing '-' during
++  # substitution so that $LINENO is not a special case at line end.
++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
++  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
++  sed '=' <$as_myself |
++    sed '
++      N
++      s,$,-,
++      : loop
++      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
++      t loop
++      s,-$,,
++      s,^['$as_cr_digits']*\n,,
++    ' >$as_me.lineno &&
++  chmod +x $as_me.lineno ||
++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
++   { (exit 1); exit 1; }; }
++
++  # Don't try to exec as it changes $[0], causing all sort of problems
++  # (the dirname of $[0] is not the place where we might find the
++  # original and so on.  Autoconf is especially sensible to this).
++  . ./$as_me.lineno
++  # Exit status is that of the last command.
++  exit
++}
++
++
++case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
++  *c*,-n*) ECHO_N= ECHO_C='
++' ECHO_T='	' ;;
++  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
++  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
++esac
++
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++rm -f conf$$ conf$$.exe conf$$.file
++echo >conf$$.file
++if ln -s conf$$.file conf$$ 2>/dev/null; then
++  # We could just check for DJGPP; but this test a) works b) is more generic
++  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
++  if test -f conf$$.exe; then
++    # Don't use ln at all; we don't have any links
++    as_ln_s='cp -p'
++  else
++    as_ln_s='ln -s'
++  fi
++elif ln conf$$.file conf$$ 2>/dev/null; then
++  as_ln_s=ln
++else
++  as_ln_s='cp -p'
++fi
++rm -f conf$$ conf$$.exe conf$$.file
++
++if mkdir -p . 2>/dev/null; then
++  as_mkdir_p=:
++else
++  test -d ./-p && rmdir ./-p
++  as_mkdir_p=false
++fi
++
++as_executable_p="test -f"
++
++# Sed expression to map a string onto a valid CPP name.
++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
++
++# Sed expression to map a string onto a valid variable name.
++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
++
++
++# IFS
++# We need space, tab and new line, in precisely that order.
++as_nl='
++'
++IFS=" 	$as_nl"
++
++# CDPATH.
++$as_unset CDPATH
++
++
++
++# Check that we are running under the correct shell.
++SHELL=${CONFIG_SHELL-/bin/sh}
++
++case X$ECHO in
++X*--fallback-echo)
++  # Remove one level of quotation (which was required for Make).
++  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
++  ;;
++esac
++
++echo=${ECHO-echo}
++if test "X$1" = X--no-reexec; then
++  # Discard the --no-reexec flag, and continue.
++  shift
++elif test "X$1" = X--fallback-echo; then
++  # Avoid inline document here, it may be left over
++  :
++elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
++  # Yippee, $echo works!
++  :
++else
++  # Restart under the correct shell.
++  exec $SHELL "$0" --no-reexec ${1+"$@"}
++fi
++
++if test "X$1" = X--fallback-echo; then
++  # used as fallback echo
++  shift
++  cat <<EOF
++$*
++EOF
++  exit 0
++fi
++
++# The HP-UX ksh and POSIX shell print the target directory to stdout
++# if CDPATH is set.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++if test -z "$ECHO"; then
++if test "X${echo_test_string+set}" != Xset; then
++# find a string as large as possible, as long as the shell can cope with it
++  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
++    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
++    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++       echo_test_string=`eval $cmd` &&
++       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
++    then
++      break
++    fi
++  done
++fi
++
++if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++   test "X$echo_testing_string" = "X$echo_test_string"; then
++  :
++else
++  # The Solaris, AIX, and Digital Unix default echo programs unquote
++  # backslashes.  This makes it impossible to quote backslashes using
++  #   echo "$something" | sed 's/\\/\\\\/g'
++  #
++  # So, first we look for a working echo in the user's PATH.
++
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for dir in $PATH /usr/ucb; do
++    IFS="$lt_save_ifs"
++    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
++       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      echo="$dir/echo"
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++
++  if test "X$echo" = Xecho; then
++    # We didn't find a better echo, so look for alternatives.
++    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      # This shell has a builtin print -r that does the trick.
++      echo='print -r'
++    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
++	 test "X$CONFIG_SHELL" != X/bin/ksh; then
++      # If we have ksh, try running configure again with it.
++      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
++      export ORIGINAL_CONFIG_SHELL
++      CONFIG_SHELL=/bin/ksh
++      export CONFIG_SHELL
++      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
++    else
++      # Try using printf.
++      echo='printf %s\n'
++      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++	 test "X$echo_testing_string" = "X$echo_test_string"; then
++	# Cool, printf works
++	:
++      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
++	export CONFIG_SHELL
++	SHELL="$CONFIG_SHELL"
++	export SHELL
++	echo="$CONFIG_SHELL $0 --fallback-echo"
++      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	echo="$CONFIG_SHELL $0 --fallback-echo"
++      else
++	# maybe with a smaller string...
++	prev=:
++
++	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
++	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
++	  then
++	    break
++	  fi
++	  prev="$cmd"
++	done
++
++	if test "$prev" != 'sed 50q "$0"'; then
++	  echo_test_string=`eval $prev`
++	  export echo_test_string
++	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
++	else
++	  # Oops.  We lost completely, so just stick with echo.
++	  echo=echo
++	fi
++      fi
++    fi
++  fi
++fi
++fi
++
++# Copy echo and quote the copy suitably for passing to libtool from
++# the Makefile, instead of quoting the original, which is used later.
++ECHO=$echo
++if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
++   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
++fi
++
++
++
++
++tagnames=${tagnames+${tagnames},}CXX
++
++tagnames=${tagnames+${tagnames},}F77
++
++# Name of the host.
++# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
++# so uname gets run too.
++ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
++
++exec 6>&1
++
++#
++# Initializations.
++#
++ac_default_prefix=/usr/local
++ac_config_libobj_dir=.
++cross_compiling=no
++subdirs=
++MFLAGS=
++MAKEFLAGS=
++SHELL=${CONFIG_SHELL-/bin/sh}
++
++# Maximum number of lines to put in a shell here document.
++# This variable seems obsolete.  It should probably be removed, and
++# only ac_max_sed_lines should be used.
++: ${ac_max_here_lines=38}
++
++# Identity of this package.
++PACKAGE_NAME=
++PACKAGE_TARNAME=
++PACKAGE_VERSION=
++PACKAGE_STRING=
++PACKAGE_BUGREPORT=
++
++ac_unique_file="acinclude.m4"
++ac_default_prefix=${KDEDIR:-the kde prefix}
++# Factoring default headers for most tests.
++ac_includes_default="\
++#include <stdio.h>
++#if HAVE_SYS_TYPES_H
++# include <sys/types.h>
++#endif
++#if HAVE_SYS_STAT_H
++# include <sys/stat.h>
++#endif
++#if STDC_HEADERS
++# include <stdlib.h>
++# include <stddef.h>
++#else
++# if HAVE_STDLIB_H
++#  include <stdlib.h>
++# endif
++#endif
++#if HAVE_STRING_H
++# if !STDC_HEADERS && HAVE_MEMORY_H
++#  include <memory.h>
++# endif
++# include <string.h>
++#endif
++#if HAVE_STRINGS_H
++# include <strings.h>
++#endif
++#if HAVE_INTTYPES_H
++# include <inttypes.h>
++#else
++# if HAVE_STDINT_H
++#  include <stdint.h>
++# endif
++#endif
++#if HAVE_UNISTD_H
++# include <unistd.h>
++#endif"
++
++ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM QTDOCDIR KDE_HAVE_DOT DOXYGEN DOXYGEN_PROJECT_NAME DOXYGEN_PROJECT_NUMBER KDE_HAS_DOXYGEN LIBMAGICK_LIBS LIBMAGICK_LDFLAGS LIBMAGICK_CPPFLAGS LIBMAGICK_RPATH need_kde32_compatibility_TRUE need_kde32_compatibility_FALSE need_kde33_compatibility_TRUE need_kde33_compatibility_FALSE need_kde34_compatibility_TRUE need_kde34_compatibility_FALSE need_kde31_compatibility_TRUE need_kde31_compatibility_FALSE LIBWV2_LIBS LIBWV2_CFLAGS LIBWV2_RPATH include_wv2_msword_filter_TRUE include_wv2_msword_filter_FALSE LIBPAPER LIBWPD_LIBS LIBWPD_CFLAGS LIBWPD_RPATH include_wpd_filter_TRUE include_wpd_filter_FALSE LIBXSLT_LIBS LIBXSLT_CFLAGS LIBXSLT_RPATH LIBXML_LIBS LIBXML_CFLAGS LIBXML_RPATH include_XSLTFILTERS_TRUE include_XSLTFILTERS_FALSE LIBFREETYPE_LIBS LIBFREETYPE_CFLAGS LIBFREETYPE_RPATH LIBART_LIBS LIBART_CFLAGS LIBART_RPATH LIBFONTCONFIG_LIBS LIBFONTCONFIG_CFLAGS LIBFONTCONFIG_RPATH have_readline_TRUE have_readline_FALSE LIBREADLINE LIB_KEXI_KMDI LIB_KEXI_KMDI_INCLUDES use_kexi_compat_qextmdi_TRUE use_kexi_compat_qextmdi_FALSE MYSQL_INC MYSQL_LIBS compile_mysql_plugin_TRUE compile_mysql_plugin_FALSE PG_INCDIR PG_LIBDIR PQXX_INCDIR PQXX_LIBDIR compile_pgsql_plugin_TRUE compile_pgsql_plugin_FALSE PYTHON_INCLUDE PYTHON_LIB PYTHON_FLAGS compile_kross_plugin_TRUE compile_kross_plugin_FALSE PYTHONINC PYTHONLIB LIBPYTHON PYTHONMODDIR LIB_XINPUTEXT LCMS_LIBS use_kjsembed_TRUE use_kjsembed_FALSE SQLDIR include_sql_TRUE include_sql_FALSE KWMF_INCLUDES KSTORE_INCLUDES KOTEXT_INCLUDES KOPAINTER_INCLUDES KOFFICECORE_INCLUDES KOFFICEUI_INCLUDES KFORMULA_INCLUDES KOSCRIPT_INCLUDES LIB_KOFFICEUI LIB_KOFFICECORE LIB_KSTORE LIB_KOTEXT LIB_KOPAINTER LIB_KWMF LIB_KOWMF LIB_KFORMULA LIB_KOSCRIPT interfacedir KOFFICE_LIBS KOFFICE_INCLUDES LIBKSPELL2 TOPSUBDIRS lib_SUBDIR_included_TRUE lib_SUBDIR_included_FALSE interfaces_SUBDIR_included_TRUE interfaces_SUBDIR_included_FALSE autocorrect_SUBDIR_included_TRUE autocorrect_SUBDIR_included_FALSE doc_SUBDIR_included_TRUE doc_SUBDIR_included_FALSE example_SUBDIR_included_TRUE example_SUBDIR_included_FALSE karbon_SUBDIR_included_TRUE karbon_SUBDIR_included_FALSE kchart_SUBDIR_included_TRUE kchart_SUBDIR_included_FALSE kdgantt_SUBDIR_included_TRUE kdgantt_SUBDIR_included_FALSE kformula_SUBDIR_included_TRUE kformula_SUBDIR_included_FALSE kivio_SUBDIR_included_TRUE kivio_SUBDIR_included_FALSE koshell_SUBDIR_included_TRUE koshell_SUBDIR_included_FALSE kounavail_SUBDIR_included_TRUE kounavail_SUBDIR_included_FALSE kpresenter_SUBDIR_included_TRUE kpresenter_SUBDIR_included_FALSE krita_SUBDIR_included_TRUE krita_SUBDIR_included_FALSE kspread_SUBDIR_included_TRUE kspread_SUBDIR_included_FALSE kugar_SUBDIR_included_TRUE kugar_SUBDIR_included_FALSE mimetypes_SUBDIR_included_TRUE mimetypes_SUBDIR_included_FALSE pics_SUBDIR_included_TRUE pics_SUBDIR_included_FALSE plugins_SUBDIR_included_TRUE plugins_SUBDIR_included_FALSE servicetypes_SUBDIR_included_TRUE servicetypes_SUBDIR_included_FALSE templates_SUBDIR_included_TRUE templates_SUBDIR_included_FALSE tools_SUBDIR_included_TRUE tools_SUBDIR_included_FALSE kword_SUBDIR_included_TRUE kword_SUBDIR_included_FALSE kexi_SUBDIR_included_TRUE kexi_SUBDIR_included_FALSE filters_SUBDIR_included_TRUE filters_SUBDIR_included_FALSE compile_filter_KWORD_TRUE compile_filter_KWORD_FALSE compile_filter_KSPREAD_TRUE compile_filter_KSPREAD_FALSE compile_filter_KCHART_TRUE compile_filter_KCHART_FALSE compile_filter_KARBON_TRUE compile_filter_KARBON_FALSE compile_filter_KPRESENTER_TRUE compile_filter_KPRESENTER_FALSE compile_filter_KFORMULA_TRUE compile_filter_KFORMULA_FALSE compile_filter_KUGAR_TRUE compile_filter_KUGAR_FALSE compile_filter_KRITA_TRUE compile_filter_KRITA_FALSE compile_mailmerge_KWORD_TRUE compile_mailmerge_KWORD_FALSE compile_plugin_KUGAR_TRUE compile_plugin_KUGAR_FALSE compile_lib_KOPAINTER_TRUE compile_lib_KOPAINTER_FALSE LIB@&t at OBJS LTLIBOBJS'
++ac_subst_files=''
++
++# Initialize some variables set by options.
++ac_init_help=
++ac_init_version=false
++# The variables have the same names as the options, with
++# dashes changed to underlines.
++cache_file=/dev/null
++exec_prefix=NONE
++no_create=
++no_recursion=
++prefix=NONE
++program_prefix=NONE
++program_suffix=NONE
++program_transform_name=s,x,x,
++silent=
++site=
++srcdir=
++verbose=
++x_includes=NONE
++x_libraries=NONE
++
++# Installation directory options.
++# These are left unexpanded so users can "make install exec_prefix=/foo"
++# and all the variables that are supposed to be based on exec_prefix
++# by default will actually change.
++# Use braces instead of parens because sh, perl, etc. also accept them.
++bindir='${exec_prefix}/bin'
++sbindir='${exec_prefix}/sbin'
++libexecdir='${exec_prefix}/libexec'
++datadir='${prefix}/share'
++sysconfdir='${prefix}/etc'
++sharedstatedir='${prefix}/com'
++localstatedir='${prefix}/var'
++libdir='${exec_prefix}/lib'
++includedir='${prefix}/include'
++oldincludedir='/usr/include'
++infodir='${prefix}/info'
++mandir='${prefix}/man'
++
++ac_prev=
++for ac_option
++do
++  # If the previous option needs an argument, assign it.
++  if test -n "$ac_prev"; then
++    eval "$ac_prev=\$ac_option"
++    ac_prev=
++    continue
++  fi
++
++  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
++
++  # Accept the important Cygnus configure options, so we can diagnose typos.
++
++  case $ac_option in
++
++  -bindir | --bindir | --bindi | --bind | --bin | --bi)
++    ac_prev=bindir ;;
++  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
++    bindir=$ac_optarg ;;
++
++  -build | --build | --buil | --bui | --bu)
++    ac_prev=build_alias ;;
++  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
++    build_alias=$ac_optarg ;;
++
++  -cache-file | --cache-file | --cache-fil | --cache-fi \
++  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
++    ac_prev=cache_file ;;
++  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
++  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
++    cache_file=$ac_optarg ;;
++
++  --config-cache | -C)
++    cache_file=config.cache ;;
++
++  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
++    ac_prev=datadir ;;
++  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
++  | --da=*)
++    datadir=$ac_optarg ;;
++
++  -disable-* | --disable-*)
++    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
++   { (exit 1); exit 1; }; }
++    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
++    eval "enable_$ac_feature=no" ;;
++
++  -enable-* | --enable-*)
++    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
++   { (exit 1); exit 1; }; }
++    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
++    case $ac_option in
++      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
++      *) ac_optarg=yes ;;
++    esac
++    eval "enable_$ac_feature='$ac_optarg'" ;;
++
++  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
++  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
++  | --exec | --exe | --ex)
++    ac_prev=exec_prefix ;;
++  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
++  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
++  | --exec=* | --exe=* | --ex=*)
++    exec_prefix=$ac_optarg ;;
++
++  -gas | --gas | --ga | --g)
++    # Obsolete; use --with-gas.
++    with_gas=yes ;;
++
++  -help | --help | --hel | --he | -h)
++    ac_init_help=long ;;
++  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
++    ac_init_help=recursive ;;
++  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
++    ac_init_help=short ;;
++
++  -host | --host | --hos | --ho)
++    ac_prev=host_alias ;;
++  -host=* | --host=* | --hos=* | --ho=*)
++    host_alias=$ac_optarg ;;
++
++  -includedir | --includedir | --includedi | --included | --include \
++  | --includ | --inclu | --incl | --inc)
++    ac_prev=includedir ;;
++  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
++  | --includ=* | --inclu=* | --incl=* | --inc=*)
++    includedir=$ac_optarg ;;
++
++  -infodir | --infodir | --infodi | --infod | --info | --inf)
++    ac_prev=infodir ;;
++  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
++    infodir=$ac_optarg ;;
++
++  -libdir | --libdir | --libdi | --libd)
++    ac_prev=libdir ;;
++  -libdir=* | --libdir=* | --libdi=* | --libd=*)
++    libdir=$ac_optarg ;;
++
++  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
++  | --libexe | --libex | --libe)
++    ac_prev=libexecdir ;;
++  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
++  | --libexe=* | --libex=* | --libe=*)
++    libexecdir=$ac_optarg ;;
++
++  -localstatedir | --localstatedir | --localstatedi | --localstated \
++  | --localstate | --localstat | --localsta | --localst \
++  | --locals | --local | --loca | --loc | --lo)
++    ac_prev=localstatedir ;;
++  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
++  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
++  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
++    localstatedir=$ac_optarg ;;
++
++  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
++    ac_prev=mandir ;;
++  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
++    mandir=$ac_optarg ;;
++
++  -nfp | --nfp | --nf)
++    # Obsolete; use --without-fp.
++    with_fp=no ;;
++
++  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
++  | --no-cr | --no-c | -n)
++    no_create=yes ;;
++
++  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
++  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
++    no_recursion=yes ;;
++
++  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
++  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
++  | --oldin | --oldi | --old | --ol | --o)
++    ac_prev=oldincludedir ;;
++  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
++  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
++  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
++    oldincludedir=$ac_optarg ;;
++
++  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
++    ac_prev=prefix ;;
++  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
++    prefix=$ac_optarg ;;
++
++  -program-prefix | --program-prefix | --program-prefi | --program-pref \
++  | --program-pre | --program-pr | --program-p)
++    ac_prev=program_prefix ;;
++  -program-prefix=* | --program-prefix=* | --program-prefi=* \
++  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
++    program_prefix=$ac_optarg ;;
++
++  -program-suffix | --program-suffix | --program-suffi | --program-suff \
++  | --program-suf | --program-su | --program-s)
++    ac_prev=program_suffix ;;
++  -program-suffix=* | --program-suffix=* | --program-suffi=* \
++  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
++    program_suffix=$ac_optarg ;;
++
++  -program-transform-name | --program-transform-name \
++  | --program-transform-nam | --program-transform-na \
++  | --program-transform-n | --program-transform- \
++  | --program-transform | --program-transfor \
++  | --program-transfo | --program-transf \
++  | --program-trans | --program-tran \
++  | --progr-tra | --program-tr | --program-t)
++    ac_prev=program_transform_name ;;
++  -program-transform-name=* | --program-transform-name=* \
++  | --program-transform-nam=* | --program-transform-na=* \
++  | --program-transform-n=* | --program-transform-=* \
++  | --program-transform=* | --program-transfor=* \
++  | --program-transfo=* | --program-transf=* \
++  | --program-trans=* | --program-tran=* \
++  | --progr-tra=* | --program-tr=* | --program-t=*)
++    program_transform_name=$ac_optarg ;;
++
++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
++  | -silent | --silent | --silen | --sile | --sil)
++    silent=yes ;;
++
++  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
++    ac_prev=sbindir ;;
++  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
++  | --sbi=* | --sb=*)
++    sbindir=$ac_optarg ;;
++
++  -sharedstatedir | --sharedstatedir | --sharedstatedi \
++  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
++  | --sharedst | --shareds | --shared | --share | --shar \
++  | --sha | --sh)
++    ac_prev=sharedstatedir ;;
++  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
++  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
++  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
++  | --sha=* | --sh=*)
++    sharedstatedir=$ac_optarg ;;
++
++  -site | --site | --sit)
++    ac_prev=site ;;
++  -site=* | --site=* | --sit=*)
++    site=$ac_optarg ;;
++
++  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
++    ac_prev=srcdir ;;
++  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
++    srcdir=$ac_optarg ;;
++
++  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
++  | --syscon | --sysco | --sysc | --sys | --sy)
++    ac_prev=sysconfdir ;;
++  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
++  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
++    sysconfdir=$ac_optarg ;;
++
++  -target | --target | --targe | --targ | --tar | --ta | --t)
++    ac_prev=target_alias ;;
++  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
++    target_alias=$ac_optarg ;;
++
++  -v | -verbose | --verbose | --verbos | --verbo | --verb)
++    verbose=yes ;;
++
++  -version | --version | --versio | --versi | --vers | -V)
++    ac_init_version=: ;;
++
++  -with-* | --with-*)
++    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid package name: $ac_package" >&2
++   { (exit 1); exit 1; }; }
++    ac_package=`echo $ac_package| sed 's/-/_/g'`
++    case $ac_option in
++      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
++      *) ac_optarg=yes ;;
++    esac
++    eval "with_$ac_package='$ac_optarg'" ;;
++
++  -without-* | --without-*)
++    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid package name: $ac_package" >&2
++   { (exit 1); exit 1; }; }
++    ac_package=`echo $ac_package | sed 's/-/_/g'`
++    eval "with_$ac_package=no" ;;
++
++  --x)
++    # Obsolete; use --with-x.
++    with_x=yes ;;
++
++  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
++  | --x-incl | --x-inc | --x-in | --x-i)
++    ac_prev=x_includes ;;
++  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
++  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
++    x_includes=$ac_optarg ;;
++
++  -x-libraries | --x-libraries | --x-librarie | --x-librari \
++  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
++    ac_prev=x_libraries ;;
++  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
++  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
++    x_libraries=$ac_optarg ;;
++
++  -*) { echo "$as_me: error: unrecognized option: $ac_option
++Try \`$0 --help' for more information." >&2
++   { (exit 1); exit 1; }; }
++    ;;
++
++  *=*)
++    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
++   { (exit 1); exit 1; }; }
++    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
++    eval "$ac_envvar='$ac_optarg'"
++    export $ac_envvar ;;
++
++  *)
++    # FIXME: should be removed in autoconf 3.0.
++    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
++    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
++      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
++    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
++    ;;
++
++  esac
++done
++
++if test -n "$ac_prev"; then
++  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
++  { echo "$as_me: error: missing argument to $ac_option" >&2
++   { (exit 1); exit 1; }; }
++fi
++
++# Be sure to have absolute paths.
++for ac_var in exec_prefix prefix
++do
++  eval ac_val=$`echo $ac_var`
++  case $ac_val in
++    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
++    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
++   { (exit 1); exit 1; }; };;
++  esac
++done
++
++# Be sure to have absolute paths.
++for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
++	      localstatedir libdir includedir oldincludedir infodir mandir
++do
++  eval ac_val=$`echo $ac_var`
++  case $ac_val in
++    [\\/$]* | ?:[\\/]* ) ;;
++    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
++   { (exit 1); exit 1; }; };;
++  esac
++done
++
++# There might be people who depend on the old broken behavior: `$host'
++# used to hold the argument of --host etc.
++# FIXME: To remove some day.
++build=$build_alias
++host=$host_alias
++target=$target_alias
++
++# FIXME: To remove some day.
++if test "x$host_alias" != x; then
++  if test "x$build_alias" = x; then
++    cross_compiling=maybe
++    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
++    If a cross compiler is detected then cross compile mode will be used." >&2
++  elif test "x$build_alias" != "x$host_alias"; then
++    cross_compiling=yes
++  fi
++fi
++
++ac_tool_prefix=
++test -n "$host_alias" && ac_tool_prefix=$host_alias-
++
++test "$silent" = yes && exec 6>/dev/null
++
++
++# Find the source files, if location was not specified.
++if test -z "$srcdir"; then
++  ac_srcdir_defaulted=yes
++  # Try the directory containing this script, then its parent.
++  ac_confdir=`(dirname "$0") 2>/dev/null ||
++$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$0" : 'X\(//\)[^/]' \| \
++	 X"$0" : 'X\(//\)$' \| \
++	 X"$0" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$0" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++  srcdir=$ac_confdir
++  if test ! -r $srcdir/$ac_unique_file; then
++    srcdir=..
++  fi
++else
++  ac_srcdir_defaulted=no
++fi
++if test ! -r $srcdir/$ac_unique_file; then
++  if test "$ac_srcdir_defaulted" = yes; then
++    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
++   { (exit 1); exit 1; }; }
++  else
++    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
++   { (exit 1); exit 1; }; }
++  fi
++fi
++(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
++  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
++   { (exit 1); exit 1; }; }
++srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
++ac_env_build_alias_set=${build_alias+set}
++ac_env_build_alias_value=$build_alias
++ac_cv_env_build_alias_set=${build_alias+set}
++ac_cv_env_build_alias_value=$build_alias
++ac_env_host_alias_set=${host_alias+set}
++ac_env_host_alias_value=$host_alias
++ac_cv_env_host_alias_set=${host_alias+set}
++ac_cv_env_host_alias_value=$host_alias
++ac_env_target_alias_set=${target_alias+set}
++ac_env_target_alias_value=$target_alias
++ac_cv_env_target_alias_set=${target_alias+set}
++ac_cv_env_target_alias_value=$target_alias
++ac_env_CC_set=${CC+set}
++ac_env_CC_value=$CC
++ac_cv_env_CC_set=${CC+set}
++ac_cv_env_CC_value=$CC
++ac_env_CFLAGS_set=${CFLAGS+set}
++ac_env_CFLAGS_value=$CFLAGS
++ac_cv_env_CFLAGS_set=${CFLAGS+set}
++ac_cv_env_CFLAGS_value=$CFLAGS
++ac_env_LDFLAGS_set=${LDFLAGS+set}
++ac_env_LDFLAGS_value=$LDFLAGS
++ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
++ac_cv_env_LDFLAGS_value=$LDFLAGS
++ac_env_CPPFLAGS_set=${CPPFLAGS+set}
++ac_env_CPPFLAGS_value=$CPPFLAGS
++ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
++ac_cv_env_CPPFLAGS_value=$CPPFLAGS
++ac_env_CPP_set=${CPP+set}
++ac_env_CPP_value=$CPP
++ac_cv_env_CPP_set=${CPP+set}
++ac_cv_env_CPP_value=$CPP
++ac_env_CXX_set=${CXX+set}
++ac_env_CXX_value=$CXX
++ac_cv_env_CXX_set=${CXX+set}
++ac_cv_env_CXX_value=$CXX
++ac_env_CXXFLAGS_set=${CXXFLAGS+set}
++ac_env_CXXFLAGS_value=$CXXFLAGS
++ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
++ac_cv_env_CXXFLAGS_value=$CXXFLAGS
++ac_env_CXXCPP_set=${CXXCPP+set}
++ac_env_CXXCPP_value=$CXXCPP
++ac_cv_env_CXXCPP_set=${CXXCPP+set}
++ac_cv_env_CXXCPP_value=$CXXCPP
++ac_env_F77_set=${F77+set}
++ac_env_F77_value=$F77
++ac_cv_env_F77_set=${F77+set}
++ac_cv_env_F77_value=$F77
++ac_env_FFLAGS_set=${FFLAGS+set}
++ac_env_FFLAGS_value=$FFLAGS
++ac_cv_env_FFLAGS_set=${FFLAGS+set}
++ac_cv_env_FFLAGS_value=$FFLAGS
++
++#
++# Report the --help message.
++#
++if test "$ac_init_help" = "long"; then
++  # Omit some internal or obsolete options to make the list less imposing.
++  # This message is too long to be a string in the A/UX 3.1 sh.
++  cat <<_ACEOF
++\`configure' configures this package to adapt to many kinds of systems.
++
++Usage: $0 [OPTION]... [VAR=VALUE]...
++
++To assign environment variables (e.g., CC, CFLAGS...), specify them as
++VAR=VALUE.  See below for descriptions of some of the useful variables.
++
++Defaults for the options are specified in brackets.
++
++Configuration:
++  -h, --help              display this help and exit
++      --help=short        display options specific to this package
++      --help=recursive    display the short help of all the included packages
++  -V, --version           display version information and exit
++  -q, --quiet, --silent   do not print \`checking...' messages
++      --cache-file=FILE   cache test results in FILE [disabled]
++  -C, --config-cache      alias for \`--cache-file=config.cache'
++  -n, --no-create         do not create output files
++      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
++
++_ACEOF
++
++  cat <<_ACEOF
++Installation directories:
++  --prefix=PREFIX         install architecture-independent files in PREFIX
++			  [$ac_default_prefix]
++  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
++			  [PREFIX]
++
++By default, \`make install' will install all the files in
++\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
++an installation prefix other than \`$ac_default_prefix' using \`--prefix',
++for instance \`--prefix=\$HOME'.
++
++For better control, use the options below.
++
++Fine tuning of the installation directories:
++  --bindir=DIR           user executables [EPREFIX/bin]
++  --sbindir=DIR          system admin executables [EPREFIX/sbin]
++  --libexecdir=DIR       program executables [EPREFIX/libexec]
++  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
++  --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]
++  --libdir=DIR           object code libraries [EPREFIX/lib]
++  --includedir=DIR       C header files [PREFIX/include]
++  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
++  --infodir=DIR          info documentation [PREFIX/info]
++  --mandir=DIR           man documentation [PREFIX/man]
++_ACEOF
++
++  cat <<\_ACEOF
++
++Program names:
++  --program-prefix=PREFIX            prepend PREFIX to installed program names
++  --program-suffix=SUFFIX            append SUFFIX to installed program names
++  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
++
++System types:
++  --build=BUILD     configure for building on BUILD [guessed]
++  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
++  --target=TARGET   configure for building compilers for TARGET [HOST]
++_ACEOF
++fi
++
++if test -n "$ac_init_help"; then
++
++  cat <<\_ACEOF
++
++Optional Features:
++  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
++  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
++  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer
++  --disable-fast-perl     disable fast Makefile generation (needs perl)
++  --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
++  --disable-debug         disables debug output and debug symbols default=no
++  --enable-strict         compiles with strict compiler options (may not
++                          work!)
++  --disable-warnings      disables compilation with -Wall and similar
++  --enable-profile        creates profiling infos default=no
++  --disable-dependency-tracking  speeds up one-time build
++  --enable-dependency-tracking   do not reject slow dependency extractors
++  --enable-pch            enables precompiled header support (currently only
++                          KCC or gcc >=3.4+unsermake) default=no
++  --enable-coverage       use gcc coverage testing
++  --enable-new-ldflags    enable the new linker flags
++  --enable-final          build size optimized apps (experimental - needs lots
++                          of memory)
++  --enable-closure        delay template instantiation
++  --enable-nmcheck        enable automatic namespace cleanness check
++  --enable-shared@<:@=PKGS@:>@ 
++                          build shared libraries @<:@default=yes@:>@
++  --enable-static@<:@=PKGS@:>@ 
++                          build static libraries @<:@default=no@:>@
++  --enable-libsuffix      /lib directory suffix (64,32,none=default)
++  --enable-fast-install@<:@=PKGS@:>@ 
++                          optimize for fast installation @<:@default=yes@:>@
++  --disable-libtool-lock  avoid locking (might break parallel builds)
++  --enable-embedded       link to Qt-embedded, don't use X
++  --enable-qtopia         link to Qt-embedded, link to the Qtopia Environment
++  --enable-mac            link to Qt/Mac (don't use X)
++  --disable-mt            link to non-threaded Qt (deprecated)
++  --disable-threading     disables threading even if libpthread found
++  --disable-rpath         do not use the rpath feature of ld
++  --disable-path-check    don't try to find out, where to install
++  --disable-largefile     omit support for large files
++  --enable-mysql          build MySQL-plugin default=yes
++  --enable-pgsql          build PostgreSQL-plugin default=yes
++  --enable-scripting      build Kross scripting support default=no
++
++Optional Packages:
++  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
++  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
++  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
++  --with-pic              try to use only PIC/non-PIC objects @<:@default=use
++                          both@:>@
++  --with-tags@<:@=TAGS@:>@ 
++                          include additional configurations @<:@automatic@:>@
++  --with-extra-includes=DIR 
++                          adds non standard include paths
++  --with-extra-libs=DIR   adds non standard library paths
++  --with-qt-dir=DIR       where the root of Qt is installed
++  --with-qt-includes=DIR  where the Qt includes are.
++  --with-qt-libraries=DIR where the Qt library is installed.
++  --without-arts          build without aRts default=no
++  --with-libwv2=DIR       use libwv2 in DIR
++  --with-mysql-includes=DIR 
++                          use MySQL-includes installed in this directory
++  --with-mysql-libraries=DIR 
++                          use MySQL-libs installed in this directory
++  --with-pgsqlincdir=DIR  use PostgreSQL(libpq)-includes installed in this
++                          directory
++    --with-pgsqllibdir=DIR 
++                          use PostgreSQL(libpq)-libraries installed in this
++                          directory
++  --with-pqxxincdir=DIR   use PostgreSQL(libpqxx)-includes installed in this
++                          directory
++  --with-pqxxlibdir=DIR   use PostgreSQL(libpqxx)-libraries installed in this
++                          directory
++  --with-pythondir=pythondir 
++                          use python installed in pythondir
++
++Some influential environment variables:
++  CC          C compiler command
++  CFLAGS      C compiler flags
++  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
++              nonstandard directory <lib dir>
++  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
++              headers in a nonstandard directory <include dir>
++  CPP         C preprocessor
++  CXX         C++ compiler command
++  CXXFLAGS    C++ compiler flags
++  CXXCPP      C++ preprocessor
++  F77         Fortran 77 compiler command
++  FFLAGS      Fortran 77 compiler flags
++
++Use these variables to override the choices made by `configure' or to help
++it to find libraries and programs with nonstandard names/locations.
++
++_ACEOF
++fi
++
++if test "$ac_init_help" = "recursive"; then
++  # If there are subdirs, report their specific --help.
++  ac_popdir=`pwd`
++  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
++    test -d $ac_dir || continue
++    ac_builddir=.
++
++if test "$ac_dir" != .; then
++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  # A "../" for each directory in $ac_dir_suffix.
++  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
++else
++  ac_dir_suffix= ac_top_builddir=
++fi
++
++case $srcdir in
++  .)  # No --srcdir option.  We are building in place.
++    ac_srcdir=.
++    if test -z "$ac_top_builddir"; then
++       ac_top_srcdir=.
++    else
++       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
++    fi ;;
++  [\\/]* | ?:[\\/]* )  # Absolute path.
++    ac_srcdir=$srcdir$ac_dir_suffix;
++    ac_top_srcdir=$srcdir ;;
++  *) # Relative path.
++    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
++    ac_top_srcdir=$ac_top_builddir$srcdir ;;
++esac
++
++# Do not use `cd foo && pwd` to compute absolute paths, because
++# the directories may not exist.
++case `pwd` in
++.) ac_abs_builddir="$ac_dir";;
++*)
++  case "$ac_dir" in
++  .) ac_abs_builddir=`pwd`;;
++  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
++  *) ac_abs_builddir=`pwd`/"$ac_dir";;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_builddir=${ac_top_builddir}.;;
++*)
++  case ${ac_top_builddir}. in
++  .) ac_abs_top_builddir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
++  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_srcdir=$ac_srcdir;;
++*)
++  case $ac_srcdir in
++  .) ac_abs_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
++  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_srcdir=$ac_top_srcdir;;
++*)
++  case $ac_top_srcdir in
++  .) ac_abs_top_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
++  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
++  esac;;
++esac
++
++    cd $ac_dir
++    # Check for guested configure; otherwise get Cygnus style configure.
++    if test -f $ac_srcdir/configure.gnu; then
++      echo
++      $SHELL $ac_srcdir/configure.gnu  --help=recursive
++    elif test -f $ac_srcdir/configure; then
++      echo
++      $SHELL $ac_srcdir/configure  --help=recursive
++    elif test -f $ac_srcdir/configure.ac ||
++	   test -f $ac_srcdir/configure.in; then
++      echo
++      $ac_configure --help
++    else
++      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
++    fi
++    cd "$ac_popdir"
++  done
++fi
++
++test -n "$ac_init_help" && exit 0
++if $ac_init_version; then
++  cat <<\_ACEOF
++
++Copyright (C) 2003 Free Software Foundation, Inc.
++This configure script is free software; the Free Software Foundation
++gives unlimited permission to copy, distribute and modify it.
++_ACEOF
++  exit 0
++fi
++exec 5>config.log
++cat >&5 <<_ACEOF
++This file contains any messages produced by compilers while
++running configure, to aid debugging if configure makes a mistake.
++
++It was created by $as_me, which was
++generated by GNU Autoconf 2.59.  Invocation command line was
++
++  $ $0 $@
++
++_ACEOF
++{
++cat <<_ASUNAME
++@%:@@%:@ --------- @%:@@%:@
++@%:@@%:@ Platform. @%:@@%:@
++@%:@@%:@ --------- @%:@@%:@
++
++hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
++uname -m = `(uname -m) 2>/dev/null || echo unknown`
++uname -r = `(uname -r) 2>/dev/null || echo unknown`
++uname -s = `(uname -s) 2>/dev/null || echo unknown`
++uname -v = `(uname -v) 2>/dev/null || echo unknown`
++
++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
++/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
++
++/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
++/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
++hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
++/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
++/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
++/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
++
++_ASUNAME
++
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  echo "PATH: $as_dir"
++done
++
++} >&5
++
++cat >&5 <<_ACEOF
++
++
++@%:@@%:@ ----------- @%:@@%:@
++@%:@@%:@ Core tests. @%:@@%:@
++@%:@@%:@ ----------- @%:@@%:@
++
++_ACEOF
++
++
++# Keep a trace of the command line.
++# Strip out --no-create and --no-recursion so they do not pile up.
++# Strip out --silent because we don't want to record it for future runs.
++# Also quote any args containing shell meta-characters.
++# Make two passes to allow for proper duplicate-argument suppression.
++ac_configure_args=
++ac_configure_args0=
++ac_configure_args1=
++ac_sep=
++ac_must_keep_next=false
++for ac_pass in 1 2
++do
++  for ac_arg
++  do
++    case $ac_arg in
++    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
++    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
++    | -silent | --silent | --silen | --sile | --sil)
++      continue ;;
++    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
++      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
++    esac
++    case $ac_pass in
++    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
++    2)
++      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
++      if test $ac_must_keep_next = true; then
++	ac_must_keep_next=false # Got value, back to normal.
++      else
++	case $ac_arg in
++	  *=* | --config-cache | -C | -disable-* | --disable-* \
++	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
++	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
++	  | -with-* | --with-* | -without-* | --without-* | --x)
++	    case "$ac_configure_args0 " in
++	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
++	    esac
++	    ;;
++	  -* ) ac_must_keep_next=true ;;
++	esac
++      fi
++      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
++      # Get rid of the leading space.
++      ac_sep=" "
++      ;;
++    esac
++  done
++done
++$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
++$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
++
++# When interrupted or exit'd, cleanup temporary files, and complete
++# config.log.  We remove comments because anyway the quotes in there
++# would cause problems or look ugly.
++# WARNING: Be sure not to use single quotes in there, as some shells,
++# such as our DU 5.0 friend, will then `close' the trap.
++trap 'exit_status=$?
++  # Save into config.log some information that might help in debugging.
++  {
++    echo
++
++    cat <<\_ASBOX
++@%:@@%:@ ---------------- @%:@@%:@
++@%:@@%:@ Cache variables. @%:@@%:@
++@%:@@%:@ ---------------- @%:@@%:@
++_ASBOX
++    echo
++    # The following way of writing the cache mishandles newlines in values,
++{
++  (set) 2>&1 |
++    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
++    *ac_space=\ *)
++      sed -n \
++	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
++      ;;
++    *)
++      sed -n \
++	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
++      ;;
++    esac;
++}
++    echo
++
++    cat <<\_ASBOX
++@%:@@%:@ ----------------- @%:@@%:@
++@%:@@%:@ Output variables. @%:@@%:@
++@%:@@%:@ ----------------- @%:@@%:@
++_ASBOX
++    echo
++    for ac_var in $ac_subst_vars
++    do
++      eval ac_val=$`echo $ac_var`
++      echo "$ac_var='"'"'$ac_val'"'"'"
++    done | sort
++    echo
++
++    if test -n "$ac_subst_files"; then
++      cat <<\_ASBOX
++@%:@@%:@ ------------- @%:@@%:@
++@%:@@%:@ Output files. @%:@@%:@
++@%:@@%:@ ------------- @%:@@%:@
++_ASBOX
++      echo
++      for ac_var in $ac_subst_files
++      do
++	eval ac_val=$`echo $ac_var`
++	echo "$ac_var='"'"'$ac_val'"'"'"
++      done | sort
++      echo
++    fi
++
++    if test -s confdefs.h; then
++      cat <<\_ASBOX
++@%:@@%:@ ----------- @%:@@%:@
++@%:@@%:@ confdefs.h. @%:@@%:@
++@%:@@%:@ ----------- @%:@@%:@
++_ASBOX
++      echo
++      sed "/^$/d" confdefs.h | sort
++      echo
++    fi
++    test "$ac_signal" != 0 &&
++      echo "$as_me: caught signal $ac_signal"
++    echo "$as_me: exit $exit_status"
++  } >&5
++  rm -f core *.core &&
++  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
++    exit $exit_status
++     ' 0
++for ac_signal in 1 2 13 15; do
++  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
++done
++ac_signal=0
++
++# confdefs.h avoids OS command line length limits that DEFS can exceed.
++rm -rf conftest* confdefs.h
++# AIX cpp loses on an empty file, so make sure it contains at least a newline.
++echo >confdefs.h
++
++# Predefined preprocessor variables.
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_NAME "$PACKAGE_NAME"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_STRING "$PACKAGE_STRING"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
++_ACEOF
++
++
++# Let the site file select an alternate cache file if it wants to.
++# Prefer explicitly selected file to automatically selected ones.
++if test -z "$CONFIG_SITE"; then
++  if test "x$prefix" != xNONE; then
++    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
++  else
++    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
++  fi
++fi
++for ac_site_file in $CONFIG_SITE; do
++  if test -r "$ac_site_file"; then
++    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
++echo "$as_me: loading site script $ac_site_file" >&6;}
++    sed 's/^/| /' "$ac_site_file" >&5
++    . "$ac_site_file"
++  fi
++done
++
++if test -r "$cache_file"; then
++  # Some versions of bash will fail to source /dev/null (special
++  # files actually), so we avoid doing that.
++  if test -f "$cache_file"; then
++    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
++echo "$as_me: loading cache $cache_file" >&6;}
++    case $cache_file in
++      [\\/]* | ?:[\\/]* ) . $cache_file;;
++      *)                      . ./$cache_file;;
++    esac
++  fi
++else
++  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
++echo "$as_me: creating cache $cache_file" >&6;}
++  >$cache_file
++fi
++
++# Check that the precious variables saved in the cache have kept the same
++# value.
++ac_cache_corrupted=false
++for ac_var in `(set) 2>&1 |
++	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
++  eval ac_old_set=\$ac_cv_env_${ac_var}_set
++  eval ac_new_set=\$ac_env_${ac_var}_set
++  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
++  eval ac_new_val="\$ac_env_${ac_var}_value"
++  case $ac_old_set,$ac_new_set in
++    set,)
++      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
++echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
++      ac_cache_corrupted=: ;;
++    ,set)
++      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
++echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
++      ac_cache_corrupted=: ;;
++    ,);;
++    *)
++      if test "x$ac_old_val" != "x$ac_new_val"; then
++	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
++echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
++	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
++echo "$as_me:   former value:  $ac_old_val" >&2;}
++	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
++echo "$as_me:   current value: $ac_new_val" >&2;}
++	ac_cache_corrupted=:
++      fi;;
++  esac
++  # Pass precious variables to config.status.
++  if test "$ac_new_set" = set; then
++    case $ac_new_val in
++    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
++      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
++    *) ac_arg=$ac_var=$ac_new_val ;;
++    esac
++    case " $ac_configure_args " in
++      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
++      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
++    esac
++  fi
++done
++if $ac_cache_corrupted; then
++  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
++echo "$as_me: error: changes in the environment can compromise the build" >&2;}
++  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
++echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++ 
++ac_aux_dir=
++for ac_dir in admin $srcdir/admin; do
++  if test -f $ac_dir/install-sh; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install-sh -c"
++    break
++  elif test -f $ac_dir/install.sh; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install.sh -c"
++    break
++  elif test -f $ac_dir/shtool; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/shtool install -c"
++    break
++  fi
++done
++if test -z "$ac_aux_dir"; then
++  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&5
++echo "$as_me: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++ac_config_guess="$SHELL $ac_aux_dir/config.guess"
++ac_config_sub="$SHELL $ac_aux_dir/config.sub"
++ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
++
++
++unset CDPATH
++
++# Make sure we can run config.sub.
++$ac_config_sub sun4 >/dev/null 2>&1 ||
++  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
++echo "$as_me: error: cannot run $ac_config_sub" >&2;}
++   { (exit 1); exit 1; }; }
++
++echo "$as_me:$LINENO: checking build system type" >&5
++echo $ECHO_N "checking build system type... $ECHO_C" >&6
++if test "${ac_cv_build+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_build_alias=$build_alias
++test -z "$ac_cv_build_alias" &&
++  ac_cv_build_alias=`$ac_config_guess`
++test -z "$ac_cv_build_alias" &&
++  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
++echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
++   { (exit 1); exit 1; }; }
++ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
++  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
++echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
++   { (exit 1); exit 1; }; }
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_build" >&5
++echo "${ECHO_T}$ac_cv_build" >&6
++build=$ac_cv_build
++build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
++build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
++build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++
++
++echo "$as_me:$LINENO: checking host system type" >&5
++echo $ECHO_N "checking host system type... $ECHO_C" >&6
++if test "${ac_cv_host+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_host_alias=$host_alias
++test -z "$ac_cv_host_alias" &&
++  ac_cv_host_alias=$ac_cv_build_alias
++ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
++  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
++echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
++   { (exit 1); exit 1; }; }
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_host" >&5
++echo "${ECHO_T}$ac_cv_host" >&6
++host=$ac_cv_host
++host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
++host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
++host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++
++
++echo "$as_me:$LINENO: checking target system type" >&5
++echo $ECHO_N "checking target system type... $ECHO_C" >&6
++if test "${ac_cv_target+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_target_alias=$target_alias
++test "x$ac_cv_target_alias" = "x" &&
++  ac_cv_target_alias=$ac_cv_host_alias
++ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
++  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
++echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
++   { (exit 1); exit 1; }; }
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_target" >&5
++echo "${ECHO_T}$ac_cv_target" >&6
++target=$ac_cv_target
++target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
++target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
++target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++
++
++# The aliases save the names the user supplied, while $host etc.
++# will get canonicalized.
++test -n "$target_alias" &&
++  test "$program_prefix$program_suffix$program_transform_name" = \
++    NONENONEs,x,x, &&
++  program_prefix=${target_alias}- 
++test "$program_prefix" != NONE &&
++  program_transform_name="s,^,$program_prefix,;$program_transform_name"
++# Use a double $ so make ignores it.
++test "$program_suffix" != NONE &&
++  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
++# Double any \ or $.  echo might interpret backslashes.
++# By default was `s,x,x', remove it if useless.
++cat <<\_ACEOF >conftest.sed
++s/[\\$]/&&/g;s/;s,x,x,$//
++_ACEOF
++program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
++rm conftest.sed
++
++
++am__api_version="1.9"
++
++    
++          test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL
++  test -n "$INSTALL_PROGRAM" && kde_save_INSTALL_PROGRAM_given=$INSTALL_PROGRAM
++  test -n "$INSTALL_SCRIPT" && kde_save_INSTALL_SCRIPT_given=$INSTALL_SCRIPT
++  # Find a good install program.  We prefer a C program (faster),
++# so one script is as good as another.  But avoid the broken or
++# incompatible versions:
++# SysV /etc/install, /usr/sbin/install
++# SunOS /usr/etc/install
++# IRIX /sbin/install
++# AIX /bin/install
++# AmigaOS /C/install, which installs bootblocks on floppy discs
++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
++# AFS /usr/afsws/bin/install, which mishandles nonexistent args
++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
++# OS/2's system install, which has a completely different semantic
++# ./install, which can be erroneously created by make from ./install.sh.
++echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
++if test -z "$INSTALL"; then
++if test "${ac_cv_path_install+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  # Account for people who put trailing slashes in PATH elements.
++case $as_dir/ in
++  ./ | .// | /cC/* | \
++  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
++  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
++  /usr/ucb/* ) ;;
++  *)
++    # OSF1 and SCO ODT 3.0 have their own names for install.
++    # Don't use installbsd from OSF since it installs stuff as root
++    # by default.
++    for ac_prog in ginstall scoinst install; do
++      for ac_exec_ext in '' $ac_executable_extensions; do
++	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
++	  if test $ac_prog = install &&
++	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
++	    # AIX install.  It has an incompatible calling convention.
++	    :
++	  elif test $ac_prog = install &&
++	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
++	    # program-specific install script used by HP pwplus--don't use.
++	    :
++	  else
++	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
++	    break 3
++	  fi
++	fi
++      done
++    done
++    ;;
++esac
++done
++
++
++fi
++  if test "${ac_cv_path_install+set}" = set; then
++    INSTALL=$ac_cv_path_install
++  else
++    # As a last resort, use the slow shell script.  We don't cache a
++    # path for INSTALL within a source directory, because that will
++    # break other packages using the cache if that directory is
++    # removed, or if the path is relative.
++    INSTALL=$ac_install_sh
++  fi
++fi
++echo "$as_me:$LINENO: result: $INSTALL" >&5
++echo "${ECHO_T}$INSTALL" >&6
++
++# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
++# It thinks the first close brace ends the variable substitution.
++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
++
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
++
++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
++
++
++  if test -z "$kde_save_INSTALL_given" ; then
++    # OK, user hasn't given any INSTALL, autoconf found one for us
++    # now we test, if it supports the -p flag
++    echo "$as_me:$LINENO: checking for -p flag to install" >&5
++echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6
++    rm -f confinst.$$.* > /dev/null 2>&1
++    echo "Testtest" > confinst.$$.orig
++    ac_res=no
++    if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then
++      if test -f confinst.$$.new ; then
++        # OK, -p seems to do no harm to install
++	INSTALL="${INSTALL} -p"
++	ac_res=yes
++      fi
++    fi
++    rm -f confinst.$$.*
++    echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6
++  fi
++                                                      
++  if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
++    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
++  fi
++  if test -z "$kde_save_INSTALL_SCRIPT_given" ; then
++    INSTALL_SCRIPT='${INSTALL}'
++  fi
++
++echo "$as_me:$LINENO: checking whether build environment is sane" >&5
++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
++# Just in case
++sleep 1
++echo timestamp > conftest.file
++# Do `set' in a subshell so we don't clobber the current shell's
++# arguments.  Must try -L first in case configure is actually a
++# symlink; some systems play weird games with the mod time of symlinks
++# (eg FreeBSD returns the mod time of the symlink's containing
++# directory).
++if (
++   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
++   if test "$*" = "X"; then
++      # -L didn't work.
++      set X `ls -t $srcdir/configure conftest.file`
++   fi
++   rm -f conftest.file
++   if test "$*" != "X $srcdir/configure conftest.file" \
++      && test "$*" != "X conftest.file $srcdir/configure"; then
++
++      # If neither matched, then we have a broken ls.  This can happen
++      # if, for instance, CONFIG_SHELL is bash and it inherits a
++      # broken ls alias from the environment.  This has actually
++      # happened.  Such a system could not be considered "sane".
++      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
++alias in your environment" >&5
++echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
++alias in your environment" >&2;}
++   { (exit 1); exit 1; }; }
++   fi
++
++   test "$2" = conftest.file
++   )
++then
++   # Ok.
++   :
++else
++   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
++Check your system clock" >&5
++echo "$as_me: error: newly created file is older than distributed files!
++Check your system clock" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++# expand $ac_aux_dir to an absolute path
++am_aux_dir=`cd $ac_aux_dir && pwd`
++
++test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
++# Use eval to expand $SHELL
++if eval "$MISSING --run true"; then
++  am_missing_run="$MISSING --run "
++else
++  am_missing_run=
++  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
++echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
++fi
++
++if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
++  # We used to keeping the `.' as first argument, in order to
++  # allow $(mkdir_p) to be used without argument.  As in
++  #   $(mkdir_p) $(somedir)
++  # where $(somedir) is conditionally defined.  However this is wrong
++  # for two reasons:
++  #  1. if the package is installed by a user who cannot write `.'
++  #     make install will fail,
++  #  2. the above comment should most certainly read
++  #     $(mkdir_p) $(DESTDIR)$(somedir)
++  #     so it does not work when $(somedir) is undefined and
++  #     $(DESTDIR) is not.
++  #  To support the latter case, we have to write
++  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
++  #  so the `.' trick is pointless.
++  mkdir_p='mkdir -p --'
++else
++  # On NextStep and OpenStep, the `mkdir' command does not
++  # recognize any option.  It will interpret all options as
++  # directories to create, and then abort because `.' already
++  # exists.
++  for d in ./-p ./--version;
++  do
++    test -d $d && rmdir $d
++  done
++  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
++  if test -f "$ac_aux_dir/mkinstalldirs"; then
++    mkdir_p='$(mkinstalldirs)'
++  else
++    mkdir_p='$(install_sh) -d'
++  fi
++fi
++
++for ac_prog in gawk mawk nawk awk
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_AWK+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$AWK"; then
++  ac_cv_prog_AWK="$AWK" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_AWK="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++AWK=$ac_cv_prog_AWK
++if test -n "$AWK"; then
++  echo "$as_me:$LINENO: result: $AWK" >&5
++echo "${ECHO_T}$AWK" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$AWK" && break
++done
++
++echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
++set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
++if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.make <<\_ACEOF
++all:
++	@echo 'ac_maketemp="$(MAKE)"'
++_ACEOF
++# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
++if test -n "$ac_maketemp"; then
++  eval ac_cv_prog_make_${ac_make}_set=yes
++else
++  eval ac_cv_prog_make_${ac_make}_set=no
++fi
++rm -f conftest.make
++fi
++if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  SET_MAKE=
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  SET_MAKE="MAKE=${MAKE-make}"
++fi
++
++rm -rf .tst 2>/dev/null
++mkdir .tst 2>/dev/null
++if test -d .tst; then
++  am__leading_dot=.
++else
++  am__leading_dot=_
++fi
++rmdir .tst 2>/dev/null
++
++# test to see if srcdir already configured
++if test "`cd $srcdir && pwd`" != "`pwd`" &&
++   test -f $srcdir/config.status; then
++  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
++echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++# test whether we have cygpath
++if test -z "$CYGPATH_W"; then
++  if (cygpath --version) >/dev/null 2>/dev/null; then
++    CYGPATH_W='cygpath -w'
++  else
++    CYGPATH_W=echo
++  fi
++fi
++
++
++# Define the identity of the package.
++ PACKAGE=koffice
++ VERSION="1.4.2"
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE "$PACKAGE"
++_ACEOF
++
++ 
++cat >>confdefs.h <<_ACEOF
++@%:@define VERSION "$VERSION"
++_ACEOF
++
++# Some tools Automake needs.
++
++ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
++
++
++AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
++
++
++AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
++
++
++AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
++
++
++MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
++
++install_sh=${install_sh-"$am_aux_dir/install-sh"}
++
++# Installed binaries are usually stripped using `strip' when the user
++# run `make install-strip'.  However `strip' might not be the right
++# tool to use in cross-compilation environments, therefore Automake
++# will honor the `STRIP' environment variable to overrule this program.
++if test "$cross_compiling" != no; then
++  if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
++set dummy ${ac_tool_prefix}strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$STRIP"; then
++  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++STRIP=$ac_cv_prog_STRIP
++if test -n "$STRIP"; then
++  echo "$as_me:$LINENO: result: $STRIP" >&5
++echo "${ECHO_T}$STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_STRIP"; then
++  ac_ct_STRIP=$STRIP
++  # Extract the first word of "strip", so it can be a program name with args.
++set dummy strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_STRIP"; then
++  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_STRIP="strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
++fi
++fi
++ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
++if test -n "$ac_ct_STRIP"; then
++  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
++echo "${ECHO_T}$ac_ct_STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  STRIP=$ac_ct_STRIP
++else
++  STRIP="$ac_cv_prog_STRIP"
++fi
++
++fi
++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
++
++# We need awk for the "check" target.  The system "awk" is bad on
++# some platforms.
++# Always define AMTAR for backward compatibility.
++
++AMTAR=${AMTAR-"${am_missing_run}tar"}
++
++am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
++
++
++
++
++ 
++echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
++    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
++if test "${enable_maintainer_mode+set}" = set; then
++  enableval="$enable_maintainer_mode"
++  USE_MAINTAINER_MODE=$enableval
++else
++  USE_MAINTAINER_MODE=no
++fi; 
++  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
++   
++
++if test $USE_MAINTAINER_MODE = yes; then
++  MAINTAINER_MODE_TRUE=
++  MAINTAINER_MODE_FALSE='#'
++else
++  MAINTAINER_MODE_TRUE='#'
++  MAINTAINER_MODE_FALSE=
++fi
++
++  MAINT=$MAINTAINER_MODE_TRUE
++  
++
++
++
++  unset CDPATH
++      
++
++  
++    kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
++    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
++    if test -n "$KDEDIRS"; then
++       kde_save_IFS=$IFS
++       IFS=:
++       for dir in $KDEDIRS; do
++            kde_default_bindirs="$dir/bin $kde_default_bindirs "
++       done
++       IFS=$kde_save_IFS
++    fi
++
++  if test "x$prefix" = "xNONE"; then
++        
++   echo "$as_me:$LINENO: checking for kde-config" >&5
++echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
++   if test -n "$KDECONFIG"; then
++        kde_cv_path="$KDECONFIG";
++   else
++        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z "prepend"; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/kde-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/kde-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/kde-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/kde-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      KDECONFIG=$kde_cv_path
++
++   fi
++
++  else
++        kde_save_PATH="$PATH"
++    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
++    
++   echo "$as_me:$LINENO: checking for kde-config" >&5
++echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
++   if test -n "$KDECONFIG"; then
++        kde_cv_path="$KDECONFIG";
++   else
++        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z "prepend"; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/kde-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/kde-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/kde-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/kde-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      KDECONFIG=$kde_cv_path
++
++   fi
++
++    PATH="$kde_save_PATH"
++  fi
++
++  kde_libs_prefix=`$KDECONFIG --prefix`
++  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
++       { { echo "$as_me:$LINENO: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
++                    This means it has been moved since you installed it.
++                    This won't work. Please recompile kdelibs for the new prefix.
++                    " >&5
++echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
++                    This means it has been moved since you installed it.
++                    This won't work. Please recompile kdelibs for the new prefix.
++                    " >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
++  kde_libs_suffix=`$KDECONFIG --libsuffix`
++
++  echo "$as_me:$LINENO: checking where to install" >&5
++echo $ECHO_N "checking where to install... $ECHO_C" >&6
++  if test "x$prefix" = "xNONE"; then
++    prefix=$kde_libs_prefix
++    echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
++echo "${ECHO_T}$prefix (as returned by kde-config)" >&6
++  else
++        given_prefix=$prefix
++    echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
++echo "${ECHO_T}$prefix (as requested)" >&6
++  fi
++
++  # And delete superfluous '/' to make compares easier
++  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++
++  
++  
++  
++
++  
++    # Check whether --enable-fast-perl or --disable-fast-perl was given.
++if test "${enable_fast_perl+set}" = set; then
++  enableval="$enable_fast_perl"
++  with_fast_perl=$enableval
++else
++  with_fast_perl=yes
++fi; 
++
++  
++  val=
++  if test -f $srcdir/configure.files ; then
++    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
++  fi
++  CONF_FILES=
++  if test -n "$val" ; then
++    for i in $val ; do
++      CONF_FILES="$CONF_FILES $i"
++    done
++  fi
++  
++
++
++
++          ac_config_headers="$ac_config_headers config.h"
++ 
++DEPDIR="${am__leading_dot}deps"
++
++          ac_config_commands="$ac_config_commands depfiles"
++
++
++am_make=${MAKE-make}
++cat > confinc << 'END'
++am__doit:
++	@echo done
++.PHONY: am__doit
++END
++# If we don't find an include directive, just comment out the code.
++echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
++echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
++am__include="#"
++am__quote=
++_am_result=none
++# First try GNU make style include.
++echo "include confinc" > confmf
++# We grep out `Entering directory' and `Leaving directory'
++# messages which can occur if `w' ends up in MAKEFLAGS.
++# In particular we don't look at `^make:' because GNU make might
++# be invoked under some other name (usually "gmake"), in which
++# case it prints its new name instead of `make'.
++if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
++   am__include=include
++   am__quote=
++   _am_result=GNU
++fi
++# Now try BSD make style include.
++if test "$am__include" = "#"; then
++   echo '.include "confinc"' > confmf
++   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
++      am__include=.include
++      am__quote="\""
++      _am_result=BSD
++   fi
++fi
++
++
++echo "$as_me:$LINENO: result: $_am_result" >&5
++echo "${ECHO_T}$_am_result" >&6
++rm -f confinc confmf
++
++# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
++if test "${enable_dependency_tracking+set}" = set; then
++  enableval="$enable_dependency_tracking"
++  
++fi; 
++if test "x$enable_dependency_tracking" != xno; then
++  am_depcomp="$ac_aux_dir/depcomp"
++  AMDEPBACKSLASH='\'
++fi
++ 
++
++if test "x$enable_dependency_tracking" != xno; then
++  AMDEP_TRUE=
++  AMDEP_FALSE='#'
++else
++  AMDEP_TRUE='#'
++  AMDEP_FALSE=
++fi
++
++
++
++
++
++
++  # Check whether --enable-debug or --disable-debug was given.
++if test "${enable_debug+set}" = set; then
++  enableval="$enable_debug"
++  
++    case $enableval in
++      yes)
++        kde_use_debug_code="yes"
++        kde_use_debug_define=no
++        ;;
++      full)
++        kde_use_debug_code="full"
++        kde_use_debug_define=no
++        ;;
++      *)
++        kde_use_debug_code="no"
++        kde_use_debug_define=yes
++        ;;
++    esac
++  
++else
++  kde_use_debug_code="no"
++      kde_use_debug_define=no
++  
++fi; 
++
++    # Check whether --enable-dummyoption or --disable-dummyoption was given.
++if test "${enable_dummyoption+set}" = set; then
++  enableval="$enable_dummyoption"
++  
++fi; 
++
++  # Check whether --enable-strict or --disable-strict was given.
++if test "${enable_strict+set}" = set; then
++  enableval="$enable_strict"
++  
++    if test $enableval = "no"; then
++         kde_use_strict_options="no"
++       else
++         kde_use_strict_options="yes"
++    fi
++   
++else
++  kde_use_strict_options="no"
++fi; 
++
++  # Check whether --enable-warnings or --disable-warnings was given.
++if test "${enable_warnings+set}" = set; then
++  enableval="$enable_warnings"
++  
++    if test $enableval = "no"; then
++         kde_use_warnings="no"
++       else
++         kde_use_warnings="yes"
++    fi
++   
++else
++  kde_use_warnings="yes"
++fi; 
++
++    if test "$kde_use_debug_code" != "no"; then
++    kde_use_warnings=yes
++  fi
++
++  # Check whether --enable-profile or --disable-profile was given.
++if test "${enable_profile+set}" = set; then
++  enableval="$enable_profile"
++  kde_use_profiling=$enableval
++else
++  kde_use_profiling="no"
++  
++fi; 
++
++    CFLAGS=" $CFLAGS"
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
++set dummy ${ac_tool_prefix}gcc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="${ac_tool_prefix}gcc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_CC"; then
++  ac_ct_CC=$CC
++  # Extract the first word of "gcc", so it can be a program name with args.
++set dummy gcc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="gcc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  CC=$ac_ct_CC
++else
++  CC="$ac_cv_prog_CC"
++fi
++
++if test -z "$CC"; then
++  if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
++set dummy ${ac_tool_prefix}cc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="${ac_tool_prefix}cc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_CC"; then
++  ac_ct_CC=$CC
++  # Extract the first word of "cc", so it can be a program name with args.
++set dummy cc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="cc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  CC=$ac_ct_CC
++else
++  CC="$ac_cv_prog_CC"
++fi
++
++fi
++if test -z "$CC"; then
++  # Extract the first word of "cc", so it can be a program name with args.
++set dummy cc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++  ac_prog_rejected=no
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
++       ac_prog_rejected=yes
++       continue
++     fi
++    ac_cv_prog_CC="cc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++if test $ac_prog_rejected = yes; then
++  # We found a bogon in the path, so make sure we never use it.
++  set dummy $ac_cv_prog_CC
++  shift
++  if test $@%:@ != 0; then
++    # We chose a different compiler from the bogus one.
++    # However, it has the same basename, so the bogon will be chosen
++    # first if we set CC to just the basename; use the full file name.
++    shift
++    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
++  fi
++fi
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$CC"; then
++  if test -n "$ac_tool_prefix"; then
++  for ac_prog in cl
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    test -n "$CC" && break
++  done
++fi
++if test -z "$CC"; then
++  ac_ct_CC=$CC
++  for ac_prog in cl
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$ac_ct_CC" && break
++done
++
++  CC=$ac_ct_CC
++fi
++
++fi
++
++
++test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
++See \`config.log' for more details." >&5
++echo "$as_me: error: no acceptable C compiler found in \$PATH
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++
++# Provide some information about the compiler.
++echo "$as_me:$LINENO:" \
++     "checking for C compiler version" >&5
++ac_compiler=`set X $ac_compile; echo $2`
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++  (eval $ac_compiler --version </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
++  (eval $ac_compiler -v </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
++  (eval $ac_compiler -V </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++ac_clean_files_save=$ac_clean_files
++ac_clean_files="$ac_clean_files a.out a.exe b.out"
++# Try to create an executable without -o first, disregard a.out.
++# It will help us diagnose broken compilers, and finding out an intuition
++# of exeext.
++echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
++echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
++ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
++if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
++  (eval $ac_link_default) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  # Find the output, starting from the most likely.  This scheme is
++# not robust to junk in `.', hence go to wildcards (a.*) only as a last
++# resort.
++
++# Be careful to initialize this variable, since it used to be cached.
++# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
++ac_cv_exeext=
++# b.out is created by i960 compilers.
++for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
++do
++  test -f "$ac_file" || continue
++  case $ac_file in
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
++	;;
++    conftest.$ac_ext )
++	# This is the source file.
++	;;
++    [ab].out )
++	# We found the default executable, but exeext='' is most
++	# certainly right.
++	break;;
++    *.* )
++	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
++	# FIXME: I believe we export ac_cv_exeext for Libtool,
++	# but it would be cool to find out if it's true.  Does anybody
++	# maintain Libtool? --akim.
++	export ac_cv_exeext
++	break;;
++    * )
++	break;;
++  esac
++done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
++See \`config.log' for more details." >&5
++echo "$as_me: error: C compiler cannot create executables
++See \`config.log' for more details." >&2;}
++   { (exit 77); exit 77; }; }
++fi
++
++ac_exeext=$ac_cv_exeext
++echo "$as_me:$LINENO: result: $ac_file" >&5
++echo "${ECHO_T}$ac_file" >&6
++
++# Check the compiler produces executables we can run.  If not, either
++# the compiler is broken, or we cross compile.
++echo "$as_me:$LINENO: checking whether the C compiler works" >&5
++echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
++# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
++# If not cross compiling, check that we can run a simple program.
++if test "$cross_compiling" != yes; then
++  if { ac_try='./$ac_file'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++    cross_compiling=no
++  else
++    if test "$cross_compiling" = maybe; then
++	cross_compiling=yes
++    else
++	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
++If you meant to cross compile, use \`--host'.
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot run C compiled programs.
++If you meant to cross compile, use \`--host'.
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++    fi
++  fi
++fi
++echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++
++rm -f a.out a.exe conftest$ac_cv_exeext b.out
++ac_clean_files=$ac_clean_files_save
++# Check the compiler produces executables we can run.  If not, either
++# the compiler is broken, or we cross compile.
++echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
++echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
++echo "$as_me:$LINENO: result: $cross_compiling" >&5
++echo "${ECHO_T}$cross_compiling" >&6
++
++echo "$as_me:$LINENO: checking for suffix of executables" >&5
++echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  # If both `conftest.exe' and `conftest' are `present' (well, observable)
++# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
++# work properly (i.e., refer to `conftest.exe'), while it won't with
++# `rm'.
++for ac_file in conftest.exe conftest conftest.*; do
++  test -f "$ac_file" || continue
++  case $ac_file in
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
++    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
++	  export ac_cv_exeext
++	  break;;
++    * ) break;;
++  esac
++done
++else
++  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++rm -f conftest$ac_cv_exeext
++echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
++echo "${ECHO_T}$ac_cv_exeext" >&6
++
++rm -f conftest.$ac_ext
++EXEEXT=$ac_cv_exeext
++ac_exeext=$EXEEXT
++echo "$as_me:$LINENO: checking for suffix of object files" >&5
++echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
++if test "${ac_cv_objext+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.o conftest.obj
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
++  case $ac_file in
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
++    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
++       break;;
++  esac
++done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute suffix of object files: cannot compile
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++rm -f conftest.$ac_cv_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
++echo "${ECHO_T}$ac_cv_objext" >&6
++OBJEXT=$ac_cv_objext
++ac_objext=$OBJEXT
++echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
++if test "${ac_cv_c_compiler_gnu+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++#ifndef __GNUC__
++       choke me
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_compiler_gnu=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_compiler_gnu=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_c_compiler_gnu=$ac_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
++GCC=`test $ac_compiler_gnu = yes && echo yes`
++ac_test_CFLAGS=${CFLAGS+set}
++ac_save_CFLAGS=$CFLAGS
++CFLAGS="-g"
++echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
++if test "${ac_cv_prog_cc_g+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_cc_g=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_prog_cc_g=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
++if test "$ac_test_CFLAGS" = set; then
++  CFLAGS=$ac_save_CFLAGS
++elif test $ac_cv_prog_cc_g = yes; then
++  if test "$GCC" = yes; then
++    CFLAGS="-g -O2"
++  else
++    CFLAGS="-g"
++  fi
++else
++  if test "$GCC" = yes; then
++    CFLAGS="-O2"
++  else
++    CFLAGS=
++  fi
++fi
++echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
++echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
++if test "${ac_cv_prog_cc_stdc+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_prog_cc_stdc=no
++ac_save_CC=$CC
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdarg.h>
++#include <stdio.h>
++#include <sys/types.h>
++#include <sys/stat.h>
++/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
++struct buf { int x; };
++FILE * (*rcsopen) (struct buf *, struct stat *, int);
++static char *e (p, i)
++     char **p;
++     int i;
++{
++  return p[i];
++}
++static char *f (char * (*g) (char **, int), char **p, ...)
++{
++  char *s;
++  va_list v;
++  va_start (v,p);
++  s = g (p, va_arg (v,int));
++  va_end (v);
++  return s;
++}
++
++/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
++   function prototypes and stuff, but not '\xHH' hex character constants.
++   These don't provoke an error unfortunately, instead are silently treated
++   as 'x'.  The following induces an error, until -std1 is added to get
++   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
++   array size at least.  It's necessary to write '\x00'==0 to get something
++   that's true only with -std1.  */
++int osf4_cc_array ['\x00' == 0 ? 1 : -1];
++
++int test (int i, double x);
++struct s1 {int (*f) (int a);};
++struct s2 {int (*f) (double a);};
++int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
++int argc;
++char **argv;
++int
++main ()
++{
++return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
++  ;
++  return 0;
++}
++_ACEOF
++# Don't try gcc -ansi; that turns off useful extensions and
++# breaks some systems' header files.
++# AIX			-qlanglvl=ansi
++# Ultrix and OSF/1	-std1
++# HP-UX 10.20 and later	-Ae
++# HP-UX older versions	-Aa -D_HPUX_SOURCE
++# SVR4			-Xc -D__EXTENSIONS__
++for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
++do
++  CC="$ac_save_CC $ac_arg"
++  rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_cc_stdc=$ac_arg
++break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext 
++done
++rm -f conftest.$ac_ext conftest.$ac_objext
++CC=$ac_save_CC
++
++fi
++
++case "x$ac_cv_prog_cc_stdc" in
++  x|xno)
++    echo "$as_me:$LINENO: result: none needed" >&5
++echo "${ECHO_T}none needed" >&6 ;;
++  *)
++    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
++echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
++    CC="$CC $ac_cv_prog_cc_stdc" ;;
++esac
++
++# Some people use a C++ compiler to compile C.  Since we use `exit',
++# in C++ we need to declare it.  In case someone uses the same compiler
++# for both compiling C and C++ we need to have the C++ compiler decide
++# the declaration of exit, since it's the most demanding environment.
++cat >conftest.$ac_ext <<_ACEOF
++@%:@ifndef __cplusplus
++  choke me
++@%:@endif
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  for ac_declaration in \
++   '' \
++   'extern "C" void std::exit (int) throw (); using std::exit;' \
++   'extern "C" void std::exit (int); using std::exit;' \
++   'extern "C" void exit (int) throw ();' \
++   'extern "C" void exit (int);' \
++   'void exit (int);'
++do
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++@%:@include <stdlib.h>
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++continue
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++rm -f conftest*
++if test -n "$ac_declaration"; then
++  echo '#ifdef __cplusplus' >>confdefs.h
++  echo $ac_declaration      >>confdefs.h
++  echo '#endif'             >>confdefs.h
++fi
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++depcc="$CC"   am_compiler_list=
++
++echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
++if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
++  # We make a subdir and do the tests there.  Otherwise we can end up
++  # making bogus files that we don't know about and never remove.  For
++  # instance it was reported that on HP-UX the gcc test will end up
++  # making a dummy file named `D' -- because `-MD' means `put the output
++  # in D'.
++  mkdir conftest.dir
++  # Copy depcomp to subdir because otherwise we won't find it if we're
++  # using a relative directory.
++  cp "$am_depcomp" conftest.dir
++  cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
++
++  am_cv_CC_dependencies_compiler_type=none
++  if test "$am_compiler_list" = ""; then
++     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
++  fi
++  for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
++    # We need to recreate these files for each test, as the compiler may
++    # overwrite some of them when testing with obscure command lines.
++    # This happens at least with the AIX C compiler.
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
++
++    case $depmode in
++    nosideeffect)
++      # after this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested
++      if test "x$enable_dependency_tracking" = xyes; then
++	continue
++      else
++	break
++      fi
++      ;;
++    none) break ;;
++    esac
++    # We check with `-c' and `-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle `-M -o', and we need to detect this.
++    if depmode=$depmode \
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
++       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_CC_dependencies_compiler_type=$depmode
++        break
++      fi
++    fi
++  done
++
++  cd ..
++  rm -rf conftest.dir
++else
++  am_cv_CC_dependencies_compiler_type=none
++fi
++
++fi
++echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
++CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
++
++ 
++
++if 
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
++  am__fastdepCC_TRUE=
++  am__fastdepCC_FALSE='#'
++else
++  am__fastdepCC_TRUE='#'
++  am__fastdepCC_FALSE=
++fi
++
++ 
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
++echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
++# On Suns, sometimes $CPP names a directory.
++if test -n "$CPP" && test -d "$CPP"; then
++  CPP=
++fi
++if test -z "$CPP"; then
++  if test "${ac_cv_prog_CPP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++      # Double quotes because CPP needs to be expanded
++    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  break
++fi
++
++    done
++    ac_cv_prog_CPP=$CPP
++  
++fi
++  CPP=$ac_cv_prog_CPP
++else
++  ac_cv_prog_CPP=$CPP
++fi
++echo "$as_me:$LINENO: result: $CPP" >&5
++echo "${ECHO_T}$CPP" >&6
++ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  :
++else
++  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++  if test "$GCC" = "yes"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test $kde_use_debug_code = "full"; then
++        CFLAGS="-g3 -fno-inline $CFLAGS"
++      else
++        CFLAGS="-g -O2 $CFLAGS"
++      fi
++    else
++      CFLAGS="-O2 $CFLAGS"
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CFLAGS="-DNDEBUG $CFLAGS"
++  fi
++
++
++  case "$host" in
++  *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
++  *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
++  esac
++
++  if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
++     LDFLAGS=""
++  fi
++
++  CXXFLAGS=" $CXXFLAGS"
++
++  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CXX"; then
++  ac_cv_prog_CXX="$CXX" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CXX=$ac_cv_prog_CXX
++if test -n "$CXX"; then
++  echo "$as_me:$LINENO: result: $CXX" >&5
++echo "${ECHO_T}$CXX" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    test -n "$CXX" && break
++  done
++fi
++if test -z "$CXX"; then
++  ac_ct_CXX=$CXX
++  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CXX"; then
++  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CXX="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
++if test -n "$ac_ct_CXX"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
++echo "${ECHO_T}$ac_ct_CXX" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$ac_ct_CXX" && break
++done
++test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
++
++  CXX=$ac_ct_CXX
++fi
++
++
++# Provide some information about the compiler.
++echo "$as_me:$LINENO:" \
++     "checking for C++ compiler version" >&5
++ac_compiler=`set X $ac_compile; echo $2`
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++  (eval $ac_compiler --version </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
++  (eval $ac_compiler -v </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
++  (eval $ac_compiler -V </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++
++echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
++if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++#ifndef __GNUC__
++       choke me
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_compiler_gnu=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_compiler_gnu=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
++GXX=`test $ac_compiler_gnu = yes && echo yes`
++ac_test_CXXFLAGS=${CXXFLAGS+set}
++ac_save_CXXFLAGS=$CXXFLAGS
++CXXFLAGS="-g"
++echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
++echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
++if test "${ac_cv_prog_cxx_g+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_cxx_g=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_prog_cxx_g=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
++echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
++if test "$ac_test_CXXFLAGS" = set; then
++  CXXFLAGS=$ac_save_CXXFLAGS
++elif test $ac_cv_prog_cxx_g = yes; then
++  if test "$GXX" = yes; then
++    CXXFLAGS="-g -O2"
++  else
++    CXXFLAGS="-g"
++  fi
++else
++  if test "$GXX" = yes; then
++    CXXFLAGS="-O2"
++  else
++    CXXFLAGS=
++  fi
++fi
++for ac_declaration in \
++   '' \
++   'extern "C" void std::exit (int) throw (); using std::exit;' \
++   'extern "C" void std::exit (int); using std::exit;' \
++   'extern "C" void exit (int) throw ();' \
++   'extern "C" void exit (int);' \
++   'void exit (int);'
++do
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++@%:@include <stdlib.h>
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++continue
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++rm -f conftest*
++if test -n "$ac_declaration"; then
++  echo '#ifdef __cplusplus' >>confdefs.h
++  echo $ac_declaration      >>confdefs.h
++  echo '#endif'             >>confdefs.h
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++depcc="$CXX"  am_compiler_list=
++
++echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
++if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
++  # We make a subdir and do the tests there.  Otherwise we can end up
++  # making bogus files that we don't know about and never remove.  For
++  # instance it was reported that on HP-UX the gcc test will end up
++  # making a dummy file named `D' -- because `-MD' means `put the output
++  # in D'.
++  mkdir conftest.dir
++  # Copy depcomp to subdir because otherwise we won't find it if we're
++  # using a relative directory.
++  cp "$am_depcomp" conftest.dir
++  cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
++
++  am_cv_CXX_dependencies_compiler_type=none
++  if test "$am_compiler_list" = ""; then
++     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
++  fi
++  for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
++    # We need to recreate these files for each test, as the compiler may
++    # overwrite some of them when testing with obscure command lines.
++    # This happens at least with the AIX C compiler.
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
++
++    case $depmode in
++    nosideeffect)
++      # after this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested
++      if test "x$enable_dependency_tracking" = xyes; then
++	continue
++      else
++	break
++      fi
++      ;;
++    none) break ;;
++    esac
++    # We check with `-c' and `-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle `-M -o', and we need to detect this.
++    if depmode=$depmode \
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
++       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_CXX_dependencies_compiler_type=$depmode
++        break
++      fi
++    fi
++  done
++
++  cd ..
++  rm -rf conftest.dir
++else
++  am_cv_CXX_dependencies_compiler_type=none
++fi
++
++fi
++echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
++echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
++CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
++
++ 
++
++if 
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
++  am__fastdepCXX_TRUE=
++  am__fastdepCXX_FALSE='#'
++else
++  am__fastdepCXX_TRUE='#'
++  am__fastdepCXX_FALSE=
++fi
++
++
++
++  
++  echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
++echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6
++
++            
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#ifdef __GNUC__
++#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
++choke me
++#endif
++#endif
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_bad_compiler=no
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_bad_compiler=yes
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++  echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
++echo "${ECHO_T}$kde_bad_compiler" >&6
++
++if test "$kde_bad_compiler" = "yes"; then
++  { { echo "$as_me:$LINENO: error: 
++
++This particular compiler version is blacklisted because it
++is known to miscompile KDE. Please use a newer version, or
++if that is not yet available, choose an older version. 
++
++Please do not report a bug or bother us reporting this
++configure error. We know about it, and we introduced
++it by intention to avoid untraceable bugs or crashes in KDE.
++
++" >&5
++echo "$as_me: error: 
++
++This particular compiler version is blacklisted because it
++is known to miscompile KDE. Please use a newer version, or
++if that is not yet available, choose an older version. 
++
++Please do not report a bug or bother us reporting this
++configure error. We know about it, and we introduced
++it by intention to avoid untraceable bugs or crashes in KDE.
++
++" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++
++
++  if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
++      else
++        if test "$kde_use_debug_code" = "full"; then
++          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
++        else
++          CXXFLAGS="-g -O2 $CXXFLAGS"
++        fi
++      fi
++      
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6
++kde_cache=`echo fno-builtin | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++  
++ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-builtin"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="-fno-builtin $CXXFLAGS"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++
++            
++echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
++echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6
++kde_cache=`echo Woverloaded-virtual | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Woverloaded-virtual"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ WOVERLOADED_VIRTUAL="-Woverloaded-virtual"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ WOVERLOADED_VRITUAL=""
++fi
++
++      
++    else
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K3 $CXXFLAGS"
++      else
++        CXXFLAGS="-O2 $CXXFLAGS"
++      fi  
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
++  fi  
++
++  if test "$kde_use_profiling" = "yes"; then
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
++echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6
++kde_cache=`echo pg | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -pg"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ 
++      CFLAGS="-pg $CFLAGS"
++      CXXFLAGS="-pg $CXXFLAGS"
++    
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++  fi
++
++  if test "$kde_use_warnings" = "yes"; then
++      if test "$GCC" = "yes"; then
++        CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
++        case $host in
++          *-*-linux-gnu)	
++            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
++            
++echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
++echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6
++kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wmissing-format-attribute"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++            
++echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
++echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6
++kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cc_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++  save_CFLAGS="$CFLAGS"
++  CFLAGS="$CFLAGS -Wmissing-format-attribute"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cc_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CFLAGS="$save_CFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++          ;;
++        esac
++        
++echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
++echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
++kde_cache=`echo Wundef | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wundef"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="-Wundef $CXXFLAGS"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++        
++echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
++echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6
++kde_cache=`echo Wno-long-long | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wno-long-long"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="-Wno-long-long $CXXFLAGS"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                
++echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
++echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6
++kde_cache=`echo Wno-non-virtual-dtor | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++     fi
++  fi
++
++  if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
++    CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
++  fi
++
++  # Check whether --enable-pch or --disable-pch was given.
++if test "${enable_pch+set}" = set; then
++  enableval="$enable_pch"
++   kde_use_pch=$enableval 
++else
++   kde_use_pch=no 
++fi; 
++ 
++  HAVE_GCC_VISIBILITY=0
++  
++
++  if test "$GXX" = "yes"; then
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6
++kde_cache=`echo fno-exceptions | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-exceptions"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -fno-exceptions"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6
++kde_cache=`echo fno-check-new | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-check-new"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -fno-check-new"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6
++kde_cache=`echo fno-common | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-common"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -fno-common"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
++echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6
++kde_cache=`echo fexceptions | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fexceptions"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ USE_EXCEPTIONS="-fexceptions"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ USE_EXCEPTIONS=	
++fi
++
++    ENABLE_PERMISSIVE_FLAG="-fpermissive"
++
++    if test "$kde_use_pch" = "yes"; then
++        echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
++echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6
++        echo >conftest.h
++        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
++            kde_gcc_supports_pch=yes
++            echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        else
++            kde_gcc_supports_pch=no
++            echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++        fi
++        if test "$kde_gcc_supports_pch" = "yes"; then
++            echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
++echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6
++            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
++                kde_gcc_supports_pch=yes
++                echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++            else
++                kde_gcc_supports_pch=no
++                echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++            fi
++        fi
++        rm -f conftest.h conftest.h.gch
++    fi
++  fi
++   
++
++if test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes"; then
++  unsermake_enable_pch_TRUE=
++  unsermake_enable_pch_FALSE='#'
++else
++  unsermake_enable_pch_TRUE='#'
++  unsermake_enable_pch_FALSE=
++fi
++
++  if test "$CXX" = "KCC"; then
++                
++    if test "$kde_use_pch" = "yes"; then
++            
++echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
++echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6
++kde_cache=`echo -pch | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --pch"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --pch"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                                              fi
++                    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6
++kde_cache=`echo -inline_keyword_space_time=6 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6
++kde_cache=`echo -inline_auto_space_time=2 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6
++kde_cache=`echo -inline_implicit_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6
++kde_cache=`echo -inline_generated_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                        
++echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
++echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6
++kde_cache=`echo -one_per | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --one_per"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --one_per"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++  fi
++  
++    USE_RTTI=
++  
++
++  case "$host" in
++      *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
++      *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
++      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
++      *-*-solaris*) 
++        if test "$GXX" = yes; then
++          libstdcpp=`$CXX -print-file-name=libstdc++.so`
++          if test ! -f $libstdcpp; then
++             { { echo "$as_me:$LINENO: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&5
++echo "$as_me: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&2;}
++   { (exit 1); exit 1; }; }
++          fi
++        fi
++        ;;
++  esac
++
++  if test "x$kde_use_qt_emb" != "xyes"; then
++  __val=$CXX
++  __forbid=" -fno-rtti -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXX=$__new
++  fi
++
++  __val=$CXXFLAGS
++  __forbid=" -fno-rtti -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXXFLAGS=$__new
++  fi
++
++else
++  __val=$CXX
++  __forbid=" -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXX=$__new
++  fi
++
++  __val=$CXXFLAGS
++  __forbid=" -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXXFLAGS=$__new
++  fi
++
++fi
++
++
++  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
++if test -z "$CXXCPP"; then
++  if test "${ac_cv_prog_CXXCPP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++      # Double quotes because CXXCPP needs to be expanded
++    for CXXCPP in "$CXX -E" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  break
++fi
++
++    done
++    ac_cv_prog_CXXCPP=$CXXCPP
++  
++fi
++  CXXCPP=$ac_cv_prog_CXXCPP
++else
++  ac_cv_prog_CXXCPP=$CXXCPP
++fi
++echo "$as_me:$LINENO: result: $CXXCPP" >&5
++echo "${ECHO_T}$CXXCPP" >&6
++ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  :
++else
++  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++  if test "$GCC" = yes; then
++     NOOPT_CFLAGS=-O0
++  fi
++  
++echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
++echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6
++kde_cache=`echo O0 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -O0"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ NOOPT_CXXFLAGS=-O0
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++
++  # Check whether --enable-coverage or --disable-coverage was given.
++if test "${enable_coverage+set}" = set; then
++  enableval="$enable_coverage"
++  
++      if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker="-lgcc"
++      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker=""
++      else
++        { { echo "$as_me:$LINENO: error: coverage with your compiler is not supported" >&5
++echo "$as_me: error: coverage with your compiler is not supported" >&2;}
++   { (exit 1); exit 1; }; }
++      fi
++      CFLAGS="$CFLAGS $ac_coverage_compiler"
++      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
++      LDFLAGS="$LDFLAGS $ac_coverage_linker"
++    
++fi; 
++
++  
++  
++  
++
++  
++  # Check whether --enable-new_ldflags or --disable-new_ldflags was given.
++if test "${enable_new_ldflags+set}" = set; then
++  enableval="$enable_new_ldflags"
++  kde_use_new_ldflags=$enableval
++else
++  kde_use_new_ldflags=no
++fi; 
++
++  LDFLAGS_AS_NEEDED=""
++  LDFLAGS_NEW_DTAGS=""
++  if test "x$kde_use_new_ldflags" = "xyes"; then
++       LDFLAGS_NEW_DTAGS=""
++       
++echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
++echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6
++kde_cache=`echo Wl,--enable-new-dtags | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wl,--enable-new-dtags"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++
++       
++echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
++echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6
++kde_cache=`echo Wl,--as-needed | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wl,--as-needed"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ LDFLAGS_AS_NEEDED="-Wl,--as-needed"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++  fi
++  
++  
++
++  
++  # Check whether --enable-final or --disable-final was given.
++if test "${enable_final+set}" = set; then
++  enableval="$enable_final"
++  kde_use_final=$enableval
++else
++  kde_use_final=no
++fi; 
++
++  if test "x$kde_use_final" = "xyes"; then
++      KDE_USE_FINAL_TRUE=""
++      KDE_USE_FINAL_FALSE="#"
++   else
++      KDE_USE_FINAL_TRUE="#"
++      KDE_USE_FINAL_FALSE=""
++  fi
++  
++  
++
++  
++  # Check whether --enable-closure or --disable-closure was given.
++if test "${enable_closure+set}" = set; then
++  enableval="$enable_closure"
++  kde_use_closure=$enableval
++else
++  kde_use_closure=no
++fi; 
++
++  KDE_NO_UNDEFINED=""
++  if test "x$kde_use_closure" = "xyes"; then
++       KDE_USE_CLOSURE_TRUE=""
++       KDE_USE_CLOSURE_FALSE="#"
++#       CXXFLAGS="$CXXFLAGS $REPO"
++  else
++       KDE_USE_CLOSURE_TRUE="#"
++       KDE_USE_CLOSURE_FALSE=""
++       KDE_NO_UNDEFINED=""
++  fi
++  
++  
++  
++
++  
++  # Check whether --enable-nmcheck or --disable-nmcheck was given.
++if test "${enable_nmcheck+set}" = set; then
++  enableval="$enable_nmcheck"
++  kde_use_nmcheck=$enableval
++else
++  kde_use_nmcheck=no
++fi; 
++
++  if test "$kde_use_nmcheck" = "yes"; then
++      KDE_USE_NMCHECK_TRUE=""
++      KDE_USE_NMCHECK_FALSE="#"
++   else
++      KDE_USE_NMCHECK_TRUE="#"
++      KDE_USE_NMCHECK_FALSE=""
++  fi
++  
++  
++
++
++  
++
++# Check whether --enable-shared or --disable-shared was given.
++if test "${enable_shared+set}" = set; then
++  enableval="$enable_shared"
++  p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_shared=yes ;;
++    no) enable_shared=no ;;
++    *)
++      enable_shared=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_shared=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac
++else
++  enable_shared=yes
++fi; 
++
++# Check whether --enable-static or --disable-static was given.
++if test "${enable_static+set}" = set; then
++  enableval="$enable_static"
++  p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_static=yes ;;
++    no) enable_static=no ;;
++    *)
++     enable_static=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_static=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac
++else
++  enable_static=no
++fi; 
++
++
++
++
++    kdelibsuff="$kde_libs_suffix"
++    if test -z "$kdelibsuff"; then
++       kdelibsuff=no
++    fi
++    # Check whether --enable-libsuffix or --disable-libsuffix was given.
++if test "${enable_libsuffix+set}" = set; then
++  enableval="$enable_libsuffix"
++  kdelibsuff=$enableval
++fi; 
++    # TODO: add an auto case that compiles a little C app to check
++    # where the glibc is
++    if test "$kdelibsuff" = "no"; then
++       kdelibsuff=
++    fi
++    if test -z "$kdelibsuff"; then
++        echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
++echo "${ECHO_T}not using lib directory suffix" >&6
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define KDELIBSUFF ""
++_ACEOF
++
++    else
++        if test "$libdir" = '${exec_prefix}/lib'; then
++            libdir="$libdir${kdelibsuff}"
++            libdir="$libdir"
++          fi
++        
++cat >>confdefs.h <<_ACEOF
++@%:@define KDELIBSUFF "${kdelibsuff}"
++_ACEOF
++
++        echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
++echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6
++    fi
++
++# Check whether --enable-fast-install or --disable-fast-install was given.
++if test "${enable_fast_install+set}" = set; then
++  enableval="$enable_fast_install"
++  p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_fast_install=yes ;;
++    no) enable_fast_install=no ;;
++    *)
++      enable_fast_install=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_fast_install=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac
++else
++  enable_fast_install=yes
++fi; 
++
++echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
++echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
++if test "${lt_cv_path_SED+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # Loop through the user's path and test for sed and gsed.
++# Then use that list of sed's as ones to test for truncation.
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for lt_ac_prog in sed gsed; do
++    for ac_exec_ext in '' $ac_executable_extensions; do
++      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
++        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
++      fi
++    done
++  done
++done
++lt_ac_max=0
++lt_ac_count=0
++# Add /usr/xpg4/bin/sed as it is typically found on Solaris
++# along with /bin/sed that truncates output.
++for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
++  test ! -f $lt_ac_sed && continue
++  cat /dev/null > conftest.in
++  lt_ac_count=0
++  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
++  # Check for GNU sed and select it if it is found.
++  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
++    lt_cv_path_SED=$lt_ac_sed
++    break
++  fi
++  while true; do
++    cat conftest.in conftest.in >conftest.tmp
++    mv conftest.tmp conftest.in
++    cp conftest.in conftest.nl
++    echo >>conftest.nl
++    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
++    cmp -s conftest.out conftest.nl || break
++    # 10000 chars as input seems more than enough
++    test $lt_ac_count -gt 10 && break
++    lt_ac_count=`expr $lt_ac_count + 1`
++    if test $lt_ac_count -gt $lt_ac_max; then
++      lt_ac_max=$lt_ac_count
++      lt_cv_path_SED=$lt_ac_sed
++    fi
++  done
++done
++
++fi
++
++SED=$lt_cv_path_SED
++echo "$as_me:$LINENO: result: $SED" >&5
++echo "${ECHO_T}$SED" >&6
++
++echo "$as_me:$LINENO: checking for egrep" >&5
++echo $ECHO_N "checking for egrep... $ECHO_C" >&6
++if test "${ac_cv_prog_egrep+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
++    then ac_cv_prog_egrep='grep -E'
++    else ac_cv_prog_egrep='egrep'
++    fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
++echo "${ECHO_T}$ac_cv_prog_egrep" >&6
++ EGREP=$ac_cv_prog_egrep
++ 
++
++
++# Check whether --with-gnu-ld or --without-gnu-ld was given.
++if test "${with_gnu_ld+set}" = set; then
++  withval="$with_gnu_ld"
++  test "$withval" = no || with_gnu_ld=yes
++else
++  with_gnu_ld=no
++fi; 
++ac_prog=ld
++if test "$GCC" = yes; then
++  # Check if gcc -print-prog-name=ld gives a path.
++  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
++  case $host in
++  *-*-mingw*)
++    # gcc leaves a trailing carriage return which upsets mingw
++    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
++  *)
++    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
++  esac
++  case $ac_prog in
++    # Accept absolute paths.
++    [\\/]* | ?:[\\/]*)
++      re_direlt='/[^/][^/]*/\.\./'
++      # Canonicalize the pathname of ld
++      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
++      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
++	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
++      done
++      test -z "$LD" && LD="$ac_prog"
++      ;;
++  "")
++    # If it fails, then pretend we aren't using GCC.
++    ac_prog=ld
++    ;;
++  *)
++    # If it is relative, then search for the first ld in PATH.
++    with_gnu_ld=unknown
++    ;;
++  esac
++elif test "$with_gnu_ld" = yes; then
++  echo "$as_me:$LINENO: checking for GNU ld" >&5
++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
++fi
++if test "${lt_cv_path_LD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$LD"; then
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
++      lt_cv_path_LD="$ac_dir/$ac_prog"
++      # Check to see if the program is GNU ld.  I'd rather use --version,
++      # but apparently some variants of GNU ld only accept -v.
++      # Break only if it was the GNU/non-GNU ld that we prefer.
++      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
++      *GNU* | *'with BFD'*)
++	test "$with_gnu_ld" != no && break
++	;;
++      *)
++	test "$with_gnu_ld" != yes && break
++	;;
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++else
++  lt_cv_path_LD="$LD" # Let the user override the test with a path.
++fi
++fi
++
++LD="$lt_cv_path_LD"
++if test -n "$LD"; then
++  echo "$as_me:$LINENO: result: $LD" >&5
++echo "${ECHO_T}$LD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
++echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
++   { (exit 1); exit 1; }; }
++echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
++if test "${lt_cv_prog_gnu_ld+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # I'd rather use --version here, but apparently some GNU lds only accept -v.
++case `$LD -v 2>&1 </dev/null` in
++*GNU* | *'with BFD'*)
++  lt_cv_prog_gnu_ld=yes
++  ;;
++*)
++  lt_cv_prog_gnu_ld=no
++  ;;
++esac
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
++with_gnu_ld=$lt_cv_prog_gnu_ld
++
++
++echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
++echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
++if test "${lt_cv_ld_reload_flag+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_ld_reload_flag='-r'
++fi
++echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
++echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
++reload_flag=$lt_cv_ld_reload_flag
++case $reload_flag in
++"" | " "*) ;;
++*) reload_flag=" $reload_flag" ;;
++esac
++reload_cmds='$LD$reload_flag -o $output$reload_objs'
++case $host_os in
++  darwin*)
++    if test "$GCC" = yes; then
++      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
++    else
++      reload_cmds='$LD$reload_flag -o $output$reload_objs'
++    fi
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
++echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
++if test "${lt_cv_path_NM+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$NM"; then
++  # Let the user override the test.
++  lt_cv_path_NM="$NM"
++else
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
++    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
++      # Check to see if the nm accepts a BSD-compat flag.
++      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
++      #   nm: unknown option "B" ignored
++      # Tru64's nm complains that /dev/null is an invalid object file
++      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
++      */dev/null* | *'Invalid file or object type'*)
++	lt_cv_path_NM="$tmp_nm -B"
++	break
++        ;;
++      *)
++	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
++	*/dev/null*)
++	  lt_cv_path_NM="$tmp_nm -p"
++	  break
++	  ;;
++	*)
++	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
++	  continue # so that we can try to find one that supports BSD flags
++	  ;;
++	esac
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
++fi
++fi
++echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
++echo "${ECHO_T}$lt_cv_path_NM" >&6
++NM="$lt_cv_path_NM"
++
++echo "$as_me:$LINENO: checking whether ln -s works" >&5
++echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
++LN_S=$as_ln_s
++if test "$LN_S" = "ln -s"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
++echo "${ECHO_T}no, using $LN_S" >&6
++fi
++
++echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
++echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
++if test "${lt_cv_deplibs_check_method+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_file_magic_cmd='$MAGIC_CMD'
++lt_cv_file_magic_test_file=
++lt_cv_deplibs_check_method='unknown'
++# Need to set the preceding variable on all platforms that support
++# interlibrary dependencies.
++# 'none' -- dependencies not supported.
++# `unknown' -- same as none, but documents that we really don't know.
++# 'pass_all' -- all dependencies passed with no checks.
++# 'test_compile' -- check by making test program.
++# 'file_magic [[regex]]' -- check by looking for files in library path
++# which responds to the $file_magic_cmd with a given extended regex.
++# If you have `file' or equivalent on your system and you're not sure
++# whether `pass_all' will *always* work, you probably want this one.
++
++case $host_os in
++aix4* | aix5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++beos*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++bsdi[45]*)
++  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
++  lt_cv_file_magic_cmd='/usr/bin/file -L'
++  lt_cv_file_magic_test_file=/shlib/libc.so
++  ;;
++
++cygwin*)
++  # func_win32_libid is a shell function defined in ltmain.sh
++  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
++  lt_cv_file_magic_cmd='func_win32_libid'
++  ;;
++
++mingw* | pw32*)
++  # Base MSYS/MinGW do not provide the 'file' command needed by
++  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
++  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
++  lt_cv_file_magic_cmd='$OBJDUMP -f'
++  ;;
++
++darwin* | rhapsody*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++freebsd* | kfreebsd*-gnu | dragonfly*)
++  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
++    case $host_cpu in
++    i*86 )
++      # Not sure whether the presence of OpenBSD here was a mistake.
++      # Let's accept both of them until this is cleared up.
++      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
++      lt_cv_file_magic_cmd=/usr/bin/file
++      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
++      ;;
++    esac
++  else
++    lt_cv_deplibs_check_method=pass_all
++  fi
++  ;;
++
++gnu*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++hpux10.20* | hpux11*)
++  lt_cv_file_magic_cmd=/usr/bin/file
++  case $host_cpu in
++  ia64*)
++    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
++    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
++    ;;
++  hppa*64*)
++    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
++    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
++    ;;
++  *)
++    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
++    lt_cv_file_magic_test_file=/usr/lib/libc.sl
++    ;;
++  esac
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $LD in
++  *-32|*"-32 ") libmagic=32-bit;;
++  *-n32|*"-n32 ") libmagic=N32;;
++  *-64|*"-64 ") libmagic=64-bit;;
++  *) libmagic=never-match;;
++  esac
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++  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
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
++  fi
++  ;;
++
++newos6*)
++  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
++  lt_cv_file_magic_cmd=/usr/bin/file
++  lt_cv_file_magic_test_file=/usr/lib/libnls.so
++  ;;
++
++nto-qnx*)
++  lt_cv_deplibs_check_method=unknown
++  ;;
++
++openbsd*)
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
++  else
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
++  fi
++  ;;
++
++osf3* | osf4* | osf5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++sco3.2v5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++solaris*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  case $host_vendor in
++  motorola)
++    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
++    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
++    ;;
++  ncr)
++    lt_cv_deplibs_check_method=pass_all
++    ;;
++  sequent)
++    lt_cv_file_magic_cmd='/bin/file'
++    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
++    ;;
++  sni)
++    lt_cv_file_magic_cmd='/bin/file'
++    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
++    lt_cv_file_magic_test_file=/lib/libc.so
++    ;;
++  siemens)
++    lt_cv_deplibs_check_method=pass_all
++    ;;
++  esac
++  ;;
++
++sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++esac
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
++echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
++file_magic_cmd=$lt_cv_file_magic_cmd
++deplibs_check_method=$lt_cv_deplibs_check_method
++test -z "$deplibs_check_method" && deplibs_check_method=unknown
++
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
++if test "${enable_libtool_lock+set}" = set; then
++  enableval="$enable_libtool_lock"
++  
++fi; 
++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
++
++# Some flags need to be propagated to the compiler or linker for good
++# libtool support.
++case $host in
++ia64-*-hpux*)
++  # Find out which ABI we are using.
++  echo 'int i;' > conftest.$ac_ext
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++    case `/usr/bin/file conftest.$ac_objext` in
++    *ELF-32*)
++      HPUX_IA64_MODE="32"
++      ;;
++    *ELF-64*)
++      HPUX_IA64_MODE="64"
++      ;;
++    esac
++  fi
++  rm -rf conftest*
++  ;;
++*-*-irix6*)
++  # Find out which ABI we are using.
++  echo '#line __oline__ "configure"' > conftest.$ac_ext
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++   if test "$lt_cv_prog_gnu_ld" = yes; then
++    case `/usr/bin/file conftest.$ac_objext` in
++    *32-bit*)
++      LD="${LD-ld} -melf32bsmip"
++      ;;
++    *N32*)
++      LD="${LD-ld} -melf32bmipn32"
++      ;;
++    *64-bit*)
++      LD="${LD-ld} -melf64bmip"
++      ;;
++    esac
++   else
++    case `/usr/bin/file conftest.$ac_objext` in
++    *32-bit*)
++      LD="${LD-ld} -32"
++      ;;
++    *N32*)
++      LD="${LD-ld} -n32"
++      ;;
++    *64-bit*)
++      LD="${LD-ld} -64"
++      ;;
++    esac
++   fi
++  fi
++  rm -rf conftest*
++  ;;
++
++x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
++  # Find out which ABI we are using.
++  echo 'int i;' > conftest.$ac_ext
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++    case `/usr/bin/file conftest.o` in
++    *32-bit*)
++      case $host in
++        x86_64-*linux*)
++          LD="${LD-ld} -m elf_i386"
++          ;;
++        ppc64-*linux*|powerpc64-*linux*)
++          LD="${LD-ld} -m elf32ppclinux"
++          ;;
++        s390x-*linux*)
++          LD="${LD-ld} -m elf_s390"
++          ;;
++        sparc64-*linux*)
++          LD="${LD-ld} -m elf32_sparc"
++          ;;
++      esac
++      ;;
++    *64-bit*)
++      case $host in
++        x86_64-*linux*)
++          LD="${LD-ld} -m elf_x86_64"
++          ;;
++        ppc*-*linux*|powerpc*-*linux*)
++          LD="${LD-ld} -m elf64ppc"
++          ;;
++        s390*-*linux*)
++          LD="${LD-ld} -m elf64_s390"
++          ;;
++        sparc*-*linux*)
++          LD="${LD-ld} -m elf64_sparc"
++          ;;
++      esac
++      ;;
++    esac
++  fi
++  rm -rf conftest*
++  ;;
++
++*-*-sco3.2v5*)
++  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
++  SAVE_CFLAGS="$CFLAGS"
++  CFLAGS="$CFLAGS -belf"
++  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
++echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
++if test "${lt_cv_cc_needs_belf+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++     cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  lt_cv_cc_needs_belf=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++lt_cv_cc_needs_belf=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++     ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
++echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
++  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
++    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
++    CFLAGS="$SAVE_CFLAGS"
++  fi
++  ;;
++
++esac
++
++need_locks="$enable_libtool_lock"
++
++
++
++echo "$as_me:$LINENO: checking for ANSI C header files" >&5
++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
++if test "${ac_cv_header_stdc+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++#include <stdarg.h>
++#include <string.h>
++#include <float.h>
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_header_stdc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_header_stdc=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++if test $ac_cv_header_stdc = yes; then
++  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <string.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "memchr" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "free" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
++  if test "$cross_compiling" = yes; then
++  :
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <ctype.h>
++#if ((' ' & 0x0FF) == 0x020)
++# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
++# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
++#else
++# define ISLOWER(c) \
++		   (('a' <= (c) && (c) <= 'i') \
++		     || ('j' <= (c) && (c) <= 'r') \
++		     || ('s' <= (c) && (c) <= 'z'))
++# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
++#endif
++
++#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
++int
++main ()
++{
++  int i;
++  for (i = 0; i < 256; i++)
++    if (XOR (islower (i), ISLOWER (i))
++	|| toupper (i) != TOUPPER (i))
++      exit(2);
++  exit (0);
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_header_stdc=no
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
++echo "${ECHO_T}$ac_cv_header_stdc" >&6
++if test $ac_cv_header_stdc = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define STDC_HEADERS 1
++_ACEOF
++
++fi
++
++# On IRIX 5.3, sys/types and inttypes.h are conflicting.
++
++
++
++
++
++
++
++
++
++for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
++		  inttypes.h stdint.h unistd.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_Header=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_Header=no"
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++
++for ac_header in dlfcn.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++
++if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++    (test "X$CXX" != "Xg++"))) ; then
++  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
++if test -z "$CXXCPP"; then
++  if test "${ac_cv_prog_CXXCPP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++      # Double quotes because CXXCPP needs to be expanded
++    for CXXCPP in "$CXX -E" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  break
++fi
++
++    done
++    ac_cv_prog_CXXCPP=$CXXCPP
++  
++fi
++  CXXCPP=$ac_cv_prog_CXXCPP
++else
++  ac_cv_prog_CXXCPP=$CXXCPP
++fi
++echo "$as_me:$LINENO: result: $CXXCPP" >&5
++echo "${ECHO_T}$CXXCPP" >&6
++ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  :
++else
++  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++fi
++
++ac_ext=f
++ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
++ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_f77_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$F77"; then
++  ac_cv_prog_F77="$F77" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++F77=$ac_cv_prog_F77
++if test -n "$F77"; then
++  echo "$as_me:$LINENO: result: $F77" >&5
++echo "${ECHO_T}$F77" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    test -n "$F77" && break
++  done
++fi
++if test -z "$F77"; then
++  ac_ct_F77=$F77
++  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_F77"; then
++  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_F77="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_F77=$ac_cv_prog_ac_ct_F77
++if test -n "$ac_ct_F77"; then
++  echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
++echo "${ECHO_T}$ac_ct_F77" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$ac_ct_F77" && break
++done
++
++  F77=$ac_ct_F77
++fi
++
++
++# Provide some information about the compiler.
++echo "$as_me:__oline__:" \
++     "checking for Fortran 77 compiler version" >&5
++ac_compiler=`set X $ac_compile; echo $2`
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++  (eval $ac_compiler --version </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
++  (eval $ac_compiler -v </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
++  (eval $ac_compiler -V </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++rm -f a.out
++
++# If we don't use `.F' as extension, the preprocessor is not run on the
++# input file.  (Note that this only needs to work for GNU compilers.)
++ac_save_ext=$ac_ext
++ac_ext=F
++echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
++if test "${ac_cv_f77_compiler_gnu+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++      program main
++#ifndef __GNUC__
++       choke me
++#endif
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_compiler_gnu=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_compiler_gnu=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_f77_compiler_gnu=$ac_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
++ac_ext=$ac_save_ext
++ac_test_FFLAGS=${FFLAGS+set}
++ac_save_FFLAGS=$FFLAGS
++FFLAGS=
++echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
++echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
++if test "${ac_cv_prog_f77_g+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  FFLAGS=-g
++cat >conftest.$ac_ext <<_ACEOF
++      program main
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_f77_g=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_prog_f77_g=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
++echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
++if test "$ac_test_FFLAGS" = set; then
++  FFLAGS=$ac_save_FFLAGS
++elif test $ac_cv_prog_f77_g = yes; then
++  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
++    FFLAGS="-g -O2"
++  else
++    FFLAGS="-g"
++  fi
++else
++  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
++    FFLAGS="-O2"
++  else
++    FFLAGS=
++  fi
++fi
++
++G77=`test $ac_compiler_gnu = yes && echo yes`
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
++
++# find the maximum length of command line arguments
++echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
++echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
++if test "${lt_cv_sys_max_cmd_len+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++    i=0
++  teststring="ABCD"
++
++  case $build_os in
++  msdosdjgpp*)
++    # On DJGPP, this test can blow up pretty badly due to problems in libc
++    # (any single argument exceeding 2000 bytes causes a buffer overrun
++    # during glob expansion).  Even if it were fixed, the result of this
++    # check would be larger than it should be.
++    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
++    ;;
++
++  gnu*)
++    # Under GNU Hurd, this test is not required because there is
++    # no limit to the length of command line arguments.
++    # Libtool will interpret -1 as no limit whatsoever
++    lt_cv_sys_max_cmd_len=-1;
++    ;;
++
++  cygwin* | mingw*)
++    # On Win9x/ME, this test blows up -- it succeeds, but takes
++    # about 5 minutes as the teststring grows exponentially.
++    # Worse, since 9x/ME are not pre-emptively multitasking,
++    # you end up with a "frozen" computer, even though with patience
++    # the test eventually succeeds (with a max line length of 256k).
++    # Instead, let's just punt: use the minimum linelength reported by
++    # all of the supported platforms: 8192 (on NT/2K/XP).
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  amigaos*)
++    # On AmigaOS with pdksh, this test takes hours, literally.
++    # So we just punt and use a minimum line length of 8192.
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++    # This has been around since 386BSD, at least.  Likely further.
++    if test -x /sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
++    elif test -x /usr/sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
++    else
++      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
++    fi
++    # And add a safety zone
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
++    ;;
++  osf*)
++    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
++    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
++    # nice to cause kernel panics so lets avoid the loop below.
++    # First set a reasonable default.
++    lt_cv_sys_max_cmd_len=16384
++    #
++    if test -x /sbin/sysconfig; then
++      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
++        *1*) lt_cv_sys_max_cmd_len=-1 ;;
++      esac
++    fi
++    ;;
++  *)
++    # If test is not a shell built-in, we'll probably end up computing a
++    # maximum length that is only half of the actual maximum length, but
++    # we can't tell.
++    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
++    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
++	       = "XX$teststring") >/dev/null 2>&1 &&
++	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
++	    lt_cv_sys_max_cmd_len=$new_result &&
++	    test $i != 17 # 1/2 MB should be enough
++    do
++      i=`expr $i + 1`
++      teststring=$teststring$teststring
++    done
++    teststring=
++    # Add a significant safety factor because C++ compilers can tack on massive
++    # amounts of additional arguments before passing them to the linker.
++    # It appears as though 1/2 is a usable value.
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
++    ;;
++  esac
++
++fi
++
++if test -n $lt_cv_sys_max_cmd_len ; then
++  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
++echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
++else
++  echo "$as_me:$LINENO: result: none" >&5
++echo "${ECHO_T}none" >&6
++fi
++
++
++
++
++# Check for command to grab the raw symbol name followed by C symbol from nm.
++echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
++echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
++if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++# These are sane defaults that work on at least a few old systems.
++# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
++
++# Character class describing NM global symbol codes.
++symcode='[BCDEGRST]'
++
++# Regexp to match symbols that can be accessed directly from C.
++sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
++
++# Transform an extracted symbol line into a proper C declaration
++lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
++
++# Transform an extracted symbol line into symbol name and symbol address
++lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++
++# Define system-specific variables.
++case $host_os in
++aix*)
++  symcode='[BCDT]'
++  ;;
++cygwin* | mingw* | pw32*)
++  symcode='[ABCDGISTW]'
++  ;;
++hpux*) # Its linker distinguishes data from code symbols
++  if test "$host_cpu" = ia64; then
++    symcode='[ABCDEGRST]'
++  fi
++  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  ;;
++linux*)
++  if test "$host_cpu" = ia64; then
++    symcode='[ABCDGIRSTW]'
++    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  fi
++  ;;
++irix* | nonstopux*)
++  symcode='[BCDEGRST]'
++  ;;
++osf*)
++  symcode='[BCDEGQRST]'
++  ;;
++solaris* | sysv5*)
++  symcode='[BDRT]'
++  ;;
++sysv4)
++  symcode='[DFNSTU]'
++  ;;
++esac
++
++# Handle CRLF in mingw tool chain
++opt_cr=
++case $build_os in
++mingw*)
++  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
++  ;;
++esac
++
++# If we're using GNU nm, then use its standard symbol codes.
++case `$NM -V 2>&1` in
++*GNU* | *'with BFD'*)
++  symcode='[ABCDGIRSTW]' ;;
++esac
++
++# Try without a prefix undercore, then with it.
++for ac_symprfx in "" "_"; do
++
++  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
++  symxfrm="\\1 $ac_symprfx\\2 \\2"
++
++  # Write the raw and C identifiers.
++  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
++
++  # Check to see that the pipe works correctly.
++  pipe_works=no
++
++  rm -f conftest*
++  cat > conftest.$ac_ext <<EOF
++#ifdef __cplusplus
++extern "C" {
++#endif
++char nm_test_var;
++void nm_test_func(){}
++#ifdef __cplusplus
++}
++#endif
++int main(){nm_test_var='a';nm_test_func();return(0);}
++EOF
++
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++    # Now try to grab the symbols.
++    nlist=conftest.nm
++    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
++  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s "$nlist"; then
++      # Try sorting and uniquifying the output.
++      if sort "$nlist" | uniq > "$nlist"T; then
++	mv -f "$nlist"T "$nlist"
++      else
++	rm -f "$nlist"T
++      fi
++
++      # Make sure that we snagged all the symbols we need.
++      if grep ' nm_test_var$' "$nlist" >/dev/null; then
++	if grep ' nm_test_func$' "$nlist" >/dev/null; then
++	  cat <<EOF > conftest.$ac_ext
++#ifdef __cplusplus
++extern "C" {
++#endif
++
++EOF
++	  # Now generate the symbol file.
++	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
++
++	  cat <<EOF >> conftest.$ac_ext
++#if defined (__STDC__) && __STDC__
++# define lt_ptr_t void *
++#else
++# define lt_ptr_t char *
++# define const
++#endif
++
++/* The mapping between symbol names and symbols. */
++const struct {
++  const char *name;
++  lt_ptr_t address;
++}
++lt_preloaded_symbols[] =
++{
++EOF
++	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
++	  cat <<\EOF >> conftest.$ac_ext
++  {0, (lt_ptr_t) 0}
++};
++
++#ifdef __cplusplus
++}
++#endif
++EOF
++	  # Now try linking the two files.
++	  mv conftest.$ac_objext conftstm.$ac_objext
++	  lt_save_LIBS="$LIBS"
++	  lt_save_CFLAGS="$CFLAGS"
++	  LIBS="conftstm.$ac_objext"
++	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
++	  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext}; then
++	    pipe_works=yes
++	  fi
++	  LIBS="$lt_save_LIBS"
++	  CFLAGS="$lt_save_CFLAGS"
++	else
++	  echo "cannot find nm_test_func in $nlist" >&5
++	fi
++      else
++	echo "cannot find nm_test_var in $nlist" >&5
++      fi
++    else
++      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
++    fi
++  else
++    echo "$progname: failed program was:" >&5
++    cat conftest.$ac_ext >&5
++  fi
++  rm -f conftest* conftst*
++
++  # Do not use the global_symbol_pipe unless it works.
++  if test "$pipe_works" = yes; then
++    break
++  else
++    lt_cv_sys_global_symbol_pipe=
++  fi
++done
++
++fi
++
++if test -z "$lt_cv_sys_global_symbol_pipe"; then
++  lt_cv_sys_global_symbol_to_cdecl=
++fi
++if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
++  echo "$as_me:$LINENO: result: failed" >&5
++echo "${ECHO_T}failed" >&6
++else
++  echo "$as_me:$LINENO: result: ok" >&5
++echo "${ECHO_T}ok" >&6
++fi
++
++echo "$as_me:$LINENO: checking for objdir" >&5
++echo $ECHO_N "checking for objdir... $ECHO_C" >&6
++if test "${lt_cv_objdir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  rm -f .libs 2>/dev/null
++mkdir .libs 2>/dev/null
++if test -d .libs; then
++  lt_cv_objdir=.libs
++else
++  # MS-DOS does not allow filenames that begin with a dot.
++  lt_cv_objdir=_libs
++fi
++rmdir .libs 2>/dev/null
++fi
++echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
++echo "${ECHO_T}$lt_cv_objdir" >&6
++objdir=$lt_cv_objdir
++
++
++
++
++
++case $host_os in
++aix3*)
++  # AIX sometimes has problems with the GCC collect2 program.  For some
++  # reason, if we set the COLLECT_NAMES environment variable, the problems
++  # vanish in a puff of smoke.
++  if test "X${COLLECT_NAMES+set}" != Xset; then
++    COLLECT_NAMES=
++    export COLLECT_NAMES
++  fi
++  ;;
++esac
++
++# Sed substitution that helps us do robust quoting.  It backslashifies
++# metacharacters that are still active within double-quoted strings.
++Xsed='sed -e 1s/^X//'
++sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
++
++# Same as above, but do not quote variable references.
++double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
++
++# Sed substitution to delay expansion of an escaped shell variable in a
++# double_quote_subst'ed string.
++delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
++
++# Sed substitution to avoid accidental globbing in evaled expressions
++no_glob_subst='s/\*/\\\*/g'
++
++# Constants:
++rm="rm -f"
++
++# Global variables:
++default_ofile=libtool
++can_build_shared=yes
++
++# All known linkers require a `.a' archive for static linking (except MSVC,
++# which needs '.lib').
++libext=a
++ltmain="$ac_aux_dir/ltmain.sh"
++ofile="$default_ofile"
++with_gnu_ld="$lt_cv_prog_gnu_ld"
++
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
++set dummy ${ac_tool_prefix}ar; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_AR+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$AR"; then
++  ac_cv_prog_AR="$AR" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_AR="${ac_tool_prefix}ar"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++AR=$ac_cv_prog_AR
++if test -n "$AR"; then
++  echo "$as_me:$LINENO: result: $AR" >&5
++echo "${ECHO_T}$AR" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_AR"; then
++  ac_ct_AR=$AR
++  # Extract the first word of "ar", so it can be a program name with args.
++set dummy ar; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_AR"; then
++  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_AR="ar"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
++fi
++fi
++ac_ct_AR=$ac_cv_prog_ac_ct_AR
++if test -n "$ac_ct_AR"; then
++  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
++echo "${ECHO_T}$ac_ct_AR" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  AR=$ac_ct_AR
++else
++  AR="$ac_cv_prog_AR"
++fi
++
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
++set dummy ${ac_tool_prefix}ranlib; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_RANLIB+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$RANLIB"; then
++  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++RANLIB=$ac_cv_prog_RANLIB
++if test -n "$RANLIB"; then
++  echo "$as_me:$LINENO: result: $RANLIB" >&5
++echo "${ECHO_T}$RANLIB" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_RANLIB"; then
++  ac_ct_RANLIB=$RANLIB
++  # Extract the first word of "ranlib", so it can be a program name with args.
++set dummy ranlib; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_RANLIB"; then
++  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_RANLIB="ranlib"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
++fi
++fi
++ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
++if test -n "$ac_ct_RANLIB"; then
++  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
++echo "${ECHO_T}$ac_ct_RANLIB" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  RANLIB=$ac_ct_RANLIB
++else
++  RANLIB="$ac_cv_prog_RANLIB"
++fi
++
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
++set dummy ${ac_tool_prefix}strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$STRIP"; then
++  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++STRIP=$ac_cv_prog_STRIP
++if test -n "$STRIP"; then
++  echo "$as_me:$LINENO: result: $STRIP" >&5
++echo "${ECHO_T}$STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_STRIP"; then
++  ac_ct_STRIP=$STRIP
++  # Extract the first word of "strip", so it can be a program name with args.
++set dummy strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_STRIP"; then
++  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_STRIP="strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
++fi
++fi
++ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
++if test -n "$ac_ct_STRIP"; then
++  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
++echo "${ECHO_T}$ac_ct_STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  STRIP=$ac_ct_STRIP
++else
++  STRIP="$ac_cv_prog_STRIP"
++fi
++
++
++old_CC="$CC"
++old_CFLAGS="$CFLAGS"
++
++# Set sane defaults for various variables
++test -z "$AR" && AR=ar
++test -z "$AR_FLAGS" && AR_FLAGS=cru
++test -z "$AS" && AS=as
++test -z "$CC" && CC=cc
++test -z "$LTCC" && LTCC=$CC
++test -z "$DLLTOOL" && DLLTOOL=dlltool
++test -z "$LD" && LD=ld
++test -z "$LN_S" && LN_S="ln -s"
++test -z "$MAGIC_CMD" && MAGIC_CMD=file
++test -z "$NM" && NM=nm
++test -z "$SED" && SED=sed
++test -z "$OBJDUMP" && OBJDUMP=objdump
++test -z "$RANLIB" && RANLIB=:
++test -z "$STRIP" && STRIP=:
++test -z "$ac_objext" && ac_objext=o
++
++# Determine commands to create old-style static archives.
++old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
++old_postinstall_cmds='chmod 644 $oldlib'
++old_postuninstall_cmds=
++
++if test -n "$RANLIB"; then
++  case $host_os in
++  openbsd*)
++    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
++    ;;
++  *)
++    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
++    ;;
++  esac
++  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
++fi
++
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++# Only perform the check for file, if the check method requires it
++case $deplibs_check_method in
++file_magic*)
++  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
++    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
++echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
++if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case $MAGIC_CMD in
++[\\/*] |  ?:[\\/]*)
++  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
++  ;;
++*)
++  lt_save_MAGIC_CMD="$MAGIC_CMD"
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
++  for ac_dir in $ac_dummy; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/${ac_tool_prefix}file; then
++      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
++      if test -n "$file_magic_test_file"; then
++	case $deplibs_check_method in
++	"file_magic "*)
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
++	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
++	    $EGREP "$file_magic_regex" > /dev/null; then
++	    :
++	  else
++	    cat <<EOF 1>&2
++
++*** Warning: the command libtool uses to detect shared libraries,
++*** $file_magic_cmd, produces output that libtool cannot recognize.
++*** The result is that libtool may fail to recognize shared libraries
++*** as such.  This will affect the creation of libtool libraries that
++*** depend on shared libraries, but programs linked with such libtool
++*** libraries will work regardless of this problem.  Nevertheless, you
++*** may want to report the problem to your system manager and/or to
++*** bug-libtool at gnu.org
++
++EOF
++	  fi ;;
++	esac
++      fi
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++  MAGIC_CMD="$lt_save_MAGIC_CMD"
++  ;;
++esac
++fi
++
++MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++if test -n "$MAGIC_CMD"; then
++  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
++echo "${ECHO_T}$MAGIC_CMD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++if test -z "$lt_cv_path_MAGIC_CMD"; then
++  if test -n "$ac_tool_prefix"; then
++    echo "$as_me:$LINENO: checking for file" >&5
++echo $ECHO_N "checking for file... $ECHO_C" >&6
++if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case $MAGIC_CMD in
++[\\/*] |  ?:[\\/]*)
++  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
++  ;;
++*)
++  lt_save_MAGIC_CMD="$MAGIC_CMD"
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
++  for ac_dir in $ac_dummy; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/file; then
++      lt_cv_path_MAGIC_CMD="$ac_dir/file"
++      if test -n "$file_magic_test_file"; then
++	case $deplibs_check_method in
++	"file_magic "*)
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
++	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
++	    $EGREP "$file_magic_regex" > /dev/null; then
++	    :
++	  else
++	    cat <<EOF 1>&2
++
++*** Warning: the command libtool uses to detect shared libraries,
++*** $file_magic_cmd, produces output that libtool cannot recognize.
++*** The result is that libtool may fail to recognize shared libraries
++*** as such.  This will affect the creation of libtool libraries that
++*** depend on shared libraries, but programs linked with such libtool
++*** libraries will work regardless of this problem.  Nevertheless, you
++*** may want to report the problem to your system manager and/or to
++*** bug-libtool at gnu.org
++
++EOF
++	  fi ;;
++	esac
++      fi
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++  MAGIC_CMD="$lt_save_MAGIC_CMD"
++  ;;
++esac
++fi
++
++MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++if test -n "$MAGIC_CMD"; then
++  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
++echo "${ECHO_T}$MAGIC_CMD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  else
++    MAGIC_CMD=:
++  fi
++fi
++
++  fi
++  ;;
++esac
++
++enable_dlopen=yes
++enable_win32_dll=no
++
++# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
++if test "${enable_libtool_lock+set}" = set; then
++  enableval="$enable_libtool_lock"
++  
++fi; 
++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
++
++
++# Check whether --with-pic or --without-pic was given.
++if test "${with_pic+set}" = set; then
++  withval="$with_pic"
++  pic_mode="$withval"
++else
++  pic_mode=default
++fi; 
++test -z "$pic_mode" && pic_mode=default
++
++# Use C for the default configuration in the libtool script
++tagname=
++lt_save_CC="$CC"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++# Source file extension for C test sources.
++ac_ext=c
++
++# Object file extension for compiled C test sources.
++objext=o
++objext=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="int some_variable = 0;\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='int main(){return(0);}\n'
++
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++#
++# Check for any special shared library compilation flags.
++#
++lt_prog_cc_shlib=
++if test "$GCC" = no; then
++  case $host_os in
++  sco3.2v5*)
++    lt_prog_cc_shlib='-belf'
++    ;;
++  esac
++fi
++if test -n "$lt_prog_cc_shlib"; then
++  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
++echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
++  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
++  else
++    { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
++echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
++    lt_cv_prog_cc_can_build_shared=no
++  fi
++fi
++
++
++#
++# Check to make sure the static flag actually works.
++#
++echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
++echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
++if test "${lt_prog_compiler_static_works+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_static_works=no
++   save_LDFLAGS="$LDFLAGS"
++   LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
++   printf "$lt_simple_link_test_code" > conftest.$ac_ext
++   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++     # The linker can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     if test -s conftest.err; then
++       # Append any errors to the config.log.
++       cat conftest.err 1>&5
++       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
++       $SED '/^$/d' conftest.err >conftest.er2
++       if diff conftest.exp conftest.er2 >/dev/null; then
++         lt_prog_compiler_static_works=yes
++       fi
++     else
++       lt_prog_compiler_static_works=yes
++     fi
++   fi
++   $rm conftest*
++   LDFLAGS="$save_LDFLAGS"
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
++echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
++
++if test x"$lt_prog_compiler_static_works" = xyes; then
++    :
++else
++    lt_prog_compiler_static=
++fi
++
++
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++
++lt_prog_compiler_no_builtin_flag=
++
++if test "$GCC" = yes; then
++  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
++
++  
++echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_rtti_exceptions=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="-fno-rtti -fno-exceptions"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_rtti_exceptions=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
++
++if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
++    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
++else
++    :
++fi
++
++fi
++
++lt_prog_compiler_wl=
++lt_prog_compiler_pic=
++lt_prog_compiler_static=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  if test "$GCC" = yes; then
++    lt_prog_compiler_wl='-Wl,'
++    lt_prog_compiler_static='-static'
++
++    case $host_os in
++      aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static='-Bstatic'
++      fi
++      ;;
++
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
++      ;;
++
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic='-DDLL_EXPORT'
++      ;;
++
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic='-fno-common'
++      ;;
++
++    msdosdjgpp*)
++      # Just because we use GCC doesn't mean we suddenly get shared libraries
++      # on systems that don't support them.
++      lt_prog_compiler_can_build_shared=no
++      enable_shared=no
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic=-Kconform_pic
++      fi
++      ;;
++
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic='-fPIC'
++	;;
++      esac
++      ;;
++
++    *)
++      lt_prog_compiler_pic='-fPIC'
++      ;;
++    esac
++  else
++    # PORTME Check for flag to pass linker flags through the system compiler.
++    case $host_os in
++    aix*)
++      lt_prog_compiler_wl='-Wl,'
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static='-Bstatic'
++      else
++	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
++      fi
++      ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic='-qnocommon'
++         lt_prog_compiler_wl='-Wl,'
++         ;;
++       esac
++       ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic='-DDLL_EXPORT'
++      ;;
++
++    hpux9* | hpux10* | hpux11*)
++      lt_prog_compiler_wl='-Wl,'
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic='+Z'
++	;;
++      esac
++      # Is there a better lt_prog_compiler_static that works with the bundled CC?
++      lt_prog_compiler_static='${wl}-a ${wl}archive'
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      lt_prog_compiler_wl='-Wl,'
++      # PIC (with -KPIC) is the default.
++      lt_prog_compiler_static='-non_shared'
++      ;;
++
++    newsos6)
++      lt_prog_compiler_pic='-KPIC'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    linux*)
++      case $cc_basename in
++      icc* | ecc*)
++	lt_prog_compiler_wl='-Wl,'
++	lt_prog_compiler_pic='-KPIC'
++	lt_prog_compiler_static='-static'
++        ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl='-Wl,'
++	lt_prog_compiler_pic='-fpic'
++	lt_prog_compiler_static='-Bstatic'
++        ;;
++      ccc*)
++        lt_prog_compiler_wl='-Wl,'
++        # All Alpha code is PIC.
++        lt_prog_compiler_static='-non_shared'
++        ;;
++      esac
++      ;;
++
++    osf3* | osf4* | osf5*)
++      lt_prog_compiler_wl='-Wl,'
++      # All OSF/1 code is PIC.
++      lt_prog_compiler_static='-non_shared'
++      ;;
++
++    sco3.2v5*)
++      lt_prog_compiler_pic='-Kpic'
++      lt_prog_compiler_static='-dn'
++      ;;
++
++    solaris*)
++      lt_prog_compiler_pic='-KPIC'
++      lt_prog_compiler_static='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl='-Wl,';;
++      esac
++      ;;
++
++    sunos4*)
++      lt_prog_compiler_wl='-Qoption ld '
++      lt_prog_compiler_pic='-PIC'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++      lt_prog_compiler_wl='-Wl,'
++      lt_prog_compiler_pic='-KPIC'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec ;then
++	lt_prog_compiler_pic='-Kconform_pic'
++	lt_prog_compiler_static='-Bstatic'
++      fi
++      ;;
++
++    unicos*)
++      lt_prog_compiler_wl='-Wl,'
++      lt_prog_compiler_can_build_shared=no
++      ;;
++
++    uts4*)
++      lt_prog_compiler_pic='-pic'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    *)
++      lt_prog_compiler_can_build_shared=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
++
++if test x"$lt_prog_compiler_pic_works" = xyes; then
++    case $lt_prog_compiler_pic in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
++     esac
++else
++    lt_prog_compiler_pic=
++     lt_prog_compiler_can_build_shared=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic=
++    ;;
++  *)
++    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  runpath_var=
++  allow_undefined_flag=
++  enable_shared_with_static_runtimes=no
++  archive_cmds=
++  archive_expsym_cmds=
++  old_archive_From_new_cmds=
++  old_archive_from_expsyms_cmds=
++  export_dynamic_flag_spec=
++  whole_archive_flag_spec=
++  thread_safe_flag_spec=
++  hardcode_libdir_flag_spec=
++  hardcode_libdir_flag_spec_ld=
++  hardcode_libdir_separator=
++  hardcode_direct=no
++  hardcode_minus_L=no
++  hardcode_shlibpath_var=unsupported
++  link_all_deplibs=unknown
++  hardcode_automatic=no
++  module_cmds=
++  module_expsym_cmds=
++  always_export_symbols=no
++  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  # include_expsyms should be a list of space-separated symbols to be *always*
++  # included in the symbol list
++  include_expsyms=
++  # exclude_expsyms can be an extended regexp of symbols to exclude
++  # it will be wrapped by ` (' and `)$', so one must not match beginning or
++  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
++  # as well as any symbol that contains `d'.
++  exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
++  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
++  # platforms (ab)use it in PIC code, but their linkers get confused if
++  # the symbol is explicitly referenced.  Since portable code cannot
++  # rely on this symbol name, it's probably fine to never include it in
++  # preloaded symbol tables.
++  extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++  case $host_os in
++  cygwin* | mingw* | pw32*)
++    # FIXME: the MSVC++ port hasn't been tested in a loooong time
++    # When not using gcc, we currently assume that we are using
++    # Microsoft Visual C++.
++    if test "$GCC" != yes; then
++      with_gnu_ld=no
++    fi
++    ;;
++  openbsd*)
++    with_gnu_ld=no
++    ;;
++  esac
++
++  ld_shlibs=yes
++  if test "$with_gnu_ld" = yes; then
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    wlarc='${wl}'
++
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
++    # See if GNU ld supports shared libraries.
++    case $host_os in
++    aix3* | aix4* | aix5*)
++      # On AIX/PPC, the GNU linker is very broken
++      if test "$host_cpu" != ia64; then
++	ld_shlibs=no
++	cat <<EOF 1>&2
++
++*** Warning: the GNU linker, at least up to release 2.9.1, is reported
++*** to be unable to reliably create shared libraries on AIX.
++*** Therefore, libtool is disabling shared libraries support.  If you
++*** really care for shared libraries, you may want to modify your PATH
++*** so that a non-GNU linker is found, and then restart.
++
++EOF
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_minus_L=yes
++
++      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
++      # that the semantics of dynamic libraries on AmigaOS, at least up
++      # to version 4, is to share data among multiple programs linked
++      # with the same dynamic library.  Since this doesn't match the
++      # behavior of shared libraries on other platforms, we can't use
++      # them.
++      ld_shlibs=no
++      ;;
++
++    beos*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	allow_undefined_flag=unsupported
++	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++	# support --undefined.  This deserves some investigation.  FIXME
++	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
++      # as there is no search path for DLLs.
++      hardcode_libdir_flag_spec='-L$libdir'
++      allow_undefined_flag=unsupported
++      always_export_symbols=no
++      enable_shared_with_static_runtimes=yes
++      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++
++      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++	# If the export-symbols file already is a .def file (1st line
++	# is EXPORTS), use it as is; otherwise, prepend...
++	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	  cp $export_symbols $output_objdir/$soname.def;
++	else
++	  echo EXPORTS > $output_objdir/$soname.def;
++	  cat $export_symbols >> $output_objdir/$soname.def;
++	fi~
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs=no
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
++	wlarc=
++      else
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      fi
++      ;;
++
++    solaris* | sysv5*)
++      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
++	ld_shlibs=no
++	cat <<EOF 1>&2
++
++*** Warning: The releases 2.8.* of the GNU linker cannot reliably
++*** create shared libraries on Solaris systems.  Therefore, libtool
++*** is disabling shared libraries support.  We urge you to upgrade GNU
++*** binutils to release 2.9.1 or newer.  Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++EOF
++      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    sunos4*)
++      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      wlarc=
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    *)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++    esac
++
++    if test "$ld_shlibs" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec=
++      export_dynamic_flag_spec=
++      whole_archive_flag_spec=
++    fi
++  else
++    # PORTME fill in a description of your system's linker (not GNU ld)
++    case $host_os in
++    aix3*)
++      allow_undefined_flag=unsupported
++      always_export_symbols=yes
++      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
++      # Note: this linker hardcodes the directories in LIBPATH if there
++      # are no directories specified by -L.
++      hardcode_minus_L=yes
++      if test "$GCC" = yes && test -z "$link_static_flag"; then
++	# Neither direct hardcoding nor static linking is supported with a
++	# broken collect2.
++	hardcode_direct=unsupported
++      fi
++      ;;
++
++    aix4* | aix5*)
++      if test "$host_cpu" = ia64; then
++	# On IA64, the linker does run time linking by default, so we don't
++	# have to do anything special.
++	aix_use_runtimelinking=no
++	exp_sym_flag='-Bexport'
++	no_entry_flag=""
++      else
++	# If we're using GNU nm, then we don't want the "-C" option.
++	# -C means demangle to AIX nm, but means don't demangle with GNU nm
++	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	else
++	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
++
++	exp_sym_flag='-bexport'
++	no_entry_flag='-bnoentry'
++      fi
++
++      # When large executables or shared objects are built, AIX ld can
++      # have problems creating the table of contents.  If linking a library
++      # or program results in "error TOC overflow" add -mminimal-toc to
++      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++      archive_cmds=''
++      hardcode_direct=yes
++      hardcode_libdir_separator=':'
++      link_all_deplibs=yes
++
++      if test "$GCC" = yes; then
++	case $host_os in aix4.[012]|aix4.[012].*)
++	# We only want to do this on AIX 4.2 and lower, the check
++	# below for broken collect2 doesn't work under 4.3+
++	  collect2name=`${CC} -print-prog-name=collect2`
++	  if test -f "$collect2name" && \
++  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	  then
++  	  # We have reworked collect2
++  	  hardcode_direct=yes
++	  else
++  	  # We have old collect2
++  	  hardcode_direct=unsupported
++  	  # It fails to find uninstalled libraries when the uninstalled
++  	  # path is not listed in the libpath.  Setting hardcode_minus_L
++  	  # to unsupported forces relinking
++  	  hardcode_minus_L=yes
++  	  hardcode_libdir_flag_spec='-L$libdir'
++  	  hardcode_libdir_separator=
++	  fi
++	esac
++	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
++      else
++	# not using gcc
++	if test "$host_cpu" = ia64; then
++  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++  	# chokes on -Wl,-G. The following line is correct:
++	  shared_flag='-G'
++	else
++  	if test "$aix_use_runtimelinking" = yes; then
++	    shared_flag='${wl}-G'
++	  else
++	    shared_flag='${wl}-bM:SRE'
++  	fi
++	fi
++      fi
++
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols=yes
++      if test "$aix_use_runtimelinking" = yes; then
++	# Warning - without using the other runtime loading flags (-brtl),
++	# -berok will link without error, but may produce a broken library.
++	allow_undefined_flag='-berok'
++       # Determine the default libpath from the value encoded in an empty executable.
++       cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       else
++	if test "$host_cpu" = ia64; then
++	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
++	  allow_undefined_flag="-z nodefs"
++	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	else
++	 # Determine the default libpath from the value encoded in an empty executable.
++	 cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
++	  # Warning - without using the other run time loading flags,
++	  # -berok will link without error, but may produce a broken library.
++	  no_undefined_flag=' ${wl}-bernotok'
++	  allow_undefined_flag=' ${wl}-berok'
++	  # -bexpall does not export symbols beginning with underscore (_)
++	  always_export_symbols=yes
++	  # Exported symbols can be pulled into shared objects from archives
++	  whole_archive_flag_spec=' '
++	  archive_cmds_need_lc=yes
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	fi
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_minus_L=yes
++      # see comment about different semantics on the GNU ld section
++      ld_shlibs=no
++      ;;
++
++    bsdi[45]*)
++      export_dynamic_flag_spec=-rdynamic
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # When not using gcc, we currently assume that we are using
++      # Microsoft Visual C++.
++      # hardcode_libdir_flag_spec is actually meaningless, as there is
++      # no search path for DLLs.
++      hardcode_libdir_flag_spec=' '
++      allow_undefined_flag=unsupported
++      # Tell ltmain to make .lib files, not .a files.
++      libext=lib
++      # Tell ltmain to make .dll files, not .so files.
++      shrext_cmds=".dll"
++      # FIXME: Setting linknames here is a bad hack.
++      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      # The linker will automatically build a .lib file if we build a DLL.
++      old_archive_From_new_cmds='true'
++      # FIXME: Should let the user specify the lib program.
++      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
++      fix_srcfile_path='`cygpath -w "$srcfile"`'
++      enable_shared_with_static_runtimes=yes
++      ;;
++
++    darwin* | rhapsody*)
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++      esac
++      archive_cmds_need_lc=no
++      hardcode_direct=no
++      hardcode_automatic=yes
++      hardcode_shlibpath_var=unsupported
++      whole_archive_flag_spec=''
++      link_all_deplibs=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs=no
++          ;;
++      esac
++    fi
++      ;;
++
++    dgux*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_shlibpath_var=no
++      ;;
++
++    freebsd1*)
++      ld_shlibs=no
++      ;;
++
++    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
++    # support.  Future versions do this automatically, but an explicit c++rt0.o
++    # does not break anything, and helps significantly (at the cost of a little
++    # extra space).
++    freebsd2.2*)
++      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
++    freebsd2*)
++      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct=yes
++      hardcode_minus_L=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    hpux9*)
++      if test "$GCC" = yes; then
++	archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++	archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      fi
++      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++      hardcode_libdir_separator=:
++      hardcode_direct=yes
++
++      # hardcode_minus_L: Not really in the search PATH,
++      # but as the default location of the library.
++      hardcode_minus_L=yes
++      export_dynamic_flag_spec='${wl}-E'
++      ;;
++
++    hpux10* | hpux11*)
++      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	*)
++	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	esac
++      else
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	*)
++	  archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	esac
++      fi
++      if test "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*)
++	  hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_flag_spec_ld='+b $libdir'
++	  hardcode_libdir_separator=:
++	  hardcode_direct=no
++	  hardcode_shlibpath_var=no
++	  ;;
++	ia64*)
++	  hardcode_libdir_flag_spec='-L$libdir'
++	  hardcode_direct=no
++	  hardcode_shlibpath_var=no
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L=yes
++	  ;;
++	*)
++	  hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_separator=:
++	  hardcode_direct=yes
++	  export_dynamic_flag_spec='${wl}-E'
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L=yes
++	  ;;
++	esac
++      fi
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      if test "$GCC" = yes; then
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_ld='-rpath $libdir'
++      fi
++      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator=:
++      link_all_deplibs=yes
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
++      else
++	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
++      fi
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    newsos6)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct=yes
++      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator=:
++      hardcode_shlibpath_var=no
++      ;;
++
++    openbsd*)
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
++	hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec='${wl}-E'
++      else
++       case $host_os in
++	 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
++	   archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++	   hardcode_libdir_flag_spec='-R$libdir'
++	   ;;
++	 *)
++	   archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	   hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
++	   ;;
++       esac
++      fi
++      ;;
++
++    os2*)
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_minus_L=yes
++      allow_undefined_flag=unsupported
++      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
++      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
++      ;;
++
++    osf3*)
++      if test "$GCC" = yes; then
++	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	allow_undefined_flag=' -expect_unresolved \*'
++	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++      fi
++      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator=:
++      ;;
++
++    osf4* | osf5*)	# as osf3* with the addition of -msym flag
++      if test "$GCC" = yes; then
++	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      else
++	allow_undefined_flag=' -expect_unresolved \*'
++	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
++
++	# Both c and cxx compiler support -rpath directly
++	hardcode_libdir_flag_spec='-rpath $libdir'
++      fi
++      hardcode_libdir_separator=:
++      ;;
++
++    sco3.2v5*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var=no
++      export_dynamic_flag_spec='${wl}-Bexport'
++      runpath_var=LD_RUN_PATH
++      hardcode_runpath_var=yes
++      ;;
++
++    solaris*)
++      no_undefined_flag=' -z text'
++      if test "$GCC" = yes; then
++	wlarc='${wl}'
++	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
++      else
++	wlarc=''
++	archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      fi
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_shlibpath_var=no
++      case $host_os in
++      solaris2.[0-5] | solaris2.[0-5].*) ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
++      esac
++      link_all_deplibs=yes
++      ;;
++
++    sunos4*)
++      if test "x$host_vendor" = xsequent; then
++	# Use $CC to link under sequent, because it throws in some extra .o
++	# files that make .init and .fini sections work.
++	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
++      fi
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_direct=yes
++      hardcode_minus_L=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    sysv4)
++      case $host_vendor in
++	sni)
++	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct=yes # is this really true???
++	;;
++	siemens)
++	  ## LD is ld it makes a PLAMLIB
++	  ## CC just makes a GrossModule.
++	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++	  reload_cmds='$CC -r -o $output$reload_objs'
++	  hardcode_direct=no
++        ;;
++	motorola)
++	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
++	;;
++      esac
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var=no
++      ;;
++
++    sysv4.3*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var=no
++      export_dynamic_flag_spec='-Bexport'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	hardcode_shlibpath_var=no
++	runpath_var=LD_RUN_PATH
++	hardcode_runpath_var=yes
++	ld_shlibs=yes
++      fi
++      ;;
++
++    sysv4.2uw2*)
++      archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct=yes
++      hardcode_minus_L=no
++      hardcode_shlibpath_var=no
++      hardcode_runpath_var=yes
++      runpath_var=LD_RUN_PATH
++      ;;
++
++   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
++      no_undefined_flag='${wl}-z ${wl}text'
++      if test "$GCC" = yes; then
++	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      fi
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var=no
++      ;;
++
++    sysv5*)
++      no_undefined_flag=' -z text'
++      # $CC -shared without GNU ld will not create a library from C++
++      # object files and a static libstdc++, better avoid it by now
++      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      hardcode_libdir_flag_spec=
++      hardcode_shlibpath_var=no
++      runpath_var='LD_RUN_PATH'
++      ;;
++
++    uts4*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_shlibpath_var=no
++      ;;
++
++    *)
++      ld_shlibs=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $ld_shlibs" >&5
++echo "${ECHO_T}$ld_shlibs" >&6
++test "$ld_shlibs" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag
++        allow_undefined_flag=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc=no
++        else
++	  archive_cmds_need_lc=yes
++        fi
++        allow_undefined_flag=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
++echo "${ECHO_T}$archive_cmds_need_lc" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action=
++if test -n "$hardcode_libdir_flag_spec" || \
++   test -n "$runpath_var" || \
++   test "X$hardcode_automatic" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
++     test "$hardcode_minus_L" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action" >&5
++echo "${ECHO_T}$hardcode_action" >&6
++
++if test "$hardcode_action" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++if test "x$enable_dlopen" != xyes; then
++  enable_dlopen=unknown
++  enable_dlopen_self=unknown
++  enable_dlopen_self_static=unknown
++else
++  lt_cv_dlopen=no
++  lt_cv_dlopen_libs=
++
++  case $host_os in
++  beos*)
++    lt_cv_dlopen="load_add_on"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ;;
++
++  mingw* | pw32*)
++    lt_cv_dlopen="LoadLibrary"
++    lt_cv_dlopen_libs=
++   ;;
++
++  cygwin*)
++    lt_cv_dlopen="dlopen"
++    lt_cv_dlopen_libs=
++   ;;
++
++  darwin*)
++  # if libdl is installed we need to link against it
++    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    
++fi
++
++   ;;
++
++  *)
++    echo "$as_me:$LINENO: checking for shl_load" >&5
++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
++if test "${ac_cv_func_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shl_load innocuous_shl_load
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shl_load (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shl_load
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shl_load) || defined (__stub___shl_load)
++choke me
++#else
++char (*f) () = shl_load;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shl_load;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
++echo "${ECHO_T}$ac_cv_func_shl_load" >&6
++if test $ac_cv_func_shl_load = yes; then
++  lt_cv_dlopen="shl_load"
++else
++  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++int
++main ()
++{
++shl_load ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
++if test $ac_cv_lib_dld_shl_load = yes; then
++  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
++else
++  echo "$as_me:$LINENO: checking for dlopen" >&5
++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
++if test "${ac_cv_func_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define dlopen innocuous_dlopen
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char dlopen (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef dlopen
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_dlopen) || defined (__stub___dlopen)
++choke me
++#else
++char (*f) () = dlopen;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != dlopen;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
++echo "${ECHO_T}$ac_cv_func_dlopen" >&6
++if test $ac_cv_func_dlopen = yes; then
++  lt_cv_dlopen="dlopen"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
++if test "${ac_cv_lib_svld_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsvld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_svld_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_svld_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
++if test $ac_cv_lib_svld_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
++else
++  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_dld_link+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dld_link ();
++int
++main ()
++{
++dld_link ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_dld_link=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_dld_link=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
++if test $ac_cv_lib_dld_dld_link = yes; then
++  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
++fi
++
++	      
++fi
++
++	    
++fi
++
++	  
++fi
++
++	
++fi
++
++      
++fi
++
++    ;;
++  esac
++
++  if test "x$lt_cv_dlopen" != xno; then
++    enable_dlopen=yes
++  else
++    enable_dlopen=no
++  fi
++
++  case $lt_cv_dlopen in
++  dlopen)
++    save_CPPFLAGS="$CPPFLAGS"
++    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++
++    save_LDFLAGS="$LDFLAGS"
++    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++
++    save_LIBS="$LIBS"
++    LIBS="$lt_cv_dlopen_libs $LIBS"
++
++    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self=no
++  fi
++fi
++rm -fr conftest*
++
++    
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++
++    if test "x$lt_cv_dlopen_self" = xyes; then
++      LDFLAGS="$LDFLAGS $link_static_flag"
++      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self_static+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self_static=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self_static=no
++  fi
++fi
++rm -fr conftest*
++
++      
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
++    fi
++
++    CPPFLAGS="$save_CPPFLAGS"
++    LDFLAGS="$save_LDFLAGS"
++    LIBS="$save_LIBS"
++    ;;
++  esac
++
++  case $lt_cv_dlopen_self in
++  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
++  *) enable_dlopen_self=unknown ;;
++  esac
++
++  case $lt_cv_dlopen_self_static in
++  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
++  *) enable_dlopen_self_static=unknown ;;
++  esac
++fi
++
++
++# Report which librarie types wil actually be built
++echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
++echo "$as_me:$LINENO: result: $can_build_shared" >&5
++echo "${ECHO_T}$can_build_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
++test "$can_build_shared" = "no" && enable_shared=no
++
++# On AIX, shared libraries and static libraries use the same namespace, and
++# are all built from PIC.
++case $host_os in
++aix3*)
++  test "$enable_shared" = yes && enable_static=no
++  if test -n "$RANLIB"; then
++    archive_cmds="$archive_cmds~\$RANLIB \$lib"
++    postinstall_cmds='$RANLIB $lib'
++  fi
++  ;;
++
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
++    ;;
++esac
++echo "$as_me:$LINENO: result: $enable_shared" >&5
++echo "${ECHO_T}$enable_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build static libraries" >&5
++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
++# Make sure either enable_shared or enable_static is yes.
++test "$enable_shared" = yes || enable_static=yes
++echo "$as_me:$LINENO: result: $enable_static" >&5
++echo "${ECHO_T}$enable_static" >&6
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler \
++    CC \
++    LD \
++    lt_prog_compiler_wl \
++    lt_prog_compiler_pic \
++    lt_prog_compiler_static \
++    lt_prog_compiler_no_builtin_flag \
++    export_dynamic_flag_spec \
++    thread_safe_flag_spec \
++    whole_archive_flag_spec \
++    enable_shared_with_static_runtimes \
++    old_archive_cmds \
++    old_archive_from_new_cmds \
++    predep_objects \
++    postdep_objects \
++    predeps \
++    postdeps \
++    compiler_lib_search_path \
++    archive_cmds \
++    archive_expsym_cmds \
++    postinstall_cmds \
++    postuninstall_cmds \
++    old_archive_from_expsyms_cmds \
++    allow_undefined_flag \
++    no_undefined_flag \
++    export_symbols_cmds \
++    hardcode_libdir_flag_spec \
++    hardcode_libdir_flag_spec_ld \
++    hardcode_libdir_separator \
++    hardcode_automatic \
++    module_cmds \
++    module_expsym_cmds \
++    lt_cv_prog_compiler_c_o \
++    exclude_expsyms \
++    include_expsyms; do
++
++    case $var in
++    old_archive_cmds | \
++    old_archive_from_new_cmds | \
++    archive_cmds | \
++    archive_expsym_cmds | \
++    module_cmds | \
++    module_expsym_cmds | \
++    old_archive_from_expsyms_cmds | \
++    export_symbols_cmds | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="${ofile}T"
++  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
++  $rm -f "$cfgfile"
++  { echo "$as_me:$LINENO: creating $ofile" >&5
++echo "$as_me: creating $ofile" >&6;}
++
++  cat <<__EOF__ >> "$cfgfile"
++#! $SHELL
++
++# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
++# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
++# NOTE: Changes made to this file will be lost: look at ltmain.sh.
++#
++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
++# Free Software Foundation, Inc.
++#
++# This file is part of GNU Libtool:
++# Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
++#
++# 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
++# the Free Software Foundation; either version 2 of the License, or
++# (at your option) any later version.
++#
++# This program is distributed in the hope that it will be useful, but
++# WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, write to the Free Software
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
++#
++# As a special exception to the GNU General Public License, if you
++# distribute this file as part of a program that contains a
++# configuration script generated by Autoconf, you may include it under
++# the same distribution terms that you use for the rest of that program.
++
++# A sed program that does not truncate output.
++SED=$lt_SED
++
++# Sed that helps us avoid accidentally triggering echo(1) options like -n.
++Xsed="$SED -e 1s/^X//"
++
++# The HP-UX ksh and POSIX shell print the target directory to stdout
++# if CDPATH is set.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++# The names of the tagged configurations supported by this script.
++available_tags=
++
++# ### BEGIN LIBTOOL CONFIG
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds
++archive_expsym_cmds=$lt_archive_expsym_cmds
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds
++module_expsym_cmds=$lt_module_expsym_cmds
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms
++
++# ### END LIBTOOL CONFIG
++
++__EOF__
++
++
++  case $host_os in
++  aix3*)
++    cat <<\EOF >> "$cfgfile"
++
++# AIX sometimes has problems with the GCC collect2 program.  For some
++# reason, if we set the COLLECT_NAMES environment variable, the problems
++# vanish in a puff of smoke.
++if test "X${COLLECT_NAMES+set}" != Xset; then
++  COLLECT_NAMES=
++  export COLLECT_NAMES
++fi
++EOF
++    ;;
++  esac
++
++  # We use sed instead of cat because bash on DJGPP gets confused if
++  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
++  # text mode, it properly converts lines to CR/LF.  This bash problem
++  # is reportedly fixed, but why not run on old versions too?
++  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
++
++  mv -f "$cfgfile" "$ofile" || \
++    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
++  chmod +x "$ofile"
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++
++# Check whether --with-tags or --without-tags was given.
++if test "${with_tags+set}" = set; then
++  withval="$with_tags"
++  tagnames="$withval"
++fi; 
++
++if test -f "$ltmain" && test -n "$tagnames"; then
++  if test ! -f "${ofile}"; then
++    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
++echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
++  fi
++
++  if test -z "$LTCC"; then
++    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
++    if test -z "$LTCC"; then
++      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
++echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
++    else
++      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
++echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
++    fi
++  fi
++
++  # Extract list of available tagged configurations in $ofile.
++  # Note that this assumes the entire list is on one line.
++  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
++
++  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++  for tagname in $tagnames; do
++    IFS="$lt_save_ifs"
++    # Check whether tagname contains only valid characters
++    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
++    "") ;;
++    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
++echo "$as_me: error: invalid tag name: $tagname" >&2;}
++   { (exit 1); exit 1; }; }
++	;;
++    esac
++
++    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
++    then
++      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
++echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
++   { (exit 1); exit 1; }; }
++    fi
++
++    # Update the list of available tags.
++    if test -n "$tagname"; then
++      echo appending configuration tag \"$tagname\" to $ofile
++
++      case $tagname in
++      CXX)
++	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++	    (test "X$CXX" != "Xg++"))) ; then
++	  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++
++
++
++archive_cmds_need_lc_CXX=no
++allow_undefined_flag_CXX=
++always_export_symbols_CXX=no
++archive_expsym_cmds_CXX=
++export_dynamic_flag_spec_CXX=
++hardcode_direct_CXX=no
++hardcode_libdir_flag_spec_CXX=
++hardcode_libdir_flag_spec_ld_CXX=
++hardcode_libdir_separator_CXX=
++hardcode_minus_L_CXX=no
++hardcode_automatic_CXX=no
++module_cmds_CXX=
++module_expsym_cmds_CXX=
++link_all_deplibs_CXX=unknown
++old_archive_cmds_CXX=$old_archive_cmds
++no_undefined_flag_CXX=
++whole_archive_flag_spec_CXX=
++enable_shared_with_static_runtimes_CXX=no
++
++# Dependencies to place before and after the object being linked:
++predep_objects_CXX=
++postdep_objects_CXX=
++predeps_CXX=
++postdeps_CXX=
++compiler_lib_search_path_CXX=
++
++# Source file extension for C++ test sources.
++ac_ext=cpp
++
++# Object file extension for compiled C++ test sources.
++objext=o
++objext_CXX=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="int some_variable = 0;\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC=$CC
++lt_save_LD=$LD
++lt_save_GCC=$GCC
++GCC=$GXX
++lt_save_with_gnu_ld=$with_gnu_ld
++lt_save_path_LD=$lt_cv_path_LD
++if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
++  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
++else
++  unset lt_cv_prog_gnu_ld
++fi
++if test -n "${lt_cv_path_LDCXX+set}"; then
++  lt_cv_path_LD=$lt_cv_path_LDCXX
++else
++  unset lt_cv_path_LD
++fi
++test -z "${LDCXX+set}" || LD=$LDCXX
++CC=${CXX-"c++"}
++compiler=$CC
++compiler_CXX=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++# We don't want -fno-exception wen compiling C++ code, so set the
++# no_builtin_flag separately
++if test "$GXX" = yes; then
++  lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
++else
++  lt_prog_compiler_no_builtin_flag_CXX=
++fi
++
++if test "$GXX" = yes; then
++  # Set up default GNU C++ configuration
++
++  
++# Check whether --with-gnu-ld or --without-gnu-ld was given.
++if test "${with_gnu_ld+set}" = set; then
++  withval="$with_gnu_ld"
++  test "$withval" = no || with_gnu_ld=yes
++else
++  with_gnu_ld=no
++fi; 
++ac_prog=ld
++if test "$GCC" = yes; then
++  # Check if gcc -print-prog-name=ld gives a path.
++  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
++  case $host in
++  *-*-mingw*)
++    # gcc leaves a trailing carriage return which upsets mingw
++    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
++  *)
++    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
++  esac
++  case $ac_prog in
++    # Accept absolute paths.
++    [\\/]* | ?:[\\/]*)
++      re_direlt='/[^/][^/]*/\.\./'
++      # Canonicalize the pathname of ld
++      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
++      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
++	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
++      done
++      test -z "$LD" && LD="$ac_prog"
++      ;;
++  "")
++    # If it fails, then pretend we aren't using GCC.
++    ac_prog=ld
++    ;;
++  *)
++    # If it is relative, then search for the first ld in PATH.
++    with_gnu_ld=unknown
++    ;;
++  esac
++elif test "$with_gnu_ld" = yes; then
++  echo "$as_me:$LINENO: checking for GNU ld" >&5
++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
++fi
++if test "${lt_cv_path_LD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$LD"; then
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
++      lt_cv_path_LD="$ac_dir/$ac_prog"
++      # Check to see if the program is GNU ld.  I'd rather use --version,
++      # but apparently some variants of GNU ld only accept -v.
++      # Break only if it was the GNU/non-GNU ld that we prefer.
++      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
++      *GNU* | *'with BFD'*)
++	test "$with_gnu_ld" != no && break
++	;;
++      *)
++	test "$with_gnu_ld" != yes && break
++	;;
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++else
++  lt_cv_path_LD="$LD" # Let the user override the test with a path.
++fi
++fi
++
++LD="$lt_cv_path_LD"
++if test -n "$LD"; then
++  echo "$as_me:$LINENO: result: $LD" >&5
++echo "${ECHO_T}$LD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
++echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
++   { (exit 1); exit 1; }; }
++echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
++if test "${lt_cv_prog_gnu_ld+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # I'd rather use --version here, but apparently some GNU lds only accept -v.
++case `$LD -v 2>&1 </dev/null` in
++*GNU* | *'with BFD'*)
++  lt_cv_prog_gnu_ld=yes
++  ;;
++*)
++  lt_cv_prog_gnu_ld=no
++  ;;
++esac
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
++with_gnu_ld=$lt_cv_prog_gnu_ld
++
++
++
++  # Check if GNU C++ uses GNU ld as the underlying linker, since the
++  # archiving commands below assume that GNU ld is being used.
++  if test "$with_gnu_ld" = yes; then
++    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++    archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++
++    hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
++    #     investigate it a little bit more. (MM)
++    wlarc='${wl}'
++
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
++	grep 'no-whole-archive' > /dev/null; then
++      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    else
++      whole_archive_flag_spec_CXX=
++    fi
++  else
++    with_gnu_ld=no
++    wlarc=
++
++    # A generic and very simple default shared library creation
++    # command for GNU C++ for the case where it uses the native
++    # linker, instead of GNU ld.  If possible, this setting should
++    # overridden to take advantage of the native linker features on
++    # the platform it is being used on.
++    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++  fi
++
++  # Commands to make compiler produce verbose output that lists
++  # what "hidden" libraries, object files and flags are used when
++  # linking a shared library.
++  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++else
++  GXX=no
++  with_gnu_ld=no
++  wlarc=
++fi
++
++# PORTME: fill in a description of your system's C++ link characteristics
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++ld_shlibs_CXX=yes
++case $host_os in
++  aix3*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  aix4* | aix5*)
++    if test "$host_cpu" = ia64; then
++      # On IA64, the linker does run time linking by default, so we don't
++      # have to do anything special.
++      aix_use_runtimelinking=no
++      exp_sym_flag='-Bexport'
++      no_entry_flag=""
++    else
++      aix_use_runtimelinking=no
++
++      # Test if we are trying to use run time linking or normal
++      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++      # need to do runtime linking.
++      case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	for ld_flag in $LDFLAGS; do
++	  case $ld_flag in
++	  *-brtl*)
++	    aix_use_runtimelinking=yes
++	    break
++	    ;;
++	  esac
++	done
++      esac
++
++      exp_sym_flag='-bexport'
++      no_entry_flag='-bnoentry'
++    fi
++
++    # When large executables or shared objects are built, AIX ld can
++    # have problems creating the table of contents.  If linking a library
++    # or program results in "error TOC overflow" add -mminimal-toc to
++    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++    archive_cmds_CXX=''
++    hardcode_direct_CXX=yes
++    hardcode_libdir_separator_CXX=':'
++    link_all_deplibs_CXX=yes
++
++    if test "$GXX" = yes; then
++      case $host_os in aix4.[012]|aix4.[012].*)
++      # We only want to do this on AIX 4.2 and lower, the check
++      # below for broken collect2 doesn't work under 4.3+
++	collect2name=`${CC} -print-prog-name=collect2`
++	if test -f "$collect2name" && \
++	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	then
++	  # We have reworked collect2
++	  hardcode_direct_CXX=yes
++	else
++	  # We have old collect2
++	  hardcode_direct_CXX=unsupported
++	  # It fails to find uninstalled libraries when the uninstalled
++	  # path is not listed in the libpath.  Setting hardcode_minus_L
++	  # to unsupported forces relinking
++	  hardcode_minus_L_CXX=yes
++	  hardcode_libdir_flag_spec_CXX='-L$libdir'
++	  hardcode_libdir_separator_CXX=
++	fi
++      esac
++      shared_flag='-shared'
++      if test "$aix_use_runtimelinking" = yes; then
++	shared_flag="$shared_flag "'${wl}-G'
++      fi
++    else
++      # not using gcc
++      if test "$host_cpu" = ia64; then
++	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++	# chokes on -Wl,-G. The following line is correct:
++	shared_flag='-G'
++      else
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag='${wl}-G'
++	else
++	  shared_flag='${wl}-bM:SRE'
++	fi
++      fi
++    fi
++
++    # It seems that -bexpall does not export symbols beginning with
++    # underscore (_), so it is better to generate a list of symbols to export.
++    always_export_symbols_CXX=yes
++    if test "$aix_use_runtimelinking" = yes; then
++      # Warning - without using the other runtime loading flags (-brtl),
++      # -berok will link without error, but may produce a broken library.
++      allow_undefined_flag_CXX='-berok'
++      # Determine the default libpath from the value encoded in an empty executable.
++      cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
++
++      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++     else
++      if test "$host_cpu" = ia64; then
++	hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
++	allow_undefined_flag_CXX="-z nodefs"
++	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++      else
++	# Determine the default libpath from the value encoded in an empty executable.
++	cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
++	# Warning - without using the other run time loading flags,
++	# -berok will link without error, but may produce a broken library.
++	no_undefined_flag_CXX=' ${wl}-bernotok'
++	allow_undefined_flag_CXX=' ${wl}-berok'
++	# -bexpall does not export symbols beginning with underscore (_)
++	always_export_symbols_CXX=yes
++	# Exported symbols can be pulled into shared objects from archives
++	whole_archive_flag_spec_CXX=' '
++	archive_cmds_need_lc_CXX=yes
++	# This is similar to how AIX traditionally builds its shared libraries.
++	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++      fi
++    fi
++    ;;
++  chorus*)
++    case $cc_basename in
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++
++
++  cygwin* | mingw* | pw32*)
++    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
++    # as there is no search path for DLLs.
++    hardcode_libdir_flag_spec_CXX='-L$libdir'
++    allow_undefined_flag_CXX=unsupported
++    always_export_symbols_CXX=no
++    enable_shared_with_static_runtimes_CXX=yes
++
++    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++      # If the export-symbols file already is a .def file (1st line
++      # is EXPORTS), use it as is; otherwise, prepend...
++      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	cp $export_symbols $output_objdir/$soname.def;
++      else
++	echo EXPORTS > $output_objdir/$soname.def;
++	cat $export_symbols >> $output_objdir/$soname.def;
++      fi~
++      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++    else
++      ld_shlibs_CXX=no
++    fi
++  ;;
++      darwin* | rhapsody*)
++        case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++        esac
++      archive_cmds_need_lc_CXX=no
++      hardcode_direct_CXX=no
++      hardcode_automatic_CXX=yes
++      hardcode_shlibpath_var_CXX=unsupported
++      whole_archive_flag_spec_CXX=''
++      link_all_deplibs_CXX=yes
++
++    if test "$GXX" = yes ; then
++      lt_int_apple_cc_single_mod=no
++      output_verbose_link_cmd='echo'
++      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++       lt_int_apple_cc_single_mod=yes
++      fi
++      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      else
++          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++        fi
++        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          else
++            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          fi
++            module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_CXX=no
++          ;;
++      esac
++      fi
++        ;;
++
++  dgux*)
++    case $cc_basename in
++      ec++*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      ghcx*)
++	# Green Hills C++ Compiler
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  freebsd[12]*)
++    # C++ shared libraries reported to be fairly broken before switch to ELF
++    ld_shlibs_CXX=no
++    ;;
++  freebsd-elf*)
++    archive_cmds_need_lc_CXX=no
++    ;;
++  freebsd* | kfreebsd*-gnu | dragonfly*)
++    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
++    # conventions
++    ld_shlibs_CXX=yes
++    ;;
++  gnu*)
++    ;;
++  hpux9*)
++    hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++    hardcode_libdir_separator_CXX=:
++    export_dynamic_flag_spec_CXX='${wl}-E'
++    hardcode_direct_CXX=yes
++    hardcode_minus_L_CXX=yes # Not in the search PATH,
++				# but as the default
++				# location of the library.
++
++    case $cc_basename in
++    CC*)
++      # FIXME: insert proper C++ library support
++      ld_shlibs_CXX=no
++      ;;
++    aCC*)
++      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      # Commands to make compiler produce verbose output that lists
++      # what "hidden" libraries, object files and flags are used when
++      # linking a shared library.
++      #
++      # There doesn't appear to be a way to prevent this compiler from
++      # explicitly linking system object files so we need to strip them
++      # from the output so that they don't get included in the library
++      # dependencies.
++      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++      ;;
++    *)
++      if test "$GXX" = yes; then
++        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++        # FIXME: insert proper C++ library support
++        ld_shlibs_CXX=no
++      fi
++      ;;
++    esac
++    ;;
++  hpux10*|hpux11*)
++    if test $with_gnu_ld = no; then
++      case $host_cpu in
++      hppa*64*)
++	hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++	hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
++	hardcode_libdir_separator_CXX=:
++        ;;
++      ia64*)
++	hardcode_libdir_flag_spec_CXX='-L$libdir'
++        ;;
++      *)
++	hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++	hardcode_libdir_separator_CXX=:
++	export_dynamic_flag_spec_CXX='${wl}-E'
++        ;;
++      esac
++    fi
++    case $host_cpu in
++    hppa*64*)
++      hardcode_direct_CXX=no
++      hardcode_shlibpath_var_CXX=no
++      ;;
++    ia64*)
++      hardcode_direct_CXX=no
++      hardcode_shlibpath_var_CXX=no
++      hardcode_minus_L_CXX=yes # Not in the search PATH,
++					      # but as the default
++					      # location of the library.
++      ;;
++    *)
++      hardcode_direct_CXX=yes
++      hardcode_minus_L_CXX=yes # Not in the search PATH,
++					      # but as the default
++					      # location of the library.
++      ;;
++    esac
++
++    case $cc_basename in
++      CC*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      aCC*)
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++	  ;;
++	*)
++	  archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	  ;;
++	esac
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes; then
++	  if test $with_gnu_ld = no; then
++	    case $host_cpu in
++	    ia64*|hppa*64*)
++	      archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++	      ;;
++	    *)
++	      archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	      ;;
++	    esac
++	  fi
++	else
++	  # FIXME: insert proper C++ library support
++	  ld_shlibs_CXX=no
++	fi
++	;;
++    esac
++    ;;
++  irix5* | irix6*)
++    case $cc_basename in
++      CC*)
++	# SGI C++
++	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++
++	# Archives containing C++ object files must be created using
++	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
++	# necessary to make sure instantiated templates are included
++	# in the archive.
++	old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
++	;;
++      *)
++	if test "$GXX" = yes; then
++	  if test "$with_gnu_ld" = no; then
++	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	  else
++	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
++	  fi
++	fi
++	link_all_deplibs_CXX=yes
++	;;
++    esac
++    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++    hardcode_libdir_separator_CXX=:
++    ;;
++  linux*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++
++	hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'
++	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++
++	# Archives containing C++ object files must be created using
++	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
++	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
++	;;
++      icpc*)
++	# Intel C++
++	with_gnu_ld=yes
++	# version 8.0 and above of icpc choke on multiply defined symbols
++	# if we add $predep_objects and $postdep_objects, however 7.1 and
++	# earlier do not add the objects themselves.
++	case `$CC -V 2>&1` in
++	*"Version 7."*)
++  	  archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++  	  archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	*)  # Version 8.0 or newer
++	  tmp_idyn=
++	  case $host_cpu in
++	    ia64*) tmp_idyn=' -i_dynamic';;
++	  esac
++  	  archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	  archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	esac
++	archive_cmds_need_lc_CXX=no
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++	whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
++	;;
++      pgCC*)
++        # Portland Group C++ compiler
++	archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
++  	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
++	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++        ;;
++      cxx*)
++	# Compaq C++
++	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
++
++	runpath_var=LD_RUN_PATH
++	hardcode_libdir_flag_spec_CXX='-rpath $libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++    esac
++    ;;
++  lynxos*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  m88k*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  mvs*)
++    case $cc_basename in
++      cxx*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
++      wlarc=
++      hardcode_libdir_flag_spec_CXX='-R$libdir'
++      hardcode_direct_CXX=yes
++      hardcode_shlibpath_var_CXX=no
++    fi
++    # Workaround some broken pre-1.5 toolchains
++    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
++    ;;
++  openbsd2*)
++    # C++ shared libraries are fairly broken
++    ld_shlibs_CXX=no
++    ;;
++  openbsd*)
++    hardcode_direct_CXX=yes
++    hardcode_shlibpath_var_CXX=no
++    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
++      export_dynamic_flag_spec_CXX='${wl}-E'
++      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    fi
++    output_verbose_link_cmd='echo'
++    ;;
++  osf3*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Archives containing C++ object files must be created using
++	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
++	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
++
++	;;
++      RCC*)
++	# Rational C++ 2.4.1
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      cxx*)
++	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
++	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++
++	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++	  hardcode_libdir_separator_CXX=:
++
++	  # Commands to make compiler produce verbose output that lists
++	  # what "hidden" libraries, object files and flags are used when
++	  # linking a shared library.
++	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++	else
++	  # FIXME: insert proper C++ library support
++	  ld_shlibs_CXX=no
++	fi
++	;;
++    esac
++    ;;
++  osf4* | osf5*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Archives containing C++ object files must be created using
++	# the KAI C++ compiler.
++	old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
++	;;
++      RCC*)
++	# Rational C++ 2.4.1
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      cxx*)
++	allow_undefined_flag_CXX=' -expect_unresolved \*'
++	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
++	  echo "-hidden">> $lib.exp~
++	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
++	  $rm $lib.exp'
++
++	hardcode_libdir_flag_spec_CXX='-rpath $libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
++	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++
++	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++	  hardcode_libdir_separator_CXX=:
++
++	  # Commands to make compiler produce verbose output that lists
++	  # what "hidden" libraries, object files and flags are used when
++	  # linking a shared library.
++	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++	else
++	  # FIXME: insert proper C++ library support
++	  ld_shlibs_CXX=no
++	fi
++	;;
++    esac
++    ;;
++  psos*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  sco*)
++    archive_cmds_need_lc_CXX=no
++    case $cc_basename in
++      CC*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  sunos4*)
++    case $cc_basename in
++      CC*)
++	# Sun C++ 4.x
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      lcc*)
++	# Lucid
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  solaris*)
++    case $cc_basename in
++      CC*)
++	# Sun C++ 4.2, 5.x and Centerline C++
++        archive_cmds_need_lc_CXX=yes
++	no_undefined_flag_CXX=' -zdefs'
++	archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	hardcode_libdir_flag_spec_CXX='-R$libdir'
++	hardcode_shlibpath_var_CXX=no
++	case $host_os in
++	  solaris2.[0-5] | solaris2.[0-5].*) ;;
++	  *)
++	    # The C++ compiler is used as linker so we must use $wl
++	    # flag to pass the commands to the underlying system
++	    # linker. We must also pass each convience library through
++	    # to the system linker between allextract/defaultextract.
++	    # The C++ compiler will combine linker options so we
++	    # cannot just pass the convience library names through
++	    # without $wl.
++	    # Supported since Solaris 2.6 (maybe 2.5.1?)
++	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
++	    ;;
++	esac
++	link_all_deplibs_CXX=yes
++
++	output_verbose_link_cmd='echo'
++
++	# Archives containing C++ object files must be created using
++	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
++	# necessary to make sure instantiated templates are included
++	# in the archive.
++	old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
++	;;
++      gcx*)
++	# Green Hills C++ Compiler
++	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++
++	# The C++ compiler must be used to create the archive.
++	old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
++	;;
++      *)
++	# GNU C++ compiler with Solaris linker
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
++	  if $CC --version | grep -v '^2\.7' > /dev/null; then
++	    archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++	    archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	    # Commands to make compiler produce verbose output that lists
++	    # what "hidden" libraries, object files and flags are used when
++	    # linking a shared library.
++	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
++	  else
++	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
++	    # platform.
++	    archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++	    archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	    # Commands to make compiler produce verbose output that lists
++	    # what "hidden" libraries, object files and flags are used when
++	    # linking a shared library.
++	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
++	  fi
++
++	  hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
++	fi
++	;;
++    esac
++    ;;
++  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
++    archive_cmds_need_lc_CXX=no
++    ;;
++  tandem*)
++    case $cc_basename in
++      NCC*)
++	# NonStop-UX NCC 3.20
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  vxworks*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  *)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++esac
++echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
++echo "${ECHO_T}$ld_shlibs_CXX" >&6
++test "$ld_shlibs_CXX" = no && can_build_shared=no
++
++GCC_CXX="$GXX"
++LD_CXX="$LD"
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++
++cat > conftest.$ac_ext <<EOF
++class Foo
++{
++public:
++  Foo (void) { a = 0; }
++private:
++  int a;
++};
++EOF
++
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  # Parse the compiler output and extract the necessary
++  # objects, libraries and library flags.
++
++  # Sentinel used to keep track of whether or not we are before
++  # the conftest object file.
++  pre_test_object_deps_done=no
++
++  # The `*' in the case matches for architectures that use `case' in
++  # $output_verbose_cmd can trigger glob expansion during the loop
++  # eval without this substitution.
++  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
++
++  for p in `eval $output_verbose_link_cmd`; do
++    case $p in
++
++    -L* | -R* | -l*)
++       # Some compilers place space between "-{L,R}" and the path.
++       # Remove the space.
++       if test $p = "-L" \
++	  || test $p = "-R"; then
++	 prev=$p
++	 continue
++       else
++	 prev=
++       fi
++
++       if test "$pre_test_object_deps_done" = no; then
++	 case $p in
++	 -L* | -R*)
++	   # Internal compiler library paths should come after those
++	   # provided the user.  The postdeps already come after the
++	   # user supplied libs so there is no need to process them.
++	   if test -z "$compiler_lib_search_path_CXX"; then
++	     compiler_lib_search_path_CXX="${prev}${p}"
++	   else
++	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
++	   fi
++	   ;;
++	 # The "-l" case would never come before the object being
++	 # linked, so don't bother handling this case.
++	 esac
++       else
++	 if test -z "$postdeps_CXX"; then
++	   postdeps_CXX="${prev}${p}"
++	 else
++	   postdeps_CXX="${postdeps_CXX} ${prev}${p}"
++	 fi
++       fi
++       ;;
++
++    *.$objext)
++       # This assumes that the test object file only shows up
++       # once in the compiler output.
++       if test "$p" = "conftest.$objext"; then
++	 pre_test_object_deps_done=yes
++	 continue
++       fi
++
++       if test "$pre_test_object_deps_done" = no; then
++	 if test -z "$predep_objects_CXX"; then
++	   predep_objects_CXX="$p"
++	 else
++	   predep_objects_CXX="$predep_objects_CXX $p"
++	 fi
++       else
++	 if test -z "$postdep_objects_CXX"; then
++	   postdep_objects_CXX="$p"
++	 else
++	   postdep_objects_CXX="$postdep_objects_CXX $p"
++	 fi
++       fi
++       ;;
++
++    *) ;; # Ignore the rest.
++
++    esac
++  done
++
++  # Clean up.
++  rm -f a.out a.exe
++else
++  echo "libtool.m4: error: problem compiling CXX test program"
++fi
++
++$rm -f confest.$objext
++
++# PORTME: override above test on systems where it is broken
++case $host_os in
++solaris*)
++  case $cc_basename in
++  CC*)
++    # Adding this requires a known-good setup of shared libraries for
++    # Sun compiler versions before 5.6, else PIC objects from an old
++    # archive will be linked into the output, leading to subtle bugs.
++    postdeps_CXX='-lCstd -lCrun'
++    ;;
++  esac
++esac
++
++
++case " $postdeps_CXX " in
++*" -lc "*) archive_cmds_need_lc_CXX=no ;;
++esac
++
++lt_prog_compiler_wl_CXX=
++lt_prog_compiler_pic_CXX=
++lt_prog_compiler_static_CXX=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  # C++ specific cases for pic, static, wl, etc.
++  if test "$GXX" = yes; then
++    lt_prog_compiler_wl_CXX='-Wl,'
++    lt_prog_compiler_static_CXX='-static'
++
++    case $host_os in
++    aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_CXX='-Bstatic'
++      fi
++      ;;
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
++      ;;
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++    mingw* | os2* | pw32*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
++      ;;
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic_CXX='-fno-common'
++      ;;
++    *djgpp*)
++      # DJGPP does not support shared libraries at all
++      lt_prog_compiler_pic_CXX=
++      ;;
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic_CXX=-Kconform_pic
++      fi
++      ;;
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	;;
++      *)
++	lt_prog_compiler_pic_CXX='-fPIC'
++	;;
++      esac
++      ;;
++    *)
++      lt_prog_compiler_pic_CXX='-fPIC'
++      ;;
++    esac
++  else
++    case $host_os in
++      aix4* | aix5*)
++	# All AIX code is PIC.
++	if test "$host_cpu" = ia64; then
++	  # AIX 5 now supports IA64 processor
++	  lt_prog_compiler_static_CXX='-Bstatic'
++	else
++	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
++	fi
++	;;
++      chorus*)
++	case $cc_basename in
++	cxch68*)
++	  # Green Hills C++ Compiler
++	  # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
++	  ;;
++	esac
++	;;
++       darwin*)
++         # PIC is the default on this platform
++         # Common symbols not allowed in MH_DYLIB files
++         case $cc_basename in
++           xlc*)
++           lt_prog_compiler_pic_CXX='-qnocommon'
++           lt_prog_compiler_wl_CXX='-Wl,'
++           ;;
++         esac
++       ;;
++      dgux*)
++	case $cc_basename in
++	  ec++*)
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    ;;
++	  ghcx*)
++	    # Green Hills C++ Compiler
++	    lt_prog_compiler_pic_CXX='-pic'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      freebsd* | kfreebsd*-gnu | dragonfly*)
++	# FreeBSD uses GNU C++
++	;;
++      hpux9* | hpux10* | hpux11*)
++	case $cc_basename in
++	  CC*)
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++	    if test "$host_cpu" != ia64; then
++	      lt_prog_compiler_pic_CXX='+Z'
++	    fi
++	    ;;
++	  aCC*)
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++	    case $host_cpu in
++	    hppa*64*|ia64*)
++	      # +Z the default
++	      ;;
++	    *)
++	      lt_prog_compiler_pic_CXX='+Z'
++	      ;;
++	    esac
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      irix5* | irix6* | nonstopux*)
++	case $cc_basename in
++	  CC*)
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_static_CXX='-non_shared'
++	    # CC pic flag -KPIC is the default.
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      linux*)
++	case $cc_basename in
++	  KCC*)
++	    # KAI C++ Compiler
++	    lt_prog_compiler_wl_CXX='--backend -Wl,'
++	    lt_prog_compiler_pic_CXX='-fPIC'
++	    ;;
++	  icpc* | ecpc*)
++	    # Intel C++
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    lt_prog_compiler_static_CXX='-static'
++	    ;;
++	  pgCC*)
++	    # Portland Group C++ compiler.
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_pic_CXX='-fpic'
++	    lt_prog_compiler_static_CXX='-Bstatic'
++	    ;;
++	  cxx*)
++	    # Compaq C++
++	    # Make sure the PIC flag is empty.  It appears that all Alpha
++	    # Linux and Compaq Tru64 Unix objects are PIC.
++	    lt_prog_compiler_pic_CXX=
++	    lt_prog_compiler_static_CXX='-non_shared'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      lynxos*)
++	;;
++      m88k*)
++	;;
++      mvs*)
++	case $cc_basename in
++	  cxx*)
++	    lt_prog_compiler_pic_CXX='-W c,exportall'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++	;;
++      osf3* | osf4* | osf5*)
++	case $cc_basename in
++	  KCC*)
++	    lt_prog_compiler_wl_CXX='--backend -Wl,'
++	    ;;
++	  RCC*)
++	    # Rational C++ 2.4.1
++	    lt_prog_compiler_pic_CXX='-pic'
++	    ;;
++	  cxx*)
++	    # Digital/Compaq C++
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    # Make sure the PIC flag is empty.  It appears that all Alpha
++	    # Linux and Compaq Tru64 Unix objects are PIC.
++	    lt_prog_compiler_pic_CXX=
++	    lt_prog_compiler_static_CXX='-non_shared'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      psos*)
++	;;
++      sco*)
++	case $cc_basename in
++	  CC*)
++	    lt_prog_compiler_pic_CXX='-fPIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      solaris*)
++	case $cc_basename in
++	  CC*)
++	    # Sun C++ 4.2, 5.x and Centerline C++
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    lt_prog_compiler_static_CXX='-Bstatic'
++	    lt_prog_compiler_wl_CXX='-Qoption ld '
++	    ;;
++	  gcx*)
++	    # Green Hills C++ Compiler
++	    lt_prog_compiler_pic_CXX='-PIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      sunos4*)
++	case $cc_basename in
++	  CC*)
++	    # Sun C++ 4.x
++	    lt_prog_compiler_pic_CXX='-pic'
++	    lt_prog_compiler_static_CXX='-Bstatic'
++	    ;;
++	  lcc*)
++	    # Lucid
++	    lt_prog_compiler_pic_CXX='-pic'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      tandem*)
++	case $cc_basename in
++	  NCC*)
++	    # NonStop-UX NCC 3.20
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      unixware*)
++	;;
++      vxworks*)
++	;;
++      *)
++	lt_prog_compiler_can_build_shared_CXX=no
++	;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic_CXX"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works_CXX=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works_CXX=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
++
++if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
++    case $lt_prog_compiler_pic_CXX in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
++     esac
++else
++    lt_prog_compiler_pic_CXX=
++     lt_prog_compiler_can_build_shared_CXX=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic_CXX=
++    ;;
++  *)
++    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o_CXX=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o_CXX=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  case $host_os in
++  aix4* | aix5*)
++    # If we're using GNU nm, then we don't want the "-C" option.
++    # -C means demangle to AIX nm, but means don't demangle with GNU nm
++    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++    else
++      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++    fi
++    ;;
++  pw32*)
++    export_symbols_cmds_CXX="$ltdll_cmds"
++  ;;
++  cygwin* | mingw*)
++    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  linux*)
++    link_all_deplibs_CXX=no
++  ;;
++  *)
++    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  esac
++
++echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
++echo "${ECHO_T}$ld_shlibs_CXX" >&6
++test "$ld_shlibs_CXX" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc_CXX" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc_CXX=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds_CXX in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl_CXX
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
++        allow_undefined_flag_CXX=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc_CXX=no
++        else
++	  archive_cmds_need_lc_CXX=yes
++        fi
++        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action_CXX=
++if test -n "$hardcode_libdir_flag_spec_CXX" || \
++   test -n "$runpath_var_CXX" || \
++   test "X$hardcode_automatic_CXX" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct_CXX" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
++     test "$hardcode_minus_L_CXX" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action_CXX=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action_CXX=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action_CXX=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
++echo "${ECHO_T}$hardcode_action_CXX" >&6
++
++if test "$hardcode_action_CXX" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++if test "x$enable_dlopen" != xyes; then
++  enable_dlopen=unknown
++  enable_dlopen_self=unknown
++  enable_dlopen_self_static=unknown
++else
++  lt_cv_dlopen=no
++  lt_cv_dlopen_libs=
++
++  case $host_os in
++  beos*)
++    lt_cv_dlopen="load_add_on"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ;;
++
++  mingw* | pw32*)
++    lt_cv_dlopen="LoadLibrary"
++    lt_cv_dlopen_libs=
++   ;;
++
++  cygwin*)
++    lt_cv_dlopen="dlopen"
++    lt_cv_dlopen_libs=
++   ;;
++
++  darwin*)
++  # if libdl is installed we need to link against it
++    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    
++fi
++
++   ;;
++
++  *)
++    echo "$as_me:$LINENO: checking for shl_load" >&5
++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
++if test "${ac_cv_func_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shl_load innocuous_shl_load
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shl_load (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shl_load
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shl_load) || defined (__stub___shl_load)
++choke me
++#else
++char (*f) () = shl_load;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shl_load;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
++echo "${ECHO_T}$ac_cv_func_shl_load" >&6
++if test $ac_cv_func_shl_load = yes; then
++  lt_cv_dlopen="shl_load"
++else
++  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++int
++main ()
++{
++shl_load ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
++if test $ac_cv_lib_dld_shl_load = yes; then
++  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
++else
++  echo "$as_me:$LINENO: checking for dlopen" >&5
++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
++if test "${ac_cv_func_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define dlopen innocuous_dlopen
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char dlopen (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef dlopen
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_dlopen) || defined (__stub___dlopen)
++choke me
++#else
++char (*f) () = dlopen;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != dlopen;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
++echo "${ECHO_T}$ac_cv_func_dlopen" >&6
++if test $ac_cv_func_dlopen = yes; then
++  lt_cv_dlopen="dlopen"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
++if test "${ac_cv_lib_svld_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsvld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_svld_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_svld_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
++if test $ac_cv_lib_svld_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
++else
++  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_dld_link+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dld_link ();
++int
++main ()
++{
++dld_link ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_dld_link=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_dld_link=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
++if test $ac_cv_lib_dld_dld_link = yes; then
++  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
++fi
++
++	      
++fi
++
++	    
++fi
++
++	  
++fi
++
++	
++fi
++
++      
++fi
++
++    ;;
++  esac
++
++  if test "x$lt_cv_dlopen" != xno; then
++    enable_dlopen=yes
++  else
++    enable_dlopen=no
++  fi
++
++  case $lt_cv_dlopen in
++  dlopen)
++    save_CPPFLAGS="$CPPFLAGS"
++    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++
++    save_LDFLAGS="$LDFLAGS"
++    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++
++    save_LIBS="$LIBS"
++    LIBS="$lt_cv_dlopen_libs $LIBS"
++
++    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self=no
++  fi
++fi
++rm -fr conftest*
++
++    
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++
++    if test "x$lt_cv_dlopen_self" = xyes; then
++      LDFLAGS="$LDFLAGS $link_static_flag"
++      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self_static+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self_static=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self_static=no
++  fi
++fi
++rm -fr conftest*
++
++      
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
++    fi
++
++    CPPFLAGS="$save_CPPFLAGS"
++    LDFLAGS="$save_LDFLAGS"
++    LIBS="$save_LIBS"
++    ;;
++  esac
++
++  case $lt_cv_dlopen_self in
++  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
++  *) enable_dlopen_self=unknown ;;
++  esac
++
++  case $lt_cv_dlopen_self_static in
++  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
++  *) enable_dlopen_self_static=unknown ;;
++  esac
++fi
++
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_CXX \
++    CC_CXX \
++    LD_CXX \
++    lt_prog_compiler_wl_CXX \
++    lt_prog_compiler_pic_CXX \
++    lt_prog_compiler_static_CXX \
++    lt_prog_compiler_no_builtin_flag_CXX \
++    export_dynamic_flag_spec_CXX \
++    thread_safe_flag_spec_CXX \
++    whole_archive_flag_spec_CXX \
++    enable_shared_with_static_runtimes_CXX \
++    old_archive_cmds_CXX \
++    old_archive_from_new_cmds_CXX \
++    predep_objects_CXX \
++    postdep_objects_CXX \
++    predeps_CXX \
++    postdeps_CXX \
++    compiler_lib_search_path_CXX \
++    archive_cmds_CXX \
++    archive_expsym_cmds_CXX \
++    postinstall_cmds_CXX \
++    postuninstall_cmds_CXX \
++    old_archive_from_expsyms_cmds_CXX \
++    allow_undefined_flag_CXX \
++    no_undefined_flag_CXX \
++    export_symbols_cmds_CXX \
++    hardcode_libdir_flag_spec_CXX \
++    hardcode_libdir_flag_spec_ld_CXX \
++    hardcode_libdir_separator_CXX \
++    hardcode_automatic_CXX \
++    module_cmds_CXX \
++    module_expsym_cmds_CXX \
++    lt_cv_prog_compiler_c_o_CXX \
++    exclude_expsyms_CXX \
++    include_expsyms_CXX; do
++
++    case $var in
++    old_archive_cmds_CXX | \
++    old_archive_from_new_cmds_CXX | \
++    archive_cmds_CXX | \
++    archive_expsym_cmds_CXX | \
++    module_cmds_CXX | \
++    module_expsym_cmds_CXX | \
++    old_archive_from_expsyms_cmds_CXX | \
++    export_symbols_cmds_CXX | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_CXX
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_CXX
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_CXX
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_CXX
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_CXX
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_CXX
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_CXX
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_CXX
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_CXX
++archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_CXX
++module_expsym_cmds=$lt_module_expsym_cmds_CXX
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_CXX
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_CXX
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_CXX
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_CXX
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_CXX
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_CXX
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_CXX
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_CXX
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_CXX
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_CXX
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_CXX
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_CXX"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_CXX
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_CXX
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_CXX
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_CXX
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC=$lt_save_CC
++LDCXX=$LD
++LD=$lt_save_LD
++GCC=$lt_save_GCC
++with_gnu_ldcxx=$with_gnu_ld
++with_gnu_ld=$lt_save_with_gnu_ld
++lt_cv_path_LDCXX=$lt_cv_path_LD
++lt_cv_path_LD=$lt_save_path_LD
++lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
++lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
++
++	else
++	  tagname=""
++	fi
++	;;
++
++      F77)
++	if test -n "$F77" && test "X$F77" != "Xno"; then
++	  
++ac_ext=f
++ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
++ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_f77_compiler_gnu
++
++
++archive_cmds_need_lc_F77=no
++allow_undefined_flag_F77=
++always_export_symbols_F77=no
++archive_expsym_cmds_F77=
++export_dynamic_flag_spec_F77=
++hardcode_direct_F77=no
++hardcode_libdir_flag_spec_F77=
++hardcode_libdir_flag_spec_ld_F77=
++hardcode_libdir_separator_F77=
++hardcode_minus_L_F77=no
++hardcode_automatic_F77=no
++module_cmds_F77=
++module_expsym_cmds_F77=
++link_all_deplibs_F77=unknown
++old_archive_cmds_F77=$old_archive_cmds
++no_undefined_flag_F77=
++whole_archive_flag_spec_F77=
++enable_shared_with_static_runtimes_F77=no
++
++# Source file extension for f77 test sources.
++ac_ext=f
++
++# Object file extension for compiled f77 test sources.
++objext=o
++objext_F77=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code="      program t\n      end\n"
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${F77-"f77"}
++compiler=$CC
++compiler_F77=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
++echo "$as_me:$LINENO: result: $can_build_shared" >&5
++echo "${ECHO_T}$can_build_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
++test "$can_build_shared" = "no" && enable_shared=no
++
++# On AIX, shared libraries and static libraries use the same namespace, and
++# are all built from PIC.
++case $host_os in
++aix3*)
++  test "$enable_shared" = yes && enable_static=no
++  if test -n "$RANLIB"; then
++    archive_cmds="$archive_cmds~\$RANLIB \$lib"
++    postinstall_cmds='$RANLIB $lib'
++  fi
++  ;;
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
++  ;;
++esac
++echo "$as_me:$LINENO: result: $enable_shared" >&5
++echo "${ECHO_T}$enable_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build static libraries" >&5
++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
++# Make sure either enable_shared or enable_static is yes.
++test "$enable_shared" = yes || enable_static=yes
++echo "$as_me:$LINENO: result: $enable_static" >&5
++echo "${ECHO_T}$enable_static" >&6
++
++test "$ld_shlibs_F77" = no && can_build_shared=no
++
++GCC_F77="$G77"
++LD_F77="$LD"
++
++lt_prog_compiler_wl_F77=
++lt_prog_compiler_pic_F77=
++lt_prog_compiler_static_F77=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  if test "$GCC" = yes; then
++    lt_prog_compiler_wl_F77='-Wl,'
++    lt_prog_compiler_static_F77='-static'
++
++    case $host_os in
++      aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_F77='-Bstatic'
++      fi
++      ;;
++
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
++      ;;
++
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
++      ;;
++
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic_F77='-fno-common'
++      ;;
++
++    msdosdjgpp*)
++      # Just because we use GCC doesn't mean we suddenly get shared libraries
++      # on systems that don't support them.
++      lt_prog_compiler_can_build_shared_F77=no
++      enable_shared=no
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic_F77=-Kconform_pic
++      fi
++      ;;
++
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_F77='-fPIC'
++	;;
++      esac
++      ;;
++
++    *)
++      lt_prog_compiler_pic_F77='-fPIC'
++      ;;
++    esac
++  else
++    # PORTME Check for flag to pass linker flags through the system compiler.
++    case $host_os in
++    aix*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_F77='-Bstatic'
++      else
++	lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
++      fi
++      ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic_F77='-qnocommon'
++         lt_prog_compiler_wl_F77='-Wl,'
++         ;;
++       esac
++       ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
++      ;;
++
++    hpux9* | hpux10* | hpux11*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_F77='+Z'
++	;;
++      esac
++      # Is there a better lt_prog_compiler_static that works with the bundled CC?
++      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      # PIC (with -KPIC) is the default.
++      lt_prog_compiler_static_F77='-non_shared'
++      ;;
++
++    newsos6)
++      lt_prog_compiler_pic_F77='-KPIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    linux*)
++      case $cc_basename in
++      icc* | ecc*)
++	lt_prog_compiler_wl_F77='-Wl,'
++	lt_prog_compiler_pic_F77='-KPIC'
++	lt_prog_compiler_static_F77='-static'
++        ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl_F77='-Wl,'
++	lt_prog_compiler_pic_F77='-fpic'
++	lt_prog_compiler_static_F77='-Bstatic'
++        ;;
++      ccc*)
++        lt_prog_compiler_wl_F77='-Wl,'
++        # All Alpha code is PIC.
++        lt_prog_compiler_static_F77='-non_shared'
++        ;;
++      esac
++      ;;
++
++    osf3* | osf4* | osf5*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      # All OSF/1 code is PIC.
++      lt_prog_compiler_static_F77='-non_shared'
++      ;;
++
++    sco3.2v5*)
++      lt_prog_compiler_pic_F77='-Kpic'
++      lt_prog_compiler_static_F77='-dn'
++      ;;
++
++    solaris*)
++      lt_prog_compiler_pic_F77='-KPIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl_F77='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl_F77='-Wl,';;
++      esac
++      ;;
++
++    sunos4*)
++      lt_prog_compiler_wl_F77='-Qoption ld '
++      lt_prog_compiler_pic_F77='-PIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      lt_prog_compiler_pic_F77='-KPIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec ;then
++	lt_prog_compiler_pic_F77='-Kconform_pic'
++	lt_prog_compiler_static_F77='-Bstatic'
++      fi
++      ;;
++
++    unicos*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      lt_prog_compiler_can_build_shared_F77=no
++      ;;
++
++    uts4*)
++      lt_prog_compiler_pic_F77='-pic'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    *)
++      lt_prog_compiler_can_build_shared_F77=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic_F77"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works_F77=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic_F77"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works_F77=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
++
++if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
++    case $lt_prog_compiler_pic_F77 in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
++     esac
++else
++    lt_prog_compiler_pic_F77=
++     lt_prog_compiler_can_build_shared_F77=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic_F77=
++    ;;
++  *)
++    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o_F77=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o_F77=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  runpath_var=
++  allow_undefined_flag_F77=
++  enable_shared_with_static_runtimes_F77=no
++  archive_cmds_F77=
++  archive_expsym_cmds_F77=
++  old_archive_From_new_cmds_F77=
++  old_archive_from_expsyms_cmds_F77=
++  export_dynamic_flag_spec_F77=
++  whole_archive_flag_spec_F77=
++  thread_safe_flag_spec_F77=
++  hardcode_libdir_flag_spec_F77=
++  hardcode_libdir_flag_spec_ld_F77=
++  hardcode_libdir_separator_F77=
++  hardcode_direct_F77=no
++  hardcode_minus_L_F77=no
++  hardcode_shlibpath_var_F77=unsupported
++  link_all_deplibs_F77=unknown
++  hardcode_automatic_F77=no
++  module_cmds_F77=
++  module_expsym_cmds_F77=
++  always_export_symbols_F77=no
++  export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  # include_expsyms should be a list of space-separated symbols to be *always*
++  # included in the symbol list
++  include_expsyms_F77=
++  # exclude_expsyms can be an extended regexp of symbols to exclude
++  # it will be wrapped by ` (' and `)$', so one must not match beginning or
++  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
++  # as well as any symbol that contains `d'.
++  exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_"
++  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
++  # platforms (ab)use it in PIC code, but their linkers get confused if
++  # the symbol is explicitly referenced.  Since portable code cannot
++  # rely on this symbol name, it's probably fine to never include it in
++  # preloaded symbol tables.
++  extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++  case $host_os in
++  cygwin* | mingw* | pw32*)
++    # FIXME: the MSVC++ port hasn't been tested in a loooong time
++    # When not using gcc, we currently assume that we are using
++    # Microsoft Visual C++.
++    if test "$GCC" != yes; then
++      with_gnu_ld=no
++    fi
++    ;;
++  openbsd*)
++    with_gnu_ld=no
++    ;;
++  esac
++
++  ld_shlibs_F77=yes
++  if test "$with_gnu_ld" = yes; then
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    wlarc='${wl}'
++
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec_F77=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
++    # See if GNU ld supports shared libraries.
++    case $host_os in
++    aix3* | aix4* | aix5*)
++      # On AIX/PPC, the GNU linker is very broken
++      if test "$host_cpu" != ia64; then
++	ld_shlibs_F77=no
++	cat <<EOF 1>&2
++
++*** Warning: the GNU linker, at least up to release 2.9.1, is reported
++*** to be unable to reliably create shared libraries on AIX.
++*** Therefore, libtool is disabling shared libraries support.  If you
++*** really care for shared libraries, you may want to modify your PATH
++*** so that a non-GNU linker is found, and then restart.
++
++EOF
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_minus_L_F77=yes
++
++      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
++      # that the semantics of dynamic libraries on AmigaOS, at least up
++      # to version 4, is to share data among multiple programs linked
++      # with the same dynamic library.  Since this doesn't match the
++      # behavior of shared libraries on other platforms, we can't use
++      # them.
++      ld_shlibs_F77=no
++      ;;
++
++    beos*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	allow_undefined_flag_F77=unsupported
++	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++	# support --undefined.  This deserves some investigation.  FIXME
++	archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
++      # as there is no search path for DLLs.
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      allow_undefined_flag_F77=unsupported
++      always_export_symbols_F77=no
++      enable_shared_with_static_runtimes_F77=yes
++      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++
++      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++	# If the export-symbols file already is a .def file (1st line
++	# is EXPORTS), use it as is; otherwise, prepend...
++	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	  cp $export_symbols $output_objdir/$soname.def;
++	else
++	  echo EXPORTS > $output_objdir/$soname.def;
++	  cat $export_symbols >> $output_objdir/$soname.def;
++	fi~
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs_F77=no
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
++	wlarc=
++      else
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      fi
++      ;;
++
++    solaris* | sysv5*)
++      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
++	ld_shlibs_F77=no
++	cat <<EOF 1>&2
++
++*** Warning: The releases 2.8.* of the GNU linker cannot reliably
++*** create shared libraries on Solaris systems.  Therefore, libtool
++*** is disabling shared libraries support.  We urge you to upgrade GNU
++*** binutils to release 2.9.1 or newer.  Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++EOF
++      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    sunos4*)
++      archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      wlarc=
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    *)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++    esac
++
++    if test "$ld_shlibs_F77" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec_F77=
++      export_dynamic_flag_spec_F77=
++      whole_archive_flag_spec_F77=
++    fi
++  else
++    # PORTME fill in a description of your system's linker (not GNU ld)
++    case $host_os in
++    aix3*)
++      allow_undefined_flag_F77=unsupported
++      always_export_symbols_F77=yes
++      archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
++      # Note: this linker hardcodes the directories in LIBPATH if there
++      # are no directories specified by -L.
++      hardcode_minus_L_F77=yes
++      if test "$GCC" = yes && test -z "$link_static_flag"; then
++	# Neither direct hardcoding nor static linking is supported with a
++	# broken collect2.
++	hardcode_direct_F77=unsupported
++      fi
++      ;;
++
++    aix4* | aix5*)
++      if test "$host_cpu" = ia64; then
++	# On IA64, the linker does run time linking by default, so we don't
++	# have to do anything special.
++	aix_use_runtimelinking=no
++	exp_sym_flag='-Bexport'
++	no_entry_flag=""
++      else
++	# If we're using GNU nm, then we don't want the "-C" option.
++	# -C means demangle to AIX nm, but means don't demangle with GNU nm
++	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++	  export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	else
++	  export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
++
++	exp_sym_flag='-bexport'
++	no_entry_flag='-bnoentry'
++      fi
++
++      # When large executables or shared objects are built, AIX ld can
++      # have problems creating the table of contents.  If linking a library
++      # or program results in "error TOC overflow" add -mminimal-toc to
++      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++      archive_cmds_F77=''
++      hardcode_direct_F77=yes
++      hardcode_libdir_separator_F77=':'
++      link_all_deplibs_F77=yes
++
++      if test "$GCC" = yes; then
++	case $host_os in aix4.[012]|aix4.[012].*)
++	# We only want to do this on AIX 4.2 and lower, the check
++	# below for broken collect2 doesn't work under 4.3+
++	  collect2name=`${CC} -print-prog-name=collect2`
++	  if test -f "$collect2name" && \
++  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	  then
++  	  # We have reworked collect2
++  	  hardcode_direct_F77=yes
++	  else
++  	  # We have old collect2
++  	  hardcode_direct_F77=unsupported
++  	  # It fails to find uninstalled libraries when the uninstalled
++  	  # path is not listed in the libpath.  Setting hardcode_minus_L
++  	  # to unsupported forces relinking
++  	  hardcode_minus_L_F77=yes
++  	  hardcode_libdir_flag_spec_F77='-L$libdir'
++  	  hardcode_libdir_separator_F77=
++	  fi
++	esac
++	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
++      else
++	# not using gcc
++	if test "$host_cpu" = ia64; then
++  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++  	# chokes on -Wl,-G. The following line is correct:
++	  shared_flag='-G'
++	else
++  	if test "$aix_use_runtimelinking" = yes; then
++	    shared_flag='${wl}-G'
++	  else
++	    shared_flag='${wl}-bM:SRE'
++  	fi
++	fi
++      fi
++
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols_F77=yes
++      if test "$aix_use_runtimelinking" = yes; then
++	# Warning - without using the other runtime loading flags (-brtl),
++	# -berok will link without error, but may produce a broken library.
++	allow_undefined_flag_F77='-berok'
++       # Determine the default libpath from the value encoded in an empty executable.
++       cat >conftest.$ac_ext <<_ACEOF
++      program main
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       else
++	if test "$host_cpu" = ia64; then
++	  hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
++	  allow_undefined_flag_F77="-z nodefs"
++	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	else
++	 # Determine the default libpath from the value encoded in an empty executable.
++	 cat >conftest.$ac_ext <<_ACEOF
++      program main
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
++	  # Warning - without using the other run time loading flags,
++	  # -berok will link without error, but may produce a broken library.
++	  no_undefined_flag_F77=' ${wl}-bernotok'
++	  allow_undefined_flag_F77=' ${wl}-berok'
++	  # -bexpall does not export symbols beginning with underscore (_)
++	  always_export_symbols_F77=yes
++	  # Exported symbols can be pulled into shared objects from archives
++	  whole_archive_flag_spec_F77=' '
++	  archive_cmds_need_lc_F77=yes
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	fi
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_minus_L_F77=yes
++      # see comment about different semantics on the GNU ld section
++      ld_shlibs_F77=no
++      ;;
++
++    bsdi[45]*)
++      export_dynamic_flag_spec_F77=-rdynamic
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # When not using gcc, we currently assume that we are using
++      # Microsoft Visual C++.
++      # hardcode_libdir_flag_spec is actually meaningless, as there is
++      # no search path for DLLs.
++      hardcode_libdir_flag_spec_F77=' '
++      allow_undefined_flag_F77=unsupported
++      # Tell ltmain to make .lib files, not .a files.
++      libext=lib
++      # Tell ltmain to make .dll files, not .so files.
++      shrext_cmds=".dll"
++      # FIXME: Setting linknames here is a bad hack.
++      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      # The linker will automatically build a .lib file if we build a DLL.
++      old_archive_From_new_cmds_F77='true'
++      # FIXME: Should let the user specify the lib program.
++      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
++      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
++      enable_shared_with_static_runtimes_F77=yes
++      ;;
++
++    darwin* | rhapsody*)
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++      esac
++      archive_cmds_need_lc_F77=no
++      hardcode_direct_F77=no
++      hardcode_automatic_F77=yes
++      hardcode_shlibpath_var_F77=unsupported
++      whole_archive_flag_spec_F77=''
++      link_all_deplibs_F77=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_F77=no
++          ;;
++      esac
++    fi
++      ;;
++
++    dgux*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    freebsd1*)
++      ld_shlibs_F77=no
++      ;;
++
++    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
++    # support.  Future versions do this automatically, but an explicit c++rt0.o
++    # does not break anything, and helps significantly (at the cost of a little
++    # extra space).
++    freebsd2.2*)
++      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
++    freebsd2*)
++      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_F77=yes
++      hardcode_minus_L_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    hpux9*)
++      if test "$GCC" = yes; then
++	archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++	archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      fi
++      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      hardcode_direct_F77=yes
++
++      # hardcode_minus_L: Not really in the search PATH,
++      # but as the default location of the library.
++      hardcode_minus_L_F77=yes
++      export_dynamic_flag_spec_F77='${wl}-E'
++      ;;
++
++    hpux10* | hpux11*)
++      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	*)
++	  archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	esac
++      else
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	*)
++	  archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	esac
++      fi
++      if test "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*)
++	  hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_flag_spec_ld_F77='+b $libdir'
++	  hardcode_libdir_separator_F77=:
++	  hardcode_direct_F77=no
++	  hardcode_shlibpath_var_F77=no
++	  ;;
++	ia64*)
++	  hardcode_libdir_flag_spec_F77='-L$libdir'
++	  hardcode_direct_F77=no
++	  hardcode_shlibpath_var_F77=no
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_F77=yes
++	  ;;
++	*)
++	  hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_separator_F77=:
++	  hardcode_direct_F77=yes
++	  export_dynamic_flag_spec_F77='${wl}-E'
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_F77=yes
++	  ;;
++	esac
++      fi
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      if test "$GCC" = yes; then
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
++      fi
++      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      link_all_deplibs_F77=yes
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
++      else
++	archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
++      fi
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    newsos6)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_F77=yes
++      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    openbsd*)
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
++	hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec_F77='${wl}-E'
++      else
++       case $host_os in
++	 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
++	   archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++	   hardcode_libdir_flag_spec_F77='-R$libdir'
++	   ;;
++	 *)
++	   archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	   hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
++	   ;;
++       esac
++      fi
++      ;;
++
++    os2*)
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_minus_L_F77=yes
++      allow_undefined_flag_F77=unsupported
++      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
++      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
++      ;;
++
++    osf3*)
++      if test "$GCC" = yes; then
++	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	allow_undefined_flag_F77=' -expect_unresolved \*'
++	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++      fi
++      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      ;;
++
++    osf4* | osf5*)	# as osf3* with the addition of -msym flag
++      if test "$GCC" = yes; then
++	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      else
++	allow_undefined_flag_F77=' -expect_unresolved \*'
++	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
++
++	# Both c and cxx compiler support -rpath directly
++	hardcode_libdir_flag_spec_F77='-rpath $libdir'
++      fi
++      hardcode_libdir_separator_F77=:
++      ;;
++
++    sco3.2v5*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_F77=no
++      export_dynamic_flag_spec_F77='${wl}-Bexport'
++      runpath_var=LD_RUN_PATH
++      hardcode_runpath_var=yes
++      ;;
++
++    solaris*)
++      no_undefined_flag_F77=' -z text'
++      if test "$GCC" = yes; then
++	wlarc='${wl}'
++	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
++      else
++	wlarc=''
++	archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      fi
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_shlibpath_var_F77=no
++      case $host_os in
++      solaris2.[0-5] | solaris2.[0-5].*) ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
++      esac
++      link_all_deplibs_F77=yes
++      ;;
++
++    sunos4*)
++      if test "x$host_vendor" = xsequent; then
++	# Use $CC to link under sequent, because it throws in some extra .o
++	# files that make .init and .fini sections work.
++	archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
++      fi
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_direct_F77=yes
++      hardcode_minus_L_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    sysv4)
++      case $host_vendor in
++	sni)
++	  archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_F77=yes # is this really true???
++	;;
++	siemens)
++	  ## LD is ld it makes a PLAMLIB
++	  ## CC just makes a GrossModule.
++	  archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++	  reload_cmds_F77='$CC -r -o $output$reload_objs'
++	  hardcode_direct_F77=no
++        ;;
++	motorola)
++	  archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie
++	;;
++      esac
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    sysv4.3*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_F77=no
++      export_dynamic_flag_spec_F77='-Bexport'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	hardcode_shlibpath_var_F77=no
++	runpath_var=LD_RUN_PATH
++	hardcode_runpath_var=yes
++	ld_shlibs_F77=yes
++      fi
++      ;;
++
++    sysv4.2uw2*)
++      archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_F77=yes
++      hardcode_minus_L_F77=no
++      hardcode_shlibpath_var_F77=no
++      hardcode_runpath_var=yes
++      runpath_var=LD_RUN_PATH
++      ;;
++
++   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
++      no_undefined_flag_F77='${wl}-z ${wl}text'
++      if test "$GCC" = yes; then
++	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      fi
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    sysv5*)
++      no_undefined_flag_F77=' -z text'
++      # $CC -shared without GNU ld will not create a library from C++
++      # object files and a static libstdc++, better avoid it by now
++      archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      hardcode_libdir_flag_spec_F77=
++      hardcode_shlibpath_var_F77=no
++      runpath_var='LD_RUN_PATH'
++      ;;
++
++    uts4*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    *)
++      ld_shlibs_F77=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
++echo "${ECHO_T}$ld_shlibs_F77" >&6
++test "$ld_shlibs_F77" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc_F77" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc_F77=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds_F77 in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl_F77
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
++        allow_undefined_flag_F77=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc_F77=no
++        else
++	  archive_cmds_need_lc_F77=yes
++        fi
++        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action_F77=
++if test -n "$hardcode_libdir_flag_spec_F77" || \
++   test -n "$runpath_var_F77" || \
++   test "X$hardcode_automatic_F77" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct_F77" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
++     test "$hardcode_minus_L_F77" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action_F77=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action_F77=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action_F77=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
++echo "${ECHO_T}$hardcode_action_F77" >&6
++
++if test "$hardcode_action_F77" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_F77 \
++    CC_F77 \
++    LD_F77 \
++    lt_prog_compiler_wl_F77 \
++    lt_prog_compiler_pic_F77 \
++    lt_prog_compiler_static_F77 \
++    lt_prog_compiler_no_builtin_flag_F77 \
++    export_dynamic_flag_spec_F77 \
++    thread_safe_flag_spec_F77 \
++    whole_archive_flag_spec_F77 \
++    enable_shared_with_static_runtimes_F77 \
++    old_archive_cmds_F77 \
++    old_archive_from_new_cmds_F77 \
++    predep_objects_F77 \
++    postdep_objects_F77 \
++    predeps_F77 \
++    postdeps_F77 \
++    compiler_lib_search_path_F77 \
++    archive_cmds_F77 \
++    archive_expsym_cmds_F77 \
++    postinstall_cmds_F77 \
++    postuninstall_cmds_F77 \
++    old_archive_from_expsyms_cmds_F77 \
++    allow_undefined_flag_F77 \
++    no_undefined_flag_F77 \
++    export_symbols_cmds_F77 \
++    hardcode_libdir_flag_spec_F77 \
++    hardcode_libdir_flag_spec_ld_F77 \
++    hardcode_libdir_separator_F77 \
++    hardcode_automatic_F77 \
++    module_cmds_F77 \
++    module_expsym_cmds_F77 \
++    lt_cv_prog_compiler_c_o_F77 \
++    exclude_expsyms_F77 \
++    include_expsyms_F77; do
++
++    case $var in
++    old_archive_cmds_F77 | \
++    old_archive_from_new_cmds_F77 | \
++    archive_cmds_F77 | \
++    archive_expsym_cmds_F77 | \
++    module_cmds_F77 | \
++    module_expsym_cmds_F77 | \
++    old_archive_from_expsyms_cmds_F77 | \
++    export_symbols_cmds_F77 | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_F77
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_F77
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_F77
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_F77
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_F77
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_F77
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_F77
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_F77
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_F77
++archive_expsym_cmds=$lt_archive_expsym_cmds_F77
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_F77
++module_expsym_cmds=$lt_module_expsym_cmds_F77
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_F77
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_F77
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_F77
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_F77
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_F77
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_F77
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_F77
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_F77
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_F77
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_F77
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_F77
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_F77
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_F77"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_F77
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_F77
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_F77
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_F77
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++	else
++	  tagname=""
++	fi
++	;;
++
++      GCJ)
++	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
++	  
++
++
++# Source file extension for Java test sources.
++ac_ext=java
++
++# Object file extension for compiled Java test sources.
++objext=o
++objext_GCJ=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="class foo {}\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${GCJ-"gcj"}
++compiler=$CC
++compiler_GCJ=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++# GCJ did not exist at the time GCC didn't implicitly link libc in.
++archive_cmds_need_lc_GCJ=no
++
++old_archive_cmds_GCJ=$old_archive_cmds
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++
++lt_prog_compiler_no_builtin_flag_GCJ=
++
++if test "$GCC" = yes; then
++  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
++
++  
++echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_rtti_exceptions=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="-fno-rtti -fno-exceptions"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_rtti_exceptions=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
++
++if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
++    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
++else
++    :
++fi
++
++fi
++
++lt_prog_compiler_wl_GCJ=
++lt_prog_compiler_pic_GCJ=
++lt_prog_compiler_static_GCJ=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  if test "$GCC" = yes; then
++    lt_prog_compiler_wl_GCJ='-Wl,'
++    lt_prog_compiler_static_GCJ='-static'
++
++    case $host_os in
++      aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_GCJ='-Bstatic'
++      fi
++      ;;
++
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
++      ;;
++
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
++      ;;
++
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic_GCJ='-fno-common'
++      ;;
++
++    msdosdjgpp*)
++      # Just because we use GCC doesn't mean we suddenly get shared libraries
++      # on systems that don't support them.
++      lt_prog_compiler_can_build_shared_GCJ=no
++      enable_shared=no
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic_GCJ=-Kconform_pic
++      fi
++      ;;
++
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_GCJ='-fPIC'
++	;;
++      esac
++      ;;
++
++    *)
++      lt_prog_compiler_pic_GCJ='-fPIC'
++      ;;
++    esac
++  else
++    # PORTME Check for flag to pass linker flags through the system compiler.
++    case $host_os in
++    aix*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_GCJ='-Bstatic'
++      else
++	lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
++      fi
++      ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic_GCJ='-qnocommon'
++         lt_prog_compiler_wl_GCJ='-Wl,'
++         ;;
++       esac
++       ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
++      ;;
++
++    hpux9* | hpux10* | hpux11*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_GCJ='+Z'
++	;;
++      esac
++      # Is there a better lt_prog_compiler_static that works with the bundled CC?
++      lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      # PIC (with -KPIC) is the default.
++      lt_prog_compiler_static_GCJ='-non_shared'
++      ;;
++
++    newsos6)
++      lt_prog_compiler_pic_GCJ='-KPIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    linux*)
++      case $cc_basename in
++      icc* | ecc*)
++	lt_prog_compiler_wl_GCJ='-Wl,'
++	lt_prog_compiler_pic_GCJ='-KPIC'
++	lt_prog_compiler_static_GCJ='-static'
++        ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl_GCJ='-Wl,'
++	lt_prog_compiler_pic_GCJ='-fpic'
++	lt_prog_compiler_static_GCJ='-Bstatic'
++        ;;
++      ccc*)
++        lt_prog_compiler_wl_GCJ='-Wl,'
++        # All Alpha code is PIC.
++        lt_prog_compiler_static_GCJ='-non_shared'
++        ;;
++      esac
++      ;;
++
++    osf3* | osf4* | osf5*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      # All OSF/1 code is PIC.
++      lt_prog_compiler_static_GCJ='-non_shared'
++      ;;
++
++    sco3.2v5*)
++      lt_prog_compiler_pic_GCJ='-Kpic'
++      lt_prog_compiler_static_GCJ='-dn'
++      ;;
++
++    solaris*)
++      lt_prog_compiler_pic_GCJ='-KPIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl_GCJ='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl_GCJ='-Wl,';;
++      esac
++      ;;
++
++    sunos4*)
++      lt_prog_compiler_wl_GCJ='-Qoption ld '
++      lt_prog_compiler_pic_GCJ='-PIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      lt_prog_compiler_pic_GCJ='-KPIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec ;then
++	lt_prog_compiler_pic_GCJ='-Kconform_pic'
++	lt_prog_compiler_static_GCJ='-Bstatic'
++      fi
++      ;;
++
++    unicos*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      lt_prog_compiler_can_build_shared_GCJ=no
++      ;;
++
++    uts4*)
++      lt_prog_compiler_pic_GCJ='-pic'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    *)
++      lt_prog_compiler_can_build_shared_GCJ=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic_GCJ"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works_GCJ=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works_GCJ=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
++
++if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
++    case $lt_prog_compiler_pic_GCJ in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
++     esac
++else
++    lt_prog_compiler_pic_GCJ=
++     lt_prog_compiler_can_build_shared_GCJ=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic_GCJ=
++    ;;
++  *)
++    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o_GCJ=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o_GCJ=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  runpath_var=
++  allow_undefined_flag_GCJ=
++  enable_shared_with_static_runtimes_GCJ=no
++  archive_cmds_GCJ=
++  archive_expsym_cmds_GCJ=
++  old_archive_From_new_cmds_GCJ=
++  old_archive_from_expsyms_cmds_GCJ=
++  export_dynamic_flag_spec_GCJ=
++  whole_archive_flag_spec_GCJ=
++  thread_safe_flag_spec_GCJ=
++  hardcode_libdir_flag_spec_GCJ=
++  hardcode_libdir_flag_spec_ld_GCJ=
++  hardcode_libdir_separator_GCJ=
++  hardcode_direct_GCJ=no
++  hardcode_minus_L_GCJ=no
++  hardcode_shlibpath_var_GCJ=unsupported
++  link_all_deplibs_GCJ=unknown
++  hardcode_automatic_GCJ=no
++  module_cmds_GCJ=
++  module_expsym_cmds_GCJ=
++  always_export_symbols_GCJ=no
++  export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  # include_expsyms should be a list of space-separated symbols to be *always*
++  # included in the symbol list
++  include_expsyms_GCJ=
++  # exclude_expsyms can be an extended regexp of symbols to exclude
++  # it will be wrapped by ` (' and `)$', so one must not match beginning or
++  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
++  # as well as any symbol that contains `d'.
++  exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_"
++  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
++  # platforms (ab)use it in PIC code, but their linkers get confused if
++  # the symbol is explicitly referenced.  Since portable code cannot
++  # rely on this symbol name, it's probably fine to never include it in
++  # preloaded symbol tables.
++  extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++  case $host_os in
++  cygwin* | mingw* | pw32*)
++    # FIXME: the MSVC++ port hasn't been tested in a loooong time
++    # When not using gcc, we currently assume that we are using
++    # Microsoft Visual C++.
++    if test "$GCC" != yes; then
++      with_gnu_ld=no
++    fi
++    ;;
++  openbsd*)
++    with_gnu_ld=no
++    ;;
++  esac
++
++  ld_shlibs_GCJ=yes
++  if test "$with_gnu_ld" = yes; then
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    wlarc='${wl}'
++
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec_GCJ=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
++    # See if GNU ld supports shared libraries.
++    case $host_os in
++    aix3* | aix4* | aix5*)
++      # On AIX/PPC, the GNU linker is very broken
++      if test "$host_cpu" != ia64; then
++	ld_shlibs_GCJ=no
++	cat <<EOF 1>&2
++
++*** Warning: the GNU linker, at least up to release 2.9.1, is reported
++*** to be unable to reliably create shared libraries on AIX.
++*** Therefore, libtool is disabling shared libraries support.  If you
++*** really care for shared libraries, you may want to modify your PATH
++*** so that a non-GNU linker is found, and then restart.
++
++EOF
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_minus_L_GCJ=yes
++
++      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
++      # that the semantics of dynamic libraries on AmigaOS, at least up
++      # to version 4, is to share data among multiple programs linked
++      # with the same dynamic library.  Since this doesn't match the
++      # behavior of shared libraries on other platforms, we can't use
++      # them.
++      ld_shlibs_GCJ=no
++      ;;
++
++    beos*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	allow_undefined_flag_GCJ=unsupported
++	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++	# support --undefined.  This deserves some investigation.  FIXME
++	archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
++      # as there is no search path for DLLs.
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      allow_undefined_flag_GCJ=unsupported
++      always_export_symbols_GCJ=no
++      enable_shared_with_static_runtimes_GCJ=yes
++      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++
++      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++	# If the export-symbols file already is a .def file (1st line
++	# is EXPORTS), use it as is; otherwise, prepend...
++	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	  cp $export_symbols $output_objdir/$soname.def;
++	else
++	  echo EXPORTS > $output_objdir/$soname.def;
++	  cat $export_symbols >> $output_objdir/$soname.def;
++	fi~
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs_GCJ=no
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
++	wlarc=
++      else
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      fi
++      ;;
++
++    solaris* | sysv5*)
++      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
++	ld_shlibs_GCJ=no
++	cat <<EOF 1>&2
++
++*** Warning: The releases 2.8.* of the GNU linker cannot reliably
++*** create shared libraries on Solaris systems.  Therefore, libtool
++*** is disabling shared libraries support.  We urge you to upgrade GNU
++*** binutils to release 2.9.1 or newer.  Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++EOF
++      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    sunos4*)
++      archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      wlarc=
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    *)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++    esac
++
++    if test "$ld_shlibs_GCJ" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec_GCJ=
++      export_dynamic_flag_spec_GCJ=
++      whole_archive_flag_spec_GCJ=
++    fi
++  else
++    # PORTME fill in a description of your system's linker (not GNU ld)
++    case $host_os in
++    aix3*)
++      allow_undefined_flag_GCJ=unsupported
++      always_export_symbols_GCJ=yes
++      archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
++      # Note: this linker hardcodes the directories in LIBPATH if there
++      # are no directories specified by -L.
++      hardcode_minus_L_GCJ=yes
++      if test "$GCC" = yes && test -z "$link_static_flag"; then
++	# Neither direct hardcoding nor static linking is supported with a
++	# broken collect2.
++	hardcode_direct_GCJ=unsupported
++      fi
++      ;;
++
++    aix4* | aix5*)
++      if test "$host_cpu" = ia64; then
++	# On IA64, the linker does run time linking by default, so we don't
++	# have to do anything special.
++	aix_use_runtimelinking=no
++	exp_sym_flag='-Bexport'
++	no_entry_flag=""
++      else
++	# If we're using GNU nm, then we don't want the "-C" option.
++	# -C means demangle to AIX nm, but means don't demangle with GNU nm
++	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++	  export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	else
++	  export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
++
++	exp_sym_flag='-bexport'
++	no_entry_flag='-bnoentry'
++      fi
++
++      # When large executables or shared objects are built, AIX ld can
++      # have problems creating the table of contents.  If linking a library
++      # or program results in "error TOC overflow" add -mminimal-toc to
++      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++      archive_cmds_GCJ=''
++      hardcode_direct_GCJ=yes
++      hardcode_libdir_separator_GCJ=':'
++      link_all_deplibs_GCJ=yes
++
++      if test "$GCC" = yes; then
++	case $host_os in aix4.[012]|aix4.[012].*)
++	# We only want to do this on AIX 4.2 and lower, the check
++	# below for broken collect2 doesn't work under 4.3+
++	  collect2name=`${CC} -print-prog-name=collect2`
++	  if test -f "$collect2name" && \
++  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	  then
++  	  # We have reworked collect2
++  	  hardcode_direct_GCJ=yes
++	  else
++  	  # We have old collect2
++  	  hardcode_direct_GCJ=unsupported
++  	  # It fails to find uninstalled libraries when the uninstalled
++  	  # path is not listed in the libpath.  Setting hardcode_minus_L
++  	  # to unsupported forces relinking
++  	  hardcode_minus_L_GCJ=yes
++  	  hardcode_libdir_flag_spec_GCJ='-L$libdir'
++  	  hardcode_libdir_separator_GCJ=
++	  fi
++	esac
++	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
++      else
++	# not using gcc
++	if test "$host_cpu" = ia64; then
++  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++  	# chokes on -Wl,-G. The following line is correct:
++	  shared_flag='-G'
++	else
++  	if test "$aix_use_runtimelinking" = yes; then
++	    shared_flag='${wl}-G'
++	  else
++	    shared_flag='${wl}-bM:SRE'
++  	fi
++	fi
++      fi
++
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols_GCJ=yes
++      if test "$aix_use_runtimelinking" = yes; then
++	# Warning - without using the other runtime loading flags (-brtl),
++	# -berok will link without error, but may produce a broken library.
++	allow_undefined_flag_GCJ='-berok'
++       # Determine the default libpath from the value encoded in an empty executable.
++       cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       else
++	if test "$host_cpu" = ia64; then
++	  hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
++	  allow_undefined_flag_GCJ="-z nodefs"
++	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	else
++	 # Determine the default libpath from the value encoded in an empty executable.
++	 cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
++	  # Warning - without using the other run time loading flags,
++	  # -berok will link without error, but may produce a broken library.
++	  no_undefined_flag_GCJ=' ${wl}-bernotok'
++	  allow_undefined_flag_GCJ=' ${wl}-berok'
++	  # -bexpall does not export symbols beginning with underscore (_)
++	  always_export_symbols_GCJ=yes
++	  # Exported symbols can be pulled into shared objects from archives
++	  whole_archive_flag_spec_GCJ=' '
++	  archive_cmds_need_lc_GCJ=yes
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	fi
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_minus_L_GCJ=yes
++      # see comment about different semantics on the GNU ld section
++      ld_shlibs_GCJ=no
++      ;;
++
++    bsdi[45]*)
++      export_dynamic_flag_spec_GCJ=-rdynamic
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # When not using gcc, we currently assume that we are using
++      # Microsoft Visual C++.
++      # hardcode_libdir_flag_spec is actually meaningless, as there is
++      # no search path for DLLs.
++      hardcode_libdir_flag_spec_GCJ=' '
++      allow_undefined_flag_GCJ=unsupported
++      # Tell ltmain to make .lib files, not .a files.
++      libext=lib
++      # Tell ltmain to make .dll files, not .so files.
++      shrext_cmds=".dll"
++      # FIXME: Setting linknames here is a bad hack.
++      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      # The linker will automatically build a .lib file if we build a DLL.
++      old_archive_From_new_cmds_GCJ='true'
++      # FIXME: Should let the user specify the lib program.
++      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
++      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
++      enable_shared_with_static_runtimes_GCJ=yes
++      ;;
++
++    darwin* | rhapsody*)
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++      esac
++      archive_cmds_need_lc_GCJ=no
++      hardcode_direct_GCJ=no
++      hardcode_automatic_GCJ=yes
++      hardcode_shlibpath_var_GCJ=unsupported
++      whole_archive_flag_spec_GCJ=''
++      link_all_deplibs_GCJ=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_GCJ=no
++          ;;
++      esac
++    fi
++      ;;
++
++    dgux*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    freebsd1*)
++      ld_shlibs_GCJ=no
++      ;;
++
++    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
++    # support.  Future versions do this automatically, but an explicit c++rt0.o
++    # does not break anything, and helps significantly (at the cost of a little
++    # extra space).
++    freebsd2.2*)
++      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
++    freebsd2*)
++      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_GCJ=yes
++      hardcode_minus_L_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    hpux9*)
++      if test "$GCC" = yes; then
++	archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++	archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      fi
++      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      hardcode_direct_GCJ=yes
++
++      # hardcode_minus_L: Not really in the search PATH,
++      # but as the default location of the library.
++      hardcode_minus_L_GCJ=yes
++      export_dynamic_flag_spec_GCJ='${wl}-E'
++      ;;
++
++    hpux10* | hpux11*)
++      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	*)
++	  archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	esac
++      else
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	*)
++	  archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	esac
++      fi
++      if test "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*)
++	  hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
++	  hardcode_libdir_separator_GCJ=:
++	  hardcode_direct_GCJ=no
++	  hardcode_shlibpath_var_GCJ=no
++	  ;;
++	ia64*)
++	  hardcode_libdir_flag_spec_GCJ='-L$libdir'
++	  hardcode_direct_GCJ=no
++	  hardcode_shlibpath_var_GCJ=no
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_GCJ=yes
++	  ;;
++	*)
++	  hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_separator_GCJ=:
++	  hardcode_direct_GCJ=yes
++	  export_dynamic_flag_spec_GCJ='${wl}-E'
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_GCJ=yes
++	  ;;
++	esac
++      fi
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      if test "$GCC" = yes; then
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
++      fi
++      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      link_all_deplibs_GCJ=yes
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
++      else
++	archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
++      fi
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    newsos6)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_GCJ=yes
++      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    openbsd*)
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
++	hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec_GCJ='${wl}-E'
++      else
++       case $host_os in
++	 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
++	   archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++	   hardcode_libdir_flag_spec_GCJ='-R$libdir'
++	   ;;
++	 *)
++	   archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	   hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
++	   ;;
++       esac
++      fi
++      ;;
++
++    os2*)
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_minus_L_GCJ=yes
++      allow_undefined_flag_GCJ=unsupported
++      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
++      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
++      ;;
++
++    osf3*)
++      if test "$GCC" = yes; then
++	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	allow_undefined_flag_GCJ=' -expect_unresolved \*'
++	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++      fi
++      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      ;;
++
++    osf4* | osf5*)	# as osf3* with the addition of -msym flag
++      if test "$GCC" = yes; then
++	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      else
++	allow_undefined_flag_GCJ=' -expect_unresolved \*'
++	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
++
++	# Both c and cxx compiler support -rpath directly
++	hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
++      fi
++      hardcode_libdir_separator_GCJ=:
++      ;;
++
++    sco3.2v5*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_GCJ=no
++      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
++      runpath_var=LD_RUN_PATH
++      hardcode_runpath_var=yes
++      ;;
++
++    solaris*)
++      no_undefined_flag_GCJ=' -z text'
++      if test "$GCC" = yes; then
++	wlarc='${wl}'
++	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
++      else
++	wlarc=''
++	archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      fi
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_shlibpath_var_GCJ=no
++      case $host_os in
++      solaris2.[0-5] | solaris2.[0-5].*) ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
++      esac
++      link_all_deplibs_GCJ=yes
++      ;;
++
++    sunos4*)
++      if test "x$host_vendor" = xsequent; then
++	# Use $CC to link under sequent, because it throws in some extra .o
++	# files that make .init and .fini sections work.
++	archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
++      fi
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_minus_L_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    sysv4)
++      case $host_vendor in
++	sni)
++	  archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_GCJ=yes # is this really true???
++	;;
++	siemens)
++	  ## LD is ld it makes a PLAMLIB
++	  ## CC just makes a GrossModule.
++	  archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++	  reload_cmds_GCJ='$CC -r -o $output$reload_objs'
++	  hardcode_direct_GCJ=no
++        ;;
++	motorola)
++	  archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
++	;;
++      esac
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    sysv4.3*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_GCJ=no
++      export_dynamic_flag_spec_GCJ='-Bexport'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	hardcode_shlibpath_var_GCJ=no
++	runpath_var=LD_RUN_PATH
++	hardcode_runpath_var=yes
++	ld_shlibs_GCJ=yes
++      fi
++      ;;
++
++    sysv4.2uw2*)
++      archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_GCJ=yes
++      hardcode_minus_L_GCJ=no
++      hardcode_shlibpath_var_GCJ=no
++      hardcode_runpath_var=yes
++      runpath_var=LD_RUN_PATH
++      ;;
++
++   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
++      no_undefined_flag_GCJ='${wl}-z ${wl}text'
++      if test "$GCC" = yes; then
++	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      fi
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    sysv5*)
++      no_undefined_flag_GCJ=' -z text'
++      # $CC -shared without GNU ld will not create a library from C++
++      # object files and a static libstdc++, better avoid it by now
++      archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      hardcode_libdir_flag_spec_GCJ=
++      hardcode_shlibpath_var_GCJ=no
++      runpath_var='LD_RUN_PATH'
++      ;;
++
++    uts4*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    *)
++      ld_shlibs_GCJ=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
++echo "${ECHO_T}$ld_shlibs_GCJ" >&6
++test "$ld_shlibs_GCJ" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc_GCJ" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc_GCJ=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds_GCJ in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl_GCJ
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
++        allow_undefined_flag_GCJ=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc_GCJ=no
++        else
++	  archive_cmds_need_lc_GCJ=yes
++        fi
++        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action_GCJ=
++if test -n "$hardcode_libdir_flag_spec_GCJ" || \
++   test -n "$runpath_var_GCJ" || \
++   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct_GCJ" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
++     test "$hardcode_minus_L_GCJ" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action_GCJ=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action_GCJ=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action_GCJ=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
++echo "${ECHO_T}$hardcode_action_GCJ" >&6
++
++if test "$hardcode_action_GCJ" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++if test "x$enable_dlopen" != xyes; then
++  enable_dlopen=unknown
++  enable_dlopen_self=unknown
++  enable_dlopen_self_static=unknown
++else
++  lt_cv_dlopen=no
++  lt_cv_dlopen_libs=
++
++  case $host_os in
++  beos*)
++    lt_cv_dlopen="load_add_on"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ;;
++
++  mingw* | pw32*)
++    lt_cv_dlopen="LoadLibrary"
++    lt_cv_dlopen_libs=
++   ;;
++
++  cygwin*)
++    lt_cv_dlopen="dlopen"
++    lt_cv_dlopen_libs=
++   ;;
++
++  darwin*)
++  # if libdl is installed we need to link against it
++    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    
++fi
++
++   ;;
++
++  *)
++    echo "$as_me:$LINENO: checking for shl_load" >&5
++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
++if test "${ac_cv_func_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shl_load innocuous_shl_load
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shl_load (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shl_load
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shl_load) || defined (__stub___shl_load)
++choke me
++#else
++char (*f) () = shl_load;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shl_load;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
++echo "${ECHO_T}$ac_cv_func_shl_load" >&6
++if test $ac_cv_func_shl_load = yes; then
++  lt_cv_dlopen="shl_load"
++else
++  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++int
++main ()
++{
++shl_load ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
++if test $ac_cv_lib_dld_shl_load = yes; then
++  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
++else
++  echo "$as_me:$LINENO: checking for dlopen" >&5
++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
++if test "${ac_cv_func_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define dlopen innocuous_dlopen
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char dlopen (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef dlopen
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_dlopen) || defined (__stub___dlopen)
++choke me
++#else
++char (*f) () = dlopen;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != dlopen;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
++echo "${ECHO_T}$ac_cv_func_dlopen" >&6
++if test $ac_cv_func_dlopen = yes; then
++  lt_cv_dlopen="dlopen"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
++if test "${ac_cv_lib_svld_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsvld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_svld_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_svld_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
++if test $ac_cv_lib_svld_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
++else
++  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_dld_link+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dld_link ();
++int
++main ()
++{
++dld_link ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_dld_link=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_dld_link=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
++if test $ac_cv_lib_dld_dld_link = yes; then
++  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
++fi
++
++	      
++fi
++
++	    
++fi
++
++	  
++fi
++
++	
++fi
++
++      
++fi
++
++    ;;
++  esac
++
++  if test "x$lt_cv_dlopen" != xno; then
++    enable_dlopen=yes
++  else
++    enable_dlopen=no
++  fi
++
++  case $lt_cv_dlopen in
++  dlopen)
++    save_CPPFLAGS="$CPPFLAGS"
++    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++
++    save_LDFLAGS="$LDFLAGS"
++    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++
++    save_LIBS="$LIBS"
++    LIBS="$lt_cv_dlopen_libs $LIBS"
++
++    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self=no
++  fi
++fi
++rm -fr conftest*
++
++    
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++
++    if test "x$lt_cv_dlopen_self" = xyes; then
++      LDFLAGS="$LDFLAGS $link_static_flag"
++      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self_static+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self_static=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self_static=no
++  fi
++fi
++rm -fr conftest*
++
++      
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
++    fi
++
++    CPPFLAGS="$save_CPPFLAGS"
++    LDFLAGS="$save_LDFLAGS"
++    LIBS="$save_LIBS"
++    ;;
++  esac
++
++  case $lt_cv_dlopen_self in
++  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
++  *) enable_dlopen_self=unknown ;;
++  esac
++
++  case $lt_cv_dlopen_self_static in
++  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
++  *) enable_dlopen_self_static=unknown ;;
++  esac
++fi
++
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_GCJ \
++    CC_GCJ \
++    LD_GCJ \
++    lt_prog_compiler_wl_GCJ \
++    lt_prog_compiler_pic_GCJ \
++    lt_prog_compiler_static_GCJ \
++    lt_prog_compiler_no_builtin_flag_GCJ \
++    export_dynamic_flag_spec_GCJ \
++    thread_safe_flag_spec_GCJ \
++    whole_archive_flag_spec_GCJ \
++    enable_shared_with_static_runtimes_GCJ \
++    old_archive_cmds_GCJ \
++    old_archive_from_new_cmds_GCJ \
++    predep_objects_GCJ \
++    postdep_objects_GCJ \
++    predeps_GCJ \
++    postdeps_GCJ \
++    compiler_lib_search_path_GCJ \
++    archive_cmds_GCJ \
++    archive_expsym_cmds_GCJ \
++    postinstall_cmds_GCJ \
++    postuninstall_cmds_GCJ \
++    old_archive_from_expsyms_cmds_GCJ \
++    allow_undefined_flag_GCJ \
++    no_undefined_flag_GCJ \
++    export_symbols_cmds_GCJ \
++    hardcode_libdir_flag_spec_GCJ \
++    hardcode_libdir_flag_spec_ld_GCJ \
++    hardcode_libdir_separator_GCJ \
++    hardcode_automatic_GCJ \
++    module_cmds_GCJ \
++    module_expsym_cmds_GCJ \
++    lt_cv_prog_compiler_c_o_GCJ \
++    exclude_expsyms_GCJ \
++    include_expsyms_GCJ; do
++
++    case $var in
++    old_archive_cmds_GCJ | \
++    old_archive_from_new_cmds_GCJ | \
++    archive_cmds_GCJ | \
++    archive_expsym_cmds_GCJ | \
++    module_cmds_GCJ | \
++    module_expsym_cmds_GCJ | \
++    old_archive_from_expsyms_cmds_GCJ | \
++    export_symbols_cmds_GCJ | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_GCJ
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_GCJ
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_GCJ
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_GCJ
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_GCJ
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_GCJ
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_GCJ
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_GCJ
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_GCJ
++archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_GCJ
++module_expsym_cmds=$lt_module_expsym_cmds_GCJ
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_GCJ
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_GCJ
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_GCJ
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_GCJ
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_GCJ
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_GCJ
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_GCJ
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_GCJ
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_GCJ
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_GCJ
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_GCJ
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_GCJ"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_GCJ
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_GCJ
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_GCJ
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_GCJ
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++	else
++	  tagname=""
++	fi
++	;;
++
++      RC)
++	
++
++
++# Source file extension for RC test sources.
++ac_ext=rc
++
++# Object file extension for compiled RC test sources.
++objext=o
++objext_RC=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
++
++# Code to be used in simple link tests
++lt_simple_link_test_code="$lt_simple_compile_test_code"
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${RC-"windres"}
++compiler=$CC
++compiler_RC=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++lt_cv_prog_compiler_c_o_RC=yes
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_RC \
++    CC_RC \
++    LD_RC \
++    lt_prog_compiler_wl_RC \
++    lt_prog_compiler_pic_RC \
++    lt_prog_compiler_static_RC \
++    lt_prog_compiler_no_builtin_flag_RC \
++    export_dynamic_flag_spec_RC \
++    thread_safe_flag_spec_RC \
++    whole_archive_flag_spec_RC \
++    enable_shared_with_static_runtimes_RC \
++    old_archive_cmds_RC \
++    old_archive_from_new_cmds_RC \
++    predep_objects_RC \
++    postdep_objects_RC \
++    predeps_RC \
++    postdeps_RC \
++    compiler_lib_search_path_RC \
++    archive_cmds_RC \
++    archive_expsym_cmds_RC \
++    postinstall_cmds_RC \
++    postuninstall_cmds_RC \
++    old_archive_from_expsyms_cmds_RC \
++    allow_undefined_flag_RC \
++    no_undefined_flag_RC \
++    export_symbols_cmds_RC \
++    hardcode_libdir_flag_spec_RC \
++    hardcode_libdir_flag_spec_ld_RC \
++    hardcode_libdir_separator_RC \
++    hardcode_automatic_RC \
++    module_cmds_RC \
++    module_expsym_cmds_RC \
++    lt_cv_prog_compiler_c_o_RC \
++    exclude_expsyms_RC \
++    include_expsyms_RC; do
++
++    case $var in
++    old_archive_cmds_RC | \
++    old_archive_from_new_cmds_RC | \
++    archive_cmds_RC | \
++    archive_expsym_cmds_RC | \
++    module_cmds_RC | \
++    module_expsym_cmds_RC | \
++    old_archive_from_expsyms_cmds_RC | \
++    export_symbols_cmds_RC | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_RC
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_RC
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_RC
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_RC
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_RC
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_RC
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_RC
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_RC
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_RC
++archive_expsym_cmds=$lt_archive_expsym_cmds_RC
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_RC
++module_expsym_cmds=$lt_module_expsym_cmds_RC
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_RC
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_RC
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_RC
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_RC
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_RC
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_RC
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_RC
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_RC
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_RC
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_RC
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_RC
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_RC
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_RC"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_RC
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_RC
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_RC
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_RC
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++	;;
++
++      *)
++	{ { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
++echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
++   { (exit 1); exit 1; }; }
++	;;
++      esac
++
++      # Append the new tag name to the list of available tags.
++      if test -n "$tagname" ; then
++      available_tags="$available_tags $tagname"
++    fi
++    fi
++  done
++  IFS="$lt_save_ifs"
++
++  # Now substitute the updated list of available tags.
++  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
++    mv "${ofile}T" "$ofile"
++    chmod +x "$ofile"
++  else
++    rm -f "${ofile}T"
++    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
++echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++fi
++
++
++
++# This can be used to rebuild libtool when needed
++LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++
++# Always use our own libtool.
++LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++
++# Prevent multiple expansion
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++  
++
++  
++
++
++  
++       
++       
++
++
++
++
++LIBTOOL_SHELL="/bin/sh ./libtool"
++#  LIBTOOL="$LIBTOOL --silent"
++KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
++
++
++# we patch configure quite some so we better keep that consistent for incremental runs 
++AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
++
++
++
++
++    
++    # Extract the first word of "msgfmt", so it can be a program name with args.
++set dummy msgfmt; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_path_MSGFMT+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case "$MSGFMT" in
++  /*)
++  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
++  ;;
++  *)
++  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++  for ac_dir in $PATH; do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"; then
++	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
++	break
++      fi
++    fi
++  done
++  IFS="$ac_save_ifs"
++  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
++  ;;
++esac
++fi
++MSGFMT="$ac_cv_path_MSGFMT"
++if test -n "$MSGFMT"; then
++  echo "$as_me:$LINENO: result: $MSGFMT" >&5
++echo "${ECHO_T}$MSGFMT" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    # Extract the first word of "gmsgfmt", so it can be a program name with args.
++set dummy gmsgfmt; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_path_GMSGFMT+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case $GMSGFMT in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
++  ;;
++  *)
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
++  ;;
++esac
++fi
++GMSGFMT=$ac_cv_path_GMSGFMT
++
++if test -n "$GMSGFMT"; then
++  echo "$as_me:$LINENO: result: $GMSGFMT" >&5
++echo "${ECHO_T}$GMSGFMT" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++
++     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
++        echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
++echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
++        GMSGFMT=":"
++      fi
++      MSGFMT=$GMSGFMT
++      
++      
++
++      # Extract the first word of "xgettext", so it can be a program name with args.
++set dummy xgettext; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_path_XGETTEXT+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case "$XGETTEXT" in
++  /*)
++  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
++  ;;
++  *)
++  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++  for ac_dir in $PATH; do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
++	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
++	break
++      fi
++    fi
++  done
++  IFS="$ac_save_ifs"
++  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
++  ;;
++esac
++fi
++XGETTEXT="$ac_cv_path_XGETTEXT"
++if test -n "$XGETTEXT"; then
++  echo "$as_me:$LINENO: result: $XGETTEXT" >&5
++echo "${ECHO_T}$XGETTEXT" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++
++            if test "$XGETTEXT" != ":"; then
++			if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
++	  : ;
++	else
++	  echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
++echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
++	  XGETTEXT=":"
++	fi
++      fi
++     
++
++  
++
++
++if test -z "3.3"; then
++  # Current default Qt version: 3.3
++  kde_qtver=3
++  kde_qtsubver=3
++else
++  kde_qtsubver=`echo "3.3" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
++  # following is the check if subversion isnt found in passed argument
++  if test "$kde_qtsubver" = "3.3"; then
++    kde_qtsubver=1
++  fi
++  kde_qtver=`echo "3.3" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
++  if test "$kde_qtver" = "1"; then
++    kde_qtsubver=42
++  fi
++fi
++
++if test -z ""; then
++  if test "$kde_qtver" = "2"; then
++    if test $kde_qtsubver -gt 0; then
++      kde_qt_minversion=">= Qt 2.2.2"
++    else
++      kde_qt_minversion=">= Qt 2.0.2"
++    fi
++  fi
++  if test "$kde_qtver" = "3"; then
++    if test $kde_qtsubver -gt 0; then
++	 if test $kde_qtsubver -gt 1; then
++	    if test $kde_qtsubver -gt 2; then
++		kde_qt_minversion=">= Qt 3.3 and < 4.0"
++	    else
++	        kde_qt_minversion=">= Qt 3.2 and < 4.0"
++	    fi
++	 else
++            kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
++         fi
++    else
++      kde_qt_minversion=">= Qt 3.0 and < 4.0"
++    fi
++  fi
++  if test "$kde_qtver" = "1"; then
++    kde_qt_minversion=">= 1.42 and < 2.0"
++  fi
++else
++   kde_qt_minversion=""
++fi
++
++if test -z ""; then
++   if test $kde_qtver = 3; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 0x03 at VER@00 && QT_VERSION < 0x040000"
++       qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
++       kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s, at VER@,$qtsubver,"`
++     else
++       kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
++     fi
++   fi
++   if test $kde_qtver = 2; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 222"
++     else
++       kde_qt_verstring="QT_VERSION >= 200"
++     fi
++   fi
++   if test $kde_qtver = 1; then
++    kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
++   fi
++else
++   kde_qt_verstring=""
++fi
++
++if test $kde_qtver = 4; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
++fi
++if test $kde_qtver = 3; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
++fi
++if test $kde_qtver = 2; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
++fi
++if test $kde_qtver = 1; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt"
++fi
++
++
++    
++
++     ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++    ac_save_CXXFLAGS="$CXXFLAGS"
++    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
++
++    echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
++echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6
++    if test "${kde_cv_stl_works+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++      cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <string>
++using namespace std;
++
++int
++main ()
++{
++
++  string astring="Hallo Welt.";
++  astring.erase(0, 6); // now astring is "Welt"
++  return 0;
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_stl_works=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_stl_works=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++fi
++
++
++   echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
++echo "${ECHO_T}$kde_cv_stl_works" >&6
++
++   if test "$kde_cv_stl_works" = "yes"; then
++     # back compatible
++	 
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_SGI_STL 1
++_ACEOF
++
++   else
++	 { { echo "$as_me:$LINENO: error: Your Installation isn't able to compile simple C++ programs.
++Check config.log for details - if you're using a Linux distribution you might miss
++a package named similar to libstdc++-dev." >&5
++echo "$as_me: error: Your Installation isn't able to compile simple C++ programs.
++Check config.log for details - if you're using a Linux distribution you might miss
++a package named similar to libstdc++-dev." >&2;}
++   { (exit 1); exit 1; }; }
++   fi
++
++   CXXFLAGS="$ac_save_CXXFLAGS"
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++	
++echo "$as_me:$LINENO: checking for strlcat" >&5
++echo $ECHO_N "checking for strlcat... $ECHO_C" >&6
++if test "${kde_cv_func_strlcat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++int
++main ()
++{
++
++ char buf[20];
++  buf[0]='\0';
++  strlcat(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_func_strlcat=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_func_strlcat=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
++echo "${ECHO_T}$kde_cv_func_strlcat" >&6
++
++echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
++echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6
++if test "${kde_cv_proto_strlcat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++if test "x$kde_cv_func_strlcat" = xyes; then
++  kde_cv_proto_strlcat=no
++else
++  case "strlcat" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_strlcat="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_strlcat=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_strlcat" = xunknown; then
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++extern "C" unsigned long strlcat(char*, const char*, unsigned long);
++
++int
++main ()
++{
++
++ char buf[20];
++  buf[0]='\0';
++  strlcat(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++   kde_cv_func_strlcat=yes
++  kde_cv_proto_strlcat=yes 
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_proto_strlcat="strlcat unavailable"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$kde_safe_libs
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
++echo "${ECHO_T}$kde_cv_proto_strlcat" >&6
++
++if test "x$kde_cv_func_strlcat" = xyes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCAT 1
++_ACEOF
++
++  
++fi
++if test "x$kde_cv_proto_strlcat" = xno; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCAT_PROTO 1
++_ACEOF
++
++fi
++
++
++
++
++
++
++	
++echo "$as_me:$LINENO: checking for strlcpy" >&5
++echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6
++if test "${kde_cv_func_strlcpy+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++int
++main ()
++{
++
++ char buf[20];
++  strlcpy(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_func_strlcpy=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_func_strlcpy=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
++echo "${ECHO_T}$kde_cv_func_strlcpy" >&6
++
++echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
++echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6
++if test "${kde_cv_proto_strlcpy+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++if test "x$kde_cv_func_strlcpy" = xyes; then
++  kde_cv_proto_strlcpy=no
++else
++  case "strlcpy" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_strlcpy="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_strlcpy=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_strlcpy" = xunknown; then
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++extern "C" unsigned long strlcpy(char*, const char*, unsigned long);
++
++int
++main ()
++{
++
++ char buf[20];
++  strlcpy(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++   kde_cv_func_strlcpy=yes
++  kde_cv_proto_strlcpy=yes 
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_proto_strlcpy="strlcpy unavailable"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$kde_safe_libs
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
++echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6
++
++if test "x$kde_cv_func_strlcpy" = xyes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCPY 1
++_ACEOF
++
++  
++fi
++if test "x$kde_cv_proto_strlcpy" = xno; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCPY_PROTO 1
++_ACEOF
++
++fi
++
++
++
++
++
++
++      echo "$as_me:$LINENO: checking for main in -lutil" >&5
++echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
++if test "${ac_cv_lib_util_main+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lutil  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++int
++main ()
++{
++main ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_util_main=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_util_main=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
++echo "${ECHO_T}$ac_cv_lib_util_main" >&6
++if test $ac_cv_lib_util_main = yes; then
++  LIBUTIL="-lutil"
++fi
++    
++   echo "$as_me:$LINENO: checking for main in -lcompat" >&5
++echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
++if test "${ac_cv_lib_compat_main+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lcompat  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++int
++main ()
++{
++main ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_compat_main=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_compat_main=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
++echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
++if test $ac_cv_lib_compat_main = yes; then
++  LIBCOMPAT="-lcompat"
++fi
++    
++   kde_have_crypt=
++   echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
++echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
++if test "${ac_cv_lib_crypt_crypt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lcrypt  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char crypt ();
++int
++main ()
++{
++crypt ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_crypt_crypt=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_crypt_crypt=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
++if test $ac_cv_lib_crypt_crypt = yes; then
++  LIBCRYPT="-lcrypt"; kde_have_crypt=yes
++else
++  echo "$as_me:$LINENO: checking for crypt in -lc" >&5
++echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6
++if test "${ac_cv_lib_c_crypt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lc  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char crypt ();
++int
++main ()
++{
++crypt ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_c_crypt=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_c_crypt=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6
++if test $ac_cv_lib_c_crypt = yes; then
++  kde_have_crypt=yes
++else
++  
++        { echo "$as_me:$LINENO: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&5
++echo "$as_me: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&2;}
++	kde_have_crypt=no
++      
++fi
++
++fi
++
++   
++   if test $kde_have_crypt = yes; then
++      
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_CRYPT 1
++_ACEOF
++
++   fi
++   
++   echo "$as_me:$LINENO: checking for socklen_t" >&5
++echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
++   if test "${kde_cv_socklen_t+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++      ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++      kde_cv_socklen_t=no
++      cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++         #include <sys/types.h>
++         #include <sys/socket.h>
++      
++int
++main ()
++{
++
++         socklen_t len;
++         getpeername(0,0,&len);
++      
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++         kde_cv_socklen_t=yes
++         kde_cv_socklen_t_equiv=socklen_t
++      
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++      ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   
++fi
++
++   echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
++echo "${ECHO_T}$kde_cv_socklen_t" >&6
++   if test $kde_cv_socklen_t = no; then
++      echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
++echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6
++      if test "${kde_cv_socklen_t_equiv+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++         kde_cv_socklen_t_equiv=int
++         ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++         for t in int size_t unsigned long "unsigned long"; do
++            cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++               #include <sys/types.h>
++               #include <sys/socket.h>
++            
++int
++main ()
++{
++
++               $t len;
++               getpeername(0,0,&len);
++            
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++               kde_cv_socklen_t_equiv="$t"
++               break
++            
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++         done
++         ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++      
++fi
++
++      echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
++echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6
++   fi
++   
++cat >>confdefs.h <<_ACEOF
++@%:@define kde_socklen_t $kde_cv_socklen_t_equiv
++_ACEOF
++
++   
++cat >>confdefs.h <<_ACEOF
++@%:@define ksize_t $kde_cv_socklen_t_equiv
++_ACEOF
++
++
++   echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
++echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
++if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldnet  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dnet_ntoa ();
++int
++main ()
++{
++dnet_ntoa ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dnet_dnet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dnet_dnet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
++if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
++fi
++
++   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
++      echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
++echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
++if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldnet_stub  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dnet_ntoa ();
++int
++main ()
++{
++dnet_ntoa ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dnet_stub_dnet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dnet_stub_dnet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
++if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
++fi
++
++   fi
++   echo "$as_me:$LINENO: checking for inet_ntoa" >&5
++echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6
++if test "${ac_cv_func_inet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define inet_ntoa to an innocuous variant, in case <limits.h> declares inet_ntoa.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define inet_ntoa innocuous_inet_ntoa
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char inet_ntoa (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef inet_ntoa
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char inet_ntoa ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_inet_ntoa) || defined (__stub___inet_ntoa)
++choke me
++#else
++char (*f) () = inet_ntoa;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != inet_ntoa;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_inet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_inet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6
++
++   if test $ac_cv_func_inet_ntoa = no; then
++     echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
++echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6
++if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lnsl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char inet_ntoa ();
++int
++main ()
++{
++inet_ntoa ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_nsl_inet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_nsl_inet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6
++if test $ac_cv_lib_nsl_inet_ntoa = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
++fi
++
++   fi
++   echo "$as_me:$LINENO: checking for connect" >&5
++echo $ECHO_N "checking for connect... $ECHO_C" >&6
++if test "${ac_cv_func_connect+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define connect to an innocuous variant, in case <limits.h> declares connect.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define connect innocuous_connect
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char connect (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef connect
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char connect ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_connect) || defined (__stub___connect)
++choke me
++#else
++char (*f) () = connect;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != connect;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_connect=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_connect=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
++echo "${ECHO_T}$ac_cv_func_connect" >&6
++
++   if test $ac_cv_func_connect = no; then
++      echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
++echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
++if test "${ac_cv_lib_socket_connect+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char connect ();
++int
++main ()
++{
++connect ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_socket_connect=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_socket_connect=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
++echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
++if test $ac_cv_lib_socket_connect = yes; then
++  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
++fi
++
++   fi
++
++   echo "$as_me:$LINENO: checking for remove" >&5
++echo $ECHO_N "checking for remove... $ECHO_C" >&6
++if test "${ac_cv_func_remove+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define remove to an innocuous variant, in case <limits.h> declares remove.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define remove innocuous_remove
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char remove (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef remove
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char remove ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_remove) || defined (__stub___remove)
++choke me
++#else
++char (*f) () = remove;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != remove;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_remove=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_remove=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
++echo "${ECHO_T}$ac_cv_func_remove" >&6
++
++   if test $ac_cv_func_remove = no; then
++      echo "$as_me:$LINENO: checking for remove in -lposix" >&5
++echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
++if test "${ac_cv_lib_posix_remove+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lposix  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char remove ();
++int
++main ()
++{
++remove ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_posix_remove=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_posix_remove=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
++echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
++if test $ac_cv_lib_posix_remove = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
++fi
++
++   fi
++
++   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
++   echo "$as_me:$LINENO: checking for shmat" >&5
++echo $ECHO_N "checking for shmat... $ECHO_C" >&6
++if test "${ac_cv_func_shmat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shmat innocuous_shmat
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shmat (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shmat
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shmat ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shmat) || defined (__stub___shmat)
++choke me
++#else
++char (*f) () = shmat;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shmat;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shmat=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shmat=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
++echo "${ECHO_T}$ac_cv_func_shmat" >&6
++if test $ac_cv_func_shmat = yes; then
++  :
++else
++  echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
++echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
++if test "${ac_cv_lib_ipc_shmat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lipc  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shmat ();
++int
++main ()
++{
++shmat ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_ipc_shmat=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_ipc_shmat=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
++echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
++if test $ac_cv_lib_ipc_shmat = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
++fi
++
++fi
++
++   
++   # more headers that need to be explicitly included on darwin
++   
++
++for ac_header in sys/types.h stdint.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++   # sys/bitypes.h is needed for uint32_t and friends on Tru64
++   
++for ac_header in sys/bitypes.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++   # darwin requires a poll emulation library
++   echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
++echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6
++if test "${ac_cv_lib_poll_poll+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lpoll  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char poll ();
++int
++main ()
++{
++poll ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_poll_poll=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_poll_poll=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
++echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6
++if test $ac_cv_lib_poll_poll = yes; then
++  LIB_POLL="-lpoll"
++fi
++
++
++   # for some image handling on Mac OS X
++   
++for ac_header in Carbon/Carbon.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++   # CoreAudio framework
++   if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
++echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
++if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
++echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
++echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <CoreAudio/CoreAudio.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
++echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <CoreAudio/CoreAudio.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
++echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
++if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
++echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
++
++fi
++if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
++  
++     
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_COREAUDIO 1
++_ACEOF
++
++     FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
++   
++fi
++
++
++
++   
++  echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
++echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6
++  kde_libs_safe="$LIBS"
++  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    
++int
++main ()
++{
++
++      res_init(); 
++    
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++      LIBRESOLV="-lresolv"
++      echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++      
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_RES_INIT 1
++_ACEOF
++
++    
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6 
++  
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  LIBS=$kde_libs_safe
++  
++
++  
++echo "$as_me:$LINENO: checking for res_init" >&5
++echo $ECHO_N "checking for res_init... $ECHO_C" >&6
++if test "${kde_cv_func_res_init+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    
++
++int
++main ()
++{
++
++res_init()
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_func_res_init=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_func_res_init=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
++echo "${ECHO_T}$kde_cv_func_res_init" >&6
++
++echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
++echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6
++if test "${kde_cv_proto_res_init+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++if test "x$kde_cv_func_res_init" = xyes; then
++  kde_cv_proto_res_init=no
++else
++  case "res_init" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_res_init="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_res_init=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_res_init" = xunknown; then
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    
++
++extern "C" int res_init(void);
++
++int
++main ()
++{
++
++res_init()
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++   kde_cv_func_res_init=yes
++  kde_cv_proto_res_init=yes 
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_proto_res_init="res_init unavailable"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$kde_safe_libs
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
++echo "${ECHO_T}$kde_cv_proto_res_init" >&6
++
++if test "x$kde_cv_func_res_init" = xyes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_RES_INIT 1
++_ACEOF
++
++  
++fi
++if test "x$kde_cv_proto_res_init" = xno; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_RES_INIT_PROTO 1
++_ACEOF
++
++fi
++
++
++
++
++
++   
++   
++   LIBSOCKET="$X_EXTRA_LIBS"
++   
++   
++   echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
++echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6
++if test "${ac_cv_lib_ucb_killpg+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lucb  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char killpg ();
++int
++main ()
++{
++killpg ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_ucb_killpg=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_ucb_killpg=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
++echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6
++if test $ac_cv_lib_ucb_killpg = yes; then
++  LIBUCB="-lucb"
++fi
++    
++
++   case $host in     *-*-lynxos* )
++        echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
++echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6
++        CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
++        echo "$as_me:$LINENO: result: disabled" >&5
++echo "${ECHO_T}disabled" >&6
++        echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
++echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
++if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lbsd  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char gethostbyname ();
++int
++main ()
++{
++gethostbyname ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_bsd_gethostbyname=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_bsd_gethostbyname=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
++echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
++if test $ac_cv_lib_bsd_gethostbyname = yes; then
++  LIBSOCKET="-lbsd"
++fi
++          ;;
++    esac
++
++     echo "$as_me:$LINENO: checking for int" >&5
++echo $ECHO_N "checking for int... $ECHO_C" >&6
++if test "${ac_cv_type_int+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((int *) 0)
++  return 0;
++if (sizeof (int))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_int=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_int=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
++echo "${ECHO_T}$ac_cv_type_int" >&6
++
++echo "$as_me:$LINENO: checking size of int" >&5
++echo $ECHO_N "checking size of int... $ECHO_C" >&6
++if test "${ac_cv_sizeof_int+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_int" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_int=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (int)); }
++unsigned long ulongval () { return (long) (sizeof (int)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (int))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (int))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (int))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_int=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_int=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
++echo "${ECHO_T}$ac_cv_sizeof_int" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_INT $ac_cv_sizeof_int
++_ACEOF
++
++   echo "$as_me:$LINENO: checking for short" >&5
++echo $ECHO_N "checking for short... $ECHO_C" >&6
++if test "${ac_cv_type_short+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((short *) 0)
++  return 0;
++if (sizeof (short))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_short=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_short=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
++echo "${ECHO_T}$ac_cv_type_short" >&6
++
++echo "$as_me:$LINENO: checking size of short" >&5
++echo $ECHO_N "checking size of short... $ECHO_C" >&6
++if test "${ac_cv_sizeof_short+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_short" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_short=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (short)); }
++unsigned long ulongval () { return (long) (sizeof (short)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (short))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (short))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (short))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_short=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_short=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
++echo "${ECHO_T}$ac_cv_sizeof_short" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_SHORT $ac_cv_sizeof_short
++_ACEOF
++
++  echo "$as_me:$LINENO: checking for long" >&5
++echo $ECHO_N "checking for long... $ECHO_C" >&6
++if test "${ac_cv_type_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((long *) 0)
++  return 0;
++if (sizeof (long))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_long=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_long=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
++echo "${ECHO_T}$ac_cv_type_long" >&6
++
++echo "$as_me:$LINENO: checking size of long" >&5
++echo $ECHO_N "checking size of long... $ECHO_C" >&6
++if test "${ac_cv_sizeof_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_long" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_long=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (long)); }
++unsigned long ulongval () { return (long) (sizeof (long)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (long))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (long))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (long))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_long=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_long=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
++echo "${ECHO_T}$ac_cv_sizeof_long" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_LONG $ac_cv_sizeof_long
++_ACEOF
++
++  echo "$as_me:$LINENO: checking for char *" >&5
++echo $ECHO_N "checking for char *... $ECHO_C" >&6
++if test "${ac_cv_type_char_p+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((char * *) 0)
++  return 0;
++if (sizeof (char *))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_char_p=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_char_p=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
++echo "${ECHO_T}$ac_cv_type_char_p" >&6
++
++echo "$as_me:$LINENO: checking size of char *" >&5
++echo $ECHO_N "checking size of char *... $ECHO_C" >&6
++if test "${ac_cv_sizeof_char_p+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_char_p" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_char_p=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (char *)); }
++unsigned long ulongval () { return (long) (sizeof (char *)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (char *))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (char *))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (char *))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_char_p=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_char_p=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
++echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
++_ACEOF
++
++
++   
++echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  
++LIBDL="-ldl"
++ac_cv_have_dlfcn=yes
++
++fi
++
++
++echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
++echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_unload+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_unload ();
++int
++main ()
++{
++shl_unload ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_unload=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_unload=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6
++if test $ac_cv_lib_dld_shl_unload = yes; then
++  
++LIBDL="-ldld"
++ac_cv_have_shload=yes
++
++fi
++
++
++
++
++   
++  
++  
++  echo "$as_me:$LINENO: checking for size_t" >&5
++echo $ECHO_N "checking for size_t... $ECHO_C" >&6
++if test "${ac_cv_type_size_t+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((size_t *) 0)
++  return 0;
++if (sizeof (size_t))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_size_t=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_size_t=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
++echo "${ECHO_T}$ac_cv_type_size_t" >&6
++
++echo "$as_me:$LINENO: checking size of size_t" >&5
++echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
++if test "${ac_cv_sizeof_size_t+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_size_t" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_size_t=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (size_t)); }
++unsigned long ulongval () { return (long) (sizeof (size_t)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (size_t))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (size_t))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (size_t))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_size_t=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_size_t=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
++echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
++_ACEOF
++
++
++  echo "$as_me:$LINENO: checking for unsigned long" >&5
++echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6
++if test "${ac_cv_type_unsigned_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((unsigned long *) 0)
++  return 0;
++if (sizeof (unsigned long))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_unsigned_long=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_unsigned_long=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
++echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
++
++echo "$as_me:$LINENO: checking size of unsigned long" >&5
++echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6
++if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_unsigned_long" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (unsigned long)); }
++unsigned long ulongval () { return (long) (sizeof (unsigned long)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (unsigned long))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (unsigned long))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (unsigned long))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_unsigned_long=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_unsigned_long=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
++echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
++_ACEOF
++
++
++
++  echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
++echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++    #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
++       choke me
++    #endif
++    
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++
++      echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++      { { echo "$as_me:$LINENO: error: 
++       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
++       does not apply. Please mail kde-devel at kde.org with a description of your system!
++      " >&5
++echo "$as_me: error: 
++       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
++       does not apply. Please mail kde-devel at kde.org with a description of your system!
++      " >&2;}
++   { (exit 1); exit 1; }; }
++  
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++
++# darwin needs this to initialize the environment
++
++for ac_header in crt_externs.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
++echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6
++if test "${ac_cv_func__NSGetEnviron+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define _NSGetEnviron innocuous__NSGetEnviron
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char _NSGetEnviron (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef _NSGetEnviron
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char _NSGetEnviron ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
++choke me
++#else
++char (*f) () = _NSGetEnviron;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != _NSGetEnviron;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func__NSGetEnviron=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func__NSGetEnviron=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
++echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6
++if test $ac_cv_func__NSGetEnviron = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_NSGETENVIRON 1
++_ACEOF
++
++fi
++
++ 
++
++
++
++
++
++
++
++
++for ac_func in vsnprintf snprintf
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++
++
++
++
++
++
++
++# Check whether --enable-embedded or --disable-embedded was given.
++if test "${enable_embedded+set}" = set; then
++  enableval="$enable_embedded"
++  kde_use_qt_emb=$enableval
++else
++  kde_use_qt_emb=no
++
++fi; 
++
++# Check whether --enable-qtopia or --disable-qtopia was given.
++if test "${enable_qtopia+set}" = set; then
++  enableval="$enable_qtopia"
++  kde_use_qt_emb_palm=$enableval
++else
++  kde_use_qt_emb_palm=no
++
++fi; 
++
++# Check whether --enable-mac or --disable-mac was given.
++if test "${enable_mac+set}" = set; then
++  enableval="$enable_mac"
++  kde_use_qt_mac=$enableval
++else
++  kde_use_qt_mac=no
++
++fi; 
++
++# used to disable x11-specific stuff on special platforms
++ 
++
++if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
++  include_x11_TRUE=
++  include_x11_FALSE='#'
++else
++  include_x11_TRUE='#'
++  include_x11_FALSE=
++fi
++
++
++if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
++
++echo "$as_me:$LINENO: checking for X" >&5
++echo $ECHO_N "checking for X... $ECHO_C" >&6
++
++if test "${kde_cv_have_x+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # One or both of the vars are not set, and there is no cached value.
++if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
++   kde_x_includes=NO
++else
++   kde_x_includes=$x_includes
++fi
++if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
++   kde_x_libraries=NO
++else
++   kde_x_libraries=$x_libraries
++fi
++
++# below we use the standard autoconf calls
++ac_x_libraries=$kde_x_libraries
++ac_x_includes=$kde_x_includes
++
++
++
++
++if test "$ac_x_includes" = NO; then
++  # Guess where to find include files, by looking for this one X11 .h file.
++  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
++
++  # First, try using that file with no special directory specified.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <$x_direct_test_include>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # We can compile using X headers with no special include directory.
++ac_x_includes=
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Look for the header file in a standard set of common directories.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++  for ac_dir in               \
++    /usr/X11/include          \
++    /usr/X11R6/include        \
++    /usr/X11R5/include        \
++    /usr/X11R4/include        \
++                              \
++    /usr/include/X11          \
++    /usr/include/X11R6        \
++    /usr/include/X11R5        \
++    /usr/include/X11R4        \
++                              \
++    /usr/local/X11/include    \
++    /usr/local/X11R6/include  \
++    /usr/local/X11R5/include  \
++    /usr/local/X11R4/include  \
++                              \
++    /usr/local/include/X11    \
++    /usr/local/include/X11R6  \
++    /usr/local/include/X11R5  \
++    /usr/local/include/X11R4  \
++                              \
++    /usr/X386/include         \
++    /usr/x386/include         \
++    /usr/XFree86/include/X11  \
++                              \
++    /usr/include              \
++    /usr/local/include        \
++    /usr/unsupported/include  \
++    /usr/athena/include       \
++    /usr/local/x11r5/include  \
++    /usr/lpp/Xamples/include  \
++                              \
++    /usr/openwin/include      \
++    /usr/openwin/share/include \
++    ; \
++  do
++    if test -r "$ac_dir/$x_direct_test_include"; then
++      ac_x_includes=$ac_dir
++      break
++    fi
++  done
++fi
++rm -f conftest.err conftest.$ac_ext
++fi # $ac_x_includes = NO
++
++if test "$ac_x_libraries" = NO; then
++  # Check for the libraries.
++
++  test -z "$x_direct_test_library" && x_direct_test_library=Xt
++  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
++
++  # See if we find them without any special options.
++  # Don't add to $LIBS permanently.
++  ac_save_LIBS="$LIBS"
++  LIBS="-l$x_direct_test_library $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <X11/Intrinsic.h>
++int
++main ()
++{
++${x_direct_test_function}(1)
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  LIBS="$ac_save_LIBS"
++# We can link X programs with no special library path.
++ac_x_libraries=
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++LIBS="$ac_save_LIBS"
++# First see if replacing the include by lib works.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
++    /usr/X11/lib${kdelibsuff}           \
++    /usr/X11R6/lib${kdelibsuff}         \
++    /usr/X11R5/lib${kdelibsuff}         \
++    /usr/X11R4/lib${kdelibsuff}         \
++                                        \
++    /usr/lib${kdelibsuff}/X11           \
++    /usr/lib${kdelibsuff}/X11R6         \
++    /usr/lib${kdelibsuff}/X11R5         \
++    /usr/lib${kdelibsuff}/X11R4         \
++                                        \
++    /usr/local/X11/lib${kdelibsuff}     \
++    /usr/local/X11R6/lib${kdelibsuff}   \
++    /usr/local/X11R5/lib${kdelibsuff}   \
++    /usr/local/X11R4/lib${kdelibsuff}   \
++                                        \
++    /usr/local/lib${kdelibsuff}/X11     \
++    /usr/local/lib${kdelibsuff}/X11R6   \
++    /usr/local/lib${kdelibsuff}/X11R5   \
++    /usr/local/lib${kdelibsuff}/X11R4   \
++                                        \
++    /usr/X386/lib${kdelibsuff}          \
++    /usr/x386/lib${kdelibsuff}          \
++    /usr/XFree86/lib${kdelibsuff}/X11   \
++                                        \
++    /usr/lib${kdelibsuff}               \
++    /usr/local/lib${kdelibsuff}         \
++    /usr/unsupported/lib${kdelibsuff}   \
++    /usr/athena/lib${kdelibsuff}        \
++    /usr/local/x11r5/lib${kdelibsuff}   \
++    /usr/lpp/Xamples/lib${kdelibsuff}   \
++    /lib/usr/lib${kdelibsuff}/X11       \
++                                        \
++    /usr/openwin/lib${kdelibsuff}       \
++    /usr/openwin/share/lib${kdelibsuff} \
++    ; \
++do
++  for ac_extension in a so sl; do
++    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
++      ac_x_libraries=$ac_dir
++      break 2
++    fi
++  done
++done
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi # $ac_x_libraries = NO
++
++case "$host" in
++mips-sgi-irix6*)
++  ;;
++*-*-solaris*)
++  ;;
++*)
++  rm -fr conftest.dir
++if mkdir conftest.dir; then
++  cd conftest.dir
++  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
++  cat >Imakefile <<'_ACEOF'
++acfindx:
++	@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
++_ACEOF
++  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
++    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
++    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
++    for ac_extension in a so sl; do
++      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
++	 test -f $ac_im_libdir/libX11.$ac_extension; then
++	ac_im_usrlibdir=$ac_im_libdir; break
++      fi
++    done
++    # Screen out bogus values from the imake configuration.  They are
++    # bogus both because they are the default anyway, and because
++    # using them would break gcc on systems where it needs fixed includes.
++    case $ac_im_incroot in
++	/usr/include) ;;
++	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
++    esac
++    case $ac_im_usrlibdir in
++	/usr/lib | /lib) ;;
++	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
++    esac
++  fi
++  cd ..
++  rm -fr conftest.dir
++fi
++
++  if test -z "$ac_x_includes"; then
++    ac_x_includes="."
++  fi
++  if test -z "$ac_x_libraries"; then
++    ac_x_libraries="/usr/lib${kdelibsuff}"
++  fi
++esac
++#from now on we use our own again
++
++# when the user already gave --x-includes, we ignore
++# what the standard autoconf macros told us.
++if test "$kde_x_includes" = NO; then
++  kde_x_includes=$ac_x_includes
++fi
++
++# for --x-libraries too
++if test "$kde_x_libraries" = NO; then
++  kde_x_libraries=$ac_x_libraries
++fi
++
++if test "$kde_x_includes" = NO; then
++  { { echo "$as_me:$LINENO: error: Can't find X includes. Please check your installation and add the correct paths!" >&5
++echo "$as_me: error: Can't find X includes. Please check your installation and add the correct paths!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if test "$kde_x_libraries" = NO; then
++  { { echo "$as_me:$LINENO: error: Can't find X libraries. Please check your installation and add the correct paths!" >&5
++echo "$as_me: error: Can't find X libraries. Please check your installation and add the correct paths!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++# Record where we found X for the cache.
++kde_cv_have_x="have_x=yes \
++         kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
++
++fi
++
++eval "$kde_cv_have_x"
++
++if test "$have_x" != yes; then
++  echo "$as_me:$LINENO: result: $have_x" >&5
++echo "${ECHO_T}$have_x" >&6
++  no_x=yes
++else
++  echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
++echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6
++fi
++
++if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
++  X_INCLUDES=""
++  x_includes=".";  else
++  x_includes=$kde_x_includes
++  X_INCLUDES="-I$x_includes"
++fi
++
++if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then
++  X_LDFLAGS=""
++  x_libraries="/usr/lib";  else
++  x_libraries=$kde_x_libraries
++  X_LDFLAGS="-L$x_libraries"
++fi
++all_includes="$X_INCLUDES"
++all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
++
++# Check for libraries that X11R6 Xt/Xaw programs need.
++ac_save_LDFLAGS="$LDFLAGS"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
++# check for ICE first), but we must link in the order -lSM -lICE or
++# we get undefined symbols.  So assume we have SM if we have ICE.
++# These have to be linked with before -lX11, unlike the other
++# libraries we check for below, so use a different variable.
++#  --interran at uluru.Stanford.EDU, kb at cs.umb.edu.
++echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
++echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
++if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lICE $X_EXTRA_LIBS $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char IceConnectionNumber ();
++int
++main ()
++{
++IceConnectionNumber ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_ICE_IceConnectionNumber=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_ICE_IceConnectionNumber=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
++echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
++if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
++  LIBSM="-lSM -lICE"
++fi
++
++LDFLAGS="$ac_save_LDFLAGS"
++
++LIB_X11='-lX11 $(LIBSOCKET)'
++
++echo "$as_me:$LINENO: checking for libXext" >&5
++echo $ECHO_N "checking for libXext... $ECHO_C" >&6
++if test "${kde_cv_have_libXext+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_ldflags_safe="$LDFLAGS"
++kde_libs_safe="$LIBS"
++
++LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
++LIBS="-lXext -lX11 $LIBSOCKET"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <stdio.h>
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++
++int
++main ()
++{
++
++printf("hello Xext\n");
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_have_libXext=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_have_libXext=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++
++LDFLAGS=$kde_ldflags_safe
++LIBS=$kde_libs_safe
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
++echo "${ECHO_T}$kde_cv_have_libXext" >&6
++
++if test "$kde_cv_have_libXext" = "no"; then
++  { { echo "$as_me:$LINENO: error: We need a working libXext to proceed. Since configure
++can't find it itself, we stop here assuming that make wouldn't find
++them either." >&5
++echo "$as_me: error: We need a working libXext to proceed. Since configure
++can't find it itself, we stop here assuming that make wouldn't find
++them either." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++LIB_XEXT="-lXext"
++QTE_NORTTI=""
++
++elif test "$kde_use_qt_emb" = "yes"; then
++    CPPFLAGS=-DQWS
++  CXXFLAGS="$CXXFLAGS -fno-rtti"
++  QTE_NORTTI="-fno-rtti -DQWS"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++elif test "$kde_use_qt_mac" = "yes"; then
++      CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
++  CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++fi
++
++
++
++
++
++
++
++
++
++
++
++
++
++                LIBPTHREAD=""
++
++  if test -n "$PTHREAD_LIBS"; then
++    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
++      LIBPTHREAD="PTHREAD"
++    else
++      PTHREAD_LIBS_save="$PTHREAD_LIBS"
++      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
++      echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
++echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
++      
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
++echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Lib+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-l$PTHREAD_LIBS  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char pthread_create ();
++int
++main ()
++{
++pthread_create ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_Lib=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_Lib=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
++if test `eval echo '${'$as_ac_Lib'}'` = yes; then
++  LIBPTHREAD="$PTHREAD_LIBS_save"
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++      PTHREAD_LIBS="$PTHREAD_LIBS_save"
++    fi
++  fi
++
++    if test -z "$LIBPTHREAD"; then
++    echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
++echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
++if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lpthread  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char pthread_create ();
++int
++main ()
++{
++pthread_create ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_pthread_pthread_create=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_pthread_pthread_create=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
++echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
++if test $ac_cv_lib_pthread_pthread_create = yes; then
++  LIBPTHREAD="-lpthread"
++fi
++
++  fi
++
++    if test -z "$LIBPTHREAD" ; then
++    echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
++echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
++    kde_safe_libs=$LIBS
++    LIBS="$LIBS -lpthread"
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <pthread.h>
++int
++main ()
++{
++(void)pthread_create(0,0,0,0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++        echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        LIBPTHREAD="-lpthread"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++    LIBS=$kde_safe_libs
++  fi
++
++    if test "x$LIBPTHREAD" = "xPTHREAD" ; then
++    LIBPTHREAD=""
++  fi
++
++  
++
++
++      USE_THREADS=""
++      if test -z "$LIBPTHREAD"; then
++        
++echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
++echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6
++kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -pthread"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ USE_THREADS="-D_THREAD_SAFE -pthread"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++      fi
++
++    
++
++    case $host_os in
++ 	solaris*)
++		
++echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
++echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6
++kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -mt"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ USE_THREADS="-mt"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
++    		;;
++        freebsd*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
++                ;;
++        aix*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
++                LIBPTHREAD="$LIBPTHREAD -lc_r"
++                ;;
++        linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
++                if test "$CXX" = "KCC"; then
++                  CXXFLAGS="$CXXFLAGS --thread_safe"
++		  NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
++                fi
++                ;;
++	*)
++		;;
++    esac
++    
++    
++
++
++echo "$as_me:$LINENO: checking for extra includes" >&5
++echo $ECHO_N "checking for extra includes... $ECHO_C" >&6
++
++# Check whether --with-extra-includes or --without-extra-includes was given.
++if test "${with_extra_includes+set}" = set; then
++  withval="$with_extra_includes"
++  kde_use_extra_includes="$withval"
++else
++  kde_use_extra_includes=NONE
++
++fi; 
++kde_extra_includes=
++if test -n "$kde_use_extra_includes" && \
++   test "$kde_use_extra_includes" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_includes; do
++     kde_extra_includes="$kde_extra_includes $dir"
++     USER_INCLUDES="$USER_INCLUDES -I$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_includes="added"
++else
++   kde_use_extra_includes="no"
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
++echo "${ECHO_T}$kde_use_extra_includes" >&6
++
++kde_extra_libs=
++echo "$as_me:$LINENO: checking for extra libs" >&5
++echo $ECHO_N "checking for extra libs... $ECHO_C" >&6
++
++# Check whether --with-extra-libs or --without-extra-libs was given.
++if test "${with_extra_libs+set}" = set; then
++  withval="$with_extra_libs"
++  kde_use_extra_libs=$withval
++else
++  kde_use_extra_libs=NONE
++
++fi; 
++if test -n "$kde_use_extra_libs" && \
++   test "$kde_use_extra_libs" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_libs; do
++     kde_extra_libs="$kde_extra_libs $dir"
++     KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
++     USER_LDFLAGS="$USER_LDFLAGS -L$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_libs="added"
++else
++   kde_use_extra_libs="no"
++fi
++
++
++
++echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
++echo "${ECHO_T}$kde_use_extra_libs" >&6
++
++
++
++
++echo "$as_me:$LINENO: checking for libz" >&5
++echo $ECHO_N "checking for libz... $ECHO_C" >&6
++if test "${ac_cv_lib_z+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include<zlib.h>
++
++int
++main ()
++{
++
++  char buf[42];
++  gzFile f = (gzFile) 0;
++  /* this would segfault.. but we only link, don't run */
++  (void) gzgets(f, buf, sizeof(buf));
++
++  return (zlibVersion() == ZLIB_VERSION); 
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_z='-lz'"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_z=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++
++fi
++if test ! "$ac_cv_lib_z" = no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBZ 1
++_ACEOF
++
++  LIBZ="$ac_cv_lib_z"
++  echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
++echo "${ECHO_T}$ac_cv_lib_z" >&6
++else
++  { { echo "$as_me:$LINENO: error: not found. 
++          Possibly configure picks up an outdated version
++          installed by XFree86. Remove it from your system.
++
++          Check your installation and look into config.log" >&5
++echo "$as_me: error: not found. 
++          Possibly configure picks up an outdated version
++          installed by XFree86. Remove it from your system.
++
++          Check your installation and look into config.log" >&2;}
++   { (exit 1); exit 1; }; }
++  LIBZ=""
++fi
++
++
++
++
++
++echo "$as_me:$LINENO: checking for libpng" >&5
++echo $ECHO_N "checking for libpng... $ECHO_C" >&6
++if test "${ac_cv_lib_png+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
++else
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
++fi
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++    
++    #include<png.h>
++    
++int
++main ()
++{
++
++    png_structp png_ptr = png_create_read_struct(  /* image ptr */
++		PNG_LIBPNG_VER_STRING, 0, 0, 0 );
++    return( png_ptr != 0 );
++    
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_png=no"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++
++fi
++if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBPNG 1
++_ACEOF
++
++  LIBPNG="$ac_cv_lib_png"
++  
++  echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
++echo "${ECHO_T}$ac_cv_lib_png" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  LIBPNG=""
++  
++fi
++
++
++
++echo "$as_me:$LINENO: checking for libjpeg6b" >&5
++echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6
++if test "${ac_cv_lib_jpeg_6b+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -ljpeg6b -lm"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Override any gcc2 internal prototype to avoid an error.  */
++struct jpeg_decompress_struct;
++typedef struct jpeg_decompress_struct * j_decompress_ptr;
++typedef int size_t;
++#ifdef __cplusplus
++extern "C" {
++#endif
++    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
++                                    int version, size_t structsize);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++
++int
++main ()
++{
++jpeg_CreateDecompress(0L, 0, 0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_jpeg_6b=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$ac_save_LIBS"
++CFLAGS="$ac_save_CFLAGS"
++
++fi
++
++
++if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then
++  LIBJPEG="$ac_cv_lib_jpeg_6b"
++  echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
++echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++echo "$as_me:$LINENO: checking for libjpeg" >&5
++echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6
++if test "${ac_cv_lib_jpeg_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Override any gcc2 internal prototype to avoid an error.  */
++struct jpeg_decompress_struct;
++typedef struct jpeg_decompress_struct * j_decompress_ptr;
++typedef int size_t;
++#ifdef __cplusplus
++extern "C" {
++#endif
++    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
++                                    int version, size_t structsize);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++
++int
++main ()
++{
++jpeg_CreateDecompress(0L, 0, 0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_jpeg_normal=-ljpeg"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_jpeg_normal=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$ac_save_LIBS"
++CFLAGS="$ac_save_CFLAGS"
++
++fi
++
++
++if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
++  LIBJPEG="$ac_cv_lib_jpeg_normal"
++  echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
++echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++       LIBJPEG=
++    
++   
++fi
++
++
++
++fi
++
++
++
++jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
++
++jpeg_incdir=NO
++for i in $jpeg_incdirs;
++do
++  for j in jpeglib.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      jpeg_incdir=$i
++      break 2
++    fi
++  done
++done
++
++test "x$jpeg_incdir" = xNO && jpeg_incdir=
++
++if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBJPEG 1
++_ACEOF
++
++else
++  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
++    { echo "$as_me:$LINENO: WARNING: 
++There is an installation error in jpeg support. You seem to have only one
++of either the headers _or_ the libraries installed. You may need to either
++provide correct --with-extra-... options, or the development package of
++libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
++Disabling JPEG support.
++" >&5
++echo "$as_me: WARNING: 
++There is an installation error in jpeg support. You seem to have only one
++of either the headers _or_ the libraries installed. You may need to either
++provide correct --with-extra-... options, or the development package of
++libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
++Disabling JPEG support.
++" >&2;}
++  else
++    { echo "$as_me:$LINENO: WARNING: libjpeg not found. disable JPEG support." >&5
++echo "$as_me: WARNING: libjpeg not found. disable JPEG support." >&2;}
++  fi
++  jpeg_incdir=
++  LIBJPEG=
++fi
++
++
++
++
++
++
++	
++   echo "$as_me:$LINENO: checking for perl" >&5
++echo $ECHO_N "checking for perl... $ECHO_C" >&6
++   if test -n "$PERL"; then
++        kde_cv_path="$PERL";
++   else
++        kde_cache=`echo perl | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$bindir $exec_prefix/bin $prefix/bin $dirs"
++        else  	  dirs="$dirs $bindir $exec_prefix/bin $prefix/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/perl"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/perl  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/perl"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/perl"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++		    { { echo "$as_me:$LINENO: error: No Perl found in your $PATH.
++We need perl to generate some code." >&5
++echo "$as_me: error: No Perl found in your $PATH.
++We need perl to generate some code." >&2;}
++   { (exit 1); exit 1; }; }
++	
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      PERL=$kde_cv_path
++
++   fi
++
++    
++
++
++
++
++
++
++
++
++# Check whether --enable-mt or --disable-mt was given.
++if test "${enable_mt+set}" = set; then
++  enableval="$enable_mt"
++  kde_use_qt_mt=$enableval
++else
++  
++    if test $kde_qtver = 3; then
++      kde_use_qt_mt=yes
++    else
++      kde_use_qt_mt=no
++    fi
++  
++
++fi; 
++
++USING_QT_MT=""
++
++
++KDE_MT_LDFLAGS=
++KDE_MT_LIBS=
++if test "x$kde_use_qt_mt" = "xyes"; then
++  
++  
++  
++    if test -z "$LIBPTHREAD"; then
++    if test -z "$USE_THREADS"; then
++      kde_check_threading_default=no
++    else
++      kde_check_threading_default=yes
++    fi
++  else
++    kde_check_threading_default=yes
++  fi
++  # Check whether --enable-threading or --disable-threading was given.
++if test "${enable_threading+set}" = set; then
++  enableval="$enable_threading"
++  kde_use_threading=$enableval
++else
++  kde_use_threading=$kde_check_threading_default
++fi; 
++  if test "x$kde_use_threading" = "xyes"; then
++    
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_LIBPTHREAD 1
++_ACEOF
++
++  fi
++
++  if test "x$kde_use_threading" = "xyes"; then
++    CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
++    KDE_MT_LDFLAGS="$USE_THREADS"
++    KDE_MT_LIBS="$LIBPTHREAD"
++  else
++    kde_use_qt_mt=no
++  fi
++fi
++
++
++
++kde_qt_was_given=yes
++
++if test -z "$LIBQT_GLOB"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    LIBQT_GLOB="libqte.*"
++  else
++    LIBQT_GLOB="libqt.*"
++  fi
++fi
++
++if test -z "$LIBQT"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    qtlib="qte"
++  else
++    qtlib="qt"
++  fi
++
++  kde_int_qt="-l$qtlib"
++else
++  kde_int_qt="$LIBQT"
++  kde_lib_qt_set=yes
++fi
++
++if test -z "$LIBQPE"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    if test "x$kde_use_qt_emb_palm" = "xyes"; then
++      LIB_QPE="-lqpe"
++    else
++      LIB_QPE=""
++    fi
++  else
++    LIB_QPE=""
++  fi
++fi
++
++
++if test "x$kde_use_qt_mt" = "xyes"; then
++  LIBQT="-l$qtlib-mt"
++  kde_int_qt="-l$qtlib-mt"
++  LIBQT_GLOB="lib$qtlib-mt.*"
++  USING_QT_MT="using -mt"
++else
++  LIBQT="-l$qtlib"
++fi
++
++if test $kde_qtver != 1; then
++
++  
++  
++  LIBQT="$LIBQT $LIBPNG $LIBJPEG"
++fi
++
++if test $kde_qtver = 3; then
++  
++  LIBQT="$LIBQT $LIBDL"
++fi
++
++echo "$as_me:$LINENO: checking for Qt" >&5
++echo $ECHO_N "checking for Qt... $ECHO_C" >&6
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
++fi
++ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
++qt_libraries=""
++qt_includes=""
++
++# Check whether --with-qt-dir or --without-qt-dir was given.
++if test "${with_qt_dir+set}" = set; then
++  withval="$with_qt_dir"
++    ac_qt_includes="$withval"/include
++       ac_qt_libraries="$withval"/lib${kdelibsuff}
++       ac_qt_bindir="$withval"/bin
++    
++fi; 
++
++
++# Check whether --with-qt-includes or --without-qt-includes was given.
++if test "${with_qt_includes+set}" = set; then
++  withval="$with_qt_includes"
++  
++       ac_qt_includes="$withval"
++    
++fi; 
++
++kde_qt_libs_given=no
++
++
++# Check whether --with-qt-libraries or --without-qt-libraries was given.
++if test "${with_qt_libraries+set}" = set; then
++  withval="$with_qt_libraries"
++    ac_qt_libraries="$withval"
++       kde_qt_libs_given=yes
++    
++fi; 
++
++if test "${ac_cv_have_qt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  #try to guess Qt locations
++
++qt_incdirs=""
++for dir in $kde_qt_dirs; do
++   qt_incdirs="$qt_incdirs $dir/include $dir"
++done
++qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
++if test ! "$ac_qt_includes" = "NO"; then
++   qt_incdirs="$ac_qt_includes $qt_incdirs"
++fi
++
++if test "$kde_qtver" != "1"; then
++  kde_qt_header=qstyle.h
++else
++  kde_qt_header=qglobal.h
++fi
++
++
++qt_incdir=NO
++for i in $qt_incdirs;
++do
++  for j in $kde_qt_header;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      qt_incdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_qt_includes="$qt_incdir"
++
++qt_libdirs=""
++for dir in $kde_qt_dirs; do
++   qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
++done
++qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
++if test ! "$ac_qt_libraries" = "NO"; then
++  qt_libdir=$ac_qt_libraries
++else
++  qt_libdirs="$ac_qt_libraries $qt_libdirs"
++  # if the Qt was given, the chance is too big that libqt.* doesn't exist
++  qt_libdir=NONE
++  for dir in $qt_libdirs; do
++    try="ls -1 $dir/${LIBQT_GLOB}"
++    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
++  done
++fi
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++    LIBQT="$LIBQT ${kde_int_qt}_incremental"
++    break
++  fi
++done
++
++ac_qt_libraries="$qt_libdir"
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
++LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
++LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
++
++
++
++cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qglobal.h>
++#include <qapplication.h>
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qevent.h>
++#include <qstring.h>
++#include <qstyle.h>
++EOF
++
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++#if QT_VERSION < 210
++#error 1
++#endif
++EOF
++fi
++fi
++
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qcursor.h>
++#include <qstylefactory.h>
++#include <private/qucomextra_p.h>
++EOF
++fi
++
++echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
++cat >> conftest.$ac_ext <<EOF
++#error 1
++#endif
++
++int main() {
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++    QStringList *t = new QStringList();
++    Q_UNUSED(t);
++EOF
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++    QString s;
++    s.setLatin1("Elvis is alive", 14);
++EOF
++fi
++fi
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++    (void)QStyleFactory::create(QString::null);
++    QCursor c(Qt::WhatsThisCursor);
++EOF
++fi
++cat >> conftest.$ac_ext <<EOF
++    return 0;
++}
++EOF
++
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  rm -f conftest*
++else
++  echo "configure: failed program was:" >&5
++  cat conftest.$ac_ext >&5
++  ac_qt_libraries="NO"
++fi
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
++  ac_cv_have_qt="have_qt=no"
++  ac_qt_notfound=""
++  missing_qt_mt=""
++  if test "$ac_qt_includes" = NO; then
++    if test "$ac_qt_libraries" = NO; then
++      ac_qt_notfound="(headers and libraries)";
++    else
++      ac_qt_notfound="(headers)";
++    fi
++  else
++    if test "x$kde_use_qt_mt" = "xyes"; then
++       missing_qt_mt="
++Make sure that you have compiled Qt with thread support!"
++       ac_qt_notfound="(library $qtlib-mt)";
++    else
++       ac_qt_notfound="(library $qtlib)";
++    fi
++  fi
++
++  { { echo "$as_me:$LINENO: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
++For more details about this problem, look at the end of config.log.$missing_qt_mt" >&5
++echo "$as_me: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
++For more details about this problem, look at the end of config.log.$missing_qt_mt" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  have_qt="yes"
++fi
++
++fi
++
++
++eval "$ac_cv_have_qt"
++
++if test "$have_qt" != yes; then
++  echo "$as_me:$LINENO: result: $have_qt" >&5
++echo "${ECHO_T}$have_qt" >&6;
++else
++  ac_cv_have_qt="have_qt=yes \
++    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
++  echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
++echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6
++
++  qt_libraries="$ac_qt_libraries"
++  qt_includes="$ac_qt_includes"
++fi
++
++if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
++     
++
++echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
++echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6
++if test "${kde_cv_qt_direct+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
++ac_LIBRARY_PATH="$LIBRARY_PATH"
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_includes"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
++else
++LIBS="$LIBQT $LIBSOCKET"
++fi
++LD_LIBRARY_PATH=
++export LD_LIBRARY_PATH
++LIBRARY_PATH=
++export LIBRARY_PATH
++
++
++
++cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qglobal.h>
++#include <qapplication.h>
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qevent.h>
++#include <qstring.h>
++#include <qstyle.h>
++EOF
++
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++#if QT_VERSION < 210
++#error 1
++#endif
++EOF
++fi
++fi
++
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qcursor.h>
++#include <qstylefactory.h>
++#include <private/qucomextra_p.h>
++EOF
++fi
++
++echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
++cat >> conftest.$ac_ext <<EOF
++#error 1
++#endif
++
++int main() {
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++    QStringList *t = new QStringList();
++    Q_UNUSED(t);
++EOF
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++    QString s;
++    s.setLatin1("Elvis is alive", 14);
++EOF
++fi
++fi
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++    (void)QStyleFactory::create(QString::null);
++    QCursor c(Qt::WhatsThisCursor);
++EOF
++fi
++cat >> conftest.$ac_ext <<EOF
++    return 0;
++}
++EOF
++
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  kde_cv_qt_direct="yes"
++else
++  kde_cv_qt_direct="no"
++  echo "configure: failed program was:" >&5
++  cat conftest.$ac_ext >&5
++fi
++
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
++export LD_LIBRARY_PATH
++LIBRARY_PATH="$ac_LIBRARY_PATH"
++export LIBRARY_PATH
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++if test "$kde_cv_qt_direct" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  qt_libraries= 
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++
++
++if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
++ QT_INCLUDES=""
++else
++ QT_INCLUDES="-I$qt_includes"
++ all_includes="$QT_INCLUDES $all_includes"
++fi
++
++if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
++ QT_LDFLAGS=""
++else
++ QT_LDFLAGS="-L$qt_libraries"
++ all_libraries="$QT_LDFLAGS $all_libraries"
++fi
++test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
++
++
++
++
++   
++   qt_bindirs=""
++   for dir in $kde_qt_dirs; do
++      qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
++   done
++   qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
++   if test ! "$ac_qt_bindir" = "NO"; then
++      qt_bindirs="$ac_qt_bindir $qt_bindirs"
++   fi
++
++   
++   echo "$as_me:$LINENO: checking for moc" >&5
++echo $ECHO_N "checking for moc... $ECHO_C" >&6
++   if test -n "$MOC"; then
++        kde_cv_path="$MOC";
++   else
++        kde_cache=`echo moc | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$qt_bindirs $dirs"
++        else  	  dirs="$dirs $qt_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/moc"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/moc  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/moc"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/moc"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found!
++Please check whether you installed Qt correctly.
++You need to have a running moc binary.
++configure tried to run $ac_cv_path_moc and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable MOC to the right one before running
++configure.
++" >&5
++echo "$as_me: error: No Qt meta object compiler (moc) found!
++Please check whether you installed Qt correctly.
++You need to have a running moc binary.
++configure tried to run $ac_cv_path_moc and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable MOC to the right one before running
++configure.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MOC=$kde_cv_path
++
++   fi
++
++   if test -z "$UIC_NOT_NEEDED"; then
++     
++   echo "$as_me:$LINENO: checking for uic" >&5
++echo $ECHO_N "checking for uic... $ECHO_C" >&6
++   if test -n "$UIC_PATH"; then
++        kde_cv_path="$UIC_PATH";
++   else
++        kde_cache=`echo uic | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$qt_bindirs $dirs"
++        else  	  dirs="$dirs $qt_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/uic"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/uic  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/uic"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/uic"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      UIC_PATH=""
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      UIC_PATH=$kde_cv_path
++
++   fi
++
++     if test -z "$UIC_PATH" ; then
++       
++    { echo "$as_me:$LINENO: WARNING: No Qt ui compiler (uic) found!
++Please check whether you installed Qt correctly.
++You need to have a running uic binary.
++configure tried to run $ac_cv_path_uic and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable UIC to the right one before running
++configure.
++" >&5
++echo "$as_me: WARNING: No Qt ui compiler (uic) found!
++Please check whether you installed Qt correctly.
++You need to have a running uic binary.
++configure tried to run $ac_cv_path_uic and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable UIC to the right one before running
++configure.
++" >&2;}
++
++       exit 1
++     else
++       UIC=$UIC_PATH
++
++       if test $kde_qtver = 3; then
++         
++    echo "$as_me:$LINENO: checking whether uic supports -L " >&5
++echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6
++    kde_cache=`echo L | sed 'y% .=/+-%____p_%'`
++    if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        cat >conftest.ui <<EOT
++        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
++EOT
++        ac_uic_testrun="$UIC_PATH -L /nonexistent conftest.ui >/dev/null"
++        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
++  (eval $ac_uic_testrun) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++            eval "kde_cv_prog_uic_$kde_cache=yes"
++        else
++            eval "kde_cv_prog_uic_$kde_cache=no"
++        fi
++        rm -f conftest*
++    
++fi
++
++
++    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
++        echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        :
++        ac_uic_supports_libpath=yes
++    else
++        echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++        :
++        ac_uic_supports_libpath=no
++    fi
++
++         
++    echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
++echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6
++    kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'`
++    if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        cat >conftest.ui <<EOT
++        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
++EOT
++        ac_uic_testrun="$UIC_PATH -nounload  conftest.ui >/dev/null"
++        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
++  (eval $ac_uic_testrun) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++            eval "kde_cv_prog_uic_$kde_cache=yes"
++        else
++            eval "kde_cv_prog_uic_$kde_cache=no"
++        fi
++        rm -f conftest*
++    
++fi
++
++
++    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
++        echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        :
++        ac_uic_supports_nounload=yes
++    else
++        echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++        :
++        ac_uic_supports_nounload=no
++    fi
++
++
++         if test x$ac_uic_supports_libpath = xyes; then
++             UIC="$UIC -L \$(kde_widgetdir)"
++         fi
++         if test x$ac_uic_supports_nounload = xyes; then
++             UIC="$UIC -nounload"
++         fi
++       fi
++     fi
++   else
++     UIC="echo uic not available: "
++   fi
++
++   
++   
++
++   UIC_TR="i18n"
++   if test $kde_qtver = 3; then
++     UIC_TR="tr2i18n"
++   fi
++
++   
++
++
++
++if test -n "$LIBJPEG"; then
++echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
++echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6
++if test "${kde_cv_qt_jpeg+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
++LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
++ac_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <qapplication.h>
++int
++main ()
++{
++
++            int argc;
++            char** argv;
++            QApplication app(argc, argv);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_qt_jpeg=no"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "kde_cv_qt_jpeg=yes"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$ac_save_LIBS"
++CXXFLAGS="$ac_save_CXXFLAGS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++
++if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  LIBJPEG_QT='$(LIBJPEG)'
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  LIBJPEG_QT=
++fi
++
++
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
++else
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
++fi
++test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++     LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
++     break
++  fi
++done
++
++
++
++
++
++
++
++
++  
++
++
++
++
++echo "$as_me:$LINENO: checking for rpath" >&5
++echo $ECHO_N "checking for rpath... $ECHO_C" >&6
++# Check whether --enable-rpath or --disable-rpath was given.
++if test "${enable_rpath+set}" = set; then
++  enableval="$enable_rpath"
++  USE_RPATH=$enableval
++else
++  USE_RPATH=yes
++fi; 
++
++if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
++
++  KDE_RPATH="-R \$(libdir)"
++
++  if test "$kde_libraries" != "$libdir"; then
++      KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
++  fi
++
++  if test -n "$qt_libraries"; then
++    KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
++  fi
++    if test -n "$X_LDFLAGS"; then
++    X_RPATH="-R \$(x_libraries)"
++    KDE_RPATH="$KDE_RPATH $X_RPATH"
++  fi
++  if test -n "$KDE_EXTRA_RPATH"; then
++    KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
++  fi
++fi
++
++
++
++echo "$as_me:$LINENO: result: $USE_RPATH" >&5
++echo "${ECHO_T}$USE_RPATH" >&6
++
++echo "$as_me:$LINENO: checking for KDE" >&5
++echo $ECHO_N "checking for KDE... $ECHO_C" >&6
++
++if test "${prefix}" != NONE; then
++  kde_includes=${includedir}
++  
++savex=$exec_prefix
++test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++tmp=$includedir
++while ac_kde_includes=`eval echo "$tmp"`; test "x$ac_kde_includes" != "x$tmp"; do tmp=$ac_kde_includes; done
++exec_prefix=$savex
++
++
++  kde_libraries=${libdir}
++  
++savex=$exec_prefix
++test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++tmp=$libdir
++while ac_kde_libraries=`eval echo "$tmp"`; test "x$ac_kde_libraries" != "x$tmp"; do tmp=$ac_kde_libraries; done
++exec_prefix=$savex
++
++
++else
++  ac_kde_includes=
++  ac_kde_libraries=
++  kde_libraries=""
++  kde_includes=""
++fi
++
++if test "${ac_cv_have_kde+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  #try to guess kde locations
++
++if test "$kde_qtver" = 1; then
++  kde_check_header="ksock.h"
++  kde_check_lib="libkdecore.la"
++else
++  kde_check_header="ksharedptr.h"
++  kde_check_lib="libkio.la"
++fi
++
++if test -z ""; then
++
++kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
++test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
++kde_incdirs="$ac_kde_includes $kde_incdirs"
++
++kde_incdir=NO
++for i in $kde_incdirs;
++do
++  for j in $kde_check_header;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kde_incdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_kde_includes="$kde_incdir"
++
++if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
++  { { echo "$as_me:$LINENO: error: 
++in the prefix, you've chosen, are no KDE headers installed. This will fail.
++So, check this please and use another prefix!" >&5
++echo "$as_me: error: 
++in the prefix, you've chosen, are no KDE headers installed. This will fail.
++So, check this please and use another prefix!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
++test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
++kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
++
++kde_libdir=NO
++for i in $kde_libdirs;
++do
++  for j in $kde_check_lib;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kde_libdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_kde_libraries="$kde_libdir"
++
++kde_widgetdir=NO
++
++kde_widgetdir=NO
++for i in $kde_libdirs;
++do
++  for j in "kde3/plugins/designer/kdewidgets.la";
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kde_widgetdir=$i
++      break 2
++    fi
++  done
++done
++
++
++if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
++{ { echo "$as_me:$LINENO: error: 
++in the prefix, you've chosen, are no KDE libraries installed. This will fail.
++So, check this please and use another prefix!" >&5
++echo "$as_me: error: 
++in the prefix, you've chosen, are no KDE libraries installed. This will fail.
++So, check this please and use another prefix!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
++{ { echo "$as_me:$LINENO: error: 
++I can't find the designer plugins. These are required and should have been installed
++by kdelibs" >&5
++echo "$as_me: error: 
++I can't find the designer plugins. These are required and should have been installed
++by kdelibs" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if test -n "$kde_widgetdir"; then
++    kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
++fi
++
++
++if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
++  ac_cv_have_kde="have_kde=no"
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++fi
++
++else 
++  ac_cv_have_kde="have_kde=no"
++
++fi
++
++fi
++
++eval "$ac_cv_have_kde"
++
++if test "$have_kde" != "yes"; then
++ if test "${prefix}" = NONE; then
++  ac_kde_prefix="$ac_default_prefix"
++ else
++  ac_kde_prefix="$prefix"
++ fi
++ if test "$exec_prefix" = NONE; then
++  ac_kde_exec_prefix="$ac_kde_prefix"
++  echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
++echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6
++ else
++  ac_kde_exec_prefix="$exec_prefix"
++  echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
++echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6
++ fi
++
++ kde_libraries="${libdir}"
++ kde_includes="${includedir}"
++
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++  echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
++echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6
++
++  kde_libraries="$ac_kde_libraries"
++  kde_includes="$ac_kde_includes"
++fi
++
++
++
++if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
++ KDE_INCLUDES=""
++else
++ KDE_INCLUDES="-I$kde_includes"
++ all_includes="$KDE_INCLUDES $all_includes"
++fi
++
++KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
++ 
++KDE_LDFLAGS="-L$kde_libraries"
++if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
++ all_libraries="$KDE_LDFLAGS $all_libraries"
++fi
++
++
++
++
++
++
++all_libraries="$all_libraries $USER_LDFLAGS"
++all_includes="$all_includes $USER_INCLUDES"
++
++
++
++if test -z ""; then
++
++
++
++if test x$ac_uic_supports_libpath = xyes; then
++
++echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
++echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6
++if test "${kde_cv_uic_plugins+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++cat > actest.ui << EOF
++<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
++<class>NewConnectionDialog</class>
++<widget class="QDialog">
++   <widget class="KLineEdit">
++        <property name="name">
++           <cstring>testInput</cstring>
++        </property>
++   </widget>
++</widget>
++</UI>
++EOF
++       
++
++
++kde_cv_uic_plugins=no
++kde_line="$UIC_PATH -L $kde_widgetdir"
++if test x$ac_uic_supports_nounload = xyes; then
++   kde_line="$kde_line -nounload"
++fi
++kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
++if { (eval echo "$as_me:$LINENO: \"$kde_line\"") >&5
++  (eval $kde_line) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++	# if you're trying to debug this check and think it's incorrect,
++	# better check your installation. The check _is_ correct - your
++	# installation is not.
++	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
++		kde_cv_uic_plugins=yes
++	fi
++fi
++rm -f actest.ui actest.cpp
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
++echo "${ECHO_T}$kde_cv_uic_plugins" >&6
++if test "$kde_cv_uic_plugins" != yes; then
++	{ { echo "$as_me:$LINENO: error: 
++you need to install kdelibs first.
++
++If you did install kdelibs, then the Qt version that is picked up by
++this configure is not the same version you used to compile kdelibs. 
++The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
++_same Qt version_, compiled with the _same compiler_ and the same Qt
++configuration settings.
++" >&5
++echo "$as_me: error: 
++you need to install kdelibs first.
++
++If you did install kdelibs, then the Qt version that is picked up by
++this configure is not the same version you used to compile kdelibs. 
++The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
++_same Qt version_, compiled with the _same compiler_ and the same Qt
++configuration settings.
++" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++fi
++
++fi
++
++ac_kde_libraries="$kde_libdir"
++
++
++
++
++
++  # Check whether --enable-path-check or --disable-path-check was given.
++if test "${enable_path_check+set}" = set; then
++  enableval="$enable_path_check"
++  
++  if test "$enableval" = "no";
++    then ac_use_path_checking="default"
++    else ac_use_path_checking=""
++  fi
++  
++else
++  
++  if test "$kde_qtver" = 1;
++    then ac_use_path_checking=""
++    else ac_use_path_checking="default"
++  fi
++  
++  
++fi; 
++
++  
++
++
++echo "$as_me:$LINENO: checking for KDE paths" >&5
++echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6
++kde_result=""
++kde_cached_paths=yes
++if test "${kde_cv_all_paths+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++if test "$ac_use_path_checking" = "default"; then
++
++  if test -z "$kde_htmldir"; then
++    kde_htmldir='\${datadir}/doc/HTML'
++  fi
++  if test -z "$kde_appsdir"; then
++    kde_appsdir='\${datadir}/applnk'
++  fi
++  if test -z "$kde_icondir"; then
++    kde_icondir='\${datadir}/icons'
++  fi
++  if test -z "$kde_sounddir"; then
++    kde_sounddir='\${datadir}/sounds'
++  fi
++  if test -z "$kde_datadir"; then
++    kde_datadir='\${datadir}/apps'
++  fi
++  if test -z "$kde_locale"; then
++    kde_locale='\${datadir}/locale'
++  fi
++  if test -z "$kde_cgidir"; then
++    kde_cgidir='\${exec_prefix}/cgi-bin'
++  fi
++  if test -z "$kde_confdir"; then
++    kde_confdir='\${datadir}/config'
++  fi
++  if test -z "$kde_kcfgdir"; then
++    kde_kcfgdir='\${datadir}/config.kcfg'
++  fi
++  if test -z "$kde_mimedir"; then
++    kde_mimedir='\${datadir}/mimelnk'
++  fi
++  if test -z "$kde_toolbardir"; then
++    kde_toolbardir='\${datadir}/toolbar'
++  fi
++  if test -z "$kde_wallpaperdir"; then
++    kde_wallpaperdir='\${datadir}/wallpapers'
++  fi
++  if test -z "$kde_templatesdir"; then
++    kde_templatesdir='\${datadir}/templates'
++  fi
++  if test -z "$kde_bindir"; then
++    kde_bindir='\${exec_prefix}/bin'
++  fi
++  if test -z "$kde_servicesdir"; then
++    kde_servicesdir='\${datadir}/services'
++  fi
++  if test -z "$kde_servicetypesdir"; then
++    kde_servicetypesdir='\${datadir}/servicetypes'
++  fi
++  if test -z "$kde_moduledir"; then
++    if test "$kde_qtver" = "2"; then
++      kde_moduledir='\${libdir}/kde2'
++    else
++      kde_moduledir='\${libdir}/kde3'
++    fi
++  fi
++  if test -z "$kde_styledir"; then
++    kde_styledir='\${libdir}/kde3/plugins/styles'
++  fi
++  if test -z "$kde_widgetdir"; then
++    kde_widgetdir='\${libdir}/kde3/plugins/designer'
++  fi
++  if test -z "$xdg_appsdir"; then
++    xdg_appsdir='\${datadir}/applications/kde'
++  fi
++  if test -z "$xdg_menudir"; then
++    xdg_menudir='\${sysconfdir}/xdg/menus'
++  fi
++  if test -z "$xdg_directorydir"; then
++    xdg_directorydir='\${datadir}/desktop-directories'
++  fi
++
++  
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=defaults"
++
++
++else
++
++  if test $kde_qtver = 1; then
++     echo "$as_me:$LINENO: result: compiling" >&5
++echo "${ECHO_T}compiling" >&6
++     
++  
++    echo "$as_me:$LINENO: checking for KDE headers installed" >&5
++echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
++    
++
++     ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include "confdefs.h"
++#include <kapp.h>
++
++int main() {
++    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
++    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
++    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
++    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
++    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
++    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
++    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
++    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
++    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
++    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
++    printf("kde_wallpaperdir=\\"%s\\"\n",
++	KApplication::kde_wallpaperdir().data());
++    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
++    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
++    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
++    printf("kde_styledir=\\"/tmp/dummy\\"\n");
++    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
++    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
++    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
++    return 0;
++    }
++EOF
++
++ ac_save_CPPFLAGS=$CPPFLAGS
++ CPPFLAGS="$all_includes $CPPFLAGS"
++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++   echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ else
++   { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  CPPFLAGS=$ac_save_CPPFLAGS
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++  KDE_TEST_RPATH=
++
++  if test -n "$USE_RPATH"; then
++
++     if test -n "$kde_libraries"; then
++       KDE_TEST_RPATH="-R $kde_libraries"
++     fi
++
++     if test -n "$qt_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
++     fi
++
++     if test -n "$x_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
++     fi
++
++     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
++  fi
++
++echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
++echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
++ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if eval `KDEDIR= ./conftest 2>&5`; then
++  kde_result=done
++else
++  kde_result=problems
++fi
++
++KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
++kde_have_all_paths=yes
++
++
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=$kde_result"
++
++
++
++  else
++     { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
++echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++
++fi
++
++  kde_cached_paths=no
++
++fi
++
++eval "$kde_cv_all_paths"
++ if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
++   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
++   test -z "$kde_datadir" || test -z "$kde_locale"  ||
++   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
++   test -z "$kde_kcfgdir" ||
++   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
++   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
++   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
++   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
++   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
++   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
++   test "x$kde_have_all_paths" != "xyes"; then
++     kde_have_all_paths=no
++  fi
++
++if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
++  # wrong values were cached, may be, we can set better ones
++  kde_result=
++  kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
++  kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
++  kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
++  kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
++  kde_have_all_paths=
++  kde_styledir=
++  kde_widgetdir=
++  xdg_appsdir = xdg_menudir= xdg_directorydir= 
++  
++if test "$ac_use_path_checking" = "default"; then
++
++  if test -z "$kde_htmldir"; then
++    kde_htmldir='\${datadir}/doc/HTML'
++  fi
++  if test -z "$kde_appsdir"; then
++    kde_appsdir='\${datadir}/applnk'
++  fi
++  if test -z "$kde_icondir"; then
++    kde_icondir='\${datadir}/icons'
++  fi
++  if test -z "$kde_sounddir"; then
++    kde_sounddir='\${datadir}/sounds'
++  fi
++  if test -z "$kde_datadir"; then
++    kde_datadir='\${datadir}/apps'
++  fi
++  if test -z "$kde_locale"; then
++    kde_locale='\${datadir}/locale'
++  fi
++  if test -z "$kde_cgidir"; then
++    kde_cgidir='\${exec_prefix}/cgi-bin'
++  fi
++  if test -z "$kde_confdir"; then
++    kde_confdir='\${datadir}/config'
++  fi
++  if test -z "$kde_kcfgdir"; then
++    kde_kcfgdir='\${datadir}/config.kcfg'
++  fi
++  if test -z "$kde_mimedir"; then
++    kde_mimedir='\${datadir}/mimelnk'
++  fi
++  if test -z "$kde_toolbardir"; then
++    kde_toolbardir='\${datadir}/toolbar'
++  fi
++  if test -z "$kde_wallpaperdir"; then
++    kde_wallpaperdir='\${datadir}/wallpapers'
++  fi
++  if test -z "$kde_templatesdir"; then
++    kde_templatesdir='\${datadir}/templates'
++  fi
++  if test -z "$kde_bindir"; then
++    kde_bindir='\${exec_prefix}/bin'
++  fi
++  if test -z "$kde_servicesdir"; then
++    kde_servicesdir='\${datadir}/services'
++  fi
++  if test -z "$kde_servicetypesdir"; then
++    kde_servicetypesdir='\${datadir}/servicetypes'
++  fi
++  if test -z "$kde_moduledir"; then
++    if test "$kde_qtver" = "2"; then
++      kde_moduledir='\${libdir}/kde2'
++    else
++      kde_moduledir='\${libdir}/kde3'
++    fi
++  fi
++  if test -z "$kde_styledir"; then
++    kde_styledir='\${libdir}/kde3/plugins/styles'
++  fi
++  if test -z "$kde_widgetdir"; then
++    kde_widgetdir='\${libdir}/kde3/plugins/designer'
++  fi
++  if test -z "$xdg_appsdir"; then
++    xdg_appsdir='\${datadir}/applications/kde'
++  fi
++  if test -z "$xdg_menudir"; then
++    xdg_menudir='\${sysconfdir}/xdg/menus'
++  fi
++  if test -z "$xdg_directorydir"; then
++    xdg_directorydir='\${datadir}/desktop-directories'
++  fi
++
++  
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=defaults"
++
++
++else
++
++  if test $kde_qtver = 1; then
++     echo "$as_me:$LINENO: result: compiling" >&5
++echo "${ECHO_T}compiling" >&6
++     
++  
++    echo "$as_me:$LINENO: checking for KDE headers installed" >&5
++echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
++    
++
++     ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include "confdefs.h"
++#include <kapp.h>
++
++int main() {
++    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
++    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
++    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
++    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
++    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
++    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
++    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
++    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
++    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
++    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
++    printf("kde_wallpaperdir=\\"%s\\"\n",
++	KApplication::kde_wallpaperdir().data());
++    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
++    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
++    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
++    printf("kde_styledir=\\"/tmp/dummy\\"\n");
++    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
++    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
++    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
++    return 0;
++    }
++EOF
++
++ ac_save_CPPFLAGS=$CPPFLAGS
++ CPPFLAGS="$all_includes $CPPFLAGS"
++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++   echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ else
++   { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  CPPFLAGS=$ac_save_CPPFLAGS
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++  KDE_TEST_RPATH=
++
++  if test -n "$USE_RPATH"; then
++
++     if test -n "$kde_libraries"; then
++       KDE_TEST_RPATH="-R $kde_libraries"
++     fi
++
++     if test -n "$qt_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
++     fi
++
++     if test -n "$x_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
++     fi
++
++     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
++  fi
++
++echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
++echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
++ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if eval `KDEDIR= ./conftest 2>&5`; then
++  kde_result=done
++else
++  kde_result=problems
++fi
++
++KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
++kde_have_all_paths=yes
++
++
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=$kde_result"
++
++
++
++  else
++     { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
++echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++
++fi
++
++  eval "$kde_cv_all_paths"
++   if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
++   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
++   test -z "$kde_datadir" || test -z "$kde_locale"  ||
++   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
++   test -z "$kde_kcfgdir" ||
++   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
++   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
++   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
++   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
++   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
++   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
++   test "x$kde_have_all_paths" != "xyes"; then
++     kde_have_all_paths=no
++  fi
++
++  kde_result="$kde_result (cache overridden)"
++fi
++if test "$kde_have_all_paths" = "no"; then
++  { { echo "$as_me:$LINENO: error: configure could not run a little KDE program to test the environment.
++Since it had compiled and linked before, it must be a strange problem on your system.
++Look at config.log for details. If you are not able to fix this, look at
++http://www.kde.org/faq/installation.html or any www.kde.org mirror.
++(If you're using an egcs version on Linux, you may update binutils!)
++" >&5
++echo "$as_me: error: configure could not run a little KDE program to test the environment.
++Since it had compiled and linked before, it must be a strange problem on your system.
++Look at config.log for details. If you are not able to fix this, look at
++http://www.kde.org/faq/installation.html or any www.kde.org mirror.
++(If you're using an egcs version on Linux, you may update binutils!)
++" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  rm -f conftest*
++  echo "$as_me:$LINENO: result: $kde_result" >&5
++echo "${ECHO_T}$kde_result" >&6
++fi
++
++bindir=$kde_bindir
++
++
++    
++# Check whether --with-arts or --without-arts was given.
++if test "${with_arts+set}" = set; then
++  withval="$with_arts"
++  build_arts=$withval
++else
++  build_arts=yes
++    
++fi; 
++     
++
++if test "$build_arts" '!=' "no"; then
++  include_ARTS_TRUE=
++  include_ARTS_FALSE='#'
++else
++  include_ARTS_TRUE='#'
++  include_ARTS_FALSE=
++fi
++
++    if test "$build_arts" = "no"; then
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define WITHOUT_ARTS 1
++_ACEOF
++
++    fi
++
++        
++    kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
++    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
++    if test -n "$KDEDIRS"; then
++       kde_save_IFS=$IFS
++       IFS=:
++       for dir in $KDEDIRS; do
++            kde_default_bindirs="$dir/bin $kde_default_bindirs "
++       done
++       IFS=$kde_save_IFS
++    fi
++
++        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
++        
++   echo "$as_me:$LINENO: checking for dcopidl" >&5
++echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6
++   if test -n "$DCOPIDL"; then
++        kde_cv_path="$DCOPIDL";
++   else
++        kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dcopidl"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dcopidl  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dcopidl"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dcopidl"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program dcopidl was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program dcopidl was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DCOPIDL=$kde_cv_path
++
++   fi
++
++        
++   echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
++echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6
++   if test -n "$DCOPIDL2CPP"; then
++        kde_cv_path="$DCOPIDL2CPP";
++   else
++        kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dcopidl2cpp"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dcopidl2cpp  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dcopidl2cpp"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dcopidl2cpp"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program dcopidl2cpp was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DCOPIDL2CPP=$kde_cv_path
++
++   fi
++
++        if test "$build_arts" '!=' "no"; then
++          
++   echo "$as_me:$LINENO: checking for mcopidl" >&5
++echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
++   if test -n "$MCOPIDL"; then
++        kde_cv_path="$MCOPIDL";
++   else
++        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/mcopidl"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/mcopidl  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/mcopidl"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/mcopidl"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&5
++echo "$as_me: error: The important program mcopidl was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MCOPIDL=$kde_cv_path
++
++   fi
++
++          
++   echo "$as_me:$LINENO: checking for artsc-config" >&5
++echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
++   if test -n "$ARTSCCONFIG"; then
++        kde_cv_path="$ARTSCCONFIG";
++   else
++        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/artsc-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/artsc-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/artsc-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/artsc-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&5
++echo "$as_me: error: The important program artsc-config was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      ARTSCCONFIG=$kde_cv_path
++
++   fi
++
++        fi
++        
++   echo "$as_me:$LINENO: checking for meinproc" >&5
++echo $ECHO_N "checking for meinproc... $ECHO_C" >&6
++   if test -n "$MEINPROC"; then
++        kde_cv_path="$MEINPROC";
++   else
++        kde_cache=`echo meinproc | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/meinproc"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/meinproc  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/meinproc"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/meinproc"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MEINPROC=$kde_cv_path
++
++   fi
++
++
++        kde32ornewer=1
++        kde33ornewer=1
++        if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
++            kde32ornewer=
++            kde33ornewer=
++        else
++            if test "$kde_qtver" = "3"; then
++              if test "$kde_qtsubver" -le 1; then
++                kde32ornewer=
++              fi
++              if test "$kde_qtsubver" -le 2 -o `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
++                kde33ornewer=
++              fi
++            fi
++        fi
++
++        if test -n "$kde32ornewer"; then
++            
++   echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
++echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6
++   if test -n "$KCONFIG_COMPILER"; then
++        kde_cv_path="$KCONFIG_COMPILER";
++   else
++        kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/kconfig_compiler"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/kconfig_compiler  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/kconfig_compiler"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/kconfig_compiler"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program kconfig_compiler was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      KCONFIG_COMPILER=$kde_cv_path
++
++   fi
++
++            
++   echo "$as_me:$LINENO: checking for dcopidlng" >&5
++echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6
++   if test -n "$DCOPIDLNG"; then
++        kde_cv_path="$DCOPIDLNG";
++   else
++        kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dcopidlng"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dcopidlng  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dcopidlng"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dcopidlng"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program dcopidlng was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program dcopidlng was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DCOPIDLNG=$kde_cv_path
++
++   fi
++
++        fi
++        if test -n "$kde33ornewer"; then
++            
++   echo "$as_me:$LINENO: checking for makekdewidgets" >&5
++echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6
++   if test -n "$MAKEKDEWIDGETS"; then
++        kde_cv_path="$MAKEKDEWIDGETS";
++   else
++        kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/makekdewidgets"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/makekdewidgets  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/makekdewidgets"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/makekdewidgets"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program makekdewidgets was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program makekdewidgets was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MAKEKDEWIDGETS=$kde_cv_path
++
++   fi
++
++            
++        fi
++        
++   echo "$as_me:$LINENO: checking for xmllint" >&5
++echo $ECHO_N "checking for xmllint... $ECHO_C" >&6
++   if test -n "$XMLLINT"; then
++        kde_cv_path="$XMLLINT";
++   else
++        kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xmllint"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xmllint  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xmllint"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xmllint"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      XMLLINT=""
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XMLLINT=$kde_cv_path
++
++   fi
++
++
++        if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
++ 	    kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
++            test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
++            
++KDE_XSL_STYLESHEET=NO
++for i in $kde_sharedirs;
++do
++  for j in apps/ksgmltools2/customization/kde-chunk.xsl;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      KDE_XSL_STYLESHEET=$i
++      break 2
++    fi
++  done
++done
++
++	    if test "$KDE_XSL_STYLESHEET" = "NO"; then
++		KDE_XSL_STYLESHEET=""
++	    else
++                KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
++	    fi
++        fi
++
++        DCOP_DEPENDENCIES='$(DCOPIDL)'
++        if test -n "$kde32ornewer"; then
++            KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
++            DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
++            
++            
++            
++        fi
++        
++        
++        
++        
++        
++	
++ 	
++	
++
++
++
++
++  
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++kdeinitdir='$(kde_moduledir)'
++
++
++
++if test "$kde_qtver" = 1; then
++  kde_minidir="$kde_icondir/mini"
++else
++# for KDE 1 - this breaks KDE2 apps using minidir, but
++# that's the plan ;-/
++  kde_minidir="/dev/null"
++fi
++
++  
++   
++   
++   
++
++if test $kde_qtver = 3; then
++   LIB_KDECORE="-lkdecore"
++
++   LIB_KDEUI="-lkdeui"
++
++   LIB_KIO="-lkio"
++
++   LIB_KJS="-lkjs"
++
++   LIB_SMB="-lsmb"
++
++   LIB_KAB="-lkab"
++
++   LIB_KABC="-lkabc"
++
++   LIB_KHTML="-lkhtml"
++
++   LIB_KSPELL="-lkspell"
++
++   LIB_KPARTS="-lkparts"
++
++   LIB_KDEPRINT="-lkdeprint"
++
++   LIB_KUTILS="-lkutils"
++
++   LIB_KDEPIM="-lkdepim"
++
++   LIB_KIMPROXY="-lkimproxy"
++
++   LIB_KNEWSTUFF="-lknewstuff"
++
++   LIB_KDNSSD="-lkdnssd"
++
++   LIB_KUNITTEST="-lkunittest"
++
++# these are for backward compatibility
++   LIB_KSYCOCA="-lkio"
++
++   LIB_KFILE="-lkio"
++
++elif test $kde_qtver = 2; then
++   LIB_KDECORE="-lkdecore"
++
++   LIB_KDEUI="-lkdeui"
++
++   LIB_KIO="-lkio"
++
++   LIB_KSYCOCA="-lksycoca"
++
++   LIB_SMB="-lsmb"
++
++   LIB_KFILE="-lkfile"
++
++   LIB_KAB="-lkab"
++
++   LIB_KHTML="-lkhtml"
++
++   LIB_KSPELL="-lkspell"
++
++   LIB_KPARTS="-lkparts"
++
++   LIB_KDEPRINT="-lkdeprint"
++
++else
++   LIB_KDECORE="-lkdecore -lXext $(LIB_QT)"
++
++   LIB_KDEUI="-lkdeui $(LIB_KDECORE)"
++
++   LIB_KFM="-lkfm $(LIB_KDECORE)"
++
++   LIB_KFILE="-lkfile $(LIB_KFM) $(LIB_KDEUI)"
++
++   LIB_KAB="-lkab $(LIB_KIMGIO) $(LIB_KDECORE)"
++
++fi
++
++
++
++#MIN_CONFIG(3.3)
++
++# Remember to synchronize the version number with the file koffice/lib/kofficecore/kofficeversion.h
++
++CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
++
++
++
++
++
++for ac_header in unistd.h sys/param.h floatingpoint.h paths.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
++echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
++if test "${ac_cv_c_bigendian+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # See if sys/param.h defines the BYTE_ORDER macro.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <sys/types.h>
++#include <sys/param.h>
++
++int
++main ()
++{
++#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
++ bogus endian macros
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  # It does; now see whether it defined to BIG_ENDIAN or not.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <sys/types.h>
++#include <sys/param.h>
++
++int
++main ()
++{
++#if BYTE_ORDER != BIG_ENDIAN
++ not big endian
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_c_bigendian=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_c_bigendian=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++# It does not; compile a test program.
++if test "$cross_compiling" = yes; then
++  # try to guess the endianness by grepping values into an object file
++  ac_cv_c_bigendian=unknown
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
++short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
++void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
++short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
++short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
++void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
++int
++main ()
++{
++ _ascii (); _ebcdic (); 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
++  ac_cv_c_bigendian=yes
++fi
++if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
++  if test "$ac_cv_c_bigendian" = unknown; then
++    ac_cv_c_bigendian=no
++  else
++    # finding both strings is unlikely to happen, but who knows?
++    ac_cv_c_bigendian=unknown
++  fi
++fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++int
++main ()
++{
++  /* Are we little or big endian?  From Harbison&Steele.  */
++  union
++  {
++    long l;
++    char c[sizeof (long)];
++  } u;
++  u.l = 1;
++  exit (u.c[sizeof (long) - 1] == 1);
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_c_bigendian=no
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_c_bigendian=yes
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
++echo "${ECHO_T}$ac_cv_c_bigendian" >&6
++case $ac_cv_c_bigendian in
++  yes)
++    
++cat >>confdefs.h <<\_ACEOF
++@%:@define WORDS_BIGENDIAN 1
++_ACEOF
++ ;;
++  no)
++     ;;
++  *)
++    { { echo "$as_me:$LINENO: error: unknown endianness
++presetting ac_cv_c_bigendian=no (or yes) will help" >&5
++echo "$as_me: error: unknown endianness
++presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++
++
++echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
++echo $ECHO_N "checking for MAXPATHLEN... $ECHO_C" >&6
++if test "${ac_cv_maxpathlen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include <sys/param.h>
++#ifndef MAXPATHLEN
++#define MAXPATHLEN 1024
++#endif
++
++KDE_HELLO MAXPATHLEN
++
++EOF
++
++ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
++
++if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest.out; then
++    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
++else
++    ac_cv_maxpathlen=1024
++fi
++
++rm conftest.*
++
++
++fi
++
++echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
++echo "${ECHO_T}$ac_cv_maxpathlen" >&6
++
++cat >>confdefs.h <<_ACEOF
++@%:@define KDEMAXPATHLEN $ac_cv_maxpathlen
++_ACEOF
++
++
++
++
++echo "$as_me:$LINENO: checking for Qt docs" >&5
++echo $ECHO_N "checking for Qt docs... $ECHO_C" >&6
++kde_qtdir=
++if test "${with_qt_dir+set}" = set; then
++  kde_qtdir="$with_qt_dir"
++fi
++
++
++QTDOCDIR=NO
++for i in  $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ;
++do
++  for j in qsql.html;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      QTDOCDIR=$i
++      break 2
++    fi
++  done
++done
++
++echo "$as_me:$LINENO: result: $QTDOCDIR" >&5
++echo "${ECHO_T}$QTDOCDIR" >&6
++
++
++
++
++   echo "$as_me:$LINENO: checking for dot" >&5
++echo $ECHO_N "checking for dot... $ECHO_C" >&6
++   if test -n "$DOT"; then
++        kde_cv_path="$DOT";
++   else
++        kde_cache=`echo dot | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs=" $dirs"
++        else  	  dirs="$dirs "
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dot"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dot  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dot"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dot"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DOT=$kde_cv_path
++
++   fi
++
++if test -n "$DOT"; then
++  KDE_HAVE_DOT="YES"
++else
++  KDE_HAVE_DOT="NO"
++fi
++
++
++   echo "$as_me:$LINENO: checking for doxygen" >&5
++echo $ECHO_N "checking for doxygen... $ECHO_C" >&6
++   if test -n "$DOXYGEN"; then
++        kde_cv_path="$DOXYGEN";
++   else
++        kde_cache=`echo doxygen | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs=" $dirs"
++        else  	  dirs="$dirs "
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/doxygen"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/doxygen  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/doxygen"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/doxygen"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DOXYGEN=$kde_cv_path
++
++   fi
++
++
++
++DOXYGEN_PROJECT_NAME="The KOffice API Reference"
++DOXYGEN_PROJECT_NUMBER="Version $VERSION"
++
++
++
++KDE_HAS_DOXYGEN=no
++if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
++  KDE_HAS_DOXYGEN=yes
++fi
++
++
++
++
++
++# Check for ImageMagick...
++
++
++   echo "$as_me:$LINENO: checking for Magick-config" >&5
++echo $ECHO_N "checking for Magick-config... $ECHO_C" >&6
++   if test -n "$MAGICK_CONFIG"; then
++        kde_cv_path="$MAGICK_CONFIG";
++   else
++        kde_cache=`echo Magick-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/Magick-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/Magick-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/Magick-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/Magick-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find ImageMagick anywhere, check http://www.imagemagick.org/ for ImageMagick >= 5.5.2." >&5
++echo "$as_me: WARNING: Could not find ImageMagick anywhere, check http://www.imagemagick.org/ for ImageMagick >= 5.5.2." >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MAGICK_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$MAGICK_CONFIG"; then
++  vers=`$MAGICK_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 5005002 
++  then
++     if test "$vers" -ge 6000003
++     then
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_MAGICK6 1
++_ACEOF
++
++     fi
++     LIBMAGICK_LIBS="`$MAGICK_CONFIG --libs`"
++     LIBMAGICK_LDFLAGS="`$MAGICK_CONFIG --ldflags`"
++     LIBMAGICK_RPATH=
++     for args in $LIBMAGICK_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBMAGICK_RPATH="$LIBMAGICK_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBMAGICK_RPATH=`echo $LIBMAGICK_RPATH | $SED -e "s/-L/-R/g"`
++     LIBMAGICK_CPPFLAGS="`$MAGICK_CONFIG --cppflags`"
++     
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_MAGICK 1
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least ImageMagick 5.5.2" >&5
++echo "$as_me: WARNING: You need at least ImageMagick 5.5.2" >&2;}
++  fi
++fi
++
++if test ! "$USE_RPATH" = "yes"; then
++    LIBMAGICK_RPATH=
++fi
++
++
++
++
++
++
++# End of ImageMagick check
++
++##########################################################################
++# This last check is copied from kdenonbeta/gsf/configure.in.in
++##########################################################################
++# KOFFICE_PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
++# defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
++# also defines GSTUFF_PKG_ERRORS on error
++# Note: This is specially tweaked for karbon's fontconfig check. Please fix
++# it before using it for other tests :-)
++
++
++# --- Check for KDE 3.2 or 3.3 ---
++
++echo "$as_me:$LINENO: checking for KDE version" >&5
++echo $ECHO_N "checking for KDE version... $ECHO_C" >&6
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++kdeversion_save_CXXFLAGS="$CXXFLAGS"
++kdeversion_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++CXXFLAGS="$CXXFLAGS $all_includes"
++
++cat >conftest.$ac_ext <<_ACEOF
++
++#include <kdeversion.h>
++#if ! ( KDE_IS_VERSION( 3, 2, 90 ) )
++#error KDE 3.2
++#endif
++
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  need_kde32_compat="no"
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++need_kde32_compat="yes"
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++cat >conftest.$ac_ext <<_ACEOF
++
++#include <kdeversion.h>
++#if ! ( KDE_IS_VERSION( 3, 3, 90 ) )
++#error KDE 3.3
++#endif
++
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  need_kde33_compat="no"
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++need_kde33_compat="yes"
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++cat >conftest.$ac_ext <<_ACEOF
++
++#include <kdeversion.h>
++#if ! ( KDE_IS_VERSION( 3, 4, 90 ) )
++#error KDE 3.4
++#endif
++
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  need_kde34_compat="no"
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++need_kde34_compat="yes"
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++CXXFLAGS="$kdeversion_save_CXXFLAGS"
++LIBS="$kdeversion_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++if test "$need_kde32_compat" = "yes"; then
++	echo "$as_me:$LINENO: result: KDE 3.2.x" >&5
++echo "${ECHO_T}KDE 3.2.x" >&6
++else
++	if test "$need_kde33_compat" = "yes"; then
++		echo "$as_me:$LINENO: result: KDE 3.3.x" >&5
++echo "${ECHO_T}KDE 3.3.x" >&6
++	else 
++		if test "$need_kde34_compat" = "yes"; then
++			echo "$as_me:$LINENO: result: KDE 3.4.x" >&5
++echo "${ECHO_T}KDE 3.4.x" >&6
++		else
++			echo "$as_me:$LINENO: result: KDE CVS HEAD" >&5
++echo "${ECHO_T}KDE CVS HEAD" >&6
++		fi
++	fi
++fi
++
++ 
++
++if test "$need_kde32_compat" = "yes"; then
++  need_kde32_compatibility_TRUE=
++  need_kde32_compatibility_FALSE='#'
++else
++  need_kde32_compatibility_TRUE='#'
++  need_kde32_compatibility_FALSE=
++fi
++
++ 
++
++if test "$need_kde33_compat" = "yes"; then
++  need_kde33_compatibility_TRUE=
++  need_kde33_compatibility_FALSE='#'
++else
++  need_kde33_compatibility_TRUE='#'
++  need_kde33_compatibility_FALSE=
++fi
++
++ 
++
++if test "$need_kde34_compat" = "yes"; then
++  need_kde34_compatibility_TRUE=
++  need_kde34_compatibility_FALSE='#'
++else
++  need_kde34_compatibility_TRUE='#'
++  need_kde34_compatibility_FALSE=
++fi
++
++
++# Keep the old KDE 3.1 test, as long as it is still used
++ 
++
++if test "supported" = "no"; then
++  need_kde31_compatibility_TRUE=
++  need_kde31_compatibility_FALSE='#'
++else
++  need_kde31_compatibility_TRUE='#'
++  need_kde31_compatibility_FALSE=
++fi
++
++
++# --- End KDE 3.2 check ---
++
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE example"
++
++
++# Check whether --with-libwv2 or --without-libwv2 was given.
++if test "${with_libwv2+set}" = set; then
++  withval="$with_libwv2"
++  
++	if  test "x$withval" != "xno" ; then
++		if  test "x$withval" != "xyes" ; then
++			WV2_DIR=$withval
++		fi
++		search_for_wv2=yes
++	else
++		search_for_wv2=no
++	fi
++
++else
++  	search_for_wv2=yes
++
++fi; 
++
++if  test $search_for_wv2 != no ; then
++	if  test -n "$WV2_DIR" ; then
++		
++   echo "$as_me:$LINENO: checking for wv2-config" >&5
++echo $ECHO_N "checking for wv2-config... $ECHO_C" >&6
++   if test -n "$WV2_CONFIG"; then
++        kde_cv_path="$WV2_CONFIG";
++   else
++        kde_cache=`echo wv2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$WV2_DIR/bin $dirs"
++        else  	  dirs="$dirs $WV2_DIR/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/wv2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/wv2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/wv2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/wv2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++		  { echo "$as_me:$LINENO: WARNING: Could not find libwv2, check http://www.sourceforge.net/projects/wvware/" >&5
++echo "$as_me: WARNING: Could not find libwv2, check http://www.sourceforge.net/projects/wvware/" >&2;}
++		
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      WV2_CONFIG=$kde_cv_path
++
++   fi
++
++	else
++		
++   echo "$as_me:$LINENO: checking for wv2-config" >&5
++echo $ECHO_N "checking for wv2-config... $ECHO_C" >&6
++   if test -n "$WV2_CONFIG"; then
++        kde_cv_path="$WV2_CONFIG";
++   else
++        kde_cache=`echo wv2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/wv2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/wv2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/wv2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/wv2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++		  { echo "$as_me:$LINENO: WARNING: Could not find libwv2 anywhere, check http://www.sourceforge.net/projects/wvware/" >&5
++echo "$as_me: WARNING: Could not find libwv2 anywhere, check http://www.sourceforge.net/projects/wvware/" >&2;}
++		
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      WV2_CONFIG=$kde_cv_path
++
++   fi
++
++	fi
++fi
++
++if test -n "$WV2_CONFIG"; then
++  vers=`$WV2_CONFIG --version 2>/dev/null | $SED -e 's/libwv2 //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 1009
++  then
++     LIBWV2_LIBS="`$WV2_CONFIG --libs`"
++     LIBWV2_RPATH=
++     for args in $LIBWV2_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBWV2_RPATH="$LIBWV2_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBWV2_RPATH=`echo $LIBWV2_RPATH | $SED -e "s/-L/-R/g"`
++     LIBWV2_CFLAGS="`$WV2_CONFIG --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_WV2 1
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least version 0.1.9 of libwv2" >&5
++echo "$as_me: WARNING: You need at least version 0.1.9 of libwv2" >&2;}
++  fi
++fi
++
++
++
++
++
++ 
++
++if test -n "$LIBWV2_LIBS"; then
++  include_wv2_msword_filter_TRUE=
++  include_wv2_msword_filter_FALSE='#'
++else
++  include_wv2_msword_filter_TRUE='#'
++  include_wv2_msword_filter_FALSE=
++fi
++
++
++
++
++
++
++
++
++ac_header_dirent=no
++for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
++  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
++echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <sys/types.h>
++#include <$ac_hdr>
++
++int
++main ()
++{
++if ((DIR *) 0)
++return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_Header=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_Header=no"
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
++_ACEOF
++
++ac_header_dirent=$ac_hdr; break
++fi
++
++done
++# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
++if test $ac_header_dirent = dirent.h; then
++  echo "$as_me:$LINENO: checking for library containing opendir" >&5
++echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
++if test "${ac_cv_search_opendir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_func_search_save_LIBS=$LIBS
++ac_cv_search_opendir=no
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="none required"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test "$ac_cv_search_opendir" = no; then
++  for ac_lib in dir; do
++    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="-l$ac_lib"
++break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  done
++fi
++LIBS=$ac_func_search_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
++echo "${ECHO_T}$ac_cv_search_opendir" >&6
++if test "$ac_cv_search_opendir" != no; then
++  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
++  
++fi
++
++else
++  echo "$as_me:$LINENO: checking for library containing opendir" >&5
++echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
++if test "${ac_cv_search_opendir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_func_search_save_LIBS=$LIBS
++ac_cv_search_opendir=no
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="none required"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test "$ac_cv_search_opendir" = no; then
++  for ac_lib in x; do
++    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="-l$ac_lib"
++break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  done
++fi
++LIBS=$ac_func_search_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
++echo "${ECHO_T}$ac_cv_search_opendir" >&6
++if test "$ac_cv_search_opendir" != no; then
++  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
++  
++fi
++
++fi
++
++echo "$as_me:$LINENO: checking for ANSI C header files" >&5
++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
++if test "${ac_cv_header_stdc+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++#include <stdarg.h>
++#include <string.h>
++#include <float.h>
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_header_stdc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_header_stdc=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++if test $ac_cv_header_stdc = yes; then
++  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <string.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "memchr" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "free" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
++  if test "$cross_compiling" = yes; then
++  :
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <ctype.h>
++#if ((' ' & 0x0FF) == 0x020)
++# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
++# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
++#else
++# define ISLOWER(c) \
++		   (('a' <= (c) && (c) <= 'i') \
++		     || ('j' <= (c) && (c) <= 'r') \
++		     || ('s' <= (c) && (c) <= 'z'))
++# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
++#endif
++
++#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
++int
++main ()
++{
++  int i;
++  for (i = 0; i < 256; i++)
++    if (XOR (islower (i), ISLOWER (i))
++	|| toupper (i) != TOUPPER (i))
++      exit(2);
++  exit (0);
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_header_stdc=no
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
++echo "${ECHO_T}$ac_cv_header_stdc" >&6
++if test $ac_cv_header_stdc = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define STDC_HEADERS 1
++_ACEOF
++
++fi
++
++
++
++
++for ac_func in rewinddir popen mkstemp
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++# Check whether --enable-largefile or --disable-largefile was given.
++if test "${enable_largefile+set}" = set; then
++  enableval="$enable_largefile"
++  
++fi; 
++if test "$enable_largefile" != no; then
++
++  echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
++echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_largefile_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_sys_largefile_CC=no
++     if test "$GCC" != yes; then
++       ac_save_CC=$CC
++       while :; do
++     	 # IRIX 6.2 and later do not support large files by default,
++     	 # so use the C compiler's -n32 option if that helps.
++	 cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++     	 rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext 
++     	 CC="$CC -n32"
++     	 rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_largefile_CC=' -n32'; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext 
++	 break
++       done
++       CC=$ac_save_CC
++       rm -f conftest.$ac_ext
++    fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
++echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
++  if test "$ac_cv_sys_largefile_CC" != no; then
++    CC=$CC$ac_cv_sys_largefile_CC
++  fi
++
++  echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
++echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_file_offset_bits+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  while :; do
++  ac_cv_sys_file_offset_bits=no
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@define _FILE_OFFSET_BITS 64
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_file_offset_bits=64; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  break
++done
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
++echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
++if test "$ac_cv_sys_file_offset_bits" != no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
++_ACEOF
++
++fi
++rm -f conftest*
++  echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
++echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_large_files+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  while :; do
++  ac_cv_sys_large_files=no
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@define _LARGE_FILES 1
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_large_files=1; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  break
++done
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
++echo "${ECHO_T}$ac_cv_sys_large_files" >&6
++if test "$ac_cv_sys_large_files" != no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define _LARGE_FILES $ac_cv_sys_large_files
++_ACEOF
++
++fi
++rm -f conftest*
++fi
++
++echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
++echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_largefile_source+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  while :; do
++  ac_cv_sys_largefile_source=no
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <stdio.h>
++int
++main ()
++{
++return !fseeko;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@define _LARGEFILE_SOURCE 1
++@%:@include <stdio.h>
++int
++main ()
++{
++return !fseeko;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_largefile_source=1; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  break
++done
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
++echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
++if test "$ac_cv_sys_largefile_source" != no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
++_ACEOF
++
++fi
++rm -f conftest*
++
++# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
++# in glibc 2.1.3, but that breaks too many other things.
++# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
++echo "$as_me:$LINENO: checking for fseeko" >&5
++echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
++if test "${ac_cv_func_fseeko+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <stdio.h>
++int
++main ()
++{
++return fseeko && fseeko (stdin, 0, 0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_fseeko=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_fseeko=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
++echo "${ECHO_T}$ac_cv_func_fseeko" >&6
++if test $ac_cv_func_fseeko = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_FSEEKO 1
++_ACEOF
++
++fi
++
++
++for ac_func in fseek64
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++for ac_func in ftell64
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++
++
++   
++
++   
++
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   
++for ac_header in paper.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++   CPPFLAGS=$kde_safe_cppflags
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     echo "$as_me:$LINENO: checking for paperinit in -lpaper" >&5
++echo $ECHO_N "checking for paperinit in -lpaper... $ECHO_C" >&6
++if test "${ac_cv_lib_paper_paperinit+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lpaper  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char paperinit ();
++int
++main ()
++{
++paperinit ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_paper_paperinit=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_paper_paperinit=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_paper_paperinit" >&5
++echo "${ECHO_T}$ac_cv_lib_paper_paperinit" >&6
++if test $ac_cv_lib_paper_paperinit = yes; then
++  LIBPAPER="-lpaper"
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++
++
++
++   echo "$as_me:$LINENO: checking for pkg-config" >&5
++echo $ECHO_N "checking for pkg-config... $ECHO_C" >&6
++   if test -n "$PKGCONFIG"; then
++        kde_cv_path="$PKGCONFIG";
++   else
++        kde_cache=`echo pkg-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/pkg-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/pkg-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/pkg-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/pkg-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find pkg-config" >&5
++echo "$as_me: WARNING: Could not find pkg-config" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      PKGCONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$PKGCONFIG"; then
++  vers=`$PKGCONFIG libwpd-0.8 --modversion 2>/dev/null`
++  if test -n "$vers"
++  then
++     LIBWPD_LIBS="`$PKGCONFIG libwpd-0.8 --libs`"
++     LIBWPD_RPATH=
++     for args in $LIBWPD_LIBS; do
++          case $args in
++            -L*)
++               LIBWPD_RPATH="$LIBWPD_RPATH $args"
++               ;;
++          esac
++     done
++     LIBWPD_RPATH=`echo $LIBWPD_RPATH | $SED -e "s/-L/-R/g"`
++     LIBWPD_CFLAGS="`$PKGCONFIG libwpd-0.8 --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_WPD 1
++_ACEOF
++
++  fi
++fi
++
++
++
++
++
++
++ 
++
++if test -n "$LIBWPD_LIBS"; then
++  include_wpd_filter_TRUE=
++  include_wpd_filter_FALSE='#'
++else
++  include_wpd_filter_TRUE='#'
++  include_wpd_filter_FALSE=
++fi
++
++
++
++
++
++   echo "$as_me:$LINENO: checking for xml2-config" >&5
++echo $ECHO_N "checking for xml2-config... $ECHO_C" >&6
++   if test -n "$XML_CONFIG"; then
++        kde_cv_path="$XML_CONFIG";
++   else
++        kde_cache=`echo xml2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xml2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xml2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xml2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xml2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in kdesupport for CVS users' convience)" >&5
++echo "$as_me: WARNING: Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in kdesupport for CVS users' convience)" >&2;}
++  HELP_SUBDIR=
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XML_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$XML_CONFIG"; then
++  vers=`$XML_CONFIG --version 2>/dev/null | $SED -e 's/libxml //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 2004008
++  then
++     LIBXML_LIBS="`$XML_CONFIG --libs`"
++     LIBXML_RPATH=
++     for args in $LIBXML_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBXML_RPATH="$LIBXML_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBXML_RPATH=`echo $LIBXML_RPATH | $SED -e "s/-L/-R/g"`
++     LIBXML_CFLAGS="`$XML_CONFIG --cflags`"
++
++     
++   echo "$as_me:$LINENO: checking for xmllint" >&5
++echo $ECHO_N "checking for xmllint... $ECHO_C" >&6
++   if test -n "$XMLLINT"; then
++        kde_cv_path="$XMLLINT";
++   else
++        kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xmllint"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xmllint  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xmllint"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xmllint"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      XMLLINT=""
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XMLLINT=$kde_cv_path
++
++   fi
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define XMLLINT "$XMLLINT"
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least libxml 2.4.8" >&5
++echo "$as_me: WARNING: You need at least libxml 2.4.8" >&2;}
++     HELP_SUBDIR=
++  fi
++fi
++
++
++   echo "$as_me:$LINENO: checking for xslt-config" >&5
++echo $ECHO_N "checking for xslt-config... $ECHO_C" >&6
++   if test -n "$XSLT_CONFIG"; then
++        kde_cv_path="$XSLT_CONFIG";
++   else
++        kde_cache=`echo xslt-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xslt-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xslt-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xslt-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xslt-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in kdesupport for CVS users' convience)" >&5
++echo "$as_me: WARNING: Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in kdesupport for CVS users' convience)" >&2;}
++  HELP_SUBDIR=
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XSLT_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$XSLT_CONFIG"; then
++   vers=`$XSLT_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++   if test -n "$vers" && test "$vers" -ge 1000007; then
++     LIBXSLT_LIBS="`$XSLT_CONFIG --libs`"
++     LIBXSLT_RPATH=
++     for args in $LIBXSLT_LIBS; do
++       case $args in
++        -L*)
++  	  LIBXSLT_RPATH="$LIBXSLT_RPATH $args"
++ 	  ;;
++       esac
++     done
++     LIBXSLT_RPATH=`echo $LIBXSLT_RPATH | $SED -e "s/-L/-R/g"`
++     LIBXSLT_CFLAGS="`$XSLT_CONFIG --cflags`"
++
++   else
++     { echo "$as_me:$LINENO: WARNING: You need at least libxslt 1.0.7" >&5
++echo "$as_me: WARNING: You need at least libxslt 1.0.7" >&2;}
++     HELP_SUBDIR=
++   fi
++fi
++
++if test ! "$USE_RPATH" = "yes"; then
++    LIBXSLT_RPATH=
++    LIBXML_RPATH=
++fi
++
++
++
++
++
++
++
++
++
++ 
++
++if test -n "$LIBXML_LIBS" -a -n "$LIBXSLT_LIBS"; then
++  include_XSLTFILTERS_TRUE=
++  include_XSLTFILTERS_FALSE='#'
++else
++  include_XSLTFILTERS_TRUE='#'
++  include_XSLTFILTERS_FALSE=
++fi
++
++
++
++
++   echo "$as_me:$LINENO: checking for freetype-config" >&5
++echo $ECHO_N "checking for freetype-config... $ECHO_C" >&6
++   if test -n "$FREETYPE_CONFIG"; then
++        kde_cv_path="$FREETYPE_CONFIG";
++   else
++        kde_cache=`echo freetype-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/freetype-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/freetype-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/freetype-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/freetype-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libfreetype anywhere, check http://www.freetype.org/" >&5
++echo "$as_me: WARNING: Could not find libfreetype anywhere, check http://www.freetype.org/" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      FREETYPE_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$FREETYPE_CONFIG"; then
++  vers=`$FREETYPE_CONFIG --version 2>/dev/null | $SED -e 's/libfreetype //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 5000000
++  then
++     LIBFREETYPE_LIBS="`$FREETYPE_CONFIG --libs`"
++     LIBFREETYPE_RPATH=
++     for args in $LIBFREETYPE_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBFREETYPE_RPATH="$LIBFREETYPE_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBFREETYPE_RPATH=`echo $LIBFREETYPE_RPATH | $SED -e "s/-L/-R/g"`
++     LIBFREETYPE_CFLAGS="`$FREETYPE_CONFIG --cflags`"
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least libfreetype 5.0" >&5
++echo "$as_me: WARNING: You need at least libfreetype 5.0" >&2;}
++  fi
++fi
++
++
++
++
++
++
++
++   echo "$as_me:$LINENO: checking for libart2-config" >&5
++echo $ECHO_N "checking for libart2-config... $ECHO_C" >&6
++   if test -n "$LIBART_CONFIG"; then
++        kde_cv_path="$LIBART_CONFIG";
++   else
++        kde_cache=`echo libart2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/libart2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/libart2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/libart2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/libart2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libart anywhere, check http://www.levien.com/libart/" >&5
++echo "$as_me: WARNING: Could not find libart anywhere, check http://www.levien.com/libart/" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      LIBART_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$LIBART_CONFIG"; then
++  vers=`$LIBART_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 2003008
++  then
++     LIBART_LIBS="`$LIBART_CONFIG --libs`"
++     LIBART_RPATH=
++     for args in $LIBART_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBART_RPATH="$LIBART_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBART_RPATH=`echo $LIBART_RPATH | $SED -e "s/-L/-R/g"`
++     LIBART_CFLAGS="`$LIBART_CONFIG --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBART 1
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least libart 2.3.8" >&5
++echo "$as_me: WARNING: You need at least libart 2.3.8" >&2;}
++  fi
++fi
++
++
++
++
++
++
++# Check for fontconfig
++
++   echo "$as_me:$LINENO: checking for fontconfig-config" >&5
++echo $ECHO_N "checking for fontconfig-config... $ECHO_C" >&6
++   if test -n "$FONTCONFIG_CONFIG"; then
++        kde_cv_path="$FONTCONFIG_CONFIG";
++   else
++        kde_cache=`echo fontconfig-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/fontconfig-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/fontconfig-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/fontconfig-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/fontconfig-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++        
++   echo "$as_me:$LINENO: checking for pkg-config" >&5
++echo $ECHO_N "checking for pkg-config... $ECHO_C" >&6
++   if test -n "$PKGCONFIG"; then
++        kde_cv_path="$PKGCONFIG";
++   else
++        kde_cache=`echo pkg-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/pkg-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/pkg-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/pkg-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/pkg-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++            { echo "$as_me:$LINENO: WARNING: Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ " >&5
++echo "$as_me: WARNING: Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ " >&2;}
++        
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      PKGCONFIG=$kde_cv_path
++
++   fi
++
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      FONTCONFIG_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$PKGCONFIG"; then
++  vers=`$PKGCONFIG fontconfig --modversion 2>/dev/null | $SED -e 's/libfontconfig //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 1000001
++  then
++     LIBFONTCONFIG_LIBS="`$PKGCONFIG fontconfig --libs`"
++     LIBFONTCONFIG_RPATH=
++     for args in $LIBFONTCONFIG_LIBS; do
++          case $args in
++            -L*)
++               LIBFONTCONFIG_RPATH="$LIBFONTCONFIG_RPATH $args"
++               ;;
++          esac
++     done
++     LIBFONTCONFIG_RPATH=`echo $LIBFONTCONFIG_RPATH | $SED -e "s/-L/-R/g"`
++     LIBFONTCONFIG_CFLAGS="`$PKGCONFIG fontconfig --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FONTCONFIG 1
++_ACEOF
++
++  fi
++fi
++
++if test -n "$FONTCONFIG_CONFIG"; then
++  vers=`$FONTCONFIG_CONFIG --version 2>/dev/null | $SED -e 's/libfontconfig //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 1000001
++  then
++     LIBFONTCONFIG_LIBS="`$FONTCONFIG_CONFIG --libs`"
++     LIBFONTCONFIG_RPATH=
++     for args in $LIBFONTCONFIG_LIBS; do
++          case $args in
++            -L*)
++               LIBFONTCONFIG_RPATH="$LIBFONTCONFIG_RPATH $args"
++               ;;
++          esac
++     done
++     LIBFONTCONFIG_RPATH=`echo $LIBFONTCONFIG_RPATH | $SED -e "s/-L/-R/g"`
++     LIBFONTCONFIG_CFLAGS="`$FONTCONFIG_CONFIG --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FONTCONFIG 1
++_ACEOF
++
++  fi
++fi
++
++
++
++
++
++if test -z "$LIBART_LIBS"; then
++	DO_NOT_COMPILE="$DO_NOT_COMPILE karbon"
++fi
++
++if test -n "$LIBFREETYPE_LIBS" -a -n "$LIBFONTCONFIG_LIBS"; then
++	
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_KARBONTEXT 1
++_ACEOF
++
++fi
++
++
++
++
++echo "$as_me:$LINENO: checking for GNU Readline library" >&5
++echo $ECHO_N "checking for GNU Readline library... $ECHO_C" >&6
++
++kexi_cv_lib_readline=no
++ac_save_LIBS="$LIBS"
++# Note: $LIBCURSES is permitted to be empty.
++for LIBREADLINE in "-lreadline" "-lreadline $LIBCURSES" "-lreadline -ltermcap" "-lreadline -lncurses" "-lreadline -lcurses"
++do
++	LIBS="$ac_save_LIBS $LIBREADLINE"
++	if test "$cross_compiling" = yes; then
++  
++	# action if cross compiling
++	kexi_cv_lib_readline=no
++
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++	/* program */
++#include <stdio.h>
++#include <stdlib.h>
++#include <readline/readline.h>
++ 
++main(int argc, char **argv)
++{
++	/* Note:  don't actually call readline, since it may block;
++	 * We just want to see if it (dynamic) linked in okay.
++	 */
++	if (argc == 0)	/* never true */
++		readline(0);
++	exit(0);
++}
++
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++	# action if true
++	kexi_cv_lib_readline=yes
++
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++
++	# action if false
++	kexi_cv_lib_readline=no
++
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++
++	if test "$kexi_cv_lib_readline" = yes ; then break ; fi
++done
++# restore LIBS
++LIBS="$ac_save_LIBS"
++
++if test "$kexi_cv_lib_readline" = no ; then
++	LIBREADLINE=""
++	echo "$as_me:$LINENO: result: \"not found - kexisql will not be compiled\"" >&5
++echo "${ECHO_T}\"not found - kexisql will not be compiled\"" >&6
++else
++	echo "$as_me:$LINENO: result: $LIBREADLINE" >&5
++echo "${ECHO_T}$LIBREADLINE" >&6
++	
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_READLINE 1
++_ACEOF
++
++fi
++
++ 
++
++if test "$kexi_cv_lib_readline" = "yes"; then
++  have_readline_TRUE=
++  have_readline_FALSE='#'
++else
++  have_readline_TRUE='#'
++  have_readline_FALSE=
++fi
++
++
++
++
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++
++KEXI_VERSION=0.1
++
++# -- Check for KDE 3.1 and enable the compat dir --------------------
++
++echo "$as_me:$LINENO: checking for kdelibs newer than 3.1.x" >&5
++echo $ECHO_N "checking for kdelibs newer than 3.1.x... $ECHO_C" >&6
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++kcompat_save_CXXFLAGS="$CXXFLAGS"
++kcompat_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++CXXFLAGS="$CXXFLAGS $all_includes"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <kdeversion.h>
++#if !( KDE_IS_VERSION( 3, 1, 90 ) )
++#error Need to enable kexi_compat
++#endif
++
++int
++main ()
++{
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  use_kexi_compat_qextmdi="no"
++	LIB_KEXI_KMDI='-lkmdi'
++
++	echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++use_kexi_compat_qextmdi="yes"
++	kexi_compat_qextmdi_lib=libkexi_compat_qextmdi.so
++
++	# lets find qextmdi includes and lib:
++
++		kexi_compat_qextmdi_errmsg="For kde3.1 qextmdi library is needed from http://kexi-project.org/devresources.html"
++	
++kexi_compat_qextmdi_dir=NO
++for i in $kde_libraries;
++do
++  for j in $kexi_compat_qextmdi_lib;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kexi_compat_qextmdi_dir=$i
++      break 2
++    fi
++  done
++done
++
++#	AC_FIND_FILE($kexi_compat_qextmdi_lib, $kde_libdirs, kexi_compat_qextmdi_dir)
++	if test ! -r "$kexi_compat_qextmdi_dir/$kexi_compat_qextmdi_lib"; then
++		{ echo "$as_me:$LINENO: WARNING: No $kexi_compat_qextmdi_lib found in $kde_libraries !" >&5
++echo "$as_me: WARNING: No $kexi_compat_qextmdi_lib found in $kde_libraries !" >&2;}
++        	use_kexi_compat_qextmdi="do_not_compile"
++                DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++	fi
++	
++kexi_compat_qextmdi_includes=NO
++for i in $kde_includes/kexi/compat/qextmdi;
++do
++  for j in dockmainwindow_compat.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kexi_compat_qextmdi_includes=$i
++      break 2
++    fi
++  done
++done
++
++	if test ! -r "$kexi_compat_qextmdi_includes"; then
++		{ echo "$as_me:$LINENO: WARNING: No kexi/compat/qextmdi includes found in $kde_includes !" >&5
++echo "$as_me: WARNING: No kexi/compat/qextmdi includes found in $kde_includes !" >&2;}
++        	use_kexi_compat_qextmdi="do_not_compile"
++                DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++	fi
++
++	LIB_KEXI_KMDI_INCLUDES='-I'$kexi_compat_qextmdi_includes
++
++	LIB_KEXI_KMDI=-lkexi_compat_qextmdi
++
++
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++	echo "  libkexi_compat_qextmdi will be used instead of libkmdi."
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$kcompat_save_CXXFLAGS"
++LIBS="$kcompat_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++ 
++
++if test "$use_kexi_compat_qextmdi" = "yes"; then
++  use_kexi_compat_qextmdi_TRUE=
++  use_kexi_compat_qextmdi_FALSE='#'
++else
++  use_kexi_compat_qextmdi_TRUE='#'
++  use_kexi_compat_qextmdi_FALSE=
++fi
++
++
++# -- End KDE 3.1 check ----------------------------------------------
++
++
++# Check whether --enable-mysql or --disable-mysql was given.
++if test "${enable_mysql+set}" = set; then
++  enableval="$enable_mysql"
++  mysql_plugin=$enableval
++else
++  mysql_plugin=yes
++fi; 
++
++
++# Check whether --with-mysql_includes or --without-mysql_includes was given.
++if test "${with_mysql_includes+set}" = set; then
++  withval="$with_mysql_includes"
++  
++  ac_mysql_incdir=$withval
++
++else
++  ac_mysql_incdir=/usr/local/include
++
++fi; 
++
++
++# Check whether --with-mysql_libraries or --without-mysql_libraries was given.
++if test "${with_mysql_libraries+set}" = set; then
++  withval="$with_mysql_libraries"
++  
++  ac_mysql_libdir=$withval
++
++else
++  ac_mysql_libdir=/usr/local/lib
++
++fi; 
++
++
++echo "$as_me:$LINENO: checking for MySQL" >&5
++echo $ECHO_N "checking for MySQL... $ECHO_C" >&6
++
++compile_mysql_plugin="yes"
++
++if test "x$mysql_plugin" != "xyes"; then
++  compile_mysql_plugin="no"
++fi
++
++
++   echo "$as_me:$LINENO: checking for mysql_config" >&5
++echo $ECHO_N "checking for mysql_config... $ECHO_C" >&6
++   if test -n "$MYSQL_CONFIG"; then
++        kde_cv_path="$MYSQL_CONFIG";
++   else
++        kde_cache=`echo mysql_config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/b\
++in /usr/bin /opt/mysql/bin /usr/local/mysql/bin  $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/b\
++in /usr/bin /opt/mysql/bin /usr/local/mysql/bin "
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/mysql_config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/mysql_config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/mysql_config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/mysql_config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find MySQL anywhere, check http://www.mysql.com/" >&5
++echo "$as_me: WARNING: Could not find MySQL anywhere, check http://www.mysql.com/" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MYSQL_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$MYSQL_CONFIG"; then
++	mysql_incdir=`$MYSQL_CONFIG --cflags| $SED -e "s,-I,,g" | cut -d " " -f 1`
++	mysql_libdir=`$MYSQL_CONFIG --libs| $SED -e "s,',,g"`
++	MYSQL_INC=$mysql_incdir
++	MYSQL_LIBS=$mysql_libdir
++	
++	
++else
++	compile_mysql_plugin="no"
++fi
++
++if test "$compile_mysql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: result: libraries $mysql_libdir, headers $mysql_incdir" >&5
++echo "${ECHO_T}libraries $mysql_libdir, headers $mysql_incdir" >&6
++else
++  echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++fi
++
++ 
++
++if test "$compile_mysql_plugin" = "yes"; then
++  compile_mysql_plugin_TRUE=
++  compile_mysql_plugin_FALSE='#'
++else
++  compile_mysql_plugin_TRUE='#'
++  compile_mysql_plugin_FALSE=
++fi
++
++
++
++
++# Check whether --enable-pgsql or --disable-pgsql was given.
++if test "${enable_pgsql+set}" = set; then
++  enableval="$enable_pgsql"
++  pgsql_plugin=$enableval
++else
++  pgsql_plugin=yes
++fi; 
++
++
++
++# Check whether --with-pgsqlincdir or --without-pgsqlincdir was given.
++if test "${with_pgsqlincdir+set}" = set; then
++  withval="$with_pgsqlincdir"
++  
++  ac_pgsql_incdir=$withval
++
++else
++  ac_pgsql_incdir=/usr/local/include
++
++fi; 
++
++
++# Check whether --with-pgsqllibdir or --without-pgsqllibdir was given.
++if test "${with_pgsqllibdir+set}" = set; then
++  withval="$with_pgsqllibdir"
++  
++  ac_pgsql_libdir=$withval
++
++else
++  ac_pgsql_libdir=/usr/local/lib
++
++fi; 
++
++
++
++# Check whether --with-pqxxincdir or --without-pqxxincdir was given.
++if test "${with_pqxxincdir+set}" = set; then
++  withval="$with_pqxxincdir"
++  
++  ac_pqxx_incdir=$withval
++
++else
++  ac_pqxx_incdir=/usr/local/pqxx/include/pqxx
++
++fi; 
++
++
++# Check whether --with-pqxxlibdir or --without-pqxxlibdir was given.
++if test "${with_pqxxlibdir+set}" = set; then
++  withval="$with_pqxxlibdir"
++  
++  ac_pqxx_libdir=$withval
++
++else
++  ac_pqxx_libdir=/usr/local/lib
++
++fi; 
++
++
++
++compile_pgsql_plugin="yes"
++
++if test "x$pgsql_plugin" != "xyes"; then
++  compile_pgsql_plugin="no"
++fi
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 1 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 1 of 4... $ECHO_C" >&6
++  pgsql_incdirs="$ac_pgsql_incdir /usr/include /usr/include/pgsql /usr/include/postgresql /usr/local/include /usr/local/pgsql/include /opt/postgres/include"
++  
++pgsql_incdir=NO
++for i in $pgsql_incdirs;
++do
++  for j in libpq-fe.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pgsql_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pgsql_incdir/libpq-fe.h; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PG_INCDIR=$pgsql_incdir
++    echo "$as_me:$LINENO: result: $PG_INCDIR" >&5
++echo "${ECHO_T}$PG_INCDIR" >&6
++    
++  fi
++fi
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 2 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 2 of 4... $ECHO_C" >&6
++  pgsql_libdirs="$ac_pgsql_libdir /usr/lib /usr/local/lib /usr/local/pgsql/lib /opt/postgres/lib"
++  
++pgsql_libdir=NO
++for i in $pgsql_libdirs;
++do
++  for j in libpq.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pgsql_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pgsql_libdir/libpq.so; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PG_LIBDIR=$pgsql_libdir
++    echo "$as_me:$LINENO: result: $PG_LIBDIR" >&5
++echo "${ECHO_T}$PG_LIBDIR" >&6
++    
++  fi
++fi
++
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 3 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 3 of 4... $ECHO_C" >&6
++  pqxx_incdirs="$ac_pqxx_incdir /usr/include /usr/local/pqxx/include /usr/local/include"
++  
++pqxx_incdir=NO
++for i in $pqxx_incdirs;
++do
++  for j in pqxx/pqxx;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pqxx_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pqxx_incdir/pqxx/pqxx; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PQXX_INCDIR=$pqxx_incdir
++    echo "$as_me:$LINENO: result: $PQXX_INCDIR" >&5
++echo "${ECHO_T}$PQXX_INCDIR" >&6
++    
++  fi
++fi
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 4 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 4 of 4... $ECHO_C" >&6
++  pqxx_libdirs="$ac_pqxx_libdir /usr/lib /usr/local/lib /usr/local/pqxx/lib"
++  
++pqxx_libdir=NO
++for i in $pqxx_libdirs;
++do
++  for j in libpqxx.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pqxx_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pqxx_libdir/libpqxx.so; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PQXX_LIBDIR=$pqxx_libdir
++    echo "$as_me:$LINENO: result: $PQXX_LIBDIR" >&5
++echo "${ECHO_T}$PQXX_LIBDIR" >&6
++    
++  fi
++fi
++
++ 
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  compile_pgsql_plugin_TRUE=
++  compile_pgsql_plugin_FALSE='#'
++else
++  compile_pgsql_plugin_TRUE='#'
++  compile_pgsql_plugin_FALSE=
++fi
++
++
++
++
++echo "$as_me:$LINENO: checking for KDE library: knewstuff" >&5
++echo $ECHO_N "checking for KDE library: knewstuff... $ECHO_C" >&6
++
++ac_knewstuff_includes=NO ac_knewstuff_libraries=NO
++knewstuff_libraries=""
++knewstuff_includes=""
++
++if test "${ac_cv_have_knewstuff+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++knewstuff_incdir=NO
++for i in $kde_incdirs;
++do
++  for j in knewstuff/downloaddialog.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      knewstuff_incdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_knewstuff_includes="$knewstuff_incdir"
++
++
++knewstuff_libdir=NO
++for i in $kde_libdirs;
++do
++  for j in libknewstuff.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      knewstuff_libdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_knewstuff_libraries="$knewstuff_libdir"
++
++if test "$ac_knewstuff_includes" = NO || test "$ac_knewstuff_libraries" = NO; then
++  ac_cv_have_knewstuff="have_knewstuff=no"
++  ac_knewstuff_notfound=""
++else
++  have_knewstuff="yes"
++fi
++
++fi
++
++
++eval "$ac_cv_have_knewstuff"
++
++if test "$have_knewstuff" != yes; then
++  echo "$as_me:$LINENO: result: $have_knewstuff" >&5
++echo "${ECHO_T}$have_knewstuff" >&6
++else
++  echo "$as_me:$LINENO: result: $have_knewstuff (libraries $ac_knewstuff_libraries, headers $ac_knewstuff_includes)" >&5
++echo "${ECHO_T}$have_knewstuff (libraries $ac_knewstuff_libraries, headers $ac_knewstuff_includes)" >&6
++
++  CXXFLAGS="$CXXFLAGS -DHAVE_KNEWSTUFF"
++
++  LIB_KNEWSTUFF='-lknewstuff'
++  
++fi
++
++
++PYTHON_INCLUDE=""
++PYTHON_LIB=""
++PYTHON_FLAGS=""
++
++for pyver in python python2.4 python2.3 python2.2 python2.1 python2.0
++do
++    for incdir in "/usr/include/$pyver" \
++                  "/usr/local/include/$pyver" \
++                  "/usr/$pyver/include" \
++                  "/usr/local/$pyver/include" \
++                  "$prefix/include/$pyver" \
++                  "$prefix/$pyver/include"
++    do
++        if test -f "$incdir/Python.h"
++        then
++            PYTHON_LIB="-l$pyver"
++            PYTHON_INCLUDE="-I$incdir"
++            #PYTHON_LIB="-l$pylib"
++            #PYTHON_FLAGS="-L$pylibdir"
++            break
++        fi
++    done
++    if test "$PYTHON_LIB" != ""; then break; fi
++done
++
++
++
++
++
++# Check whether --enable-scripting or --disable-scripting was given.
++if test "${enable_scripting+set}" = set; then
++  enableval="$enable_scripting"
++  compile_kross_plugin=$enableval
++else
++  compile_kross_plugin=no
++fi; 
++ 
++
++if test "x$compile_kross_plugin" != "xno"; then
++  compile_kross_plugin_TRUE=
++  compile_kross_plugin_FALSE='#'
++else
++  compile_kross_plugin_TRUE='#'
++  compile_kross_plugin_FALSE=
++fi
++
++
++PYTHON_INCLUDE=""
++PYTHON_LIB=""
++PYTHON_FLAGS=""
++
++for pyver in python python2.4 python2.3 python2.2 python2.1 python2.0
++do
++    for incdir in "/usr/include/$pyver" \
++                  "/usr/local/include/$pyver" \
++                  "/usr/$pyver/include" \
++                  "/usr/local/$pyver/include" \
++                  "$prefix/include/$pyver" \
++                  "$prefix/$pyver/include"
++    do
++        if test -f "$incdir/Python.h"
++        then
++            PYTHON_LIB="-l$pyver"
++            PYTHON_INCLUDE="-I$incdir"
++            #PYTHON_LIB="-l$pylib"
++            #PYTHON_FLAGS="-L$pylibdir"
++            break
++        fi
++    done
++    if test "$PYTHON_LIB" != ""; then break; fi
++done
++
++
++
++
++
++
++
++echo "$as_me:$LINENO: checking for Python directory" >&5
++echo $ECHO_N "checking for Python directory... $ECHO_C" >&6
++ 
++if test "${kde_cv_pythondir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  if test -z "$PYTHONDIR"; then
++    kde_cv_pythondir=/usr/local
++  else
++    kde_cv_pythondir="$PYTHONDIR"
++  fi
++
++fi
++
++ 
++
++# Check whether --with-pythondir or --without-pythondir was given.
++if test "${with_pythondir+set}" = set; then
++  withval="$with_pythondir"
++  
++  ac_python_dir=$withval
++
++else
++  ac_python_dir=$kde_cv_pythondir
++
++fi; 
++ 
++echo "$as_me:$LINENO: result: $ac_python_dir" >&5
++echo "${ECHO_T}$ac_python_dir" >&6
++
++
++  
++
++
++
++
++if test -z ""2.4""; then
++  version="1.5"
++else
++  version=""2.4""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.3""; then
++  version="1.5"
++else
++  version=""2.3""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.2""; then
++  version="1.5"
++else
++  version=""2.2""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.1""; then
++  version="1.5"
++else
++  version=""2.1""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.0""; then
++  version="1.5"
++else
++  version=""2.0""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""; then
++  version="1.5"
++else
++  version=""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++ 
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++         
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++       
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++     
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++  
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++
++
++if test -z "$LIBMAGICK_LIBS"; then
++  DO_NOT_COMPILE="$DO_NOT_COMPILE krita"
++fi
++
++
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     echo "$as_me:$LINENO: checking for XOpenDisplay in -lXi" >&5
++echo $ECHO_N "checking for XOpenDisplay in -lXi... $ECHO_C" >&6
++if test "${ac_cv_lib_Xi_XOpenDisplay+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lXi  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char XOpenDisplay ();
++int
++main ()
++{
++XOpenDisplay ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_Xi_XOpenDisplay=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_Xi_XOpenDisplay=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_Xi_XOpenDisplay" >&5
++echo "${ECHO_T}$ac_cv_lib_Xi_XOpenDisplay" >&6
++if test $ac_cv_lib_Xi_XOpenDisplay = yes; then
++  LIB_XINPUTEXT="-lXi"
++	
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_XINPUTEXT 1
++_ACEOF
++
++	
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++
++
++# Check for lcms
++echo "$as_me:$LINENO: checking for lcms >= 1.12" >&5
++echo $ECHO_N "checking for lcms >= 1.12... $ECHO_C" >&6
++
++have_lcms_header='no'
++
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   
++
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   if test "${ac_cv_header_lcms_lcms_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for lcms/lcms.h" >&5
++echo $ECHO_N "checking for lcms/lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_lcms_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking lcms/lcms.h usability" >&5
++echo $ECHO_N "checking lcms/lcms.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <lcms/lcms.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking lcms/lcms.h presence" >&5
++echo $ECHO_N "checking lcms/lcms.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <lcms/lcms.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: lcms/lcms.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: lcms/lcms.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: lcms/lcms.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: lcms/lcms.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: lcms/lcms.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: lcms/lcms.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: lcms/lcms.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: lcms/lcms.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for lcms/lcms.h" >&5
++echo $ECHO_N "checking for lcms/lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_lcms_lcms_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_lcms_h" >&6
++
++fi
++if test $ac_cv_header_lcms_lcms_h = yes; then
++  have_lcms_header='yes'
++fi
++
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   CPPFLAGS=$kde_safe_cppflags
++
++if test "$have_lcms_header" = 'yes'
++then
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define LCMS_HEADER <lcms/lcms.h>
++_ACEOF
++
++
++	echo "#include <lcms/lcms.h>" > conftest.$ac_ext
++	echo "#if LCMS_VERSION < 112" >> conftest.$ac_ext
++	echo "#error Need lcms < 1.12" >> conftest.$ac_ext
++	echo "#endif" >> conftest.$ac_ext
++	echo "int main() {}" >> conftest.$ac_ext
++
++else
++        # Alternative! Debian does it this way...
++	
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   
++
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   if test "${ac_cv_header_lcms_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for lcms.h" >&5
++echo $ECHO_N "checking for lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking lcms.h usability" >&5
++echo $ECHO_N "checking lcms.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <lcms.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking lcms.h presence" >&5
++echo $ECHO_N "checking lcms.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <lcms.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: lcms.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: lcms.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: lcms.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: lcms.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: lcms.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: lcms.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: lcms.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: lcms.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: lcms.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: lcms.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for lcms.h" >&5
++echo $ECHO_N "checking for lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_lcms_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_h" >&6
++
++fi
++if test $ac_cv_header_lcms_h = yes; then
++  have_lcms_header='yes'
++fi
++
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   CPPFLAGS=$kde_safe_cppflags
++
++
++       	
++cat >>confdefs.h <<\_ACEOF
++@%:@define LCMS_HEADER <lcms.h>
++_ACEOF
++
++
++	echo "#include <lcms.h>" > conftest.$ac_ext
++	echo "#if LCMS_VERSION < 112" >> conftest.$ac_ext
++	echo "#error Need lcms < 1.12" >> conftest.$ac_ext
++	echo "#endif" >> conftest.$ac_ext
++	echo "int main() {}" >> conftest.$ac_ext
++fi
++
++
++ac_link='$LIBTOOL_SHELL --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext -llcms 1>&5'
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++    	echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        HAVELCMS="yes"
++        LCMS_LIBS="-llcms"
++else
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++	HAVELCMS="no"
++	LCMS_LIBS=""
++        DO_NOT_COMPILE="$DO_NOT_COMPILE krita"
++fi
++
++
++
++
++# IM 6.1.3 changed the number of arguments to GetMagickInfoList
++
++echo "$as_me:$LINENO: checking if GetMagickInfoList has only 2 arguments" >&5
++echo $ECHO_N "checking if GetMagickInfoList has only 2 arguments... $ECHO_C" >&6
++CPPFLAGS_TMP="$CPPFLAGS"   # Save preprocessor flags
++CPPFLAGS="$LIBMAGICK_CPPFLAGS"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdio.h>
++	#if HAVE_SYS_TYPES_H
++	#include <sys/types.h>
++	#endif
++	#include "magick/api.h"
++int
++main ()
++{
++const char *pattern; unsigned long ncolors; (void)GetMagickInfoList(pattern, &ncolors)
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  magick_info_list='yes'
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++magick_info_list='no'
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++CPPFLAGS="$CPPFLAGS_TMP"  # Restore preprocessor flags
++
++if test "$magick_info_list" = 'yes'; then
++	echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_OLD_GETMAGICKINFOLIST 1
++_ACEOF
++
++else
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   
++
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   if test "${ac_cv_header_kjsembed_jsproxy_imp_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for kjsembed/jsproxy_imp.h" >&5
++echo $ECHO_N "checking for kjsembed/jsproxy_imp.h... $ECHO_C" >&6
++if test "${ac_cv_header_kjsembed_jsproxy_imp_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_kjsembed_jsproxy_imp_h" >&5
++echo "${ECHO_T}$ac_cv_header_kjsembed_jsproxy_imp_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking kjsembed/jsproxy_imp.h usability" >&5
++echo $ECHO_N "checking kjsembed/jsproxy_imp.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <kjsembed/jsproxy_imp.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking kjsembed/jsproxy_imp.h presence" >&5
++echo $ECHO_N "checking kjsembed/jsproxy_imp.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <kjsembed/jsproxy_imp.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for kjsembed/jsproxy_imp.h" >&5
++echo $ECHO_N "checking for kjsembed/jsproxy_imp.h... $ECHO_C" >&6
++if test "${ac_cv_header_kjsembed_jsproxy_imp_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_kjsembed_jsproxy_imp_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_kjsembed_jsproxy_imp_h" >&5
++echo "${ECHO_T}$ac_cv_header_kjsembed_jsproxy_imp_h" >&6
++
++fi
++if test $ac_cv_header_kjsembed_jsproxy_imp_h = yes; then
++  have_kjsembed=yes
++else
++  have_kjsembed=no
++fi
++
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   CPPFLAGS=$kde_safe_cppflags
++
++ 
++
++if test x$have_kjsembed = xyes; then
++  use_kjsembed_TRUE=
++  use_kjsembed_FALSE='#'
++else
++  use_kjsembed_TRUE='#'
++  use_kjsembed_FALSE=
++fi
++
++
++echo "$as_me:$LINENO: checking whether round is declared" >&5
++echo $ECHO_N "checking whether round is declared... $ECHO_C" >&6
++if test "${ac_cv_have_decl_round+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <math.h>
++
++int
++main ()
++{
++#ifndef round
++  char *p = (char *) round;
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_have_decl_round=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_have_decl_round=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_have_decl_round" >&5
++echo "${ECHO_T}$ac_cv_have_decl_round" >&6
++if test $ac_cv_have_decl_round = yes; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_DECL_ROUND 1
++_ACEOF
++
++
++else
++  cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_DECL_ROUND 0
++_ACEOF
++
++
++fi
++
++
++
++
++for ac_header in ieeefp.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++
++for ac_func in fabsl
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++
++
++  echo "$as_me:$LINENO: checking for long double" >&5
++echo $ECHO_N "checking for long double... $ECHO_C" >&6
++if test "${ac_cv_c_long_double+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++    if test "$cross_compiling" = yes; then
++  ac_cv_c_long_double=no
++    
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
++#include <math.h>
++
++int main() {
++/* The Stardent Vistra knows sizeof(long double), but does not support it.  */
++long double foo = 1.0;
++char buffer[10];
++/* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
++int result = (sizeof(long double) < sizeof(double));
++/* the following is needed for a broken printf in glibc2 */
++if (!result) {
++    foo = foo * 3;
++    sprintf(buffer,"%0.0Lf",foo);
++    result = strcmp(buffer, "3");
++/* and now something mean ;-) */
++    foo = powl(fabsl(foo), 1);
++}
++exit(result); }
++    
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_c_long_double=yes
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_c_long_double=no
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++  
++fi
++echo "$as_me:$LINENO: result: $ac_cv_c_long_double" >&5
++echo "${ECHO_T}$ac_cv_c_long_double" >&6
++  if test $ac_cv_c_long_double = yes; then
++    
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_LONG_DOUBLE 1
++_ACEOF
++
++  fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     echo "$as_me:$LINENO: checking for isinf in -lm" >&5
++echo $ECHO_N "checking for isinf in -lm... $ECHO_C" >&6
++if test "${ac_cv_lib_m_isinf+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lm  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char isinf ();
++int
++main ()
++{
++isinf ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_m_isinf=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_m_isinf=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_m_isinf" >&5
++echo "${ECHO_T}$ac_cv_lib_m_isinf" >&6
++if test $ac_cv_lib_m_isinf = yes; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FUNC_ISINF 1
++_ACEOF
++
++
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++
++
++
++echo "$as_me:$LINENO: checking for SQL support in QT" >&5
++echo $ECHO_N "checking for SQL support in QT... $ECHO_C" >&6
++
++LIBS_SAVE_KWSL="$LIBS"
++CXXFLAGS_SAVE_KWSL="$CXXFLAGS"
++CFLAGS_SAVE_KWSL="$CFLAGS"
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++
++LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
++CXXFLAGS="$CXXFLAGS -I$qt_includes $all_includes"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <qglobal.h>
++
++int
++main ()
++{
++
++#ifdef QT_NO_SQL
++#error "No QT-SQL support"
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_trycompile_kwsl_qtsql=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_trycompile_kwsl_qtsql=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++CXXFLAGS="$CXXFLAGS_SAVE_KWSL"
++LIBS="$LIBS_SAVE_KWSL"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++if eval "test \"`echo $ac_trycompile_kwsl_qtsql`\" = yes"; then
++  SQLDIR=sql
++  
++  echo "$as_me:$LINENO: result: QT supports SQL - compile qtsqlmailmerge" >&5
++echo "${ECHO_T}QT supports SQL - compile qtsqlmailmerge" >&6
++else
++  SQLDIR=
++  
++  echo "$as_me:$LINENO: result: QT supports SQL -- qtsqlmailmerge will not be built" >&5
++echo "${ECHO_T}QT supports SQL -- qtsqlmailmerge will not be built" >&6
++fi
++
++ 
++
++if test -n "$SQLDIR"; then
++  include_sql_TRUE=
++  include_sql_FALSE='#'
++else
++  include_sql_TRUE='#'
++  include_sql_FALSE=
++fi
++
++
++KWMF_INCLUDES='-I$(top_srcdir)/lib/kwmf -I$(top_builddir)/lib/kwmf'
++
++KSTORE_INCLUDES='-I$(top_srcdir)/lib/store -I$(top_builddir)/lib/store'
++
++KOTEXT_INCLUDES='-I$(top_srcdir)/lib/kotext -I$(top_builddir)/lib/kotext'
++
++KOPAINTER_INCLUDES='-I$(top_srcdir)/lib/kopainter -I$(top_builddir)/lib/kopainter'
++
++KOFFICECORE_INCLUDES='-I$(top_srcdir)/lib/kofficecore -I$(top_builddir)/lib/kofficecore'
++
++KOFFICEUI_INCLUDES='-I$(top_srcdir)/lib/kofficeui -I$(top_builddir)/lib/kofficeui'
++
++KFORMULA_INCLUDES='-I$(top_srcdir)/lib/kformula -I$(top_builddir)/lib/kformula'
++
++KOSCRIPT_INCLUDES='-I$(top_srcdir)/lib/koscript -I$(top_builddir)/lib/koscript'
++
++LIB_KOFFICEUI='$(top_builddir)/lib/kofficeui/libkofficeui.la'
++
++LIB_KOFFICECORE='$(top_builddir)/lib/kofficecore/libkofficecore.la'
++
++LIB_KSTORE='$(top_builddir)/lib/store/libkstore.la'
++
++LIB_KOTEXT='$(top_builddir)/lib/kotext/libkotext.la'
++
++LIB_KOPAINTER='$(top_builddir)/lib/kopainter/libkopainter.la'
++
++LIB_KWMF='$(top_builddir)/lib/kwmf/libkwmf.la'
++
++LIB_KOWMF='$(top_builddir)/lib/kwmf/libkowmf.la'
++
++LIB_KFORMULA='$(top_builddir)/lib/kformula/libkformulalib.la'
++
++LIB_KOSCRIPT='$(top_builddir)/lib/koscript/libkoscript.la'
++
++
++interfacedir='$(top_srcdir)/lib/interfaces'
++
++KOFFICE_LIBS='$(LIB_KOFFICEUI) $(LIB_KOFFICECORE) $(LIB_KSTORE)'
++
++KOFFICE_INCLUDES='$(KOFFICEUI_INCLUDES) $(KOFFICECORE_INCLUDES) $(KSTORE_INCLUDES) $(KWMF_INCLUDES)'
++
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PREFIX "$prefix"
++_ACEOF
++
++
++
++   
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++      echo "$as_me:$LINENO: checking for kspell2/broker.h (kdelibs>3.2)" >&5
++echo $ECHO_N "checking for kspell2/broker.h (kdelibs>3.2)... $ECHO_C" >&6
++   
++ac_kspell2_includes=NO
++for i in $kde_includes;
++do
++  for j in kspell2/broker.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      ac_kspell2_includes=$i
++      break 2
++    fi
++  done
++done
++
++   if test -n "$ac_kspell2_includes" && test -r "$ac_kspell2_includes/kspell2/broker.h"; then
++                                 
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_LIBKSPELL2 1
++_ACEOF
++
++           LIBKSPELL2="-lkspell2"
++           echo "$as_me:$LINENO: result: found in $ac_kspell2_includes" >&5
++echo "${ECHO_T}found in $ac_kspell2_includes" >&6
++   else
++           LIBKSPELL2=""
++           echo "$as_me:$LINENO: result: not found -- spell-checking will be disabled" >&5
++echo "${ECHO_T}not found -- spell-checking will be disabled" >&6
++   fi
++   
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
++TOPSUBDIRS=""
++
++if test ! -s $srcdir/subdirs; then
++    files=`cd $srcdir && ls -1`
++  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
++  for i in $dirs; do
++    echo $i >> $srcdir/subdirs
++  done
++fi
++
++ac_topsubdirs=
++if test -s $srcdir/inst-apps; then
++  ac_topsubdirs="`cat $srcdir/inst-apps`"
++elif test -s $srcdir/subdirs; then
++  ac_topsubdirs="`cat $srcdir/subdirs`"
++fi
++
++for i in $ac_topsubdirs; do
++  echo "$as_me:$LINENO: checking if $i should be compiled" >&5
++echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6
++  if test -d $srcdir/$i; then
++    install_it="yes"
++    for j in $DO_NOT_COMPILE; do
++      if test $i = $j; then
++        install_it="no"
++      fi
++    done
++  else
++    install_it="no"
++  fi
++  echo "$as_me:$LINENO: result: $install_it" >&5
++echo "${ECHO_T}$install_it" >&6
++  vari=`echo $i | sed -e 's,[-+.@],_,g'`
++  if test $install_it = "yes"; then
++    TOPSUBDIRS="$TOPSUBDIRS $i"
++    eval "$vari""_SUBDIR_included=yes"
++  else
++    eval "$vari""_SUBDIR_included=no"
++  fi
++done
++
++
++
++ 
++
++if test "x$lib_SUBDIR_included" = xyes; then
++  lib_SUBDIR_included_TRUE=
++  lib_SUBDIR_included_FALSE='#'
++else
++  lib_SUBDIR_included_TRUE='#'
++  lib_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$interfaces_SUBDIR_included" = xyes; then
++  interfaces_SUBDIR_included_TRUE=
++  interfaces_SUBDIR_included_FALSE='#'
++else
++  interfaces_SUBDIR_included_TRUE='#'
++  interfaces_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$autocorrect_SUBDIR_included" = xyes; then
++  autocorrect_SUBDIR_included_TRUE=
++  autocorrect_SUBDIR_included_FALSE='#'
++else
++  autocorrect_SUBDIR_included_TRUE='#'
++  autocorrect_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$doc_SUBDIR_included" = xyes; then
++  doc_SUBDIR_included_TRUE=
++  doc_SUBDIR_included_FALSE='#'
++else
++  doc_SUBDIR_included_TRUE='#'
++  doc_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$example_SUBDIR_included" = xyes; then
++  example_SUBDIR_included_TRUE=
++  example_SUBDIR_included_FALSE='#'
++else
++  example_SUBDIR_included_TRUE='#'
++  example_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$karbon_SUBDIR_included" = xyes; then
++  karbon_SUBDIR_included_TRUE=
++  karbon_SUBDIR_included_FALSE='#'
++else
++  karbon_SUBDIR_included_TRUE='#'
++  karbon_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kchart_SUBDIR_included" = xyes; then
++  kchart_SUBDIR_included_TRUE=
++  kchart_SUBDIR_included_FALSE='#'
++else
++  kchart_SUBDIR_included_TRUE='#'
++  kchart_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kdgantt_SUBDIR_included" = xyes; then
++  kdgantt_SUBDIR_included_TRUE=
++  kdgantt_SUBDIR_included_FALSE='#'
++else
++  kdgantt_SUBDIR_included_TRUE='#'
++  kdgantt_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kformula_SUBDIR_included" = xyes; then
++  kformula_SUBDIR_included_TRUE=
++  kformula_SUBDIR_included_FALSE='#'
++else
++  kformula_SUBDIR_included_TRUE='#'
++  kformula_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kivio_SUBDIR_included" = xyes; then
++  kivio_SUBDIR_included_TRUE=
++  kivio_SUBDIR_included_FALSE='#'
++else
++  kivio_SUBDIR_included_TRUE='#'
++  kivio_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$koshell_SUBDIR_included" = xyes; then
++  koshell_SUBDIR_included_TRUE=
++  koshell_SUBDIR_included_FALSE='#'
++else
++  koshell_SUBDIR_included_TRUE='#'
++  koshell_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kounavail_SUBDIR_included" = xyes; then
++  kounavail_SUBDIR_included_TRUE=
++  kounavail_SUBDIR_included_FALSE='#'
++else
++  kounavail_SUBDIR_included_TRUE='#'
++  kounavail_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kpresenter_SUBDIR_included" = xyes; then
++  kpresenter_SUBDIR_included_TRUE=
++  kpresenter_SUBDIR_included_FALSE='#'
++else
++  kpresenter_SUBDIR_included_TRUE='#'
++  kpresenter_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$krita_SUBDIR_included" = xyes; then
++  krita_SUBDIR_included_TRUE=
++  krita_SUBDIR_included_FALSE='#'
++else
++  krita_SUBDIR_included_TRUE='#'
++  krita_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kspread_SUBDIR_included" = xyes; then
++  kspread_SUBDIR_included_TRUE=
++  kspread_SUBDIR_included_FALSE='#'
++else
++  kspread_SUBDIR_included_TRUE='#'
++  kspread_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kugar_SUBDIR_included" = xyes; then
++  kugar_SUBDIR_included_TRUE=
++  kugar_SUBDIR_included_FALSE='#'
++else
++  kugar_SUBDIR_included_TRUE='#'
++  kugar_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$mimetypes_SUBDIR_included" = xyes; then
++  mimetypes_SUBDIR_included_TRUE=
++  mimetypes_SUBDIR_included_FALSE='#'
++else
++  mimetypes_SUBDIR_included_TRUE='#'
++  mimetypes_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$pics_SUBDIR_included" = xyes; then
++  pics_SUBDIR_included_TRUE=
++  pics_SUBDIR_included_FALSE='#'
++else
++  pics_SUBDIR_included_TRUE='#'
++  pics_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$plugins_SUBDIR_included" = xyes; then
++  plugins_SUBDIR_included_TRUE=
++  plugins_SUBDIR_included_FALSE='#'
++else
++  plugins_SUBDIR_included_TRUE='#'
++  plugins_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$servicetypes_SUBDIR_included" = xyes; then
++  servicetypes_SUBDIR_included_TRUE=
++  servicetypes_SUBDIR_included_FALSE='#'
++else
++  servicetypes_SUBDIR_included_TRUE='#'
++  servicetypes_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$templates_SUBDIR_included" = xyes; then
++  templates_SUBDIR_included_TRUE=
++  templates_SUBDIR_included_FALSE='#'
++else
++  templates_SUBDIR_included_TRUE='#'
++  templates_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$tools_SUBDIR_included" = xyes; then
++  tools_SUBDIR_included_TRUE=
++  tools_SUBDIR_included_FALSE='#'
++else
++  tools_SUBDIR_included_TRUE='#'
++  tools_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kword_SUBDIR_included" = xyes; then
++  kword_SUBDIR_included_TRUE=
++  kword_SUBDIR_included_FALSE='#'
++else
++  kword_SUBDIR_included_TRUE='#'
++  kword_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kexi_SUBDIR_included" = xyes; then
++  kexi_SUBDIR_included_TRUE=
++  kexi_SUBDIR_included_FALSE='#'
++else
++  kexi_SUBDIR_included_TRUE='#'
++  kexi_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$filters_SUBDIR_included" = xyes; then
++  filters_SUBDIR_included_TRUE=
++  filters_SUBDIR_included_FALSE='#'
++else
++  filters_SUBDIR_included_TRUE='#'
++  filters_SUBDIR_included_FALSE=
++fi
++
++          ac_config_files="$ac_config_files Makefile"
++
++          ac_config_files="$ac_config_files autocorrect/Makefile"
++
++          ac_config_files="$ac_config_files doc/Makefile"
++
++          ac_config_files="$ac_config_files doc/kchart/Makefile"
++
++          ac_config_files="$ac_config_files doc/kformula/Makefile"
++
++          ac_config_files="$ac_config_files doc/kivio/Makefile"
++
++          ac_config_files="$ac_config_files doc/koffice/Makefile"
++
++          ac_config_files="$ac_config_files doc/koshell/Makefile"
++
++          ac_config_files="$ac_config_files doc/kpresenter/Makefile"
++
++          ac_config_files="$ac_config_files doc/kspread/Makefile"
++
++          ac_config_files="$ac_config_files doc/kugar/Makefile"
++
++          ac_config_files="$ac_config_files doc/kword/Makefile"
++
++          ac_config_files="$ac_config_files doc/thesaurus/Makefile"
++
++          ac_config_files="$ac_config_files example/Makefile"
++
++          ac_config_files="$ac_config_files filters/Makefile"
++
++          ac_config_files="$ac_config_files filters/generic_wrapper/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/ai/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/applixgraphics/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/eps/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/kontour/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/msod/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/oodraw/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/png/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/svg/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/wmf/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/xcf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kchart/Makefile"
++
++          ac_config_files="$ac_config_files filters/kchart/png/Makefile"
++
++          ac_config_files="$ac_config_files filters/kchart/svg/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/latex/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/mathml/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/png/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/kword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/magicpoint/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/ooimpress/Makefile"
++
++          ac_config_files="$ac_config_files filters/krita/Makefile"
++
++          ac_config_files="$ac_config_files filters/krita/magick/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/applixspread/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/csv/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/dbase/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/excel/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/excel/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/excel/sidewinder/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/gnumeric/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/html/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/latex/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/latex/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/libkspreadexport/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/opencalc/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/libqpro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/libqpro/qpro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/libqpro/src/Makefile"
++
++          ac_config_files="$ac_config_files filters/kugar/Makefile"
++
++          ac_config_files="$ac_config_files filters/kugar/kugarnop/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/abiword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/amipro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/applixword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/ascii/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/docbook/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/html/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/html/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/html/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/kword1.3/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/kword1.3/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/import/generator/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/import/parser/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/libexport/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/msword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/mswrite/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/oowriter/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/palmdoc/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/xpdf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/xpdf/goo/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/xpdf/xpdf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/rtf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/rtf/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/rtf/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/starwriter/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wml/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wordperfect/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wordperfect/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wordperfect/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/liboofilter/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/excel97/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/hancomword/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/lib/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/powerpoint97/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/winword97/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/xsl/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/xsl/kword/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/xsl/kword/xslfo/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/import/Makefile"
++
++          ac_config_files="$ac_config_files interfaces/Makefile"
++
++          ac_config_files="$ac_config_files karbon/Makefile"
++
++          ac_config_files="$ac_config_files karbon/commands/Makefile"
++
++          ac_config_files="$ac_config_files karbon/core/Makefile"
++
++          ac_config_files="$ac_config_files karbon/data/Makefile"
++
++          ac_config_files="$ac_config_files karbon/dialogs/Makefile"
++
++          ac_config_files="$ac_config_files karbon/dockers/Makefile"
++
++          ac_config_files="$ac_config_files karbon/pics/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/flattenpath/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/imagetool/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/insertknots/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/roundcorners/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/shadoweffect/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/whirlpinch/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/zoomtool/Makefile"
++
++          ac_config_files="$ac_config_files karbon/render/Makefile"
++
++          ac_config_files="$ac_config_files karbon/render/xrgbrender/Makefile"
++
++          ac_config_files="$ac_config_files karbon/shapes/Makefile"
++
++          ac_config_files="$ac_config_files karbon/tools/Makefile"
++
++          ac_config_files="$ac_config_files karbon/visitors/Makefile"
++
++          ac_config_files="$ac_config_files karbon/widgets/Makefile"
++
++          ac_config_files="$ac_config_files kchart/Makefile"
++
++          ac_config_files="$ac_config_files kchart/kdchart/Makefile"
++
++          ac_config_files="$ac_config_files kchart/pics/Makefile"
++
++          ac_config_files="$ac_config_files kchart/templates/Makefile"
++
++          ac_config_files="$ac_config_files kchart/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files kchart/toolbar/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files kchart/toolbar/locolor/Makefile"
++
++          ac_config_files="$ac_config_files kdgantt/Makefile"
++
++          ac_config_files="$ac_config_files kexi/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql/src/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql/tool/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql3/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql3/src/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/uuid/Makefile"
++
++          ac_config_files="$ac_config_files kexi/core/Makefile"
++
++          ac_config_files="$ac_config_files kexi/data/Makefile"
++
++          ac_config_files="$ac_config_files kexi/data/kde32compat/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/import/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/import/csv/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/import/kspread_chain/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/factories/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/kdevelop_plugin/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/scripting/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/test/Makefile"
++
++          ac_config_files="$ac_config_files kexi/interfaces/Makefile"
++
++          ac_config_files="$ac_config_files kexi/interfaces/kwmailmerge/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/mySQL/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/odbc/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/pqxx/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/sqlite/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/sqlite2/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/parser/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/filters/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/projectWizard/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/startup/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/mysql/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/pqxx/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/txt/Makefile"
++
++          ac_config_files="$ac_config_files kexi/pics/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/forms/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/importwizard/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/importwizard/common/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/importwizard/file/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/kugar/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/kugar/kudesigner/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/migration/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/queries/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/relations/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/reports/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/scripting/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/tables/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/api/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/kexidb/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/kjs/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/main/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/python/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/python/CXX/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/test/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/newapi/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/parser/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/startup/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/tableview/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/propertyeditor/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/propertyeditor/test/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/relations/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/tableview/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/utils/Makefile"
++
++          ac_config_files="$ac_config_files kformula/Makefile"
++
++          ac_config_files="$ac_config_files kformula/pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/config/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/kiviosdk/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Assorted/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Circuit/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Cisco/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Civil/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Contact/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Electric/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Jigsaw/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/MSE/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Network/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Pneumatic/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/SDL/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Sybase/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/Extended/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/Logic/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Geographic/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Geographic/Flags/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Geographic/Maps/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Hardware/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Hardware/Computer/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/People/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/UML/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/tiles/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/tools/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/ui/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioconnectortool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioconnectortool/straight_connector/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioselecttool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioselecttool/select_pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviosmlconnector/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviosmlconnector/sml_connector/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviotargettool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviotexttool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviozoomtool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviozoomtool/zoom_pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/templates/Makefile"
++
++          ac_config_files="$ac_config_files kivio/templates/basic/Makefile"
++
++          ac_config_files="$ac_config_files koshell/Makefile"
++
++          ac_config_files="$ac_config_files kounavail/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoformEdit/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoforms/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoforms/Arrows/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoforms/Connections/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/dtd/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/pics/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/slideshow/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/A4/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/Screen/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/Screenpresentations/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/common_icon/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/legal/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/letter/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files krita/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/builder/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/color_strategy/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/paintop/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/resources/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/strategy/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/tiles/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/tool/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/brushes/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/gradients/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/images/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/palettes/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/patterns/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/profiles/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/dtd/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_cmyk/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_cmyk/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_gray/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_gray/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_rgb/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_rgb/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_wet/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_ws/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_ws/filter/Makefile"
++
++          ac_config_files="$ac_config_files krita/paintops/Makefile"
++
++          ac_config_files="$ac_config_files krita/pics/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/cimg/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/colorrange/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/colorsfilters/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/colorspaceconversion/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/convolutionfilters/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/designerplugin/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/embossfilter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/example/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/histogram/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/imagemagick/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/imagesize/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/kiskjsembed/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/kiskjsembed/functions/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/kiskjsembed/objects/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/oilpaintfilter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/performancetest/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/raindropsfilter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/rotateimage/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/screenshot/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/selectiontools/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/shearimage/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_crop/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_filter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_polygon/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_polyline/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_star/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_transform/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/variations/Makefile"
++
++          ac_config_files="$ac_config_files krita/tools/Makefile"
++
++          ac_config_files="$ac_config_files krita/ui/Makefile"
++
++          ac_config_files="$ac_config_files krita/ui/labels/Makefile"
++
++          ac_config_files="$ac_config_files krita/ui/widgets/Makefile"
++
++          ac_config_files="$ac_config_files kspread/Makefile"
++
++          ac_config_files="$ac_config_files kspread/dialogs/Makefile"
++
++          ac_config_files="$ac_config_files kspread/dtd/Makefile"
++
++          ac_config_files="$ac_config_files kspread/extensions/Makefile"
++
++          ac_config_files="$ac_config_files kspread/pics/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/calculator/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/calculator/pics/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/insertcalendar/Makefile"
++
++          ac_config_files="$ac_config_files kspread/tablestyles/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/Business/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/General/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/HomeFamily/Makefile"
++
++          ac_config_files="$ac_config_files kspread/tests/Makefile"
++
++          ac_config_files="$ac_config_files kspread/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files kspread/toolbar/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files kugar/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kde31/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/pics/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/templates/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/templates/General/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner_lib/Makefile"
++
++          ac_config_files="$ac_config_files kugar/lib/Makefile"
++
++          ac_config_files="$ac_config_files kugar/part/Makefile"
++
++          ac_config_files="$ac_config_files kugar/samples/Makefile"
++
++          ac_config_files="$ac_config_files kugar/samplesdb/Makefile"
++
++          ac_config_files="$ac_config_files kugar/shell/Makefile"
++
++          ac_config_files="$ac_config_files kword/Makefile"
++
++          ac_config_files="$ac_config_files kword/data/Makefile"
++
++          ac_config_files="$ac_config_files kword/dtd/Makefile"
++
++          ac_config_files="$ac_config_files kword/expression/Makefile"
++
++          ac_config_files="$ac_config_files kword/horizontalline/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/kabc/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/kspread/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/sql/Makefile"
++
++          ac_config_files="$ac_config_files kword/pics/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/CardsAndLabels/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/DTP/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/Envelopes/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/Wordprocessing/Makefile"
++
++          ac_config_files="$ac_config_files kword/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files lib/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/config/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/dtd/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/pics/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/pics/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficecore/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficecore/tests/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficeui/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficeui/pics/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficeui/tests/Makefile"
++
++          ac_config_files="$ac_config_files lib/kopainter/Makefile"
++
++          ac_config_files="$ac_config_files lib/koscript/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/kohyphen/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/kohyphen/hyphdicts/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/tests/Makefile"
++
++          ac_config_files="$ac_config_files lib/kwmf/Makefile"
++
++          ac_config_files="$ac_config_files lib/store/Makefile"
++
++          ac_config_files="$ac_config_files lib/store/tests/Makefile"
++
++          ac_config_files="$ac_config_files mimetypes/Makefile"
++
++          ac_config_files="$ac_config_files mimetypes/kde32/Makefile"
++
++          ac_config_files="$ac_config_files mimetypes/kde33/Makefile"
++
++          ac_config_files="$ac_config_files pics/Makefile"
++
++          ac_config_files="$ac_config_files pics/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files plugins/Makefile"
++
++          ac_config_files="$ac_config_files plugins/scan/Makefile"
++
++          ac_config_files="$ac_config_files servicetypes/Makefile"
++
++          ac_config_files="$ac_config_files templates/Makefile"
++
++          ac_config_files="$ac_config_files tools/Makefile"
++
++          ac_config_files="$ac_config_files tools/converter/Makefile"
++
++          ac_config_files="$ac_config_files tools/kfile-plugins/Makefile"
++
++          ac_config_files="$ac_config_files tools/kfile-plugins/koffice/Makefile"
++
++          ac_config_files="$ac_config_files tools/kfile-plugins/ooo/Makefile"
++
++          ac_config_files="$ac_config_files tools/kthesaurus/Makefile"
++
++          ac_config_files="$ac_config_files tools/quickprint/Makefile"
++
++          ac_config_files="$ac_config_files tools/spell/Makefile"
++
++          ac_config_files="$ac_config_files tools/thesaurus/Makefile"
++
++          ac_config_files="$ac_config_files tools/thumbnail/Makefile"
++
++echo "$as_me:$LINENO: checking for filters to be compiled" >&5
++echo $ECHO_N "checking for filters to be compiled... $ECHO_C" >&6
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main apllication we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        kword) COMPILE_FILTER_KWORD="$args " ;;
++        kspread) COMPILE_FILTER_KSPREAD="$args " ;;
++        kchart) COMPILE_FILTER_KCHART="$args " ;;
++        karbon) COMPILE_FILTER_KARBON="$args " ;;
++        kpresenter) COMPILE_FILTER_KPRESENTER="$args " ;;
++        kformula) COMPILE_FILTER_KFORMULA="$args " ;;
++        kugar) COMPILE_FILTER_KUGAR="$args " ;;
++        krita) COMPILE_FILTER_KRITA="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        kword) COMPILE_FILTER_KWORD= ;;
++        kspread) COMPILE_FILTER_KSPREAD= ;;
++        kchart) COMPILE_FILTER_KCHART= ;;
++        karbon) COMPILE_FILTER_KARBON= ;;
++        kpresenter) COMPILE_FILTER_KPRESENTER= ;;
++        kformula) COMPILE_FILTER_KFORMULA= ;;
++        kugar) COMPILE_FILTER_KUGAR= ;;
++        krita) COMPILE_FILTER_KRITA= ;;
++    esac
++done
++
++USERFEEDBACKCOMPILE="$COMPILE_FILTER_KWORD$COMPILE_FILTER_KSPREAD$COMPILE_FILTER_KCHART$COMPILE_FILTER_KARBON$COMPILE_FILTER_KPRESENTER$COMPILE_FILTER_KFORMULA$COMPILE_FILTER_KUGAR"
++echo "$as_me:$LINENO: result: $USERFEEDBACKCOMPILE" >&5
++echo "${ECHO_T}$USERFEEDBACKCOMPILE" >&6
++
++ 
++
++if test -n "$COMPILE_FILTER_KWORD"; then
++  compile_filter_KWORD_TRUE=
++  compile_filter_KWORD_FALSE='#'
++else
++  compile_filter_KWORD_TRUE='#'
++  compile_filter_KWORD_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KSPREAD"; then
++  compile_filter_KSPREAD_TRUE=
++  compile_filter_KSPREAD_FALSE='#'
++else
++  compile_filter_KSPREAD_TRUE='#'
++  compile_filter_KSPREAD_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KCHART"; then
++  compile_filter_KCHART_TRUE=
++  compile_filter_KCHART_FALSE='#'
++else
++  compile_filter_KCHART_TRUE='#'
++  compile_filter_KCHART_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KARBON"; then
++  compile_filter_KARBON_TRUE=
++  compile_filter_KARBON_FALSE='#'
++else
++  compile_filter_KARBON_TRUE='#'
++  compile_filter_KARBON_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KPRESENTER"; then
++  compile_filter_KPRESENTER_TRUE=
++  compile_filter_KPRESENTER_FALSE='#'
++else
++  compile_filter_KPRESENTER_TRUE='#'
++  compile_filter_KPRESENTER_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KFORMULA"; then
++  compile_filter_KFORMULA_TRUE=
++  compile_filter_KFORMULA_FALSE='#'
++else
++  compile_filter_KFORMULA_TRUE='#'
++  compile_filter_KFORMULA_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KUGAR"; then
++  compile_filter_KUGAR_TRUE=
++  compile_filter_KUGAR_FALSE='#'
++else
++  compile_filter_KUGAR_TRUE='#'
++  compile_filter_KUGAR_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KRITA"; then
++  compile_filter_KRITA_TRUE=
++  compile_filter_KRITA_FALSE='#'
++else
++  compile_filter_KRITA_TRUE='#'
++  compile_filter_KRITA_FALSE=
++fi
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main apllication we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        kword) COMPILE_MAILMERGE_KWORD="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        kword) COMPILE_MAILMERGE_KWORD= ;;
++    esac
++done
++
++ 
++
++if test -n "$COMPILE_MAILMERGE_KWORD"; then
++  compile_mailmerge_KWORD_TRUE=
++  compile_mailmerge_KWORD_FALSE='#'
++else
++  compile_mailmerge_KWORD_TRUE='#'
++  compile_mailmerge_KWORD_FALSE=
++fi
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main apllication we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        kugar) COMPILE_PLUGIN_KUGAR="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        kugar) COMPILE_PLUGIN_KUGAR= ;;
++    esac
++done
++
++ 
++
++if test -n "$COMPILE_PLUGIN_KUGAR"; then
++  compile_plugin_KUGAR_TRUE=
++  compile_plugin_KUGAR_FALSE='#'
++else
++  compile_plugin_KUGAR_TRUE='#'
++  compile_plugin_KUGAR_FALSE=
++fi
++
++echo "$as_me:$LINENO: checking whether kopainter should be compiled" >&5
++echo $ECHO_N "checking whether kopainter should be compiled... $ECHO_C" >&6
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main application we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        krita) COMPILE_LIB_FOR_KRITA="$args " ;;
++        karbon) COMPILE_LIB_FOR_KARBON="$args " ;;
++        kivio) COMPILE_LIB_FOR_KIVIO="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        krita) COMPILE_LIB_FOR_KRITA= ;;
++        karbon) COMPILE_LIB_FOR_KARBON= ;;
++        kivio) COMPILE_LIB_FOR_KIVIO= ;;
++    esac
++done
++
++if test -n "$COMPILE_LIB_FOR_KRITA$COMPILE_LIB_FOR_KARBON$COMPILE_LIB_FOR_KIVIO" ; then
++    USERFEEDBACKCOMPILELIB="yes"
++else
++    USERFEEDBACKCOMPILELIB="no"
++fi
++
++echo "$as_me:$LINENO: result: $USERFEEDBACKCOMPILELIB" >&5
++echo "${ECHO_T}$USERFEEDBACKCOMPILELIB" >&6
++
++ 
++
++if test "$USERFEEDBACKCOMPILELIB" = "yes" ; then
++  compile_lib_KOPAINTER_TRUE=
++  compile_lib_KOPAINTER_FALSE='#'
++else
++  compile_lib_KOPAINTER_TRUE='#'
++  compile_lib_KOPAINTER_FALSE=
++fi
++
++cat >confcache <<\_ACEOF
++# This file is a shell script that caches the results of configure
++# tests run on this system so they can be shared between configure
++# scripts and configure runs, see configure's option --config-cache.
++# It is not useful on other systems.  If it contains results you don't
++# want to keep, you may remove or edit it.
++#
++# config.status only pays attention to the cache file if you give it
++# the --recheck option to rerun configure.
++#
++# `ac_cv_env_foo' variables (set or unset) will be overridden when
++# loading this file, other *unset* `ac_cv_foo' will be assigned the
++# following values.
++
++_ACEOF
++
++# The following way of writing the cache mishandles newlines in values,
++# but we know of no workaround that is simple, portable, and efficient.
++# So, don't put newlines in cache variables' values.
++# Ultrix sh set writes to stderr and can't be redirected directly,
++# and sets the high bit in the cache file unless we assign to the vars.
++{
++  (set) 2>&1 |
++    case `(ac_space=' '; set | grep ac_space) 2>&1` in
++    *ac_space=\ *)
++      # `set' does not quote correctly, so add quotes (double-quote
++      # substitution turns \\\\ into \\, and sed turns \\ into \).
++      sed -n \
++	"s/'/'\\\\''/g;
++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
++      ;;
++    *)
++      # `set' quotes correctly as required by POSIX, so do not add quotes.
++      sed -n \
++	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
++      ;;
++    esac;
++} |
++  sed '
++     t clear
++     : clear
++     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
++     t end
++     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
++     : end' >>confcache
++if diff $cache_file confcache >/dev/null 2>&1; then :; else
++  if test -w $cache_file; then
++    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
++    cat confcache >$cache_file
++  else
++    echo "not updating unwritable cache $cache_file"
++  fi
++fi
++rm -f confcache
++
++test "x$prefix" = xNONE && prefix=$ac_default_prefix
++# Let make expand exec_prefix.
++test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
++
++# VPATH may cause trouble with some makes, so we remove $(srcdir),
++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
++# trailing colons and then remove the whole line if VPATH becomes empty
++# (actually we leave an empty line to preserve line numbers).
++if test "x$srcdir" = x.; then
++  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
++s/:*\$(srcdir):*/:/;
++s/:*\${srcdir}:*/:/;
++s/:*@srcdir@:*/:/;
++s/^\([^=]*=[	 ]*\):*/\1/;
++s/:*$//;
++s/^[^=]*=[	 ]*$//;
++}'
++fi
++
++DEFS=-DHAVE_CONFIG_H
++
++ac_libobjs=
++ac_ltlibobjs=
++for ac_i in : $LIB@&t at OBJS; do test "x$ac_i" = x: && continue
++  # 1. Remove the extension, and $U if already installed.
++  ac_i=`echo "$ac_i" |
++	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
++  # 2. Add them.
++  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
++  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
++done
++LIB@&t at OBJS=$ac_libobjs
++
++LTLIBOBJS=$ac_ltlibobjs
++
++
++if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"AMDEP\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${unsermake_enable_pch_TRUE}" && test -z "${unsermake_enable_pch_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"unsermake_enable_pch\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"unsermake_enable_pch\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_x11_TRUE}" && test -z "${include_x11_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_x11\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_x11\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_ARTS_TRUE}" && test -z "${include_ARTS_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_ARTS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_ARTS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde32_compatibility_TRUE}" && test -z "${need_kde32_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde32_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde32_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde33_compatibility_TRUE}" && test -z "${need_kde33_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde33_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde33_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde34_compatibility_TRUE}" && test -z "${need_kde34_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde34_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde34_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde31_compatibility_TRUE}" && test -z "${need_kde31_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde31_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde31_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_wv2_msword_filter_TRUE}" && test -z "${include_wv2_msword_filter_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_wv2_msword_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_wv2_msword_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_wpd_filter_TRUE}" && test -z "${include_wpd_filter_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_wpd_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_wpd_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_XSLTFILTERS_TRUE}" && test -z "${include_XSLTFILTERS_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_XSLTFILTERS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_XSLTFILTERS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${have_readline_TRUE}" && test -z "${have_readline_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"have_readline\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"have_readline\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${use_kexi_compat_qextmdi_TRUE}" && test -z "${use_kexi_compat_qextmdi_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"use_kexi_compat_qextmdi\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"use_kexi_compat_qextmdi\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_mysql_plugin_TRUE}" && test -z "${compile_mysql_plugin_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_mysql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_mysql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_pgsql_plugin_TRUE}" && test -z "${compile_pgsql_plugin_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_pgsql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_pgsql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_kross_plugin_TRUE}" && test -z "${compile_kross_plugin_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_kross_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_kross_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${use_kjsembed_TRUE}" && test -z "${use_kjsembed_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"use_kjsembed\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"use_kjsembed\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_sql_TRUE}" && test -z "${include_sql_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_sql\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_sql\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${lib_SUBDIR_included_TRUE}" && test -z "${lib_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"lib_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"lib_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${interfaces_SUBDIR_included_TRUE}" && test -z "${interfaces_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"interfaces_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"interfaces_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${autocorrect_SUBDIR_included_TRUE}" && test -z "${autocorrect_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"autocorrect_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"autocorrect_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${doc_SUBDIR_included_TRUE}" && test -z "${doc_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"doc_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"doc_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${example_SUBDIR_included_TRUE}" && test -z "${example_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"example_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"example_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${karbon_SUBDIR_included_TRUE}" && test -z "${karbon_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"karbon_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"karbon_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kchart_SUBDIR_included_TRUE}" && test -z "${kchart_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kchart_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kchart_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kdgantt_SUBDIR_included_TRUE}" && test -z "${kdgantt_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kdgantt_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kdgantt_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kformula_SUBDIR_included_TRUE}" && test -z "${kformula_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kformula_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kformula_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kivio_SUBDIR_included_TRUE}" && test -z "${kivio_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kivio_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kivio_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${koshell_SUBDIR_included_TRUE}" && test -z "${koshell_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"koshell_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"koshell_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kounavail_SUBDIR_included_TRUE}" && test -z "${kounavail_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kounavail_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kounavail_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kpresenter_SUBDIR_included_TRUE}" && test -z "${kpresenter_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kpresenter_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kpresenter_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${krita_SUBDIR_included_TRUE}" && test -z "${krita_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"krita_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"krita_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kspread_SUBDIR_included_TRUE}" && test -z "${kspread_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kspread_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kspread_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kugar_SUBDIR_included_TRUE}" && test -z "${kugar_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kugar_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kugar_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${mimetypes_SUBDIR_included_TRUE}" && test -z "${mimetypes_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"mimetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"mimetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${pics_SUBDIR_included_TRUE}" && test -z "${pics_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"pics_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"pics_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${plugins_SUBDIR_included_TRUE}" && test -z "${plugins_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"plugins_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"plugins_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${servicetypes_SUBDIR_included_TRUE}" && test -z "${servicetypes_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"servicetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"servicetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${templates_SUBDIR_included_TRUE}" && test -z "${templates_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"templates_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"templates_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${tools_SUBDIR_included_TRUE}" && test -z "${tools_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"tools_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"tools_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kword_SUBDIR_included_TRUE}" && test -z "${kword_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kword_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kword_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kexi_SUBDIR_included_TRUE}" && test -z "${kexi_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kexi_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kexi_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${filters_SUBDIR_included_TRUE}" && test -z "${filters_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"filters_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"filters_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KWORD_TRUE}" && test -z "${compile_filter_KWORD_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KSPREAD_TRUE}" && test -z "${compile_filter_KSPREAD_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KSPREAD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KSPREAD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KCHART_TRUE}" && test -z "${compile_filter_KCHART_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KCHART\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KCHART\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KARBON_TRUE}" && test -z "${compile_filter_KARBON_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KARBON\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KARBON\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KPRESENTER_TRUE}" && test -z "${compile_filter_KPRESENTER_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KPRESENTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KPRESENTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KFORMULA_TRUE}" && test -z "${compile_filter_KFORMULA_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KFORMULA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KFORMULA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KUGAR_TRUE}" && test -z "${compile_filter_KUGAR_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KRITA_TRUE}" && test -z "${compile_filter_KRITA_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KRITA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KRITA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_mailmerge_KWORD_TRUE}" && test -z "${compile_mailmerge_KWORD_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_mailmerge_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_mailmerge_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_plugin_KUGAR_TRUE}" && test -z "${compile_plugin_KUGAR_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_plugin_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_plugin_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_lib_KOPAINTER_TRUE}" && test -z "${compile_lib_KOPAINTER_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_lib_KOPAINTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_lib_KOPAINTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++: ${CONFIG_STATUS=./config.status}
++ac_clean_files_save=$ac_clean_files
++ac_clean_files="$ac_clean_files $CONFIG_STATUS"
++{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
++echo "$as_me: creating $CONFIG_STATUS" >&6;}
++cat >$CONFIG_STATUS <<_ACEOF
++#! $SHELL
++# Generated by $as_me.
++# Run this file to recreate the current configuration.
++# Compiler output produced by configure, useful for debugging
++# configure, is in config.log if it exists.
++
++debug=false
++ac_cs_recheck=false
++ac_cs_silent=false
++SHELL=\${CONFIG_SHELL-$SHELL}
++_ACEOF
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++## --------------------- ##
++## M4sh Initialization.  ##
++## --------------------- ##
++
++# Be Bourne compatible
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++  emulate sh
++  NULLCMD=:
++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++  # is contrary to our usage.  Disable this feature.
++  alias -g '${1+"$@"}'='"$@"'
++elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
++  set -o posix
++fi
++DUALCASE=1; export DUALCASE # for MKS sh
++
++# Support unset when possible.
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++  as_unset=unset
++else
++  as_unset=false
++fi
++
++
++# Work around bugs in pre-3.0 UWIN ksh.
++$as_unset ENV MAIL MAILPATH
++PS1='$ '
++PS2='> '
++PS4='+ '
++
++# NLS nuisances.
++for as_var in \
++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
++  LC_TELEPHONE LC_TIME
++do
++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
++    eval $as_var=C; export $as_var
++  else
++    $as_unset $as_var
++  fi
++done
++
++# Required to use basename.
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
++  as_basename=basename
++else
++  as_basename=false
++fi
++
++
++# Name of the executable.
++as_me=`$as_basename "$0" ||
++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
++	 X"$0" : 'X\(//\)$' \| \
++	 X"$0" : 'X\(/\)$' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X/"$0" |
++    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
++  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\/\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++
++
++# PATH needs CR, and LINENO needs CR and PATH.
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
++
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++  echo "#! /bin/sh" >conf$$.sh
++  echo  "exit 0"   >>conf$$.sh
++  chmod +x conf$$.sh
++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
++    PATH_SEPARATOR=';'
++  else
++    PATH_SEPARATOR=:
++  fi
++  rm -f conf$$.sh
++fi
++
++
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
++  # Find who we are.  Look in the path if we contain no path at all
++  # relative or not.
++  case $0 in
++    *[\\/]* ) as_myself=$0 ;;
++    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++done
++
++       ;;
++  esac
++  # We did not find ourselves, most probably we were run as `sh COMMAND'
++  # in which case we are not to be found in the path.
++  if test "x$as_myself" = x; then
++    as_myself=$0
++  fi
++  if test ! -f "$as_myself"; then
++    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
++echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  case $CONFIG_SHELL in
++  '')
++    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for as_base in sh bash ksh sh5; do
++	 case $as_dir in
++	 /*)
++	   if ("$as_dir/$as_base" -c '
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
++	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
++	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
++	     CONFIG_SHELL=$as_dir/$as_base
++	     export CONFIG_SHELL
++	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
++	   fi;;
++	 esac
++       done
++done
++;;
++  esac
++
++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
++  # uniformly replaced by the line number.  The first 'sed' inserts a
++  # line-number line before each line; the second 'sed' does the real
++  # work.  The second script uses 'N' to pair each line-number line
++  # with the numbered line, and appends trailing '-' during
++  # substitution so that $LINENO is not a special case at line end.
++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
++  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
++  sed '=' <$as_myself |
++    sed '
++      N
++      s,$,-,
++      : loop
++      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
++      t loop
++      s,-$,,
++      s,^['$as_cr_digits']*\n,,
++    ' >$as_me.lineno &&
++  chmod +x $as_me.lineno ||
++    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
++echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
++   { (exit 1); exit 1; }; }
++
++  # Don't try to exec as it changes $[0], causing all sort of problems
++  # (the dirname of $[0] is not the place where we might find the
++  # original and so on.  Autoconf is especially sensible to this).
++  . ./$as_me.lineno
++  # Exit status is that of the last command.
++  exit
++}
++
++
++case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
++  *c*,-n*) ECHO_N= ECHO_C='
++' ECHO_T='	' ;;
++  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
++  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
++esac
++
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++rm -f conf$$ conf$$.exe conf$$.file
++echo >conf$$.file
++if ln -s conf$$.file conf$$ 2>/dev/null; then
++  # We could just check for DJGPP; but this test a) works b) is more generic
++  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
++  if test -f conf$$.exe; then
++    # Don't use ln at all; we don't have any links
++    as_ln_s='cp -p'
++  else
++    as_ln_s='ln -s'
++  fi
++elif ln conf$$.file conf$$ 2>/dev/null; then
++  as_ln_s=ln
++else
++  as_ln_s='cp -p'
++fi
++rm -f conf$$ conf$$.exe conf$$.file
++
++if mkdir -p . 2>/dev/null; then
++  as_mkdir_p=:
++else
++  test -d ./-p && rmdir ./-p
++  as_mkdir_p=false
++fi
++
++as_executable_p="test -f"
++
++# Sed expression to map a string onto a valid CPP name.
++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
++
++# Sed expression to map a string onto a valid variable name.
++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
++
++
++# IFS
++# We need space, tab and new line, in precisely that order.
++as_nl='
++'
++IFS=" 	$as_nl"
++
++# CDPATH.
++$as_unset CDPATH
++
++exec 6>&1
++
++# Open the log real soon, to keep \$[0] and so on meaningful, and to
++# report actual input values of CONFIG_FILES etc. instead of their
++# values after options handling.  Logging --version etc. is OK.
++exec 5>>config.log
++{
++  echo
++  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
++@%:@@%:@ Running $as_me. @%:@@%:@
++_ASBOX
++} >&5
++cat >&5 <<_CSEOF
++
++This file was extended by $as_me, which was
++generated by GNU Autoconf 2.59.  Invocation command line was
++
++  CONFIG_FILES    = $CONFIG_FILES
++  CONFIG_HEADERS  = $CONFIG_HEADERS
++  CONFIG_LINKS    = $CONFIG_LINKS
++  CONFIG_COMMANDS = $CONFIG_COMMANDS
++  $ $0 $@
++
++_CSEOF
++echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
++echo >&5
++_ACEOF
++
++# Files that config.status was made for.
++if test -n "$ac_config_files"; then
++  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
++fi
++
++if test -n "$ac_config_headers"; then
++  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
++fi
++
++if test -n "$ac_config_links"; then
++  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
++fi
++
++if test -n "$ac_config_commands"; then
++  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
++fi
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++ac_cs_usage="\
++\`$as_me' instantiates files from templates according to the
++current configuration.
++
++Usage: $0 [OPTIONS] [FILE]...
++
++  -h, --help       print this help, then exit
++  -V, --version    print version number, then exit
++  -q, --quiet      do not print progress messages
++  -d, --debug      don't remove temporary files
++      --recheck    update $as_me by reconfiguring in the same conditions
++  --file=FILE[:TEMPLATE]
++		   instantiate the configuration file FILE
++  --header=FILE[:TEMPLATE]
++		   instantiate the configuration header FILE
++
++Configuration files:
++$config_files
++
++Configuration headers:
++$config_headers
++
++Configuration commands:
++$config_commands
++
++Report bugs to <bug-autoconf at gnu.org>."
++_ACEOF
++
++cat >>$CONFIG_STATUS <<_ACEOF
++ac_cs_version="\\
++config.status
++configured by $0, generated by GNU Autoconf 2.59,
++  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
++
++Copyright (C) 2003 Free Software Foundation, Inc.
++This config.status script is free software; the Free Software Foundation
++gives unlimited permission to copy, distribute and modify it."
++srcdir=$srcdir
++INSTALL="$INSTALL"
++_ACEOF
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++# If no file are specified by the user, then we need to provide default
++# value.  By we need to know if files were specified by the user.
++ac_need_defaults=:
++while test $# != 0
++do
++  case $1 in
++  --*=*)
++    ac_option=`expr "x$1" : 'x\([^=]*\)='`
++    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
++    ac_shift=:
++    ;;
++  -*)
++    ac_option=$1
++    ac_optarg=$2
++    ac_shift=shift
++    ;;
++  *) # This is not an option, so the user has probably given explicit
++     # arguments.
++     ac_option=$1
++     ac_need_defaults=false;;
++  esac
++
++  case $ac_option in
++  # Handling of the options.
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
++    ac_cs_recheck=: ;;
++  --version | --vers* | -V )
++    echo "$ac_cs_version"; exit 0 ;;
++  --he | --h)
++    # Conflict between --help and --header
++    { { echo "$as_me:$LINENO: error: ambiguous option: $1
++Try \`$0 --help' for more information." >&5
++echo "$as_me: error: ambiguous option: $1
++Try \`$0 --help' for more information." >&2;}
++   { (exit 1); exit 1; }; };;
++  --help | --hel | -h )
++    echo "$ac_cs_usage"; exit 0 ;;
++  --debug | --d* | -d )
++    debug=: ;;
++  --file | --fil | --fi | --f )
++    $ac_shift
++    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
++    ac_need_defaults=false;;
++  --header | --heade | --head | --hea )
++    $ac_shift
++    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
++    ac_need_defaults=false;;
++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
++  | -silent | --silent | --silen | --sile | --sil | --si | --s)
++    ac_cs_silent=: ;;
++
++  # This is an error.
++  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
++Try \`$0 --help' for more information." >&5
++echo "$as_me: error: unrecognized option: $1
++Try \`$0 --help' for more information." >&2;}
++   { (exit 1); exit 1; }; } ;;
++
++  *) ac_config_targets="$ac_config_targets $1" ;;
++
++  esac
++  shift
++done
++
++ac_configure_extra_args=
++
++if $ac_cs_silent; then
++  exec 6>/dev/null
++  ac_configure_extra_args="$ac_configure_extra_args --silent"
++fi
++
++_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF
++if \$ac_cs_recheck; then
++  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
++  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
++fi
++
++_ACEOF
++
++cat >>$CONFIG_STATUS <<_ACEOF
++#
++# INIT-COMMANDS section.
++#
++
++AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
++
++_ACEOF
++
++
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++for ac_config_target in $ac_config_targets
++do
++  case "$ac_config_target" in
++  # Handling of arguments.
++  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
++  "autocorrect/Makefile" ) CONFIG_FILES="$CONFIG_FILES autocorrect/Makefile" ;;
++  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
++  "doc/kchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kchart/Makefile" ;;
++  "doc/kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kformula/Makefile" ;;
++  "doc/kivio/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kivio/Makefile" ;;
++  "doc/koffice/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/koffice/Makefile" ;;
++  "doc/koshell/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/koshell/Makefile" ;;
++  "doc/kpresenter/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kpresenter/Makefile" ;;
++  "doc/kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kspread/Makefile" ;;
++  "doc/kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kugar/Makefile" ;;
++  "doc/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kword/Makefile" ;;
++  "doc/thesaurus/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/thesaurus/Makefile" ;;
++  "example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;
++  "filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/Makefile" ;;
++  "filters/generic_wrapper/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/generic_wrapper/Makefile" ;;
++  "filters/karbon/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/Makefile" ;;
++  "filters/karbon/ai/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/ai/Makefile" ;;
++  "filters/karbon/applixgraphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/applixgraphics/Makefile" ;;
++  "filters/karbon/eps/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/eps/Makefile" ;;
++  "filters/karbon/kontour/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/kontour/Makefile" ;;
++  "filters/karbon/msod/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/msod/Makefile" ;;
++  "filters/karbon/oodraw/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/oodraw/Makefile" ;;
++  "filters/karbon/png/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/png/Makefile" ;;
++  "filters/karbon/svg/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/svg/Makefile" ;;
++  "filters/karbon/wmf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/wmf/Makefile" ;;
++  "filters/karbon/xcf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/xcf/Makefile" ;;
++  "filters/kchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kchart/Makefile" ;;
++  "filters/kchart/png/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kchart/png/Makefile" ;;
++  "filters/kchart/svg/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kchart/svg/Makefile" ;;
++  "filters/kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/Makefile" ;;
++  "filters/kformula/latex/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/latex/Makefile" ;;
++  "filters/kformula/mathml/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/mathml/Makefile" ;;
++  "filters/kformula/png/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/png/Makefile" ;;
++  "filters/kpresenter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/Makefile" ;;
++  "filters/kpresenter/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/kword/Makefile" ;;
++  "filters/kpresenter/magicpoint/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/magicpoint/Makefile" ;;
++  "filters/kpresenter/ooimpress/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/ooimpress/Makefile" ;;
++  "filters/krita/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/krita/Makefile" ;;
++  "filters/krita/magick/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/krita/magick/Makefile" ;;
++  "filters/kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/Makefile" ;;
++  "filters/kspread/applixspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/applixspread/Makefile" ;;
++  "filters/kspread/csv/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/csv/Makefile" ;;
++  "filters/kspread/dbase/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/dbase/Makefile" ;;
++  "filters/kspread/excel/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/excel/Makefile" ;;
++  "filters/kspread/excel/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/excel/import/Makefile" ;;
++  "filters/kspread/excel/sidewinder/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/excel/sidewinder/Makefile" ;;
++  "filters/kspread/gnumeric/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/gnumeric/Makefile" ;;
++  "filters/kspread/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/html/Makefile" ;;
++  "filters/kspread/latex/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/latex/Makefile" ;;
++  "filters/kspread/latex/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/latex/export/Makefile" ;;
++  "filters/kspread/libkspreadexport/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/libkspreadexport/Makefile" ;;
++  "filters/kspread/opencalc/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/opencalc/Makefile" ;;
++  "filters/kspread/qpro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/Makefile" ;;
++  "filters/kspread/qpro/libqpro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/libqpro/Makefile" ;;
++  "filters/kspread/qpro/libqpro/qpro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/libqpro/qpro/Makefile" ;;
++  "filters/kspread/qpro/libqpro/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/libqpro/src/Makefile" ;;
++  "filters/kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kugar/Makefile" ;;
++  "filters/kugar/kugarnop/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kugar/kugarnop/Makefile" ;;
++  "filters/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/Makefile" ;;
++  "filters/kword/abiword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/abiword/Makefile" ;;
++  "filters/kword/amipro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/amipro/Makefile" ;;
++  "filters/kword/applixword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/applixword/Makefile" ;;
++  "filters/kword/ascii/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/ascii/Makefile" ;;
++  "filters/kword/docbook/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/docbook/Makefile" ;;
++  "filters/kword/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/html/Makefile" ;;
++  "filters/kword/html/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/html/export/Makefile" ;;
++  "filters/kword/html/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/html/import/Makefile" ;;
++  "filters/kword/kword1.3/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/kword1.3/Makefile" ;;
++  "filters/kword/kword1.3/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/kword1.3/import/Makefile" ;;
++  "filters/kword/latex/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/Makefile" ;;
++  "filters/kword/latex/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/export/Makefile" ;;
++  "filters/kword/latex/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/import/Makefile" ;;
++  "filters/kword/latex/import/generator/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/import/generator/Makefile" ;;
++  "filters/kword/latex/import/parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/import/parser/Makefile" ;;
++  "filters/kword/libexport/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/libexport/Makefile" ;;
++  "filters/kword/msword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/msword/Makefile" ;;
++  "filters/kword/mswrite/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/mswrite/Makefile" ;;
++  "filters/kword/oowriter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/oowriter/Makefile" ;;
++  "filters/kword/palmdoc/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/palmdoc/Makefile" ;;
++  "filters/kword/pdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/Makefile" ;;
++  "filters/kword/pdf/xpdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/xpdf/Makefile" ;;
++  "filters/kword/pdf/xpdf/goo/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/xpdf/goo/Makefile" ;;
++  "filters/kword/pdf/xpdf/xpdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/xpdf/xpdf/Makefile" ;;
++  "filters/kword/rtf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/rtf/Makefile" ;;
++  "filters/kword/rtf/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/rtf/export/Makefile" ;;
++  "filters/kword/rtf/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/rtf/import/Makefile" ;;
++  "filters/kword/starwriter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/starwriter/Makefile" ;;
++  "filters/kword/wml/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wml/Makefile" ;;
++  "filters/kword/wordperfect/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wordperfect/Makefile" ;;
++  "filters/kword/wordperfect/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wordperfect/export/Makefile" ;;
++  "filters/kword/wordperfect/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wordperfect/import/Makefile" ;;
++  "filters/liboofilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/liboofilter/Makefile" ;;
++  "filters/olefilters/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/Makefile" ;;
++  "filters/olefilters/excel97/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/excel97/Makefile" ;;
++  "filters/olefilters/hancomword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/hancomword/Makefile" ;;
++  "filters/olefilters/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/lib/Makefile" ;;
++  "filters/olefilters/powerpoint97/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/powerpoint97/Makefile" ;;
++  "filters/olefilters/winword97/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/winword97/Makefile" ;;
++  "filters/xsltfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/Makefile" ;;
++  "filters/xsltfilter/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/Makefile" ;;
++  "filters/xsltfilter/export/xsl/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/xsl/Makefile" ;;
++  "filters/xsltfilter/export/xsl/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/xsl/kword/Makefile" ;;
++  "filters/xsltfilter/export/xsl/kword/xslfo/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/xsl/kword/xslfo/Makefile" ;;
++  "filters/xsltfilter/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/import/Makefile" ;;
++  "interfaces/Makefile" ) CONFIG_FILES="$CONFIG_FILES interfaces/Makefile" ;;
++  "karbon/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/Makefile" ;;
++  "karbon/commands/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/commands/Makefile" ;;
++  "karbon/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/core/Makefile" ;;
++  "karbon/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/data/Makefile" ;;
++  "karbon/dialogs/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/dialogs/Makefile" ;;
++  "karbon/dockers/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/dockers/Makefile" ;;
++  "karbon/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/pics/Makefile" ;;
++  "karbon/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/Makefile" ;;
++  "karbon/plugins/flattenpath/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/flattenpath/Makefile" ;;
++  "karbon/plugins/imagetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/imagetool/Makefile" ;;
++  "karbon/plugins/insertknots/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/insertknots/Makefile" ;;
++  "karbon/plugins/roundcorners/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/roundcorners/Makefile" ;;
++  "karbon/plugins/shadoweffect/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/shadoweffect/Makefile" ;;
++  "karbon/plugins/whirlpinch/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/whirlpinch/Makefile" ;;
++  "karbon/plugins/zoomtool/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/zoomtool/Makefile" ;;
++  "karbon/render/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/render/Makefile" ;;
++  "karbon/render/xrgbrender/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/render/xrgbrender/Makefile" ;;
++  "karbon/shapes/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/shapes/Makefile" ;;
++  "karbon/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/tools/Makefile" ;;
++  "karbon/visitors/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/visitors/Makefile" ;;
++  "karbon/widgets/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/widgets/Makefile" ;;
++  "kchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/Makefile" ;;
++  "kchart/kdchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/kdchart/Makefile" ;;
++  "kchart/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/pics/Makefile" ;;
++  "kchart/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/templates/Makefile" ;;
++  "kchart/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/toolbar/Makefile" ;;
++  "kchart/toolbar/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/toolbar/crystalsvg/Makefile" ;;
++  "kchart/toolbar/locolor/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/toolbar/locolor/Makefile" ;;
++  "kdgantt/Makefile" ) CONFIG_FILES="$CONFIG_FILES kdgantt/Makefile" ;;
++  "kexi/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/Makefile" ;;
++  "kexi/3rdparty/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/Makefile" ;;
++  "kexi/3rdparty/kexisql/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql/Makefile" ;;
++  "kexi/3rdparty/kexisql/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql/src/Makefile" ;;
++  "kexi/3rdparty/kexisql/tool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql/tool/Makefile" ;;
++  "kexi/3rdparty/kexisql3/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql3/Makefile" ;;
++  "kexi/3rdparty/kexisql3/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql3/src/Makefile" ;;
++  "kexi/3rdparty/uuid/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/uuid/Makefile" ;;
++  "kexi/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/core/Makefile" ;;
++  "kexi/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/data/Makefile" ;;
++  "kexi/data/kde32compat/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/data/kde32compat/Makefile" ;;
++  "kexi/filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/Makefile" ;;
++  "kexi/filters/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/import/Makefile" ;;
++  "kexi/filters/import/csv/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/import/csv/Makefile" ;;
++  "kexi/filters/import/kspread_chain/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/import/kspread_chain/Makefile" ;;
++  "kexi/formeditor/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/Makefile" ;;
++  "kexi/formeditor/factories/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/factories/Makefile" ;;
++  "kexi/formeditor/kdevelop_plugin/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/kdevelop_plugin/Makefile" ;;
++  "kexi/formeditor/scripting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/scripting/Makefile" ;;
++  "kexi/formeditor/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/test/Makefile" ;;
++  "kexi/interfaces/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/interfaces/Makefile" ;;
++  "kexi/interfaces/kwmailmerge/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/interfaces/kwmailmerge/Makefile" ;;
++  "kexi/kexidb/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/Makefile" ;;
++  "kexi/kexidb/drivers/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/Makefile" ;;
++  "kexi/kexidb/drivers/mySQL/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/mySQL/Makefile" ;;
++  "kexi/kexidb/drivers/odbc/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/odbc/Makefile" ;;
++  "kexi/kexidb/drivers/pqxx/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/pqxx/Makefile" ;;
++  "kexi/kexidb/drivers/sqlite/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/sqlite/Makefile" ;;
++  "kexi/kexidb/drivers/sqlite2/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/sqlite2/Makefile" ;;
++  "kexi/kexidb/parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/parser/Makefile" ;;
++  "kexi/main/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/Makefile" ;;
++  "kexi/main/filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/filters/Makefile" ;;
++  "kexi/main/projectWizard/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/projectWizard/Makefile" ;;
++  "kexi/main/startup/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/startup/Makefile" ;;
++  "kexi/migration/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/Makefile" ;;
++  "kexi/migration/mysql/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/mysql/Makefile" ;;
++  "kexi/migration/pqxx/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/pqxx/Makefile" ;;
++  "kexi/migration/txt/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/txt/Makefile" ;;
++  "kexi/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/pics/Makefile" ;;
++  "kexi/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/Makefile" ;;
++  "kexi/plugins/forms/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/forms/Makefile" ;;
++  "kexi/plugins/importwizard/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/importwizard/Makefile" ;;
++  "kexi/plugins/importwizard/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/importwizard/common/Makefile" ;;
++  "kexi/plugins/importwizard/file/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/importwizard/file/Makefile" ;;
++  "kexi/plugins/kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/kugar/Makefile" ;;
++  "kexi/plugins/kugar/kudesigner/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/kugar/kudesigner/Makefile" ;;
++  "kexi/plugins/migration/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/migration/Makefile" ;;
++  "kexi/plugins/queries/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/queries/Makefile" ;;
++  "kexi/plugins/relations/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/relations/Makefile" ;;
++  "kexi/plugins/reports/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/reports/Makefile" ;;
++  "kexi/plugins/scripting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/scripting/Makefile" ;;
++  "kexi/plugins/tables/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/tables/Makefile" ;;
++  "kexi/scripting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/Makefile" ;;
++  "kexi/scripting/api/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/api/Makefile" ;;
++  "kexi/scripting/kexidb/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/kexidb/Makefile" ;;
++  "kexi/scripting/kjs/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/kjs/Makefile" ;;
++  "kexi/scripting/main/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/main/Makefile" ;;
++  "kexi/scripting/python/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/python/Makefile" ;;
++  "kexi/scripting/python/CXX/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/python/CXX/Makefile" ;;
++  "kexi/scripting/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/test/Makefile" ;;
++  "kexi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/Makefile" ;;
++  "kexi/tests/newapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/newapi/Makefile" ;;
++  "kexi/tests/parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/parser/Makefile" ;;
++  "kexi/tests/startup/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/startup/Makefile" ;;
++  "kexi/tests/tableview/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/tableview/Makefile" ;;
++  "kexi/widget/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/Makefile" ;;
++  "kexi/widget/propertyeditor/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/propertyeditor/Makefile" ;;
++  "kexi/widget/propertyeditor/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/propertyeditor/test/Makefile" ;;
++  "kexi/widget/relations/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/relations/Makefile" ;;
++  "kexi/widget/tableview/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/tableview/Makefile" ;;
++  "kexi/widget/utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/utils/Makefile" ;;
++  "kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES kformula/Makefile" ;;
++  "kformula/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kformula/pics/Makefile" ;;
++  "kivio/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/Makefile" ;;
++  "kivio/kiviopart/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/Makefile" ;;
++  "kivio/kiviopart/config/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/config/Makefile" ;;
++  "kivio/kiviopart/kiviosdk/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/kiviosdk/Makefile" ;;
++  "kivio/kiviopart/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/pics/Makefile" ;;
++  "kivio/kiviopart/stencils/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Assorted/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Assorted/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Circuit/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Circuit/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Cisco/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Cisco/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Civil/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Civil/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Contact/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Contact/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Electric/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Electric/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Jigsaw/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Jigsaw/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/MSE/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/MSE/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Network/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Network/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Pneumatic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Pneumatic/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/SDL/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/SDL/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Sybase/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Sybase/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/Extended/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/Extended/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/Logic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/Logic/Makefile" ;;
++  "kivio/kiviopart/stencils/Geographic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Geographic/Makefile" ;;
++  "kivio/kiviopart/stencils/Geographic/Flags/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Geographic/Flags/Makefile" ;;
++  "kivio/kiviopart/stencils/Geographic/Maps/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Geographic/Maps/Makefile" ;;
++  "kivio/kiviopart/stencils/Hardware/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Hardware/Makefile" ;;
++  "kivio/kiviopart/stencils/Hardware/Computer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Hardware/Computer/Makefile" ;;
++  "kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/People/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/People/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile" ;;
++  "kivio/kiviopart/stencils/UML/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/UML/Makefile" ;;
++  "kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile" ;;
++  "kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile" ;;
++  "kivio/kiviopart/tiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/tiles/Makefile" ;;
++  "kivio/kiviopart/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/tools/Makefile" ;;
++  "kivio/kiviopart/ui/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/ui/Makefile" ;;
++  "kivio/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/Makefile" ;;
++  "kivio/plugins/kivioconnectortool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioconnectortool/Makefile" ;;
++  "kivio/plugins/kivioconnectortool/straight_connector/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioconnectortool/straight_connector/Makefile" ;;
++  "kivio/plugins/kivioselecttool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioselecttool/Makefile" ;;
++  "kivio/plugins/kivioselecttool/select_pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioselecttool/select_pics/Makefile" ;;
++  "kivio/plugins/kiviosmlconnector/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviosmlconnector/Makefile" ;;
++  "kivio/plugins/kiviosmlconnector/sml_connector/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviosmlconnector/sml_connector/Makefile" ;;
++  "kivio/plugins/kiviotargettool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviotargettool/Makefile" ;;
++  "kivio/plugins/kiviotexttool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviotexttool/Makefile" ;;
++  "kivio/plugins/kiviozoomtool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviozoomtool/Makefile" ;;
++  "kivio/plugins/kiviozoomtool/zoom_pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviozoomtool/zoom_pics/Makefile" ;;
++  "kivio/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/templates/Makefile" ;;
++  "kivio/templates/basic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/templates/basic/Makefile" ;;
++  "koshell/Makefile" ) CONFIG_FILES="$CONFIG_FILES koshell/Makefile" ;;
++  "kounavail/Makefile" ) CONFIG_FILES="$CONFIG_FILES kounavail/Makefile" ;;
++  "kpresenter/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/Makefile" ;;
++  "kpresenter/autoformEdit/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoformEdit/Makefile" ;;
++  "kpresenter/autoforms/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoforms/Makefile" ;;
++  "kpresenter/autoforms/Arrows/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoforms/Arrows/Makefile" ;;
++  "kpresenter/autoforms/Connections/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoforms/Connections/Makefile" ;;
++  "kpresenter/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/dtd/Makefile" ;;
++  "kpresenter/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/pics/Makefile" ;;
++  "kpresenter/slideshow/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/slideshow/Makefile" ;;
++  "kpresenter/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/Makefile" ;;
++  "kpresenter/templates/A4/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/A4/Makefile" ;;
++  "kpresenter/templates/Screen/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/Screen/Makefile" ;;
++  "kpresenter/templates/Screenpresentations/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/Screenpresentations/Makefile" ;;
++  "kpresenter/templates/common_icon/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/common_icon/Makefile" ;;
++  "kpresenter/templates/legal/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/legal/Makefile" ;;
++  "kpresenter/templates/letter/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/letter/Makefile" ;;
++  "kpresenter/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/toolbar/Makefile" ;;
++  "krita/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/Makefile" ;;
++  "krita/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/Makefile" ;;
++  "krita/core/builder/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/builder/Makefile" ;;
++  "krita/core/color_strategy/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/color_strategy/Makefile" ;;
++  "krita/core/paintop/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/paintop/Makefile" ;;
++  "krita/core/resources/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/resources/Makefile" ;;
++  "krita/core/strategy/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/strategy/Makefile" ;;
++  "krita/core/tiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/tiles/Makefile" ;;
++  "krita/core/tool/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/tool/Makefile" ;;
++  "krita/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/Makefile" ;;
++  "krita/data/brushes/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/brushes/Makefile" ;;
++  "krita/data/gradients/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/gradients/Makefile" ;;
++  "krita/data/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/images/Makefile" ;;
++  "krita/data/palettes/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/palettes/Makefile" ;;
++  "krita/data/patterns/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/patterns/Makefile" ;;
++  "krita/data/profiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/profiles/Makefile" ;;
++  "krita/data/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/templates/Makefile" ;;
++  "krita/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/dtd/Makefile" ;;
++  "krita/modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/Makefile" ;;
++  "krita/modules/colorspace_cmyk/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_cmyk/Makefile" ;;
++  "krita/modules/colorspace_cmyk/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_cmyk/templates/Makefile" ;;
++  "krita/modules/colorspace_gray/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_gray/Makefile" ;;
++  "krita/modules/colorspace_gray/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_gray/templates/Makefile" ;;
++  "krita/modules/colorspace_rgb/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_rgb/Makefile" ;;
++  "krita/modules/colorspace_rgb/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_rgb/templates/Makefile" ;;
++  "krita/modules/colorspace_wet/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_wet/Makefile" ;;
++  "krita/modules/colorspace_ws/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_ws/Makefile" ;;
++  "krita/modules/colorspace_ws/filter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_ws/filter/Makefile" ;;
++  "krita/paintops/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/paintops/Makefile" ;;
++  "krita/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/pics/Makefile" ;;
++  "krita/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/Makefile" ;;
++  "krita/plugins/cimg/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/cimg/Makefile" ;;
++  "krita/plugins/colorrange/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/colorrange/Makefile" ;;
++  "krita/plugins/colorsfilters/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/colorsfilters/Makefile" ;;
++  "krita/plugins/colorspaceconversion/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/colorspaceconversion/Makefile" ;;
++  "krita/plugins/convolutionfilters/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/convolutionfilters/Makefile" ;;
++  "krita/plugins/designerplugin/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/designerplugin/Makefile" ;;
++  "krita/plugins/embossfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/embossfilter/Makefile" ;;
++  "krita/plugins/example/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/example/Makefile" ;;
++  "krita/plugins/histogram/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/histogram/Makefile" ;;
++  "krita/plugins/imagemagick/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/imagemagick/Makefile" ;;
++  "krita/plugins/imagesize/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/imagesize/Makefile" ;;
++  "krita/plugins/kiskjsembed/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/kiskjsembed/Makefile" ;;
++  "krita/plugins/kiskjsembed/functions/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/kiskjsembed/functions/Makefile" ;;
++  "krita/plugins/kiskjsembed/objects/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/kiskjsembed/objects/Makefile" ;;
++  "krita/plugins/oilpaintfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/oilpaintfilter/Makefile" ;;
++  "krita/plugins/performancetest/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/performancetest/Makefile" ;;
++  "krita/plugins/raindropsfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/raindropsfilter/Makefile" ;;
++  "krita/plugins/rotateimage/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/rotateimage/Makefile" ;;
++  "krita/plugins/screenshot/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/screenshot/Makefile" ;;
++  "krita/plugins/selectiontools/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/selectiontools/Makefile" ;;
++  "krita/plugins/shearimage/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/shearimage/Makefile" ;;
++  "krita/plugins/tool_crop/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_crop/Makefile" ;;
++  "krita/plugins/tool_filter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_filter/Makefile" ;;
++  "krita/plugins/tool_polygon/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_polygon/Makefile" ;;
++  "krita/plugins/tool_polyline/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_polyline/Makefile" ;;
++  "krita/plugins/tool_star/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_star/Makefile" ;;
++  "krita/plugins/tool_transform/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_transform/Makefile" ;;
++  "krita/plugins/variations/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/variations/Makefile" ;;
++  "krita/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/tools/Makefile" ;;
++  "krita/ui/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/ui/Makefile" ;;
++  "krita/ui/labels/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/ui/labels/Makefile" ;;
++  "krita/ui/widgets/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/ui/widgets/Makefile" ;;
++  "kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/Makefile" ;;
++  "kspread/dialogs/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/dialogs/Makefile" ;;
++  "kspread/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/dtd/Makefile" ;;
++  "kspread/extensions/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/extensions/Makefile" ;;
++  "kspread/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/pics/Makefile" ;;
++  "kspread/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/Makefile" ;;
++  "kspread/plugins/calculator/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/calculator/Makefile" ;;
++  "kspread/plugins/calculator/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/calculator/pics/Makefile" ;;
++  "kspread/plugins/insertcalendar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/insertcalendar/Makefile" ;;
++  "kspread/tablestyles/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/tablestyles/Makefile" ;;
++  "kspread/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/Makefile" ;;
++  "kspread/templates/Business/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/Business/Makefile" ;;
++  "kspread/templates/General/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/General/Makefile" ;;
++  "kspread/templates/HomeFamily/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/HomeFamily/Makefile" ;;
++  "kspread/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/tests/Makefile" ;;
++  "kspread/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/toolbar/Makefile" ;;
++  "kspread/toolbar/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/toolbar/crystalsvg/Makefile" ;;
++  "kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/Makefile" ;;
++  "kugar/kde31/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kde31/Makefile" ;;
++  "kugar/kudesigner/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/Makefile" ;;
++  "kugar/kudesigner/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/pics/Makefile" ;;
++  "kugar/kudesigner/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/templates/Makefile" ;;
++  "kugar/kudesigner/templates/General/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/templates/General/Makefile" ;;
++  "kugar/kudesigner/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/toolbar/Makefile" ;;
++  "kugar/kudesigner_lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner_lib/Makefile" ;;
++  "kugar/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/lib/Makefile" ;;
++  "kugar/part/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/part/Makefile" ;;
++  "kugar/samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/samples/Makefile" ;;
++  "kugar/samplesdb/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/samplesdb/Makefile" ;;
++  "kugar/shell/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/shell/Makefile" ;;
++  "kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/Makefile" ;;
++  "kword/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/data/Makefile" ;;
++  "kword/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/dtd/Makefile" ;;
++  "kword/expression/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/expression/Makefile" ;;
++  "kword/horizontalline/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/horizontalline/Makefile" ;;
++  "kword/mailmerge/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/Makefile" ;;
++  "kword/mailmerge/kabc/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/kabc/Makefile" ;;
++  "kword/mailmerge/kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/kspread/Makefile" ;;
++  "kword/mailmerge/sql/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/sql/Makefile" ;;
++  "kword/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/pics/Makefile" ;;
++  "kword/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/Makefile" ;;
++  "kword/templates/CardsAndLabels/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/CardsAndLabels/Makefile" ;;
++  "kword/templates/DTP/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/DTP/Makefile" ;;
++  "kword/templates/Envelopes/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/Envelopes/Makefile" ;;
++  "kword/templates/Wordprocessing/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/Wordprocessing/Makefile" ;;
++  "kword/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/toolbar/Makefile" ;;
++  "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
++  "lib/kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/Makefile" ;;
++  "lib/kformula/config/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/config/Makefile" ;;
++  "lib/kformula/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/dtd/Makefile" ;;
++  "lib/kformula/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/pics/Makefile" ;;
++  "lib/kformula/pics/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/pics/crystalsvg/Makefile" ;;
++  "lib/kofficecore/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficecore/Makefile" ;;
++  "lib/kofficecore/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficecore/tests/Makefile" ;;
++  "lib/kofficeui/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficeui/Makefile" ;;
++  "lib/kofficeui/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficeui/pics/Makefile" ;;
++  "lib/kofficeui/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficeui/tests/Makefile" ;;
++  "lib/kopainter/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kopainter/Makefile" ;;
++  "lib/koscript/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/koscript/Makefile" ;;
++  "lib/kotext/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/Makefile" ;;
++  "lib/kotext/kohyphen/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/kohyphen/Makefile" ;;
++  "lib/kotext/kohyphen/hyphdicts/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/kohyphen/hyphdicts/Makefile" ;;
++  "lib/kotext/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/tests/Makefile" ;;
++  "lib/kwmf/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kwmf/Makefile" ;;
++  "lib/store/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/store/Makefile" ;;
++  "lib/store/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/store/tests/Makefile" ;;
++  "mimetypes/Makefile" ) CONFIG_FILES="$CONFIG_FILES mimetypes/Makefile" ;;
++  "mimetypes/kde32/Makefile" ) CONFIG_FILES="$CONFIG_FILES mimetypes/kde32/Makefile" ;;
++  "mimetypes/kde33/Makefile" ) CONFIG_FILES="$CONFIG_FILES mimetypes/kde33/Makefile" ;;
++  "pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES pics/Makefile" ;;
++  "pics/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES pics/crystalsvg/Makefile" ;;
++  "plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES plugins/Makefile" ;;
++  "plugins/scan/Makefile" ) CONFIG_FILES="$CONFIG_FILES plugins/scan/Makefile" ;;
++  "servicetypes/Makefile" ) CONFIG_FILES="$CONFIG_FILES servicetypes/Makefile" ;;
++  "templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES templates/Makefile" ;;
++  "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
++  "tools/converter/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/converter/Makefile" ;;
++  "tools/kfile-plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kfile-plugins/Makefile" ;;
++  "tools/kfile-plugins/koffice/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kfile-plugins/koffice/Makefile" ;;
++  "tools/kfile-plugins/ooo/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kfile-plugins/ooo/Makefile" ;;
++  "tools/kthesaurus/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kthesaurus/Makefile" ;;
++  "tools/quickprint/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/quickprint/Makefile" ;;
++  "tools/spell/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/spell/Makefile" ;;
++  "tools/thesaurus/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/thesaurus/Makefile" ;;
++  "tools/thumbnail/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/thumbnail/Makefile" ;;
++  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
++  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
++  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
++echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
++   { (exit 1); exit 1; }; };;
++  esac
++done
++
++# If the user did not use the arguments to specify the items to instantiate,
++# then the envvar interface is used.  Set only those that are not.
++# We use the long form for the default assignment because of an extremely
++# bizarre bug on SunOS 4.1.3.
++if $ac_need_defaults; then
++  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
++  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
++  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
++fi
++
++# Have a temporary directory for convenience.  Make it in the build tree
++# simply because there is no reason to put it here, and in addition,
++# creating and moving files from /tmp can sometimes cause problems.
++# Create a temporary directory, and hook for its removal unless debugging.
++$debug ||
++{
++  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
++  trap '{ (exit 1); exit 1; }' 1 2 13 15
++}
++
++# Create a (secure) tmp directory for tmp files.
++
++{
++  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
++  test -n "$tmp" && test -d "$tmp"
++}  ||
++{
++  tmp=./confstat$$-$RANDOM
++  (umask 077 && mkdir $tmp)
++} ||
++{
++   echo "$me: cannot create a temporary directory in ." >&2
++   { (exit 1); exit 1; }
++}
++
++_ACEOF
++
++cat >>$CONFIG_STATUS <<_ACEOF
++
++#
++# CONFIG_FILES section.
++#
++
++# No need to generate the scripts if there are no CONFIG_FILES.
++# This happens for instance when ./config.status config.h
++if test -n "\$CONFIG_FILES"; then
++  # Protect against being on the right side of a sed subst in config.status.
++  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
++   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
++s, at SHELL@,$SHELL,;t t
++s, at PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
++s, at PACKAGE_NAME@,$PACKAGE_NAME,;t t
++s, at PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
++s, at PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
++s, at PACKAGE_STRING@,$PACKAGE_STRING,;t t
++s, at PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
++s, at exec_prefix@,$exec_prefix,;t t
++s, at prefix@,$prefix,;t t
++s, at program_transform_name@,$program_transform_name,;t t
++s, at bindir@,$bindir,;t t
++s, at sbindir@,$sbindir,;t t
++s, at libexecdir@,$libexecdir,;t t
++s, at datadir@,$datadir,;t t
++s, at sysconfdir@,$sysconfdir,;t t
++s, at sharedstatedir@,$sharedstatedir,;t t
++s, at localstatedir@,$localstatedir,;t t
++s, at libdir@,$libdir,;t t
++s, at includedir@,$includedir,;t t
++s, at oldincludedir@,$oldincludedir,;t t
++s, at infodir@,$infodir,;t t
++s, at mandir@,$mandir,;t t
++s, at build_alias@,$build_alias,;t t
++s, at host_alias@,$host_alias,;t t
++s, at target_alias@,$target_alias,;t t
++s, at DEFS@,$DEFS,;t t
++s, at ECHO_C@,$ECHO_C,;t t
++s, at ECHO_N@,$ECHO_N,;t t
++s, at ECHO_T@,$ECHO_T,;t t
++s, at LIBS@,$LIBS,;t t
++s, at build@,$build,;t t
++s, at build_cpu@,$build_cpu,;t t
++s, at build_vendor@,$build_vendor,;t t
++s, at build_os@,$build_os,;t t
++s, at host@,$host,;t t
++s, at host_cpu@,$host_cpu,;t t
++s, at host_vendor@,$host_vendor,;t t
++s, at host_os@,$host_os,;t t
++s, at target@,$target,;t t
++s, at target_cpu@,$target_cpu,;t t
++s, at target_vendor@,$target_vendor,;t t
++s, at target_os@,$target_os,;t t
++s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
++s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
++s, at INSTALL_DATA@,$INSTALL_DATA,;t t
++s, at CYGPATH_W@,$CYGPATH_W,;t t
++s, at PACKAGE@,$PACKAGE,;t t
++s, at VERSION@,$VERSION,;t t
++s, at ACLOCAL@,$ACLOCAL,;t t
++s, at AUTOCONF@,$AUTOCONF,;t t
++s, at AUTOMAKE@,$AUTOMAKE,;t t
++s, at AUTOHEADER@,$AUTOHEADER,;t t
++s, at MAKEINFO@,$MAKEINFO,;t t
++s, at install_sh@,$install_sh,;t t
++s, at STRIP@,$STRIP,;t t
++s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
++s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
++s, at mkdir_p@,$mkdir_p,;t t
++s, at AWK@,$AWK,;t t
++s, at SET_MAKE@,$SET_MAKE,;t t
++s, at am__leading_dot@,$am__leading_dot,;t t
++s, at AMTAR@,$AMTAR,;t t
++s, at am__tar@,$am__tar,;t t
++s, at am__untar@,$am__untar,;t t
++s, at MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
++s, at MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
++s, at MAINT@,$MAINT,;t t
++s, at KDECONFIG@,$KDECONFIG,;t t
++s, at kde_libs_prefix@,$kde_libs_prefix,;t t
++s, at kde_libs_htmldir@,$kde_libs_htmldir,;t t
++s, at CONF_FILES@,$CONF_FILES,;t t
++s, at CC@,$CC,;t t
++s, at CFLAGS@,$CFLAGS,;t t
++s, at LDFLAGS@,$LDFLAGS,;t t
++s, at CPPFLAGS@,$CPPFLAGS,;t t
++s, at ac_ct_CC@,$ac_ct_CC,;t t
++s, at EXEEXT@,$EXEEXT,;t t
++s, at OBJEXT@,$OBJEXT,;t t
++s, at DEPDIR@,$DEPDIR,;t t
++s, at am__include@,$am__include,;t t
++s, at am__quote@,$am__quote,;t t
++s, at AMDEP_TRUE@,$AMDEP_TRUE,;t t
++s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
++s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
++s, at CCDEPMODE@,$CCDEPMODE,;t t
++s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
++s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
++s, at CPP@,$CPP,;t t
++s, at CXX@,$CXX,;t t
++s, at CXXFLAGS@,$CXXFLAGS,;t t
++s, at ac_ct_CXX@,$ac_ct_CXX,;t t
++s, at CXXDEPMODE@,$CXXDEPMODE,;t t
++s, at am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
++s, at am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
++s, at WOVERLOADED_VIRTUAL@,$WOVERLOADED_VIRTUAL,;t t
++s, at HAVE_GCC_VISIBILITY@,$HAVE_GCC_VISIBILITY,;t t
++s, at unsermake_enable_pch_TRUE@,$unsermake_enable_pch_TRUE,;t t
++s, at unsermake_enable_pch_FALSE@,$unsermake_enable_pch_FALSE,;t t
++s, at USE_EXCEPTIONS@,$USE_EXCEPTIONS,;t t
++s, at USE_RTTI@,$USE_RTTI,;t t
++s, at CXXCPP@,$CXXCPP,;t t
++s, at NOOPT_CXXFLAGS@,$NOOPT_CXXFLAGS,;t t
++s, at NOOPT_CFLAGS@,$NOOPT_CFLAGS,;t t
++s, at ENABLE_PERMISSIVE_FLAG@,$ENABLE_PERMISSIVE_FLAG,;t t
++s, at LDFLAGS_AS_NEEDED@,$LDFLAGS_AS_NEEDED,;t t
++s, at LDFLAGS_NEW_DTAGS@,$LDFLAGS_NEW_DTAGS,;t t
++s, at KDE_USE_FINAL_TRUE@,$KDE_USE_FINAL_TRUE,;t t
++s, at KDE_USE_FINAL_FALSE@,$KDE_USE_FINAL_FALSE,;t t
++s, at KDE_USE_CLOSURE_TRUE@,$KDE_USE_CLOSURE_TRUE,;t t
++s, at KDE_USE_CLOSURE_FALSE@,$KDE_USE_CLOSURE_FALSE,;t t
++s, at KDE_NO_UNDEFINED@,$KDE_NO_UNDEFINED,;t t
++s, at KDE_USE_NMCHECK_TRUE@,$KDE_USE_NMCHECK_TRUE,;t t
++s, at KDE_USE_NMCHECK_FALSE@,$KDE_USE_NMCHECK_FALSE,;t t
++s, at EGREP@,$EGREP,;t t
++s, at LN_S@,$LN_S,;t t
++s, at ECHO@,$ECHO,;t t
++s, at AR@,$AR,;t t
++s, at ac_ct_AR@,$ac_ct_AR,;t t
++s, at RANLIB@,$RANLIB,;t t
++s, at ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
++s, at F77@,$F77,;t t
++s, at FFLAGS@,$FFLAGS,;t t
++s, at ac_ct_F77@,$ac_ct_F77,;t t
++s, at LIBTOOL@,$LIBTOOL,;t t
++s, at KDE_PLUGIN@,$KDE_PLUGIN,;t t
++s, at MSGFMT@,$MSGFMT,;t t
++s, at GMSGFMT@,$GMSGFMT,;t t
++s, at XGETTEXT@,$XGETTEXT,;t t
++s, at LIBUTIL@,$LIBUTIL,;t t
++s, at LIBCOMPAT@,$LIBCOMPAT,;t t
++s, at LIBCRYPT@,$LIBCRYPT,;t t
++s, at LIBRESOLV@,$LIBRESOLV,;t t
++s, at LIB_POLL@,$LIB_POLL,;t t
++s, at FRAMEWORK_COREAUDIO@,$FRAMEWORK_COREAUDIO,;t t
++s, at LIBSOCKET@,$LIBSOCKET,;t t
++s, at X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
++s, at LIBUCB@,$LIBUCB,;t t
++s, at LIBDL@,$LIBDL,;t t
++s, at include_x11_TRUE@,$include_x11_TRUE,;t t
++s, at include_x11_FALSE@,$include_x11_FALSE,;t t
++s, at X_PRE_LIBS@,$X_PRE_LIBS,;t t
++s, at LIB_X11@,$LIB_X11,;t t
++s, at LIB_XRENDER@,$LIB_XRENDER,;t t
++s, at LIBSM@,$LIBSM,;t t
++s, at X_INCLUDES@,$X_INCLUDES,;t t
++s, at X_LDFLAGS@,$X_LDFLAGS,;t t
++s, at x_includes@,$x_includes,;t t
++s, at x_libraries@,$x_libraries,;t t
++s, at QTE_NORTTI@,$QTE_NORTTI,;t t
++s, at LIB_XEXT@,$LIB_XEXT,;t t
++s, at LIBPTHREAD@,$LIBPTHREAD,;t t
++s, at USE_THREADS@,$USE_THREADS,;t t
++s, at KDE_MT_LDFLAGS@,$KDE_MT_LDFLAGS,;t t
++s, at KDE_MT_LIBS@,$KDE_MT_LIBS,;t t
++s, at USER_INCLUDES@,$USER_INCLUDES,;t t
++s, at USER_LDFLAGS@,$USER_LDFLAGS,;t t
++s, at LIBZ@,$LIBZ,;t t
++s, at LIBPNG@,$LIBPNG,;t t
++s, at LIBJPEG@,$LIBJPEG,;t t
++s, at qt_libraries@,$qt_libraries,;t t
++s, at qt_includes@,$qt_includes,;t t
++s, at QT_INCLUDES@,$QT_INCLUDES,;t t
++s, at QT_LDFLAGS@,$QT_LDFLAGS,;t t
++s, at PERL@,$PERL,;t t
++s, at MOC@,$MOC,;t t
++s, at UIC@,$UIC,;t t
++s, at UIC_TR@,$UIC_TR,;t t
++s, at LIB_QT@,$LIB_QT,;t t
++s, at LIB_QPE@,$LIB_QPE,;t t
++s, at kde_qtver@,$kde_qtver,;t t
++s, at KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
++s, at KDE_RPATH@,$KDE_RPATH,;t t
++s, at X_RPATH@,$X_RPATH,;t t
++s, at kde_libraries@,$kde_libraries,;t t
++s, at kde_includes@,$kde_includes,;t t
++s, at KDE_LDFLAGS@,$KDE_LDFLAGS,;t t
++s, at KDE_INCLUDES@,$KDE_INCLUDES,;t t
++s, at all_includes@,$all_includes,;t t
++s, at all_libraries@,$all_libraries,;t t
++s, at AUTODIRS@,$AUTODIRS,;t t
++s, at include_ARTS_TRUE@,$include_ARTS_TRUE,;t t
++s, at include_ARTS_FALSE@,$include_ARTS_FALSE,;t t
++s, at MAKEKDEWIDGETS@,$MAKEKDEWIDGETS,;t t
++s, at KCONFIG_COMPILER@,$KCONFIG_COMPILER,;t t
++s, at KCFG_DEPENDENCIES@,$KCFG_DEPENDENCIES,;t t
++s, at DCOPIDLNG@,$DCOPIDLNG,;t t
++s, at DCOPIDL@,$DCOPIDL,;t t
++s, at DCOPIDL2CPP@,$DCOPIDL2CPP,;t t
++s, at DCOP_DEPENDENCIES@,$DCOP_DEPENDENCIES,;t t
++s, at MCOPIDL@,$MCOPIDL,;t t
++s, at ARTSCCONFIG@,$ARTSCCONFIG,;t t
++s, at MEINPROC@,$MEINPROC,;t t
++s, at KDE_XSL_STYLESHEET@,$KDE_XSL_STYLESHEET,;t t
++s, at XMLLINT@,$XMLLINT,;t t
++s, at kde_htmldir@,$kde_htmldir,;t t
++s, at kde_appsdir@,$kde_appsdir,;t t
++s, at kde_icondir@,$kde_icondir,;t t
++s, at kde_sounddir@,$kde_sounddir,;t t
++s, at kde_datadir@,$kde_datadir,;t t
++s, at kde_locale@,$kde_locale,;t t
++s, at kde_confdir@,$kde_confdir,;t t
++s, at kde_kcfgdir@,$kde_kcfgdir,;t t
++s, at kde_mimedir@,$kde_mimedir,;t t
++s, at kde_wallpaperdir@,$kde_wallpaperdir,;t t
++s, at kde_bindir@,$kde_bindir,;t t
++s, at xdg_appsdir@,$xdg_appsdir,;t t
++s, at xdg_menudir@,$xdg_menudir,;t t
++s, at xdg_directorydir@,$xdg_directorydir,;t t
++s, at kde_templatesdir@,$kde_templatesdir,;t t
++s, at kde_servicesdir@,$kde_servicesdir,;t t
++s, at kde_servicetypesdir@,$kde_servicetypesdir,;t t
++s, at kde_moduledir@,$kde_moduledir,;t t
++s, at kdeinitdir@,$kdeinitdir,;t t
++s, at kde_styledir@,$kde_styledir,;t t
++s, at kde_widgetdir@,$kde_widgetdir,;t t
++s, at LIB_KDECORE@,$LIB_KDECORE,;t t
++s, at LIB_KDEUI@,$LIB_KDEUI,;t t
++s, at LIB_KIO@,$LIB_KIO,;t t
++s, at LIB_KJS@,$LIB_KJS,;t t
++s, at LIB_SMB@,$LIB_SMB,;t t
++s, at LIB_KAB@,$LIB_KAB,;t t
++s, at LIB_KABC@,$LIB_KABC,;t t
++s, at LIB_KHTML@,$LIB_KHTML,;t t
++s, at LIB_KSPELL@,$LIB_KSPELL,;t t
++s, at LIB_KPARTS@,$LIB_KPARTS,;t t
++s, at LIB_KDEPRINT@,$LIB_KDEPRINT,;t t
++s, at LIB_KUTILS@,$LIB_KUTILS,;t t
++s, at LIB_KDEPIM@,$LIB_KDEPIM,;t t
++s, at LIB_KIMPROXY@,$LIB_KIMPROXY,;t t
++s, at LIB_KNEWSTUFF@,$LIB_KNEWSTUFF,;t t
++s, at LIB_KDNSSD@,$LIB_KDNSSD,;t t
++s, at LIB_KUNITTEST@,$LIB_KUNITTEST,;t t
++s, at LIB_KSYCOCA@,$LIB_KSYCOCA,;t t
++s, at LIB_KFILE@,$LIB_KFILE,;t t
++s, at LIB_KFM@,$LIB_KFM,;t t
++s, at QTDOCDIR@,$QTDOCDIR,;t t
++s, at KDE_HAVE_DOT@,$KDE_HAVE_DOT,;t t
++s, at DOXYGEN@,$DOXYGEN,;t t
++s, at DOXYGEN_PROJECT_NAME@,$DOXYGEN_PROJECT_NAME,;t t
++s, at DOXYGEN_PROJECT_NUMBER@,$DOXYGEN_PROJECT_NUMBER,;t t
++s, at KDE_HAS_DOXYGEN@,$KDE_HAS_DOXYGEN,;t t
++s, at LIBMAGICK_LIBS@,$LIBMAGICK_LIBS,;t t
++s, at LIBMAGICK_LDFLAGS@,$LIBMAGICK_LDFLAGS,;t t
++s, at LIBMAGICK_CPPFLAGS@,$LIBMAGICK_CPPFLAGS,;t t
++s, at LIBMAGICK_RPATH@,$LIBMAGICK_RPATH,;t t
++s, at need_kde32_compatibility_TRUE@,$need_kde32_compatibility_TRUE,;t t
++s, at need_kde32_compatibility_FALSE@,$need_kde32_compatibility_FALSE,;t t
++s, at need_kde33_compatibility_TRUE@,$need_kde33_compatibility_TRUE,;t t
++s, at need_kde33_compatibility_FALSE@,$need_kde33_compatibility_FALSE,;t t
++s, at need_kde34_compatibility_TRUE@,$need_kde34_compatibility_TRUE,;t t
++s, at need_kde34_compatibility_FALSE@,$need_kde34_compatibility_FALSE,;t t
++s, at need_kde31_compatibility_TRUE@,$need_kde31_compatibility_TRUE,;t t
++s, at need_kde31_compatibility_FALSE@,$need_kde31_compatibility_FALSE,;t t
++s, at LIBWV2_LIBS@,$LIBWV2_LIBS,;t t
++s, at LIBWV2_CFLAGS@,$LIBWV2_CFLAGS,;t t
++s, at LIBWV2_RPATH@,$LIBWV2_RPATH,;t t
++s, at include_wv2_msword_filter_TRUE@,$include_wv2_msword_filter_TRUE,;t t
++s, at include_wv2_msword_filter_FALSE@,$include_wv2_msword_filter_FALSE,;t t
++s, at LIBPAPER@,$LIBPAPER,;t t
++s, at LIBWPD_LIBS@,$LIBWPD_LIBS,;t t
++s, at LIBWPD_CFLAGS@,$LIBWPD_CFLAGS,;t t
++s, at LIBWPD_RPATH@,$LIBWPD_RPATH,;t t
++s, at include_wpd_filter_TRUE@,$include_wpd_filter_TRUE,;t t
++s, at include_wpd_filter_FALSE@,$include_wpd_filter_FALSE,;t t
++s, at LIBXSLT_LIBS@,$LIBXSLT_LIBS,;t t
++s, at LIBXSLT_CFLAGS@,$LIBXSLT_CFLAGS,;t t
++s, at LIBXSLT_RPATH@,$LIBXSLT_RPATH,;t t
++s, at LIBXML_LIBS@,$LIBXML_LIBS,;t t
++s, at LIBXML_CFLAGS@,$LIBXML_CFLAGS,;t t
++s, at LIBXML_RPATH@,$LIBXML_RPATH,;t t
++s, at include_XSLTFILTERS_TRUE@,$include_XSLTFILTERS_TRUE,;t t
++s, at include_XSLTFILTERS_FALSE@,$include_XSLTFILTERS_FALSE,;t t
++s, at LIBFREETYPE_LIBS@,$LIBFREETYPE_LIBS,;t t
++s, at LIBFREETYPE_CFLAGS@,$LIBFREETYPE_CFLAGS,;t t
++s, at LIBFREETYPE_RPATH@,$LIBFREETYPE_RPATH,;t t
++s, at LIBART_LIBS@,$LIBART_LIBS,;t t
++s, at LIBART_CFLAGS@,$LIBART_CFLAGS,;t t
++s, at LIBART_RPATH@,$LIBART_RPATH,;t t
++s, at LIBFONTCONFIG_LIBS@,$LIBFONTCONFIG_LIBS,;t t
++s, at LIBFONTCONFIG_CFLAGS@,$LIBFONTCONFIG_CFLAGS,;t t
++s, at LIBFONTCONFIG_RPATH@,$LIBFONTCONFIG_RPATH,;t t
++s, at have_readline_TRUE@,$have_readline_TRUE,;t t
++s, at have_readline_FALSE@,$have_readline_FALSE,;t t
++s, at LIBREADLINE@,$LIBREADLINE,;t t
++s, at LIB_KEXI_KMDI@,$LIB_KEXI_KMDI,;t t
++s, at LIB_KEXI_KMDI_INCLUDES@,$LIB_KEXI_KMDI_INCLUDES,;t t
++s, at use_kexi_compat_qextmdi_TRUE@,$use_kexi_compat_qextmdi_TRUE,;t t
++s, at use_kexi_compat_qextmdi_FALSE@,$use_kexi_compat_qextmdi_FALSE,;t t
++s, at MYSQL_INC@,$MYSQL_INC,;t t
++s, at MYSQL_LIBS@,$MYSQL_LIBS,;t t
++s, at compile_mysql_plugin_TRUE@,$compile_mysql_plugin_TRUE,;t t
++s, at compile_mysql_plugin_FALSE@,$compile_mysql_plugin_FALSE,;t t
++s, at PG_INCDIR@,$PG_INCDIR,;t t
++s, at PG_LIBDIR@,$PG_LIBDIR,;t t
++s, at PQXX_INCDIR@,$PQXX_INCDIR,;t t
++s, at PQXX_LIBDIR@,$PQXX_LIBDIR,;t t
++s, at compile_pgsql_plugin_TRUE@,$compile_pgsql_plugin_TRUE,;t t
++s, at compile_pgsql_plugin_FALSE@,$compile_pgsql_plugin_FALSE,;t t
++s, at PYTHON_INCLUDE@,$PYTHON_INCLUDE,;t t
++s, at PYTHON_LIB@,$PYTHON_LIB,;t t
++s, at PYTHON_FLAGS@,$PYTHON_FLAGS,;t t
++s, at compile_kross_plugin_TRUE@,$compile_kross_plugin_TRUE,;t t
++s, at compile_kross_plugin_FALSE@,$compile_kross_plugin_FALSE,;t t
++s, at PYTHONINC@,$PYTHONINC,;t t
++s, at PYTHONLIB@,$PYTHONLIB,;t t
++s, at LIBPYTHON@,$LIBPYTHON,;t t
++s, at PYTHONMODDIR@,$PYTHONMODDIR,;t t
++s, at LIB_XINPUTEXT@,$LIB_XINPUTEXT,;t t
++s, at LCMS_LIBS@,$LCMS_LIBS,;t t
++s, at use_kjsembed_TRUE@,$use_kjsembed_TRUE,;t t
++s, at use_kjsembed_FALSE@,$use_kjsembed_FALSE,;t t
++s, at SQLDIR@,$SQLDIR,;t t
++s, at include_sql_TRUE@,$include_sql_TRUE,;t t
++s, at include_sql_FALSE@,$include_sql_FALSE,;t t
++s, at KWMF_INCLUDES@,$KWMF_INCLUDES,;t t
++s, at KSTORE_INCLUDES@,$KSTORE_INCLUDES,;t t
++s, at KOTEXT_INCLUDES@,$KOTEXT_INCLUDES,;t t
++s, at KOPAINTER_INCLUDES@,$KOPAINTER_INCLUDES,;t t
++s, at KOFFICECORE_INCLUDES@,$KOFFICECORE_INCLUDES,;t t
++s, at KOFFICEUI_INCLUDES@,$KOFFICEUI_INCLUDES,;t t
++s, at KFORMULA_INCLUDES@,$KFORMULA_INCLUDES,;t t
++s, at KOSCRIPT_INCLUDES@,$KOSCRIPT_INCLUDES,;t t
++s, at LIB_KOFFICEUI@,$LIB_KOFFICEUI,;t t
++s, at LIB_KOFFICECORE@,$LIB_KOFFICECORE,;t t
++s, at LIB_KSTORE@,$LIB_KSTORE,;t t
++s, at LIB_KOTEXT@,$LIB_KOTEXT,;t t
++s, at LIB_KOPAINTER@,$LIB_KOPAINTER,;t t
++s, at LIB_KWMF@,$LIB_KWMF,;t t
++s, at LIB_KOWMF@,$LIB_KOWMF,;t t
++s, at LIB_KFORMULA@,$LIB_KFORMULA,;t t
++s, at LIB_KOSCRIPT@,$LIB_KOSCRIPT,;t t
++s, at interfacedir@,$interfacedir,;t t
++s, at KOFFICE_LIBS@,$KOFFICE_LIBS,;t t
++s, at KOFFICE_INCLUDES@,$KOFFICE_INCLUDES,;t t
++s, at LIBKSPELL2@,$LIBKSPELL2,;t t
++s, at TOPSUBDIRS@,$TOPSUBDIRS,;t t
++s, at lib_SUBDIR_included_TRUE@,$lib_SUBDIR_included_TRUE,;t t
++s, at lib_SUBDIR_included_FALSE@,$lib_SUBDIR_included_FALSE,;t t
++s, at interfaces_SUBDIR_included_TRUE@,$interfaces_SUBDIR_included_TRUE,;t t
++s, at interfaces_SUBDIR_included_FALSE@,$interfaces_SUBDIR_included_FALSE,;t t
++s, at autocorrect_SUBDIR_included_TRUE@,$autocorrect_SUBDIR_included_TRUE,;t t
++s, at autocorrect_SUBDIR_included_FALSE@,$autocorrect_SUBDIR_included_FALSE,;t t
++s, at doc_SUBDIR_included_TRUE@,$doc_SUBDIR_included_TRUE,;t t
++s, at doc_SUBDIR_included_FALSE@,$doc_SUBDIR_included_FALSE,;t t
++s, at example_SUBDIR_included_TRUE@,$example_SUBDIR_included_TRUE,;t t
++s, at example_SUBDIR_included_FALSE@,$example_SUBDIR_included_FALSE,;t t
++s, at karbon_SUBDIR_included_TRUE@,$karbon_SUBDIR_included_TRUE,;t t
++s, at karbon_SUBDIR_included_FALSE@,$karbon_SUBDIR_included_FALSE,;t t
++s, at kchart_SUBDIR_included_TRUE@,$kchart_SUBDIR_included_TRUE,;t t
++s, at kchart_SUBDIR_included_FALSE@,$kchart_SUBDIR_included_FALSE,;t t
++s, at kdgantt_SUBDIR_included_TRUE@,$kdgantt_SUBDIR_included_TRUE,;t t
++s, at kdgantt_SUBDIR_included_FALSE@,$kdgantt_SUBDIR_included_FALSE,;t t
++s, at kformula_SUBDIR_included_TRUE@,$kformula_SUBDIR_included_TRUE,;t t
++s, at kformula_SUBDIR_included_FALSE@,$kformula_SUBDIR_included_FALSE,;t t
++s, at kivio_SUBDIR_included_TRUE@,$kivio_SUBDIR_included_TRUE,;t t
++s, at kivio_SUBDIR_included_FALSE@,$kivio_SUBDIR_included_FALSE,;t t
++s, at koshell_SUBDIR_included_TRUE@,$koshell_SUBDIR_included_TRUE,;t t
++s, at koshell_SUBDIR_included_FALSE@,$koshell_SUBDIR_included_FALSE,;t t
++s, at kounavail_SUBDIR_included_TRUE@,$kounavail_SUBDIR_included_TRUE,;t t
++s, at kounavail_SUBDIR_included_FALSE@,$kounavail_SUBDIR_included_FALSE,;t t
++s, at kpresenter_SUBDIR_included_TRUE@,$kpresenter_SUBDIR_included_TRUE,;t t
++s, at kpresenter_SUBDIR_included_FALSE@,$kpresenter_SUBDIR_included_FALSE,;t t
++s, at krita_SUBDIR_included_TRUE@,$krita_SUBDIR_included_TRUE,;t t
++s, at krita_SUBDIR_included_FALSE@,$krita_SUBDIR_included_FALSE,;t t
++s, at kspread_SUBDIR_included_TRUE@,$kspread_SUBDIR_included_TRUE,;t t
++s, at kspread_SUBDIR_included_FALSE@,$kspread_SUBDIR_included_FALSE,;t t
++s, at kugar_SUBDIR_included_TRUE@,$kugar_SUBDIR_included_TRUE,;t t
++s, at kugar_SUBDIR_included_FALSE@,$kugar_SUBDIR_included_FALSE,;t t
++s, at mimetypes_SUBDIR_included_TRUE@,$mimetypes_SUBDIR_included_TRUE,;t t
++s, at mimetypes_SUBDIR_included_FALSE@,$mimetypes_SUBDIR_included_FALSE,;t t
++s, at pics_SUBDIR_included_TRUE@,$pics_SUBDIR_included_TRUE,;t t
++s, at pics_SUBDIR_included_FALSE@,$pics_SUBDIR_included_FALSE,;t t
++s, at plugins_SUBDIR_included_TRUE@,$plugins_SUBDIR_included_TRUE,;t t
++s, at plugins_SUBDIR_included_FALSE@,$plugins_SUBDIR_included_FALSE,;t t
++s, at servicetypes_SUBDIR_included_TRUE@,$servicetypes_SUBDIR_included_TRUE,;t t
++s, at servicetypes_SUBDIR_included_FALSE@,$servicetypes_SUBDIR_included_FALSE,;t t
++s, at templates_SUBDIR_included_TRUE@,$templates_SUBDIR_included_TRUE,;t t
++s, at templates_SUBDIR_included_FALSE@,$templates_SUBDIR_included_FALSE,;t t
++s, at tools_SUBDIR_included_TRUE@,$tools_SUBDIR_included_TRUE,;t t
++s, at tools_SUBDIR_included_FALSE@,$tools_SUBDIR_included_FALSE,;t t
++s, at kword_SUBDIR_included_TRUE@,$kword_SUBDIR_included_TRUE,;t t
++s, at kword_SUBDIR_included_FALSE@,$kword_SUBDIR_included_FALSE,;t t
++s, at kexi_SUBDIR_included_TRUE@,$kexi_SUBDIR_included_TRUE,;t t
++s, at kexi_SUBDIR_included_FALSE@,$kexi_SUBDIR_included_FALSE,;t t
++s, at filters_SUBDIR_included_TRUE@,$filters_SUBDIR_included_TRUE,;t t
++s, at filters_SUBDIR_included_FALSE@,$filters_SUBDIR_included_FALSE,;t t
++s, at compile_filter_KWORD_TRUE@,$compile_filter_KWORD_TRUE,;t t
++s, at compile_filter_KWORD_FALSE@,$compile_filter_KWORD_FALSE,;t t
++s, at compile_filter_KSPREAD_TRUE@,$compile_filter_KSPREAD_TRUE,;t t
++s, at compile_filter_KSPREAD_FALSE@,$compile_filter_KSPREAD_FALSE,;t t
++s, at compile_filter_KCHART_TRUE@,$compile_filter_KCHART_TRUE,;t t
++s, at compile_filter_KCHART_FALSE@,$compile_filter_KCHART_FALSE,;t t
++s, at compile_filter_KARBON_TRUE@,$compile_filter_KARBON_TRUE,;t t
++s, at compile_filter_KARBON_FALSE@,$compile_filter_KARBON_FALSE,;t t
++s, at compile_filter_KPRESENTER_TRUE@,$compile_filter_KPRESENTER_TRUE,;t t
++s, at compile_filter_KPRESENTER_FALSE@,$compile_filter_KPRESENTER_FALSE,;t t
++s, at compile_filter_KFORMULA_TRUE@,$compile_filter_KFORMULA_TRUE,;t t
++s, at compile_filter_KFORMULA_FALSE@,$compile_filter_KFORMULA_FALSE,;t t
++s, at compile_filter_KUGAR_TRUE@,$compile_filter_KUGAR_TRUE,;t t
++s, at compile_filter_KUGAR_FALSE@,$compile_filter_KUGAR_FALSE,;t t
++s, at compile_filter_KRITA_TRUE@,$compile_filter_KRITA_TRUE,;t t
++s, at compile_filter_KRITA_FALSE@,$compile_filter_KRITA_FALSE,;t t
++s, at compile_mailmerge_KWORD_TRUE@,$compile_mailmerge_KWORD_TRUE,;t t
++s, at compile_mailmerge_KWORD_FALSE@,$compile_mailmerge_KWORD_FALSE,;t t
++s, at compile_plugin_KUGAR_TRUE@,$compile_plugin_KUGAR_TRUE,;t t
++s, at compile_plugin_KUGAR_FALSE@,$compile_plugin_KUGAR_FALSE,;t t
++s, at compile_lib_KOPAINTER_TRUE@,$compile_lib_KOPAINTER_TRUE,;t t
++s, at compile_lib_KOPAINTER_FALSE@,$compile_lib_KOPAINTER_FALSE,;t t
++s, at LIB@&t at OBJS@,$LIB@&t at OBJS,;t t
++s, at LTLIBOBJS@,$LTLIBOBJS,;t t
++CEOF
++
++_ACEOF
++
++  cat >>$CONFIG_STATUS <<\_ACEOF
++  # Split the substitutions into bite-sized pieces for seds with
++  # small command number limits, like on Digital OSF/1 and HP-UX.
++  ac_max_sed_lines=48
++  ac_sed_frag=1 # Number of current file.
++  ac_beg=1 # First line for current file.
++  ac_end=$ac_max_sed_lines # Line after last line for current file.
++  ac_more_lines=:
++  ac_sed_cmds=
++  while $ac_more_lines; do
++    if test $ac_beg -gt 1; then
++      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
++    else
++      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
++    fi
++    if test ! -s $tmp/subs.frag; then
++      ac_more_lines=false
++    else
++      # The purpose of the label and of the branching condition is to
++      # speed up the sed processing (if there are no `@' at all, there
++      # is no need to browse any of the substitutions).
++      # These are the two extra sed commands mentioned above.
++      (echo ':t
++  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
++      if test -z "$ac_sed_cmds"; then
++	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
++      else
++	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
++      fi
++      ac_sed_frag=`expr $ac_sed_frag + 1`
++      ac_beg=$ac_end
++      ac_end=`expr $ac_end + $ac_max_sed_lines`
++    fi
++  done
++  if test -z "$ac_sed_cmds"; then
++    ac_sed_cmds=cat
++  fi
++fi # test -n "$CONFIG_FILES"
++
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
++  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
++  case $ac_file in
++  - | *:- | *:-:* ) # input from stdin
++	cat >$tmp/stdin
++	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  * )   ac_file_in=$ac_file.in ;;
++  esac
++
++  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
++  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$ac_file" : 'X\(//\)[^/]' \| \
++	 X"$ac_file" : 'X\(//\)$' \| \
++	 X"$ac_file" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$ac_file" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++  { if $as_mkdir_p; then
++    mkdir -p "$ac_dir"
++  else
++    as_dir="$ac_dir"
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++  ac_builddir=.
++
++if test "$ac_dir" != .; then
++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  # A "../" for each directory in $ac_dir_suffix.
++  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
++else
++  ac_dir_suffix= ac_top_builddir=
++fi
++
++case $srcdir in
++  .)  # No --srcdir option.  We are building in place.
++    ac_srcdir=.
++    if test -z "$ac_top_builddir"; then
++       ac_top_srcdir=.
++    else
++       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
++    fi ;;
++  [\\/]* | ?:[\\/]* )  # Absolute path.
++    ac_srcdir=$srcdir$ac_dir_suffix;
++    ac_top_srcdir=$srcdir ;;
++  *) # Relative path.
++    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
++    ac_top_srcdir=$ac_top_builddir$srcdir ;;
++esac
++
++# Do not use `cd foo && pwd` to compute absolute paths, because
++# the directories may not exist.
++case `pwd` in
++.) ac_abs_builddir="$ac_dir";;
++*)
++  case "$ac_dir" in
++  .) ac_abs_builddir=`pwd`;;
++  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
++  *) ac_abs_builddir=`pwd`/"$ac_dir";;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_builddir=${ac_top_builddir}.;;
++*)
++  case ${ac_top_builddir}. in
++  .) ac_abs_top_builddir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
++  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_srcdir=$ac_srcdir;;
++*)
++  case $ac_srcdir in
++  .) ac_abs_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
++  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_srcdir=$ac_top_srcdir;;
++*)
++  case $ac_top_srcdir in
++  .) ac_abs_top_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
++  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
++  esac;;
++esac
++
++
++  case $INSTALL in
++  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
++  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
++  esac
++
++  # Let's still pretend it is `configure' which instantiates (i.e., don't
++  # use $as_me), people would be surprised to read:
++  #    /* config.h.  Generated by config.status.  */
++  if test x"$ac_file" = x-; then
++    configure_input=
++  else
++    configure_input="$ac_file.  "
++  fi
++  configure_input=$configure_input"Generated from `echo $ac_file_in |
++				     sed 's,.*/,,'` by configure."
++
++  # First look for the input files in the build tree, otherwise in the
++  # src tree.
++  ac_file_inputs=`IFS=:
++    for f in $ac_file_in; do
++      case $f in
++      -) echo $tmp/stdin ;;
++      [\\/$]*)
++	 # Absolute (can't be DOS-style, as IFS=:)
++	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 echo "$f";;
++      *) # Relative
++	 if test -f "$f"; then
++	   # Build tree
++	   echo "$f"
++	 elif test -f "$srcdir/$f"; then
++	   # Source tree
++	   echo "$srcdir/$f"
++	 else
++	   # /dev/null tree
++	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 fi;;
++      esac
++    done` || { (exit 1); exit 1; }
++
++  if test x"$ac_file" != x-; then
++    { echo "$as_me:$LINENO: creating $ac_file" >&5
++echo "$as_me: creating $ac_file" >&6;}
++    rm -f "$ac_file"
++  fi
++_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF
++  sed "$ac_vpsub
++$extrasub
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++:t
++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
++s, at configure_input@,$configure_input,;t t
++s, at srcdir@,$ac_srcdir,;t t
++s, at abs_srcdir@,$ac_abs_srcdir,;t t
++s, at top_srcdir@,$ac_top_srcdir,;t t
++s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
++s, at builddir@,$ac_builddir,;t t
++s, at abs_builddir@,$ac_abs_builddir,;t t
++s, at top_builddir@,$ac_top_builddir,;t t
++s, at abs_top_builddir@,$ac_abs_top_builddir,;t t
++s, at INSTALL@,$ac_INSTALL,;t t
++" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
++  rm -f $tmp/stdin
++  if test x"$ac_file" != x-; then
++    mv $tmp/out $ac_file
++  else
++    cat $tmp/out
++    rm -f $tmp/out
++  fi
++
++done
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++#
++# CONFIG_HEADER section.
++#
++
++# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
++# NAME is the cpp macro being defined and VALUE is the value it is being given.
++#
++# ac_d sets the value in "#define NAME VALUE" lines.
++ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
++ac_dB='[	 ].*$,\1#\2'
++ac_dC=' '
++ac_dD=',;t'
++# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
++ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
++ac_uB='$,\1#\2define\3'
++ac_uC=' '
++ac_uD=',;t'
++
++for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
++  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
++  case $ac_file in
++  - | *:- | *:-:* ) # input from stdin
++	cat >$tmp/stdin
++	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  * )   ac_file_in=$ac_file.in ;;
++  esac
++
++  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
++echo "$as_me: creating $ac_file" >&6;}
++
++  # First look for the input files in the build tree, otherwise in the
++  # src tree.
++  ac_file_inputs=`IFS=:
++    for f in $ac_file_in; do
++      case $f in
++      -) echo $tmp/stdin ;;
++      [\\/$]*)
++	 # Absolute (can't be DOS-style, as IFS=:)
++	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 # Do quote $f, to prevent DOS paths from being IFS'd.
++	 echo "$f";;
++      *) # Relative
++	 if test -f "$f"; then
++	   # Build tree
++	   echo "$f"
++	 elif test -f "$srcdir/$f"; then
++	   # Source tree
++	   echo "$srcdir/$f"
++	 else
++	   # /dev/null tree
++	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 fi;;
++      esac
++    done` || { (exit 1); exit 1; }
++  # Remove the trailing spaces.
++  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
++
++_ACEOF
++
++# Transform confdefs.h into two sed scripts, `conftest.defines' and
++# `conftest.undefs', that substitutes the proper values into
++# config.h.in to produce config.h.  The first handles `#define'
++# templates, and the second `#undef' templates.
++# And first: Protect against being on the right side of a sed subst in
++# config.status.  Protect against being in an unquoted here document
++# in config.status.
++rm -f conftest.defines conftest.undefs
++# Using a here document instead of a string reduces the quoting nightmare.
++# Putting comments in sed scripts is not portable.
++#
++# `end' is used to avoid that the second main sed command (meant for
++# 0-ary CPP macros) applies to n-ary macro definitions.
++# See the Autoconf documentation for `clear'.
++cat >confdef2sed.sed <<\_ACEOF
++s/[\\&,]/\\&/g
++s,[\\$`],\\&,g
++t clear
++: clear
++s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
++t end
++s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
++: end
++_ACEOF
++# If some macros were called several times there might be several times
++# the same #defines, which is useless.  Nevertheless, we may not want to
++# sort them, since we want the *last* AC-DEFINE to be honored.
++uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
++sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
++rm -f confdef2sed.sed
++
++# This sed command replaces #undef with comments.  This is necessary, for
++# example, in the case of _POSIX_SOURCE, which is predefined and required
++# on some systems where configure will not decide to define it.
++cat >>conftest.undefs <<\_ACEOF
++s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
++_ACEOF
++
++# Break up conftest.defines because some shells have a limit on the size
++# of here documents, and old seds have small limits too (100 cmds).
++echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
++echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
++echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
++echo '  :' >>$CONFIG_STATUS
++rm -f conftest.tail
++while grep . conftest.defines >/dev/null
++do
++  # Write a limited-size here document to $tmp/defines.sed.
++  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
++  # Speed up: don't consider the non `#define' lines.
++  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
++  # Work around the forget-to-reset-the-flag bug.
++  echo 't clr' >>$CONFIG_STATUS
++  echo ': clr' >>$CONFIG_STATUS
++  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
++  echo 'CEOF
++  sed -f $tmp/defines.sed $tmp/in >$tmp/out
++  rm -f $tmp/in
++  mv $tmp/out $tmp/in
++' >>$CONFIG_STATUS
++  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
++  rm -f conftest.defines
++  mv conftest.tail conftest.defines
++done
++rm -f conftest.defines
++echo '  fi # grep' >>$CONFIG_STATUS
++echo >>$CONFIG_STATUS
++
++# Break up conftest.undefs because some shells have a limit on the size
++# of here documents, and old seds have small limits too (100 cmds).
++echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
++rm -f conftest.tail
++while grep . conftest.undefs >/dev/null
++do
++  # Write a limited-size here document to $tmp/undefs.sed.
++  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
++  # Speed up: don't consider the non `#undef'
++  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
++  # Work around the forget-to-reset-the-flag bug.
++  echo 't clr' >>$CONFIG_STATUS
++  echo ': clr' >>$CONFIG_STATUS
++  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
++  echo 'CEOF
++  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
++  rm -f $tmp/in
++  mv $tmp/out $tmp/in
++' >>$CONFIG_STATUS
++  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
++  rm -f conftest.undefs
++  mv conftest.tail conftest.undefs
++done
++rm -f conftest.undefs
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++  # Let's still pretend it is `configure' which instantiates (i.e., don't
++  # use $as_me), people would be surprised to read:
++  #    /* config.h.  Generated by config.status.  */
++  if test x"$ac_file" = x-; then
++    echo "/* Generated by configure.  */" >$tmp/config.h
++  else
++    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
++  fi
++  cat $tmp/in >>$tmp/config.h
++  rm -f $tmp/in
++  if test x"$ac_file" != x-; then
++    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
++      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
++echo "$as_me: $ac_file is unchanged" >&6;}
++    else
++      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$ac_file" : 'X\(//\)[^/]' \| \
++	 X"$ac_file" : 'X\(//\)$' \| \
++	 X"$ac_file" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$ac_file" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++      { if $as_mkdir_p; then
++    mkdir -p "$ac_dir"
++  else
++    as_dir="$ac_dir"
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++      rm -f $ac_file
++      mv $tmp/config.h $ac_file
++    fi
++  else
++    cat $tmp/config.h
++    rm -f $tmp/config.h
++  fi
++# Compute $ac_file's index in $config_headers.
++_am_stamp_count=1
++for _am_header in $config_headers :; do
++  case $_am_header in
++    $ac_file | $ac_file:* )
++      break ;;
++    * )
++      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
++  esac
++done
++echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
++$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X$ac_file : 'X\(//\)[^/]' \| \
++	 X$ac_file : 'X\(//\)$' \| \
++	 X$ac_file : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X$ac_file |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`/stamp-h$_am_stamp_count
++done
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++#
++# CONFIG_COMMANDS section.
++#
++for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
++  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
++  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
++  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
++$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$ac_dest" : 'X\(//\)[^/]' \| \
++	 X"$ac_dest" : 'X\(//\)$' \| \
++	 X"$ac_dest" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$ac_dest" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++  { if $as_mkdir_p; then
++    mkdir -p "$ac_dir"
++  else
++    as_dir="$ac_dir"
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++  ac_builddir=.
++
++if test "$ac_dir" != .; then
++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  # A "../" for each directory in $ac_dir_suffix.
++  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
++else
++  ac_dir_suffix= ac_top_builddir=
++fi
++
++case $srcdir in
++  .)  # No --srcdir option.  We are building in place.
++    ac_srcdir=.
++    if test -z "$ac_top_builddir"; then
++       ac_top_srcdir=.
++    else
++       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
++    fi ;;
++  [\\/]* | ?:[\\/]* )  # Absolute path.
++    ac_srcdir=$srcdir$ac_dir_suffix;
++    ac_top_srcdir=$srcdir ;;
++  *) # Relative path.
++    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
++    ac_top_srcdir=$ac_top_builddir$srcdir ;;
++esac
++
++# Do not use `cd foo && pwd` to compute absolute paths, because
++# the directories may not exist.
++case `pwd` in
++.) ac_abs_builddir="$ac_dir";;
++*)
++  case "$ac_dir" in
++  .) ac_abs_builddir=`pwd`;;
++  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
++  *) ac_abs_builddir=`pwd`/"$ac_dir";;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_builddir=${ac_top_builddir}.;;
++*)
++  case ${ac_top_builddir}. in
++  .) ac_abs_top_builddir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
++  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_srcdir=$ac_srcdir;;
++*)
++  case $ac_srcdir in
++  .) ac_abs_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
++  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_srcdir=$ac_top_srcdir;;
++*)
++  case $ac_top_srcdir in
++  .) ac_abs_top_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
++  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
++  esac;;
++esac
++
++
++  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
++echo "$as_me: executing $ac_dest commands" >&6;}
++  case $ac_dest in
++    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; 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.
++  # So let's grep whole file.
++  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
++    dirpart=`(dirname "$mf") 2>/dev/null ||
++$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$mf" : 'X\(//\)[^/]' \| \
++	 X"$mf" : 'X\(//\)$' \| \
++	 X"$mf" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$mf" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; 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"`
++  # When using ansi2knr, U may be empty or an underscore; expand it
++  U=`sed -n 's/^U = //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' -e 's/\$U/'"$U"'/g'`; do
++    # Make sure the directory exists.
++    test -f "$dirpart/$file" && continue
++    fdir=`(dirname "$file") 2>/dev/null ||
++$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$file" : 'X\(//\)[^/]' \| \
++	 X"$file" : 'X\(//\)$' \| \
++	 X"$file" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$file" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    { if $as_mkdir_p; then
++    mkdir -p $dirpart/$fdir
++  else
++    as_dir=$dirpart/$fdir
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
++echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++    # echo "creating $dirpart/$file"
++    echo '# dummy' > "$dirpart/$file"
++  done
++done
++ ;;
++  esac
++done
++_ACEOF
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++{ (exit 0); exit 0; }
++_ACEOF
++chmod +x $CONFIG_STATUS
++ac_clean_files=$ac_clean_files_save
++
++
++# configure is writing to config.log, and then calls config.status.
++# config.status does its own redirection, appending to config.log.
++# Unfortunately, on DOS this fails, as config.log is still kept open
++# by configure, so config.status won't be able to write to it; its
++# output is simply discarded.  So we exec the FD to /dev/null,
++# effectively closing config.log, so it can be properly (re)opened and
++# appended to by config.status.  When coming back to configure, we
++# need to make the FD available again.
++if test "$no_create" != yes; then
++  ac_cs_success=:
++  ac_config_status_args=
++  test "$silent" = yes &&
++    ac_config_status_args="$ac_config_status_args --quiet"
++  exec 5>/dev/null
++  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
++  exec 5>>config.log
++  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
++  # would make configure fail if this is the last instruction.
++  $ac_cs_success || { (exit 1); exit 1; }
++fi
++
++if test -z "$LIBWV2_LIBS"; then
++  echo ""
++  echo "You're missing libwv2 0.1.9 or newer. KWord's MS Word filter will not be"
++  echo "compiled. You can download wv2 using anonymous CVS from the Sourceforge"
++  echo "repository (http://sourceforge.net/cvs/?group_id=10501) or get a"
++  echo "tarball at http://sourceforge.net/projects/wvware/"
++#  echo "The MS Word filter won't be compiled due to experimental changes."
++  echo ""
++  all_tests=bad
++fi
++if test -z "$LIBWPD_LIBS"; then
++  echo ""
++  echo "You're missing libwpd 0.8 or newer. KWord's WordPerfect import filter will "
++  echo "not be compiled. You can download libwpd from http://libwpd.sf.net or "
++  echo "install it from appropriate binary package."
++  echo ""
++  all_tests=bad
++fi
++if test -z "$LIBXML_LIBS"; then
++  echo ""
++  echo "You're missing libxml2 (at least version 2.4.8)."
++  echo "The XSLT filters will not be compiled."
++  echo "Please download libxml2 from http://xmlsoft.org ."
++  echo ""
++  all_tests=bad
++fi
++
++if test -z "$LIBXSLT_LIBS"; then
++  echo ""
++  echo "You're missing libxslt (at least version 1.0.7)."
++  echo "The XSLT filters will not be compiled."
++# TODO: URL is not exacly right anymore
++  echo "Please download libxml2 from http://xmlsoft.org ."
++  echo ""
++  all_tests=bad
++fi
++
++if test -z "$LIBART_LIBS"; then
++  echo ""
++  echo "You're missing libart 2.3.8. karbon will not be compiled."
++  echo "You can download libart from"
++  echo "http://svg.kde.org/download.html"
++  echo ""
++  all_tests=bad
++else
++  if test -z "$LIBFONTCONFIG_LIBS"; then
++    echo ""
++    echo "You're missing fontconfig 1.0.1 or newer. karbon will not have text support."
++    echo "You can download fontconfig from http://fontconfig.org/"
++    echo ""
++    all_tests=bad
++  fi
++
++  if test -z "$LIBFREETYPE_LIBS"; then
++    echo ""
++    echo "You're missing libfreetype 5.0 or newer. karbon will not have text support."
++    echo "You can download libfreetype from http://www.freetype.org/"
++    echo ""
++    all_tests=bad
++  fi
++fi
++if test -z "$PG_INCDIR" -o -z "$PG_LIBDIR" -o \
++        -z "$PQXX_INCDIR" -o -z "$PQXX_LIBDIR"; then
++
++  echo "----------------------------------------------------------------------"
++
++# LIBPQ messages
++  if test -z "$PG_INCDIR"; then
++    echo "  + The PostgreSQL C-API (libpq) headers were not found."
++  fi
++
++  if test -z "$PG_LIBDIR"; then
++    echo "  + The PostgreSQL C-API (libpq) libraries were not found."
++  fi
++
++  if test -z "$PG_INCDIR" -a -z "$PG_LIBDIR" ; then
++      pglib_parts_missing="HEADER or the libpq LIBRARY"
++  elif test -z "$PG_INCDIR" ; then
++      pglib_parts_missing="HEADER"
++  elif test -z "$PG_LIBDIR" ; then
++      pglib_parts_missing="LIBRARY"
++  fi
++
++  if test -z "$PG_INCDIR" -o -z "$PG_LIBDIR" ; then
++    cat <<EOS
++    Could not find the libpq $pglib_parts_missing files.
++    These are required by the libpqxx C++ library, which is used by
++    Kexi's PostgreSQL drivers.
++
++    The PostgreSQL C-API usually ship with PostgreSQL, but if you've
++    installed from a distros package then these files may be part of
++    a package called postgresql-devel or libpq-devel"
++
++EOS
++  fi
++
++# LIBPQXX messages
++  if test -z "$PQXX_INCDIR"; then
++    echo "  + The PostgreSQL C++ API (libpqxx) headers were not found."
++  fi
++
++  if test -z "$PQXX_LIBDIR"; then
++    echo "  + The PostgreSQL C++ API (libpqxx) shared libraries were not found."
++  fi
++
++  if test -z "$PQXX_INCDIR" -a -z "$PQXX_LIBDIR" ; then
++      pqxx_parts_missing="HEADER or the libpqxx LIBRARY"
++  elif test -z "$PQXX_INCDIR" ; then
++      pqxx_parts_missing="HEADER"
++  elif test -z "$PQXX_LIBDIR" ; then
++      pqxx_parts_missing="LIBRARY"
++  fi
++
++  if test -z "$PQXX_INCDIR" -o -z "$PQXX_LIBDIR" ; then
++  cat <<EOS
++    Could not find the libpqxx $pqxx_parts_missing files.
++    These are required by Kexi's PostgreSQL drivers.
++
++    Note: Kexi requires the SHARED libpqxx.so library files.
++          If you build pqxx library on your own, don't forget to use the
++          --enable-shared option when you run libpqxx's configure script.
++          This is necessary to compile the SHARED .so library, and
++          not the STATIC libpqxx.a.
++
++    The PostgreSQL C++ API can be downloaded from pqxx.tk or
++    http://gborg.postgresql.org/project/libpqxx/projdisplay.php
++    Grab the latest version (>=2)
++
++EOS
++  fi
++
++# SUMMARY messages
++  cat <<EOS
++  These warnings are not critical, but without installing the files
++  listed above Kexi will be compiled without PostgreSQL support.
++
++  If you want PostgreSQL support in Kexi, you need to install the files
++  listed above, then run this configure script again, and finally run
++  make; make install.  If you don't, simply run make; make install now.
++EOS
++
++  all_tests=bad
++  echo "----------------------------------------------------------------------"
++fi
++if test -z "$LCMS_LIBS"; then
++  echo ""
++  echo "LittleCMS is missing, Krita will not be built."
++  echo ""
++  echo "If you want to compile Krita you should install:"
++    echo "  * lcms 1.12 or newer (http://www.littlecms.com/)"
++  echo ""
++  all_tests=bad
++fi
++if test -z "$LIBKSPELL2"; then
++   echo ""
++   echo "You don't use kdelibs CVS (kspell2 not found). Spell-checking disabled."
++   echo ""
++   all_tests=bad
++fi
++if test -z "$LIBMAGICK_LIBS"; then
++  echo ""
++  echo "You're missing ImageMagick (>=5.5.2). krita will not be compiled."
++  echo "You can download ImageMagick from http://www.imagemagick.org/"
++  echo ""
++  echo "If you have problems compiling ImageMagick, please try configuring it using"
++  echo "the --without-magick-plus-plus flag, the C++ API isn't needed for krita."
++  echo ""
++  all_tests=bad
++fi
++
++# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
++if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
++  # And if so, warn when they don't match
++  if test "$kde_libs_prefix" != "$given_prefix"; then
++    # And if kde doesn't know about the prefix yet
++    echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
++    if test $? -ne 0; then
++      echo ""
++      echo "Warning: you chose to install this package in $given_prefix,"
++      echo "but KDE was found in $kde_libs_prefix."
++      echo "For this to work, you will need to tell KDE about the new prefix, by ensuring"
++      echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix"
++      echo "Then restart KDE."
++      echo ""
++    fi
++  fi
++fi
++
++if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_gcc_visibility_patched = "xno"; then
++  echo ""
++  echo "Your GCC supports symbol visibility, but the patch for Qt supporting visibility"
++  echo "was not included. Therefore, GCC symbol visibility support remains disabled."
++  echo ""
++  echo "For better performance, consider including the Qt visibility supporting patch"
++  echo "located at:"
++  echo ""
++  echo "http://bugs.kde.org/show_bug.cgi?id=109386"
++  echo ""
++  echo "and recompile all of Qt and KDE. Note, this is entirely optional and"
++  echo "everything will continue to work just fine without it."
++  echo ""
++fi
++
++if test "$all_tests" = "bad"; then
++  if test ! "$cache_file" = "/dev/null"; then
++    echo ""
++    echo "Please remove the file $cache_file after changing your setup"
++    echo "so that configure will find the changes next time."
++    echo ""
++  fi
++else
++  echo ""
++  echo "Good - your configure finished. Start make now"
++  echo ""
++fi
+diff -Nrua koffice-1.4.2.orig/autom4te.cache/output.1 koffice-1.4.2/autom4te.cache/output.1
+--- koffice-1.4.2.orig/autom4te.cache/output.1	1970-01-01 01:00:00.000000000 +0100
++++ koffice-1.4.2/autom4te.cache/output.1	2005-11-11 17:29:25.000000000 +0100
+@@ -0,0 +1,51318 @@
++@%:@! /bin/sh
++@%:@ Guess values for system-dependent variables and create Makefiles.
++@%:@ Generated by GNU Autoconf 2.59.
++@%:@ 
++@%:@ Copyright (C) 2003 Free Software Foundation, Inc.
++@%:@ This configure script is free software; the Free Software Foundation
++@%:@ gives unlimited permission to copy, distribute and modify it.
++## --------------------- ##
++## M4sh Initialization.  ##
++## --------------------- ##
++
++# Be Bourne compatible
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++  emulate sh
++  NULLCMD=:
++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++  # is contrary to our usage.  Disable this feature.
++  alias -g '${1+"$@"}'='"$@"'
++elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
++  set -o posix
++fi
++DUALCASE=1; export DUALCASE # for MKS sh
++
++# Support unset when possible.
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++  as_unset=unset
++else
++  as_unset=false
++fi
++
++
++# Work around bugs in pre-3.0 UWIN ksh.
++$as_unset ENV MAIL MAILPATH
++PS1='$ '
++PS2='> '
++PS4='+ '
++
++# NLS nuisances.
++for as_var in \
++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
++  LC_TELEPHONE LC_TIME
++do
++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
++    eval $as_var=C; export $as_var
++  else
++    $as_unset $as_var
++  fi
++done
++
++# Required to use basename.
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
++  as_basename=basename
++else
++  as_basename=false
++fi
++
++
++# Name of the executable.
++as_me=`$as_basename "$0" ||
++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
++	 X"$0" : 'X\(//\)$' \| \
++	 X"$0" : 'X\(/\)$' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X/"$0" |
++    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
++  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\/\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++
++
++# PATH needs CR, and LINENO needs CR and PATH.
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
++
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++  echo "#! /bin/sh" >conf$$.sh
++  echo  "exit 0"   >>conf$$.sh
++  chmod +x conf$$.sh
++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
++    PATH_SEPARATOR=';'
++  else
++    PATH_SEPARATOR=:
++  fi
++  rm -f conf$$.sh
++fi
++
++
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
++  # Find who we are.  Look in the path if we contain no path at all
++  # relative or not.
++  case $0 in
++    *[\\/]* ) as_myself=$0 ;;
++    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++done
++
++       ;;
++  esac
++  # We did not find ourselves, most probably we were run as `sh COMMAND'
++  # in which case we are not to be found in the path.
++  if test "x$as_myself" = x; then
++    as_myself=$0
++  fi
++  if test ! -f "$as_myself"; then
++    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
++   { (exit 1); exit 1; }; }
++  fi
++  case $CONFIG_SHELL in
++  '')
++    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for as_base in sh bash ksh sh5; do
++	 case $as_dir in
++	 /*)
++	   if ("$as_dir/$as_base" -c '
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
++	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
++	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
++	     CONFIG_SHELL=$as_dir/$as_base
++	     export CONFIG_SHELL
++	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
++	   fi;;
++	 esac
++       done
++done
++;;
++  esac
++
++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
++  # uniformly replaced by the line number.  The first 'sed' inserts a
++  # line-number line before each line; the second 'sed' does the real
++  # work.  The second script uses 'N' to pair each line-number line
++  # with the numbered line, and appends trailing '-' during
++  # substitution so that $LINENO is not a special case at line end.
++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
++  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
++  sed '=' <$as_myself |
++    sed '
++      N
++      s,$,-,
++      : loop
++      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
++      t loop
++      s,-$,,
++      s,^['$as_cr_digits']*\n,,
++    ' >$as_me.lineno &&
++  chmod +x $as_me.lineno ||
++    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
++   { (exit 1); exit 1; }; }
++
++  # Don't try to exec as it changes $[0], causing all sort of problems
++  # (the dirname of $[0] is not the place where we might find the
++  # original and so on.  Autoconf is especially sensible to this).
++  . ./$as_me.lineno
++  # Exit status is that of the last command.
++  exit
++}
++
++
++case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
++  *c*,-n*) ECHO_N= ECHO_C='
++' ECHO_T='	' ;;
++  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
++  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
++esac
++
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++rm -f conf$$ conf$$.exe conf$$.file
++echo >conf$$.file
++if ln -s conf$$.file conf$$ 2>/dev/null; then
++  # We could just check for DJGPP; but this test a) works b) is more generic
++  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
++  if test -f conf$$.exe; then
++    # Don't use ln at all; we don't have any links
++    as_ln_s='cp -p'
++  else
++    as_ln_s='ln -s'
++  fi
++elif ln conf$$.file conf$$ 2>/dev/null; then
++  as_ln_s=ln
++else
++  as_ln_s='cp -p'
++fi
++rm -f conf$$ conf$$.exe conf$$.file
++
++if mkdir -p . 2>/dev/null; then
++  as_mkdir_p=:
++else
++  test -d ./-p && rmdir ./-p
++  as_mkdir_p=false
++fi
++
++as_executable_p="test -f"
++
++# Sed expression to map a string onto a valid CPP name.
++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
++
++# Sed expression to map a string onto a valid variable name.
++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
++
++
++# IFS
++# We need space, tab and new line, in precisely that order.
++as_nl='
++'
++IFS=" 	$as_nl"
++
++# CDPATH.
++$as_unset CDPATH
++
++
++
++# Check that we are running under the correct shell.
++SHELL=${CONFIG_SHELL-/bin/sh}
++
++case X$ECHO in
++X*--fallback-echo)
++  # Remove one level of quotation (which was required for Make).
++  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
++  ;;
++esac
++
++echo=${ECHO-echo}
++if test "X$1" = X--no-reexec; then
++  # Discard the --no-reexec flag, and continue.
++  shift
++elif test "X$1" = X--fallback-echo; then
++  # Avoid inline document here, it may be left over
++  :
++elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
++  # Yippee, $echo works!
++  :
++else
++  # Restart under the correct shell.
++  exec $SHELL "$0" --no-reexec ${1+"$@"}
++fi
++
++if test "X$1" = X--fallback-echo; then
++  # used as fallback echo
++  shift
++  cat <<EOF
++$*
++EOF
++  exit 0
++fi
++
++# The HP-UX ksh and POSIX shell print the target directory to stdout
++# if CDPATH is set.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++if test -z "$ECHO"; then
++if test "X${echo_test_string+set}" != Xset; then
++# find a string as large as possible, as long as the shell can cope with it
++  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
++    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
++    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++       echo_test_string=`eval $cmd` &&
++       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
++    then
++      break
++    fi
++  done
++fi
++
++if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++   test "X$echo_testing_string" = "X$echo_test_string"; then
++  :
++else
++  # The Solaris, AIX, and Digital Unix default echo programs unquote
++  # backslashes.  This makes it impossible to quote backslashes using
++  #   echo "$something" | sed 's/\\/\\\\/g'
++  #
++  # So, first we look for a working echo in the user's PATH.
++
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for dir in $PATH /usr/ucb; do
++    IFS="$lt_save_ifs"
++    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
++       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      echo="$dir/echo"
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++
++  if test "X$echo" = Xecho; then
++    # We didn't find a better echo, so look for alternatives.
++    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      # This shell has a builtin print -r that does the trick.
++      echo='print -r'
++    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
++	 test "X$CONFIG_SHELL" != X/bin/ksh; then
++      # If we have ksh, try running configure again with it.
++      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
++      export ORIGINAL_CONFIG_SHELL
++      CONFIG_SHELL=/bin/ksh
++      export CONFIG_SHELL
++      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
++    else
++      # Try using printf.
++      echo='printf %s\n'
++      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++	 test "X$echo_testing_string" = "X$echo_test_string"; then
++	# Cool, printf works
++	:
++      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
++	export CONFIG_SHELL
++	SHELL="$CONFIG_SHELL"
++	export SHELL
++	echo="$CONFIG_SHELL $0 --fallback-echo"
++      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	echo="$CONFIG_SHELL $0 --fallback-echo"
++      else
++	# maybe with a smaller string...
++	prev=:
++
++	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
++	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
++	  then
++	    break
++	  fi
++	  prev="$cmd"
++	done
++
++	if test "$prev" != 'sed 50q "$0"'; then
++	  echo_test_string=`eval $prev`
++	  export echo_test_string
++	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
++	else
++	  # Oops.  We lost completely, so just stick with echo.
++	  echo=echo
++	fi
++      fi
++    fi
++  fi
++fi
++fi
++
++# Copy echo and quote the copy suitably for passing to libtool from
++# the Makefile, instead of quoting the original, which is used later.
++ECHO=$echo
++if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
++   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
++fi
++
++
++
++
++tagnames=${tagnames+${tagnames},}CXX
++
++tagnames=${tagnames+${tagnames},}F77
++
++# Name of the host.
++# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
++# so uname gets run too.
++ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
++
++exec 6>&1
++
++#
++# Initializations.
++#
++ac_default_prefix=/usr/local
++ac_config_libobj_dir=.
++cross_compiling=no
++subdirs=
++MFLAGS=
++MAKEFLAGS=
++SHELL=${CONFIG_SHELL-/bin/sh}
++
++# Maximum number of lines to put in a shell here document.
++# This variable seems obsolete.  It should probably be removed, and
++# only ac_max_sed_lines should be used.
++: ${ac_max_here_lines=38}
++
++# Identity of this package.
++PACKAGE_NAME=
++PACKAGE_TARNAME=
++PACKAGE_VERSION=
++PACKAGE_STRING=
++PACKAGE_BUGREPORT=
++
++ac_unique_file="acinclude.m4"
++ac_default_prefix=${KDEDIR:-the kde prefix}
++# Factoring default headers for most tests.
++ac_includes_default="\
++#include <stdio.h>
++#if HAVE_SYS_TYPES_H
++# include <sys/types.h>
++#endif
++#if HAVE_SYS_STAT_H
++# include <sys/stat.h>
++#endif
++#if STDC_HEADERS
++# include <stdlib.h>
++# include <stddef.h>
++#else
++# if HAVE_STDLIB_H
++#  include <stdlib.h>
++# endif
++#endif
++#if HAVE_STRING_H
++# if !STDC_HEADERS && HAVE_MEMORY_H
++#  include <memory.h>
++# endif
++# include <string.h>
++#endif
++#if HAVE_STRINGS_H
++# include <strings.h>
++#endif
++#if HAVE_INTTYPES_H
++# include <inttypes.h>
++#else
++# if HAVE_STDINT_H
++#  include <stdint.h>
++# endif
++#endif
++#if HAVE_UNISTD_H
++# include <unistd.h>
++#endif"
++
++ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM QTDOCDIR KDE_HAVE_DOT DOXYGEN DOXYGEN_PROJECT_NAME DOXYGEN_PROJECT_NUMBER KDE_HAS_DOXYGEN LIBMAGICK_LIBS LIBMAGICK_LDFLAGS LIBMAGICK_CPPFLAGS LIBMAGICK_RPATH need_kde32_compatibility_TRUE need_kde32_compatibility_FALSE need_kde33_compatibility_TRUE need_kde33_compatibility_FALSE need_kde34_compatibility_TRUE need_kde34_compatibility_FALSE need_kde31_compatibility_TRUE need_kde31_compatibility_FALSE LIBWV2_LIBS LIBWV2_CFLAGS LIBWV2_RPATH include_wv2_msword_filter_TRUE include_wv2_msword_filter_FALSE LIBPAPER LIBWPD_LIBS LIBWPD_CFLAGS LIBWPD_RPATH include_wpd_filter_TRUE include_wpd_filter_FALSE LIBXSLT_LIBS LIBXSLT_CFLAGS LIBXSLT_RPATH LIBXML_LIBS LIBXML_CFLAGS LIBXML_RPATH include_XSLTFILTERS_TRUE include_XSLTFILTERS_FALSE LIBFREETYPE_LIBS LIBFREETYPE_CFLAGS LIBFREETYPE_RPATH LIBART_LIBS LIBART_CFLAGS LIBART_RPATH LIBFONTCONFIG_LIBS LIBFONTCONFIG_CFLAGS LIBFONTCONFIG_RPATH have_readline_TRUE have_readline_FALSE LIBREADLINE LIB_KEXI_KMDI LIB_KEXI_KMDI_INCLUDES use_kexi_compat_qextmdi_TRUE use_kexi_compat_qextmdi_FALSE MYSQL_INC MYSQL_LIBS compile_mysql_plugin_TRUE compile_mysql_plugin_FALSE PG_INCDIR PG_LIBDIR PQXX_INCDIR PQXX_LIBDIR compile_pgsql_plugin_TRUE compile_pgsql_plugin_FALSE PYTHON_INCLUDE PYTHON_LIB PYTHON_FLAGS compile_kross_plugin_TRUE compile_kross_plugin_FALSE PYTHONINC PYTHONLIB LIBPYTHON PYTHONMODDIR LIB_XINPUTEXT LCMS_LIBS use_kjsembed_TRUE use_kjsembed_FALSE SQLDIR include_sql_TRUE include_sql_FALSE KWMF_INCLUDES KSTORE_INCLUDES KOTEXT_INCLUDES KOPAINTER_INCLUDES KOFFICECORE_INCLUDES KOFFICEUI_INCLUDES KFORMULA_INCLUDES KOSCRIPT_INCLUDES LIB_KOFFICEUI LIB_KOFFICECORE LIB_KSTORE LIB_KOTEXT LIB_KOPAINTER LIB_KWMF LIB_KOWMF LIB_KFORMULA LIB_KOSCRIPT interfacedir KOFFICE_LIBS KOFFICE_INCLUDES LIBKSPELL2 TOPSUBDIRS lib_SUBDIR_included_TRUE lib_SUBDIR_included_FALSE interfaces_SUBDIR_included_TRUE interfaces_SUBDIR_included_FALSE autocorrect_SUBDIR_included_TRUE autocorrect_SUBDIR_included_FALSE doc_SUBDIR_included_TRUE doc_SUBDIR_included_FALSE example_SUBDIR_included_TRUE example_SUBDIR_included_FALSE karbon_SUBDIR_included_TRUE karbon_SUBDIR_included_FALSE kchart_SUBDIR_included_TRUE kchart_SUBDIR_included_FALSE kdgantt_SUBDIR_included_TRUE kdgantt_SUBDIR_included_FALSE kformula_SUBDIR_included_TRUE kformula_SUBDIR_included_FALSE kivio_SUBDIR_included_TRUE kivio_SUBDIR_included_FALSE koshell_SUBDIR_included_TRUE koshell_SUBDIR_included_FALSE kounavail_SUBDIR_included_TRUE kounavail_SUBDIR_included_FALSE kpresenter_SUBDIR_included_TRUE kpresenter_SUBDIR_included_FALSE krita_SUBDIR_included_TRUE krita_SUBDIR_included_FALSE kspread_SUBDIR_included_TRUE kspread_SUBDIR_included_FALSE kugar_SUBDIR_included_TRUE kugar_SUBDIR_included_FALSE mimetypes_SUBDIR_included_TRUE mimetypes_SUBDIR_included_FALSE pics_SUBDIR_included_TRUE pics_SUBDIR_included_FALSE plugins_SUBDIR_included_TRUE plugins_SUBDIR_included_FALSE servicetypes_SUBDIR_included_TRUE servicetypes_SUBDIR_included_FALSE templates_SUBDIR_included_TRUE templates_SUBDIR_included_FALSE tools_SUBDIR_included_TRUE tools_SUBDIR_included_FALSE kword_SUBDIR_included_TRUE kword_SUBDIR_included_FALSE kexi_SUBDIR_included_TRUE kexi_SUBDIR_included_FALSE filters_SUBDIR_included_TRUE filters_SUBDIR_included_FALSE compile_filter_KWORD_TRUE compile_filter_KWORD_FALSE compile_filter_KSPREAD_TRUE compile_filter_KSPREAD_FALSE compile_filter_KCHART_TRUE compile_filter_KCHART_FALSE compile_filter_KARBON_TRUE compile_filter_KARBON_FALSE compile_filter_KPRESENTER_TRUE compile_filter_KPRESENTER_FALSE compile_filter_KFORMULA_TRUE compile_filter_KFORMULA_FALSE compile_filter_KUGAR_TRUE compile_filter_KUGAR_FALSE compile_filter_KRITA_TRUE compile_filter_KRITA_FALSE compile_mailmerge_KWORD_TRUE compile_mailmerge_KWORD_FALSE compile_plugin_KUGAR_TRUE compile_plugin_KUGAR_FALSE compile_lib_KOPAINTER_TRUE compile_lib_KOPAINTER_FALSE LIB@&t at OBJS LTLIBOBJS'
++ac_subst_files=''
++
++# Initialize some variables set by options.
++ac_init_help=
++ac_init_version=false
++# The variables have the same names as the options, with
++# dashes changed to underlines.
++cache_file=/dev/null
++exec_prefix=NONE
++no_create=
++no_recursion=
++prefix=NONE
++program_prefix=NONE
++program_suffix=NONE
++program_transform_name=s,x,x,
++silent=
++site=
++srcdir=
++verbose=
++x_includes=NONE
++x_libraries=NONE
++
++# Installation directory options.
++# These are left unexpanded so users can "make install exec_prefix=/foo"
++# and all the variables that are supposed to be based on exec_prefix
++# by default will actually change.
++# Use braces instead of parens because sh, perl, etc. also accept them.
++bindir='${exec_prefix}/bin'
++sbindir='${exec_prefix}/sbin'
++libexecdir='${exec_prefix}/libexec'
++datadir='${prefix}/share'
++sysconfdir='${prefix}/etc'
++sharedstatedir='${prefix}/com'
++localstatedir='${prefix}/var'
++libdir='${exec_prefix}/lib'
++includedir='${prefix}/include'
++oldincludedir='/usr/include'
++infodir='${prefix}/info'
++mandir='${prefix}/man'
++
++ac_prev=
++for ac_option
++do
++  # If the previous option needs an argument, assign it.
++  if test -n "$ac_prev"; then
++    eval "$ac_prev=\$ac_option"
++    ac_prev=
++    continue
++  fi
++
++  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
++
++  # Accept the important Cygnus configure options, so we can diagnose typos.
++
++  case $ac_option in
++
++  -bindir | --bindir | --bindi | --bind | --bin | --bi)
++    ac_prev=bindir ;;
++  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
++    bindir=$ac_optarg ;;
++
++  -build | --build | --buil | --bui | --bu)
++    ac_prev=build_alias ;;
++  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
++    build_alias=$ac_optarg ;;
++
++  -cache-file | --cache-file | --cache-fil | --cache-fi \
++  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
++    ac_prev=cache_file ;;
++  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
++  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
++    cache_file=$ac_optarg ;;
++
++  --config-cache | -C)
++    cache_file=config.cache ;;
++
++  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
++    ac_prev=datadir ;;
++  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
++  | --da=*)
++    datadir=$ac_optarg ;;
++
++  -disable-* | --disable-*)
++    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
++   { (exit 1); exit 1; }; }
++    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
++    eval "enable_$ac_feature=no" ;;
++
++  -enable-* | --enable-*)
++    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
++   { (exit 1); exit 1; }; }
++    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
++    case $ac_option in
++      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
++      *) ac_optarg=yes ;;
++    esac
++    eval "enable_$ac_feature='$ac_optarg'" ;;
++
++  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
++  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
++  | --exec | --exe | --ex)
++    ac_prev=exec_prefix ;;
++  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
++  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
++  | --exec=* | --exe=* | --ex=*)
++    exec_prefix=$ac_optarg ;;
++
++  -gas | --gas | --ga | --g)
++    # Obsolete; use --with-gas.
++    with_gas=yes ;;
++
++  -help | --help | --hel | --he | -h)
++    ac_init_help=long ;;
++  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
++    ac_init_help=recursive ;;
++  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
++    ac_init_help=short ;;
++
++  -host | --host | --hos | --ho)
++    ac_prev=host_alias ;;
++  -host=* | --host=* | --hos=* | --ho=*)
++    host_alias=$ac_optarg ;;
++
++  -includedir | --includedir | --includedi | --included | --include \
++  | --includ | --inclu | --incl | --inc)
++    ac_prev=includedir ;;
++  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
++  | --includ=* | --inclu=* | --incl=* | --inc=*)
++    includedir=$ac_optarg ;;
++
++  -infodir | --infodir | --infodi | --infod | --info | --inf)
++    ac_prev=infodir ;;
++  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
++    infodir=$ac_optarg ;;
++
++  -libdir | --libdir | --libdi | --libd)
++    ac_prev=libdir ;;
++  -libdir=* | --libdir=* | --libdi=* | --libd=*)
++    libdir=$ac_optarg ;;
++
++  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
++  | --libexe | --libex | --libe)
++    ac_prev=libexecdir ;;
++  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
++  | --libexe=* | --libex=* | --libe=*)
++    libexecdir=$ac_optarg ;;
++
++  -localstatedir | --localstatedir | --localstatedi | --localstated \
++  | --localstate | --localstat | --localsta | --localst \
++  | --locals | --local | --loca | --loc | --lo)
++    ac_prev=localstatedir ;;
++  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
++  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
++  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
++    localstatedir=$ac_optarg ;;
++
++  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
++    ac_prev=mandir ;;
++  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
++    mandir=$ac_optarg ;;
++
++  -nfp | --nfp | --nf)
++    # Obsolete; use --without-fp.
++    with_fp=no ;;
++
++  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
++  | --no-cr | --no-c | -n)
++    no_create=yes ;;
++
++  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
++  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
++    no_recursion=yes ;;
++
++  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
++  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
++  | --oldin | --oldi | --old | --ol | --o)
++    ac_prev=oldincludedir ;;
++  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
++  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
++  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
++    oldincludedir=$ac_optarg ;;
++
++  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
++    ac_prev=prefix ;;
++  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
++    prefix=$ac_optarg ;;
++
++  -program-prefix | --program-prefix | --program-prefi | --program-pref \
++  | --program-pre | --program-pr | --program-p)
++    ac_prev=program_prefix ;;
++  -program-prefix=* | --program-prefix=* | --program-prefi=* \
++  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
++    program_prefix=$ac_optarg ;;
++
++  -program-suffix | --program-suffix | --program-suffi | --program-suff \
++  | --program-suf | --program-su | --program-s)
++    ac_prev=program_suffix ;;
++  -program-suffix=* | --program-suffix=* | --program-suffi=* \
++  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
++    program_suffix=$ac_optarg ;;
++
++  -program-transform-name | --program-transform-name \
++  | --program-transform-nam | --program-transform-na \
++  | --program-transform-n | --program-transform- \
++  | --program-transform | --program-transfor \
++  | --program-transfo | --program-transf \
++  | --program-trans | --program-tran \
++  | --progr-tra | --program-tr | --program-t)
++    ac_prev=program_transform_name ;;
++  -program-transform-name=* | --program-transform-name=* \
++  | --program-transform-nam=* | --program-transform-na=* \
++  | --program-transform-n=* | --program-transform-=* \
++  | --program-transform=* | --program-transfor=* \
++  | --program-transfo=* | --program-transf=* \
++  | --program-trans=* | --program-tran=* \
++  | --progr-tra=* | --program-tr=* | --program-t=*)
++    program_transform_name=$ac_optarg ;;
++
++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
++  | -silent | --silent | --silen | --sile | --sil)
++    silent=yes ;;
++
++  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
++    ac_prev=sbindir ;;
++  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
++  | --sbi=* | --sb=*)
++    sbindir=$ac_optarg ;;
++
++  -sharedstatedir | --sharedstatedir | --sharedstatedi \
++  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
++  | --sharedst | --shareds | --shared | --share | --shar \
++  | --sha | --sh)
++    ac_prev=sharedstatedir ;;
++  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
++  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
++  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
++  | --sha=* | --sh=*)
++    sharedstatedir=$ac_optarg ;;
++
++  -site | --site | --sit)
++    ac_prev=site ;;
++  -site=* | --site=* | --sit=*)
++    site=$ac_optarg ;;
++
++  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
++    ac_prev=srcdir ;;
++  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
++    srcdir=$ac_optarg ;;
++
++  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
++  | --syscon | --sysco | --sysc | --sys | --sy)
++    ac_prev=sysconfdir ;;
++  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
++  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
++    sysconfdir=$ac_optarg ;;
++
++  -target | --target | --targe | --targ | --tar | --ta | --t)
++    ac_prev=target_alias ;;
++  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
++    target_alias=$ac_optarg ;;
++
++  -v | -verbose | --verbose | --verbos | --verbo | --verb)
++    verbose=yes ;;
++
++  -version | --version | --versio | --versi | --vers | -V)
++    ac_init_version=: ;;
++
++  -with-* | --with-*)
++    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid package name: $ac_package" >&2
++   { (exit 1); exit 1; }; }
++    ac_package=`echo $ac_package| sed 's/-/_/g'`
++    case $ac_option in
++      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
++      *) ac_optarg=yes ;;
++    esac
++    eval "with_$ac_package='$ac_optarg'" ;;
++
++  -without-* | --without-*)
++    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid package name: $ac_package" >&2
++   { (exit 1); exit 1; }; }
++    ac_package=`echo $ac_package | sed 's/-/_/g'`
++    eval "with_$ac_package=no" ;;
++
++  --x)
++    # Obsolete; use --with-x.
++    with_x=yes ;;
++
++  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
++  | --x-incl | --x-inc | --x-in | --x-i)
++    ac_prev=x_includes ;;
++  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
++  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
++    x_includes=$ac_optarg ;;
++
++  -x-libraries | --x-libraries | --x-librarie | --x-librari \
++  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
++    ac_prev=x_libraries ;;
++  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
++  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
++    x_libraries=$ac_optarg ;;
++
++  -*) { echo "$as_me: error: unrecognized option: $ac_option
++Try \`$0 --help' for more information." >&2
++   { (exit 1); exit 1; }; }
++    ;;
++
++  *=*)
++    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
++    # Reject names that are not valid shell variable names.
++    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
++      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
++   { (exit 1); exit 1; }; }
++    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
++    eval "$ac_envvar='$ac_optarg'"
++    export $ac_envvar ;;
++
++  *)
++    # FIXME: should be removed in autoconf 3.0.
++    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
++    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
++      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
++    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
++    ;;
++
++  esac
++done
++
++if test -n "$ac_prev"; then
++  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
++  { echo "$as_me: error: missing argument to $ac_option" >&2
++   { (exit 1); exit 1; }; }
++fi
++
++# Be sure to have absolute paths.
++for ac_var in exec_prefix prefix
++do
++  eval ac_val=$`echo $ac_var`
++  case $ac_val in
++    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
++    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
++   { (exit 1); exit 1; }; };;
++  esac
++done
++
++# Be sure to have absolute paths.
++for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
++	      localstatedir libdir includedir oldincludedir infodir mandir
++do
++  eval ac_val=$`echo $ac_var`
++  case $ac_val in
++    [\\/$]* | ?:[\\/]* ) ;;
++    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
++   { (exit 1); exit 1; }; };;
++  esac
++done
++
++# There might be people who depend on the old broken behavior: `$host'
++# used to hold the argument of --host etc.
++# FIXME: To remove some day.
++build=$build_alias
++host=$host_alias
++target=$target_alias
++
++# FIXME: To remove some day.
++if test "x$host_alias" != x; then
++  if test "x$build_alias" = x; then
++    cross_compiling=maybe
++    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
++    If a cross compiler is detected then cross compile mode will be used." >&2
++  elif test "x$build_alias" != "x$host_alias"; then
++    cross_compiling=yes
++  fi
++fi
++
++ac_tool_prefix=
++test -n "$host_alias" && ac_tool_prefix=$host_alias-
++
++test "$silent" = yes && exec 6>/dev/null
++
++
++# Find the source files, if location was not specified.
++if test -z "$srcdir"; then
++  ac_srcdir_defaulted=yes
++  # Try the directory containing this script, then its parent.
++  ac_confdir=`(dirname "$0") 2>/dev/null ||
++$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$0" : 'X\(//\)[^/]' \| \
++	 X"$0" : 'X\(//\)$' \| \
++	 X"$0" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$0" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++  srcdir=$ac_confdir
++  if test ! -r $srcdir/$ac_unique_file; then
++    srcdir=..
++  fi
++else
++  ac_srcdir_defaulted=no
++fi
++if test ! -r $srcdir/$ac_unique_file; then
++  if test "$ac_srcdir_defaulted" = yes; then
++    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
++   { (exit 1); exit 1; }; }
++  else
++    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
++   { (exit 1); exit 1; }; }
++  fi
++fi
++(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
++  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
++   { (exit 1); exit 1; }; }
++srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
++ac_env_build_alias_set=${build_alias+set}
++ac_env_build_alias_value=$build_alias
++ac_cv_env_build_alias_set=${build_alias+set}
++ac_cv_env_build_alias_value=$build_alias
++ac_env_host_alias_set=${host_alias+set}
++ac_env_host_alias_value=$host_alias
++ac_cv_env_host_alias_set=${host_alias+set}
++ac_cv_env_host_alias_value=$host_alias
++ac_env_target_alias_set=${target_alias+set}
++ac_env_target_alias_value=$target_alias
++ac_cv_env_target_alias_set=${target_alias+set}
++ac_cv_env_target_alias_value=$target_alias
++ac_env_CC_set=${CC+set}
++ac_env_CC_value=$CC
++ac_cv_env_CC_set=${CC+set}
++ac_cv_env_CC_value=$CC
++ac_env_CFLAGS_set=${CFLAGS+set}
++ac_env_CFLAGS_value=$CFLAGS
++ac_cv_env_CFLAGS_set=${CFLAGS+set}
++ac_cv_env_CFLAGS_value=$CFLAGS
++ac_env_LDFLAGS_set=${LDFLAGS+set}
++ac_env_LDFLAGS_value=$LDFLAGS
++ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
++ac_cv_env_LDFLAGS_value=$LDFLAGS
++ac_env_CPPFLAGS_set=${CPPFLAGS+set}
++ac_env_CPPFLAGS_value=$CPPFLAGS
++ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
++ac_cv_env_CPPFLAGS_value=$CPPFLAGS
++ac_env_CPP_set=${CPP+set}
++ac_env_CPP_value=$CPP
++ac_cv_env_CPP_set=${CPP+set}
++ac_cv_env_CPP_value=$CPP
++ac_env_CXX_set=${CXX+set}
++ac_env_CXX_value=$CXX
++ac_cv_env_CXX_set=${CXX+set}
++ac_cv_env_CXX_value=$CXX
++ac_env_CXXFLAGS_set=${CXXFLAGS+set}
++ac_env_CXXFLAGS_value=$CXXFLAGS
++ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
++ac_cv_env_CXXFLAGS_value=$CXXFLAGS
++ac_env_CXXCPP_set=${CXXCPP+set}
++ac_env_CXXCPP_value=$CXXCPP
++ac_cv_env_CXXCPP_set=${CXXCPP+set}
++ac_cv_env_CXXCPP_value=$CXXCPP
++ac_env_F77_set=${F77+set}
++ac_env_F77_value=$F77
++ac_cv_env_F77_set=${F77+set}
++ac_cv_env_F77_value=$F77
++ac_env_FFLAGS_set=${FFLAGS+set}
++ac_env_FFLAGS_value=$FFLAGS
++ac_cv_env_FFLAGS_set=${FFLAGS+set}
++ac_cv_env_FFLAGS_value=$FFLAGS
++
++#
++# Report the --help message.
++#
++if test "$ac_init_help" = "long"; then
++  # Omit some internal or obsolete options to make the list less imposing.
++  # This message is too long to be a string in the A/UX 3.1 sh.
++  cat <<_ACEOF
++\`configure' configures this package to adapt to many kinds of systems.
++
++Usage: $0 [OPTION]... [VAR=VALUE]...
++
++To assign environment variables (e.g., CC, CFLAGS...), specify them as
++VAR=VALUE.  See below for descriptions of some of the useful variables.
++
++Defaults for the options are specified in brackets.
++
++Configuration:
++  -h, --help              display this help and exit
++      --help=short        display options specific to this package
++      --help=recursive    display the short help of all the included packages
++  -V, --version           display version information and exit
++  -q, --quiet, --silent   do not print \`checking...' messages
++      --cache-file=FILE   cache test results in FILE [disabled]
++  -C, --config-cache      alias for \`--cache-file=config.cache'
++  -n, --no-create         do not create output files
++      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
++
++_ACEOF
++
++  cat <<_ACEOF
++Installation directories:
++  --prefix=PREFIX         install architecture-independent files in PREFIX
++			  [$ac_default_prefix]
++  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
++			  [PREFIX]
++
++By default, \`make install' will install all the files in
++\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
++an installation prefix other than \`$ac_default_prefix' using \`--prefix',
++for instance \`--prefix=\$HOME'.
++
++For better control, use the options below.
++
++Fine tuning of the installation directories:
++  --bindir=DIR           user executables [EPREFIX/bin]
++  --sbindir=DIR          system admin executables [EPREFIX/sbin]
++  --libexecdir=DIR       program executables [EPREFIX/libexec]
++  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
++  --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]
++  --libdir=DIR           object code libraries [EPREFIX/lib]
++  --includedir=DIR       C header files [PREFIX/include]
++  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
++  --infodir=DIR          info documentation [PREFIX/info]
++  --mandir=DIR           man documentation [PREFIX/man]
++_ACEOF
++
++  cat <<\_ACEOF
++
++Program names:
++  --program-prefix=PREFIX            prepend PREFIX to installed program names
++  --program-suffix=SUFFIX            append SUFFIX to installed program names
++  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
++
++System types:
++  --build=BUILD     configure for building on BUILD [guessed]
++  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
++  --target=TARGET   configure for building compilers for TARGET [HOST]
++_ACEOF
++fi
++
++if test -n "$ac_init_help"; then
++
++  cat <<\_ACEOF
++
++Optional Features:
++  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
++  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
++  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer
++  --disable-fast-perl     disable fast Makefile generation (needs perl)
++  --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
++  --disable-debug         disables debug output and debug symbols default=no
++  --enable-strict         compiles with strict compiler options (may not
++                          work!)
++  --disable-warnings      disables compilation with -Wall and similar
++  --enable-profile        creates profiling infos default=no
++  --disable-dependency-tracking  speeds up one-time build
++  --enable-dependency-tracking   do not reject slow dependency extractors
++  --enable-pch            enables precompiled header support (currently only
++                          KCC or gcc >=3.4+unsermake) default=no
++  --enable-coverage       use gcc coverage testing
++  --enable-new-ldflags    enable the new linker flags
++  --enable-final          build size optimized apps (experimental - needs lots
++                          of memory)
++  --enable-closure        delay template instantiation
++  --enable-nmcheck        enable automatic namespace cleanness check
++  --enable-shared@<:@=PKGS@:>@ 
++                          build shared libraries @<:@default=yes@:>@
++  --enable-static@<:@=PKGS@:>@ 
++                          build static libraries @<:@default=no@:>@
++  --enable-libsuffix      /lib directory suffix (64,32,none=default)
++  --enable-fast-install@<:@=PKGS@:>@ 
++                          optimize for fast installation @<:@default=yes@:>@
++  --disable-libtool-lock  avoid locking (might break parallel builds)
++  --enable-embedded       link to Qt-embedded, don't use X
++  --enable-qtopia         link to Qt-embedded, link to the Qtopia Environment
++  --enable-mac            link to Qt/Mac (don't use X)
++  --disable-mt            link to non-threaded Qt (deprecated)
++  --disable-threading     disables threading even if libpthread found
++  --disable-rpath         do not use the rpath feature of ld
++  --disable-path-check    don't try to find out, where to install
++  --disable-largefile     omit support for large files
++  --enable-mysql          build MySQL-plugin default=yes
++  --enable-pgsql          build PostgreSQL-plugin default=yes
++  --enable-scripting      build Kross scripting support default=no
++
++Optional Packages:
++  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
++  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
++  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
++  --with-pic              try to use only PIC/non-PIC objects @<:@default=use
++                          both@:>@
++  --with-tags@<:@=TAGS@:>@ 
++                          include additional configurations @<:@automatic@:>@
++  --with-extra-includes=DIR 
++                          adds non standard include paths
++  --with-extra-libs=DIR   adds non standard library paths
++  --with-qt-dir=DIR       where the root of Qt is installed
++  --with-qt-includes=DIR  where the Qt includes are.
++  --with-qt-libraries=DIR where the Qt library is installed.
++  --without-arts          build without aRts default=no
++  --with-libwv2=DIR       use libwv2 in DIR
++  --with-mysql-includes=DIR 
++                          use MySQL-includes installed in this directory
++  --with-mysql-libraries=DIR 
++                          use MySQL-libs installed in this directory
++  --with-pgsqlincdir=DIR  use PostgreSQL(libpq)-includes installed in this
++                          directory
++    --with-pgsqllibdir=DIR 
++                          use PostgreSQL(libpq)-libraries installed in this
++                          directory
++  --with-pqxxincdir=DIR   use PostgreSQL(libpqxx)-includes installed in this
++                          directory
++  --with-pqxxlibdir=DIR   use PostgreSQL(libpqxx)-libraries installed in this
++                          directory
++  --with-pythondir=pythondir 
++                          use python installed in pythondir
++
++Some influential environment variables:
++  CC          C compiler command
++  CFLAGS      C compiler flags
++  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
++              nonstandard directory <lib dir>
++  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
++              headers in a nonstandard directory <include dir>
++  CPP         C preprocessor
++  CXX         C++ compiler command
++  CXXFLAGS    C++ compiler flags
++  CXXCPP      C++ preprocessor
++  F77         Fortran 77 compiler command
++  FFLAGS      Fortran 77 compiler flags
++
++Use these variables to override the choices made by `configure' or to help
++it to find libraries and programs with nonstandard names/locations.
++
++_ACEOF
++fi
++
++if test "$ac_init_help" = "recursive"; then
++  # If there are subdirs, report their specific --help.
++  ac_popdir=`pwd`
++  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
++    test -d $ac_dir || continue
++    ac_builddir=.
++
++if test "$ac_dir" != .; then
++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  # A "../" for each directory in $ac_dir_suffix.
++  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
++else
++  ac_dir_suffix= ac_top_builddir=
++fi
++
++case $srcdir in
++  .)  # No --srcdir option.  We are building in place.
++    ac_srcdir=.
++    if test -z "$ac_top_builddir"; then
++       ac_top_srcdir=.
++    else
++       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
++    fi ;;
++  [\\/]* | ?:[\\/]* )  # Absolute path.
++    ac_srcdir=$srcdir$ac_dir_suffix;
++    ac_top_srcdir=$srcdir ;;
++  *) # Relative path.
++    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
++    ac_top_srcdir=$ac_top_builddir$srcdir ;;
++esac
++
++# Do not use `cd foo && pwd` to compute absolute paths, because
++# the directories may not exist.
++case `pwd` in
++.) ac_abs_builddir="$ac_dir";;
++*)
++  case "$ac_dir" in
++  .) ac_abs_builddir=`pwd`;;
++  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
++  *) ac_abs_builddir=`pwd`/"$ac_dir";;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_builddir=${ac_top_builddir}.;;
++*)
++  case ${ac_top_builddir}. in
++  .) ac_abs_top_builddir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
++  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_srcdir=$ac_srcdir;;
++*)
++  case $ac_srcdir in
++  .) ac_abs_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
++  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_srcdir=$ac_top_srcdir;;
++*)
++  case $ac_top_srcdir in
++  .) ac_abs_top_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
++  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
++  esac;;
++esac
++
++    cd $ac_dir
++    # Check for guested configure; otherwise get Cygnus style configure.
++    if test -f $ac_srcdir/configure.gnu; then
++      echo
++      $SHELL $ac_srcdir/configure.gnu  --help=recursive
++    elif test -f $ac_srcdir/configure; then
++      echo
++      $SHELL $ac_srcdir/configure  --help=recursive
++    elif test -f $ac_srcdir/configure.ac ||
++	   test -f $ac_srcdir/configure.in; then
++      echo
++      $ac_configure --help
++    else
++      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
++    fi
++    cd "$ac_popdir"
++  done
++fi
++
++test -n "$ac_init_help" && exit 0
++if $ac_init_version; then
++  cat <<\_ACEOF
++
++Copyright (C) 2003 Free Software Foundation, Inc.
++This configure script is free software; the Free Software Foundation
++gives unlimited permission to copy, distribute and modify it.
++_ACEOF
++  exit 0
++fi
++exec 5>config.log
++cat >&5 <<_ACEOF
++This file contains any messages produced by compilers while
++running configure, to aid debugging if configure makes a mistake.
++
++It was created by $as_me, which was
++generated by GNU Autoconf 2.59.  Invocation command line was
++
++  $ $0 $@
++
++_ACEOF
++{
++cat <<_ASUNAME
++@%:@@%:@ --------- @%:@@%:@
++@%:@@%:@ Platform. @%:@@%:@
++@%:@@%:@ --------- @%:@@%:@
++
++hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
++uname -m = `(uname -m) 2>/dev/null || echo unknown`
++uname -r = `(uname -r) 2>/dev/null || echo unknown`
++uname -s = `(uname -s) 2>/dev/null || echo unknown`
++uname -v = `(uname -v) 2>/dev/null || echo unknown`
++
++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
++/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
++
++/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
++/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
++hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
++/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
++/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
++/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
++
++_ASUNAME
++
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  echo "PATH: $as_dir"
++done
++
++} >&5
++
++cat >&5 <<_ACEOF
++
++
++@%:@@%:@ ----------- @%:@@%:@
++@%:@@%:@ Core tests. @%:@@%:@
++@%:@@%:@ ----------- @%:@@%:@
++
++_ACEOF
++
++
++# Keep a trace of the command line.
++# Strip out --no-create and --no-recursion so they do not pile up.
++# Strip out --silent because we don't want to record it for future runs.
++# Also quote any args containing shell meta-characters.
++# Make two passes to allow for proper duplicate-argument suppression.
++ac_configure_args=
++ac_configure_args0=
++ac_configure_args1=
++ac_sep=
++ac_must_keep_next=false
++for ac_pass in 1 2
++do
++  for ac_arg
++  do
++    case $ac_arg in
++    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
++    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
++    | -silent | --silent | --silen | --sile | --sil)
++      continue ;;
++    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
++      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
++    esac
++    case $ac_pass in
++    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
++    2)
++      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
++      if test $ac_must_keep_next = true; then
++	ac_must_keep_next=false # Got value, back to normal.
++      else
++	case $ac_arg in
++	  *=* | --config-cache | -C | -disable-* | --disable-* \
++	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
++	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
++	  | -with-* | --with-* | -without-* | --without-* | --x)
++	    case "$ac_configure_args0 " in
++	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
++	    esac
++	    ;;
++	  -* ) ac_must_keep_next=true ;;
++	esac
++      fi
++      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
++      # Get rid of the leading space.
++      ac_sep=" "
++      ;;
++    esac
++  done
++done
++$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
++$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
++
++# When interrupted or exit'd, cleanup temporary files, and complete
++# config.log.  We remove comments because anyway the quotes in there
++# would cause problems or look ugly.
++# WARNING: Be sure not to use single quotes in there, as some shells,
++# such as our DU 5.0 friend, will then `close' the trap.
++trap 'exit_status=$?
++  # Save into config.log some information that might help in debugging.
++  {
++    echo
++
++    cat <<\_ASBOX
++@%:@@%:@ ---------------- @%:@@%:@
++@%:@@%:@ Cache variables. @%:@@%:@
++@%:@@%:@ ---------------- @%:@@%:@
++_ASBOX
++    echo
++    # The following way of writing the cache mishandles newlines in values,
++{
++  (set) 2>&1 |
++    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
++    *ac_space=\ *)
++      sed -n \
++	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
++      ;;
++    *)
++      sed -n \
++	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
++      ;;
++    esac;
++}
++    echo
++
++    cat <<\_ASBOX
++@%:@@%:@ ----------------- @%:@@%:@
++@%:@@%:@ Output variables. @%:@@%:@
++@%:@@%:@ ----------------- @%:@@%:@
++_ASBOX
++    echo
++    for ac_var in $ac_subst_vars
++    do
++      eval ac_val=$`echo $ac_var`
++      echo "$ac_var='"'"'$ac_val'"'"'"
++    done | sort
++    echo
++
++    if test -n "$ac_subst_files"; then
++      cat <<\_ASBOX
++@%:@@%:@ ------------- @%:@@%:@
++@%:@@%:@ Output files. @%:@@%:@
++@%:@@%:@ ------------- @%:@@%:@
++_ASBOX
++      echo
++      for ac_var in $ac_subst_files
++      do
++	eval ac_val=$`echo $ac_var`
++	echo "$ac_var='"'"'$ac_val'"'"'"
++      done | sort
++      echo
++    fi
++
++    if test -s confdefs.h; then
++      cat <<\_ASBOX
++@%:@@%:@ ----------- @%:@@%:@
++@%:@@%:@ confdefs.h. @%:@@%:@
++@%:@@%:@ ----------- @%:@@%:@
++_ASBOX
++      echo
++      sed "/^$/d" confdefs.h | sort
++      echo
++    fi
++    test "$ac_signal" != 0 &&
++      echo "$as_me: caught signal $ac_signal"
++    echo "$as_me: exit $exit_status"
++  } >&5
++  rm -f core *.core &&
++  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
++    exit $exit_status
++     ' 0
++for ac_signal in 1 2 13 15; do
++  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
++done
++ac_signal=0
++
++# confdefs.h avoids OS command line length limits that DEFS can exceed.
++rm -rf conftest* confdefs.h
++# AIX cpp loses on an empty file, so make sure it contains at least a newline.
++echo >confdefs.h
++
++# Predefined preprocessor variables.
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_NAME "$PACKAGE_NAME"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_STRING "$PACKAGE_STRING"
++_ACEOF
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
++_ACEOF
++
++
++# Let the site file select an alternate cache file if it wants to.
++# Prefer explicitly selected file to automatically selected ones.
++if test -z "$CONFIG_SITE"; then
++  if test "x$prefix" != xNONE; then
++    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
++  else
++    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
++  fi
++fi
++for ac_site_file in $CONFIG_SITE; do
++  if test -r "$ac_site_file"; then
++    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
++echo "$as_me: loading site script $ac_site_file" >&6;}
++    sed 's/^/| /' "$ac_site_file" >&5
++    . "$ac_site_file"
++  fi
++done
++
++if test -r "$cache_file"; then
++  # Some versions of bash will fail to source /dev/null (special
++  # files actually), so we avoid doing that.
++  if test -f "$cache_file"; then
++    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
++echo "$as_me: loading cache $cache_file" >&6;}
++    case $cache_file in
++      [\\/]* | ?:[\\/]* ) . $cache_file;;
++      *)                      . ./$cache_file;;
++    esac
++  fi
++else
++  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
++echo "$as_me: creating cache $cache_file" >&6;}
++  >$cache_file
++fi
++
++# Check that the precious variables saved in the cache have kept the same
++# value.
++ac_cache_corrupted=false
++for ac_var in `(set) 2>&1 |
++	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
++  eval ac_old_set=\$ac_cv_env_${ac_var}_set
++  eval ac_new_set=\$ac_env_${ac_var}_set
++  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
++  eval ac_new_val="\$ac_env_${ac_var}_value"
++  case $ac_old_set,$ac_new_set in
++    set,)
++      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
++echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
++      ac_cache_corrupted=: ;;
++    ,set)
++      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
++echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
++      ac_cache_corrupted=: ;;
++    ,);;
++    *)
++      if test "x$ac_old_val" != "x$ac_new_val"; then
++	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
++echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
++	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
++echo "$as_me:   former value:  $ac_old_val" >&2;}
++	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
++echo "$as_me:   current value: $ac_new_val" >&2;}
++	ac_cache_corrupted=:
++      fi;;
++  esac
++  # Pass precious variables to config.status.
++  if test "$ac_new_set" = set; then
++    case $ac_new_val in
++    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
++      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
++    *) ac_arg=$ac_var=$ac_new_val ;;
++    esac
++    case " $ac_configure_args " in
++      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
++      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
++    esac
++  fi
++done
++if $ac_cache_corrupted; then
++  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
++echo "$as_me: error: changes in the environment can compromise the build" >&2;}
++  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
++echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++ 
++ac_aux_dir=
++for ac_dir in admin $srcdir/admin; do
++  if test -f $ac_dir/install-sh; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install-sh -c"
++    break
++  elif test -f $ac_dir/install.sh; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install.sh -c"
++    break
++  elif test -f $ac_dir/shtool; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/shtool install -c"
++    break
++  fi
++done
++if test -z "$ac_aux_dir"; then
++  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&5
++echo "$as_me: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++ac_config_guess="$SHELL $ac_aux_dir/config.guess"
++ac_config_sub="$SHELL $ac_aux_dir/config.sub"
++ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
++
++
++unset CDPATH
++
++# Make sure we can run config.sub.
++$ac_config_sub sun4 >/dev/null 2>&1 ||
++  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
++echo "$as_me: error: cannot run $ac_config_sub" >&2;}
++   { (exit 1); exit 1; }; }
++
++echo "$as_me:$LINENO: checking build system type" >&5
++echo $ECHO_N "checking build system type... $ECHO_C" >&6
++if test "${ac_cv_build+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_build_alias=$build_alias
++test -z "$ac_cv_build_alias" &&
++  ac_cv_build_alias=`$ac_config_guess`
++test -z "$ac_cv_build_alias" &&
++  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
++echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
++   { (exit 1); exit 1; }; }
++ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
++  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
++echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
++   { (exit 1); exit 1; }; }
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_build" >&5
++echo "${ECHO_T}$ac_cv_build" >&6
++build=$ac_cv_build
++build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
++build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
++build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++
++
++echo "$as_me:$LINENO: checking host system type" >&5
++echo $ECHO_N "checking host system type... $ECHO_C" >&6
++if test "${ac_cv_host+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_host_alias=$host_alias
++test -z "$ac_cv_host_alias" &&
++  ac_cv_host_alias=$ac_cv_build_alias
++ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
++  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
++echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
++   { (exit 1); exit 1; }; }
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_host" >&5
++echo "${ECHO_T}$ac_cv_host" >&6
++host=$ac_cv_host
++host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
++host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
++host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++
++
++echo "$as_me:$LINENO: checking target system type" >&5
++echo $ECHO_N "checking target system type... $ECHO_C" >&6
++if test "${ac_cv_target+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_target_alias=$target_alias
++test "x$ac_cv_target_alias" = "x" &&
++  ac_cv_target_alias=$ac_cv_host_alias
++ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
++  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
++echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
++   { (exit 1); exit 1; }; }
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_target" >&5
++echo "${ECHO_T}$ac_cv_target" >&6
++target=$ac_cv_target
++target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
++target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
++target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
++
++
++# The aliases save the names the user supplied, while $host etc.
++# will get canonicalized.
++test -n "$target_alias" &&
++  test "$program_prefix$program_suffix$program_transform_name" = \
++    NONENONEs,x,x, &&
++  program_prefix=${target_alias}- 
++test "$program_prefix" != NONE &&
++  program_transform_name="s,^,$program_prefix,;$program_transform_name"
++# Use a double $ so make ignores it.
++test "$program_suffix" != NONE &&
++  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
++# Double any \ or $.  echo might interpret backslashes.
++# By default was `s,x,x', remove it if useless.
++cat <<\_ACEOF >conftest.sed
++s/[\\$]/&&/g;s/;s,x,x,$//
++_ACEOF
++program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
++rm conftest.sed
++
++
++am__api_version="1.9"
++
++    
++          test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL
++  test -n "$INSTALL_PROGRAM" && kde_save_INSTALL_PROGRAM_given=$INSTALL_PROGRAM
++  test -n "$INSTALL_SCRIPT" && kde_save_INSTALL_SCRIPT_given=$INSTALL_SCRIPT
++  # Find a good install program.  We prefer a C program (faster),
++# so one script is as good as another.  But avoid the broken or
++# incompatible versions:
++# SysV /etc/install, /usr/sbin/install
++# SunOS /usr/etc/install
++# IRIX /sbin/install
++# AIX /bin/install
++# AmigaOS /C/install, which installs bootblocks on floppy discs
++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
++# AFS /usr/afsws/bin/install, which mishandles nonexistent args
++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
++# OS/2's system install, which has a completely different semantic
++# ./install, which can be erroneously created by make from ./install.sh.
++echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
++echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
++if test -z "$INSTALL"; then
++if test "${ac_cv_path_install+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  # Account for people who put trailing slashes in PATH elements.
++case $as_dir/ in
++  ./ | .// | /cC/* | \
++  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
++  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
++  /usr/ucb/* ) ;;
++  *)
++    # OSF1 and SCO ODT 3.0 have their own names for install.
++    # Don't use installbsd from OSF since it installs stuff as root
++    # by default.
++    for ac_prog in ginstall scoinst install; do
++      for ac_exec_ext in '' $ac_executable_extensions; do
++	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
++	  if test $ac_prog = install &&
++	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
++	    # AIX install.  It has an incompatible calling convention.
++	    :
++	  elif test $ac_prog = install &&
++	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
++	    # program-specific install script used by HP pwplus--don't use.
++	    :
++	  else
++	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
++	    break 3
++	  fi
++	fi
++      done
++    done
++    ;;
++esac
++done
++
++
++fi
++  if test "${ac_cv_path_install+set}" = set; then
++    INSTALL=$ac_cv_path_install
++  else
++    # As a last resort, use the slow shell script.  We don't cache a
++    # path for INSTALL within a source directory, because that will
++    # break other packages using the cache if that directory is
++    # removed, or if the path is relative.
++    INSTALL=$ac_install_sh
++  fi
++fi
++echo "$as_me:$LINENO: result: $INSTALL" >&5
++echo "${ECHO_T}$INSTALL" >&6
++
++# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
++# It thinks the first close brace ends the variable substitution.
++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
++
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
++
++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
++
++
++  if test -z "$kde_save_INSTALL_given" ; then
++    # OK, user hasn't given any INSTALL, autoconf found one for us
++    # now we test, if it supports the -p flag
++    echo "$as_me:$LINENO: checking for -p flag to install" >&5
++echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6
++    rm -f confinst.$$.* > /dev/null 2>&1
++    echo "Testtest" > confinst.$$.orig
++    ac_res=no
++    if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then
++      if test -f confinst.$$.new ; then
++        # OK, -p seems to do no harm to install
++	INSTALL="${INSTALL} -p"
++	ac_res=yes
++      fi
++    fi
++    rm -f confinst.$$.*
++    echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6
++  fi
++                                                      
++  if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
++    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
++  fi
++  if test -z "$kde_save_INSTALL_SCRIPT_given" ; then
++    INSTALL_SCRIPT='${INSTALL}'
++  fi
++
++echo "$as_me:$LINENO: checking whether build environment is sane" >&5
++echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
++# Just in case
++sleep 1
++echo timestamp > conftest.file
++# Do `set' in a subshell so we don't clobber the current shell's
++# arguments.  Must try -L first in case configure is actually a
++# symlink; some systems play weird games with the mod time of symlinks
++# (eg FreeBSD returns the mod time of the symlink's containing
++# directory).
++if (
++   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
++   if test "$*" = "X"; then
++      # -L didn't work.
++      set X `ls -t $srcdir/configure conftest.file`
++   fi
++   rm -f conftest.file
++   if test "$*" != "X $srcdir/configure conftest.file" \
++      && test "$*" != "X conftest.file $srcdir/configure"; then
++
++      # If neither matched, then we have a broken ls.  This can happen
++      # if, for instance, CONFIG_SHELL is bash and it inherits a
++      # broken ls alias from the environment.  This has actually
++      # happened.  Such a system could not be considered "sane".
++      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
++alias in your environment" >&5
++echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
++alias in your environment" >&2;}
++   { (exit 1); exit 1; }; }
++   fi
++
++   test "$2" = conftest.file
++   )
++then
++   # Ok.
++   :
++else
++   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
++Check your system clock" >&5
++echo "$as_me: error: newly created file is older than distributed files!
++Check your system clock" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++# expand $ac_aux_dir to an absolute path
++am_aux_dir=`cd $ac_aux_dir && pwd`
++
++test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
++# Use eval to expand $SHELL
++if eval "$MISSING --run true"; then
++  am_missing_run="$MISSING --run "
++else
++  am_missing_run=
++  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
++echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
++fi
++
++if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
++  # We used to keeping the `.' as first argument, in order to
++  # allow $(mkdir_p) to be used without argument.  As in
++  #   $(mkdir_p) $(somedir)
++  # where $(somedir) is conditionally defined.  However this is wrong
++  # for two reasons:
++  #  1. if the package is installed by a user who cannot write `.'
++  #     make install will fail,
++  #  2. the above comment should most certainly read
++  #     $(mkdir_p) $(DESTDIR)$(somedir)
++  #     so it does not work when $(somedir) is undefined and
++  #     $(DESTDIR) is not.
++  #  To support the latter case, we have to write
++  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
++  #  so the `.' trick is pointless.
++  mkdir_p='mkdir -p --'
++else
++  # On NextStep and OpenStep, the `mkdir' command does not
++  # recognize any option.  It will interpret all options as
++  # directories to create, and then abort because `.' already
++  # exists.
++  for d in ./-p ./--version;
++  do
++    test -d $d && rmdir $d
++  done
++  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
++  if test -f "$ac_aux_dir/mkinstalldirs"; then
++    mkdir_p='$(mkinstalldirs)'
++  else
++    mkdir_p='$(install_sh) -d'
++  fi
++fi
++
++for ac_prog in gawk mawk nawk awk
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_AWK+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$AWK"; then
++  ac_cv_prog_AWK="$AWK" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_AWK="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++AWK=$ac_cv_prog_AWK
++if test -n "$AWK"; then
++  echo "$as_me:$LINENO: result: $AWK" >&5
++echo "${ECHO_T}$AWK" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$AWK" && break
++done
++
++echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
++echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
++set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
++if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.make <<\_ACEOF
++all:
++	@echo 'ac_maketemp="$(MAKE)"'
++_ACEOF
++# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
++if test -n "$ac_maketemp"; then
++  eval ac_cv_prog_make_${ac_make}_set=yes
++else
++  eval ac_cv_prog_make_${ac_make}_set=no
++fi
++rm -f conftest.make
++fi
++if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  SET_MAKE=
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  SET_MAKE="MAKE=${MAKE-make}"
++fi
++
++rm -rf .tst 2>/dev/null
++mkdir .tst 2>/dev/null
++if test -d .tst; then
++  am__leading_dot=.
++else
++  am__leading_dot=_
++fi
++rmdir .tst 2>/dev/null
++
++# test to see if srcdir already configured
++if test "`cd $srcdir && pwd`" != "`pwd`" &&
++   test -f $srcdir/config.status; then
++  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
++echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++# test whether we have cygpath
++if test -z "$CYGPATH_W"; then
++  if (cygpath --version) >/dev/null 2>/dev/null; then
++    CYGPATH_W='cygpath -w'
++  else
++    CYGPATH_W=echo
++  fi
++fi
++
++
++# Define the identity of the package.
++ PACKAGE=koffice
++ VERSION="1.4.2"
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PACKAGE "$PACKAGE"
++_ACEOF
++
++ 
++cat >>confdefs.h <<_ACEOF
++@%:@define VERSION "$VERSION"
++_ACEOF
++
++# Some tools Automake needs.
++
++ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
++
++
++AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
++
++
++AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
++
++
++AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
++
++
++MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
++
++install_sh=${install_sh-"$am_aux_dir/install-sh"}
++
++# Installed binaries are usually stripped using `strip' when the user
++# run `make install-strip'.  However `strip' might not be the right
++# tool to use in cross-compilation environments, therefore Automake
++# will honor the `STRIP' environment variable to overrule this program.
++if test "$cross_compiling" != no; then
++  if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
++set dummy ${ac_tool_prefix}strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$STRIP"; then
++  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++STRIP=$ac_cv_prog_STRIP
++if test -n "$STRIP"; then
++  echo "$as_me:$LINENO: result: $STRIP" >&5
++echo "${ECHO_T}$STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_STRIP"; then
++  ac_ct_STRIP=$STRIP
++  # Extract the first word of "strip", so it can be a program name with args.
++set dummy strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_STRIP"; then
++  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_STRIP="strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
++fi
++fi
++ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
++if test -n "$ac_ct_STRIP"; then
++  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
++echo "${ECHO_T}$ac_ct_STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  STRIP=$ac_ct_STRIP
++else
++  STRIP="$ac_cv_prog_STRIP"
++fi
++
++fi
++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
++
++# We need awk for the "check" target.  The system "awk" is bad on
++# some platforms.
++# Always define AMTAR for backward compatibility.
++
++AMTAR=${AMTAR-"${am_missing_run}tar"}
++
++am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
++
++
++
++
++ 
++echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
++    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
++if test "${enable_maintainer_mode+set}" = set; then
++  enableval="$enable_maintainer_mode"
++  USE_MAINTAINER_MODE=$enableval
++else
++  USE_MAINTAINER_MODE=no
++fi; 
++  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
++   
++
++if test $USE_MAINTAINER_MODE = yes; then
++  MAINTAINER_MODE_TRUE=
++  MAINTAINER_MODE_FALSE='#'
++else
++  MAINTAINER_MODE_TRUE='#'
++  MAINTAINER_MODE_FALSE=
++fi
++
++  MAINT=$MAINTAINER_MODE_TRUE
++  
++
++
++
++  unset CDPATH
++      
++
++  
++    kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
++    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
++    if test -n "$KDEDIRS"; then
++       kde_save_IFS=$IFS
++       IFS=:
++       for dir in $KDEDIRS; do
++            kde_default_bindirs="$dir/bin $kde_default_bindirs "
++       done
++       IFS=$kde_save_IFS
++    fi
++
++  if test "x$prefix" = "xNONE"; then
++        
++   echo "$as_me:$LINENO: checking for kde-config" >&5
++echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
++   if test -n "$KDECONFIG"; then
++        kde_cv_path="$KDECONFIG";
++   else
++        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z "prepend"; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/kde-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/kde-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/kde-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/kde-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      KDECONFIG=$kde_cv_path
++
++   fi
++
++  else
++        kde_save_PATH="$PATH"
++    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
++    
++   echo "$as_me:$LINENO: checking for kde-config" >&5
++echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
++   if test -n "$KDECONFIG"; then
++        kde_cv_path="$KDECONFIG";
++   else
++        kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z "prepend"; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/kde-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/kde-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/kde-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/kde-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program kde-config was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      KDECONFIG=$kde_cv_path
++
++   fi
++
++    PATH="$kde_save_PATH"
++  fi
++
++  kde_libs_prefix=`$KDECONFIG --prefix`
++  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
++       { { echo "$as_me:$LINENO: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
++                    This means it has been moved since you installed it.
++                    This won't work. Please recompile kdelibs for the new prefix.
++                    " >&5
++echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
++                    This means it has been moved since you installed it.
++                    This won't work. Please recompile kdelibs for the new prefix.
++                    " >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
++  kde_libs_suffix=`$KDECONFIG --libsuffix`
++
++  echo "$as_me:$LINENO: checking where to install" >&5
++echo $ECHO_N "checking where to install... $ECHO_C" >&6
++  if test "x$prefix" = "xNONE"; then
++    prefix=$kde_libs_prefix
++    echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
++echo "${ECHO_T}$prefix (as returned by kde-config)" >&6
++  else
++        given_prefix=$prefix
++    echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
++echo "${ECHO_T}$prefix (as requested)" >&6
++  fi
++
++  # And delete superfluous '/' to make compares easier
++  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++
++  
++  
++  
++
++  
++    # Check whether --enable-fast-perl or --disable-fast-perl was given.
++if test "${enable_fast_perl+set}" = set; then
++  enableval="$enable_fast_perl"
++  with_fast_perl=$enableval
++else
++  with_fast_perl=yes
++fi; 
++
++  
++  val=
++  if test -f $srcdir/configure.files ; then
++    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
++  fi
++  CONF_FILES=
++  if test -n "$val" ; then
++    for i in $val ; do
++      CONF_FILES="$CONF_FILES $i"
++    done
++  fi
++  
++
++
++
++          ac_config_headers="$ac_config_headers config.h"
++ 
++DEPDIR="${am__leading_dot}deps"
++
++          ac_config_commands="$ac_config_commands depfiles"
++
++
++am_make=${MAKE-make}
++cat > confinc << 'END'
++am__doit:
++	@echo done
++.PHONY: am__doit
++END
++# If we don't find an include directive, just comment out the code.
++echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
++echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
++am__include="#"
++am__quote=
++_am_result=none
++# First try GNU make style include.
++echo "include confinc" > confmf
++# We grep out `Entering directory' and `Leaving directory'
++# messages which can occur if `w' ends up in MAKEFLAGS.
++# In particular we don't look at `^make:' because GNU make might
++# be invoked under some other name (usually "gmake"), in which
++# case it prints its new name instead of `make'.
++if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
++   am__include=include
++   am__quote=
++   _am_result=GNU
++fi
++# Now try BSD make style include.
++if test "$am__include" = "#"; then
++   echo '.include "confinc"' > confmf
++   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
++      am__include=.include
++      am__quote="\""
++      _am_result=BSD
++   fi
++fi
++
++
++echo "$as_me:$LINENO: result: $_am_result" >&5
++echo "${ECHO_T}$_am_result" >&6
++rm -f confinc confmf
++
++# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
++if test "${enable_dependency_tracking+set}" = set; then
++  enableval="$enable_dependency_tracking"
++  
++fi; 
++if test "x$enable_dependency_tracking" != xno; then
++  am_depcomp="$ac_aux_dir/depcomp"
++  AMDEPBACKSLASH='\'
++fi
++ 
++
++if test "x$enable_dependency_tracking" != xno; then
++  AMDEP_TRUE=
++  AMDEP_FALSE='#'
++else
++  AMDEP_TRUE='#'
++  AMDEP_FALSE=
++fi
++
++
++
++
++
++
++  # Check whether --enable-debug or --disable-debug was given.
++if test "${enable_debug+set}" = set; then
++  enableval="$enable_debug"
++  
++    case $enableval in
++      yes)
++        kde_use_debug_code="yes"
++        kde_use_debug_define=no
++        ;;
++      full)
++        kde_use_debug_code="full"
++        kde_use_debug_define=no
++        ;;
++      *)
++        kde_use_debug_code="no"
++        kde_use_debug_define=yes
++        ;;
++    esac
++  
++else
++  kde_use_debug_code="no"
++      kde_use_debug_define=no
++  
++fi; 
++
++    # Check whether --enable-dummyoption or --disable-dummyoption was given.
++if test "${enable_dummyoption+set}" = set; then
++  enableval="$enable_dummyoption"
++  
++fi; 
++
++  # Check whether --enable-strict or --disable-strict was given.
++if test "${enable_strict+set}" = set; then
++  enableval="$enable_strict"
++  
++    if test $enableval = "no"; then
++         kde_use_strict_options="no"
++       else
++         kde_use_strict_options="yes"
++    fi
++   
++else
++  kde_use_strict_options="no"
++fi; 
++
++  # Check whether --enable-warnings or --disable-warnings was given.
++if test "${enable_warnings+set}" = set; then
++  enableval="$enable_warnings"
++  
++    if test $enableval = "no"; then
++         kde_use_warnings="no"
++       else
++         kde_use_warnings="yes"
++    fi
++   
++else
++  kde_use_warnings="yes"
++fi; 
++
++    if test "$kde_use_debug_code" != "no"; then
++    kde_use_warnings=yes
++  fi
++
++  # Check whether --enable-profile or --disable-profile was given.
++if test "${enable_profile+set}" = set; then
++  enableval="$enable_profile"
++  kde_use_profiling=$enableval
++else
++  kde_use_profiling="no"
++  
++fi; 
++
++    CFLAGS=" $CFLAGS"
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
++set dummy ${ac_tool_prefix}gcc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="${ac_tool_prefix}gcc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_CC"; then
++  ac_ct_CC=$CC
++  # Extract the first word of "gcc", so it can be a program name with args.
++set dummy gcc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="gcc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  CC=$ac_ct_CC
++else
++  CC="$ac_cv_prog_CC"
++fi
++
++if test -z "$CC"; then
++  if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
++set dummy ${ac_tool_prefix}cc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="${ac_tool_prefix}cc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_CC"; then
++  ac_ct_CC=$CC
++  # Extract the first word of "cc", so it can be a program name with args.
++set dummy cc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="cc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  CC=$ac_ct_CC
++else
++  CC="$ac_cv_prog_CC"
++fi
++
++fi
++if test -z "$CC"; then
++  # Extract the first word of "cc", so it can be a program name with args.
++set dummy cc; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++  ac_prog_rejected=no
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
++       ac_prog_rejected=yes
++       continue
++     fi
++    ac_cv_prog_CC="cc"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++if test $ac_prog_rejected = yes; then
++  # We found a bogon in the path, so make sure we never use it.
++  set dummy $ac_cv_prog_CC
++  shift
++  if test $@%:@ != 0; then
++    # We chose a different compiler from the bogus one.
++    # However, it has the same basename, so the bogon will be chosen
++    # first if we set CC to just the basename; use the full file name.
++    shift
++    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
++  fi
++fi
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$CC"; then
++  if test -n "$ac_tool_prefix"; then
++  for ac_prog in cl
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  echo "$as_me:$LINENO: result: $CC" >&5
++echo "${ECHO_T}$CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    test -n "$CC" && break
++  done
++fi
++if test -z "$CC"; then
++  ac_ct_CC=$CC
++  for ac_prog in cl
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
++echo "${ECHO_T}$ac_ct_CC" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$ac_ct_CC" && break
++done
++
++  CC=$ac_ct_CC
++fi
++
++fi
++
++
++test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
++See \`config.log' for more details." >&5
++echo "$as_me: error: no acceptable C compiler found in \$PATH
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++
++# Provide some information about the compiler.
++echo "$as_me:$LINENO:" \
++     "checking for C compiler version" >&5
++ac_compiler=`set X $ac_compile; echo $2`
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++  (eval $ac_compiler --version </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
++  (eval $ac_compiler -v </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
++  (eval $ac_compiler -V </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++ac_clean_files_save=$ac_clean_files
++ac_clean_files="$ac_clean_files a.out a.exe b.out"
++# Try to create an executable without -o first, disregard a.out.
++# It will help us diagnose broken compilers, and finding out an intuition
++# of exeext.
++echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
++echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
++ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
++if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
++  (eval $ac_link_default) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  # Find the output, starting from the most likely.  This scheme is
++# not robust to junk in `.', hence go to wildcards (a.*) only as a last
++# resort.
++
++# Be careful to initialize this variable, since it used to be cached.
++# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
++ac_cv_exeext=
++# b.out is created by i960 compilers.
++for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
++do
++  test -f "$ac_file" || continue
++  case $ac_file in
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
++	;;
++    conftest.$ac_ext )
++	# This is the source file.
++	;;
++    [ab].out )
++	# We found the default executable, but exeext='' is most
++	# certainly right.
++	break;;
++    *.* )
++	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
++	# FIXME: I believe we export ac_cv_exeext for Libtool,
++	# but it would be cool to find out if it's true.  Does anybody
++	# maintain Libtool? --akim.
++	export ac_cv_exeext
++	break;;
++    * )
++	break;;
++  esac
++done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
++See \`config.log' for more details." >&5
++echo "$as_me: error: C compiler cannot create executables
++See \`config.log' for more details." >&2;}
++   { (exit 77); exit 77; }; }
++fi
++
++ac_exeext=$ac_cv_exeext
++echo "$as_me:$LINENO: result: $ac_file" >&5
++echo "${ECHO_T}$ac_file" >&6
++
++# Check the compiler produces executables we can run.  If not, either
++# the compiler is broken, or we cross compile.
++echo "$as_me:$LINENO: checking whether the C compiler works" >&5
++echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
++# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
++# If not cross compiling, check that we can run a simple program.
++if test "$cross_compiling" != yes; then
++  if { ac_try='./$ac_file'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++    cross_compiling=no
++  else
++    if test "$cross_compiling" = maybe; then
++	cross_compiling=yes
++    else
++	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
++If you meant to cross compile, use \`--host'.
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot run C compiled programs.
++If you meant to cross compile, use \`--host'.
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++    fi
++  fi
++fi
++echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++
++rm -f a.out a.exe conftest$ac_cv_exeext b.out
++ac_clean_files=$ac_clean_files_save
++# Check the compiler produces executables we can run.  If not, either
++# the compiler is broken, or we cross compile.
++echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
++echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
++echo "$as_me:$LINENO: result: $cross_compiling" >&5
++echo "${ECHO_T}$cross_compiling" >&6
++
++echo "$as_me:$LINENO: checking for suffix of executables" >&5
++echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  # If both `conftest.exe' and `conftest' are `present' (well, observable)
++# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
++# work properly (i.e., refer to `conftest.exe'), while it won't with
++# `rm'.
++for ac_file in conftest.exe conftest conftest.*; do
++  test -f "$ac_file" || continue
++  case $ac_file in
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
++    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
++	  export ac_cv_exeext
++	  break;;
++    * ) break;;
++  esac
++done
++else
++  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++rm -f conftest$ac_cv_exeext
++echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
++echo "${ECHO_T}$ac_cv_exeext" >&6
++
++rm -f conftest.$ac_ext
++EXEEXT=$ac_cv_exeext
++ac_exeext=$EXEEXT
++echo "$as_me:$LINENO: checking for suffix of object files" >&5
++echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
++if test "${ac_cv_objext+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.o conftest.obj
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
++  case $ac_file in
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
++    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
++       break;;
++  esac
++done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute suffix of object files: cannot compile
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++rm -f conftest.$ac_cv_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
++echo "${ECHO_T}$ac_cv_objext" >&6
++OBJEXT=$ac_cv_objext
++ac_objext=$OBJEXT
++echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
++if test "${ac_cv_c_compiler_gnu+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++#ifndef __GNUC__
++       choke me
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_compiler_gnu=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_compiler_gnu=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_c_compiler_gnu=$ac_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
++GCC=`test $ac_compiler_gnu = yes && echo yes`
++ac_test_CFLAGS=${CFLAGS+set}
++ac_save_CFLAGS=$CFLAGS
++CFLAGS="-g"
++echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
++echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
++if test "${ac_cv_prog_cc_g+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_cc_g=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_prog_cc_g=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
++echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
++if test "$ac_test_CFLAGS" = set; then
++  CFLAGS=$ac_save_CFLAGS
++elif test $ac_cv_prog_cc_g = yes; then
++  if test "$GCC" = yes; then
++    CFLAGS="-g -O2"
++  else
++    CFLAGS="-g"
++  fi
++else
++  if test "$GCC" = yes; then
++    CFLAGS="-O2"
++  else
++    CFLAGS=
++  fi
++fi
++echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
++echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
++if test "${ac_cv_prog_cc_stdc+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_prog_cc_stdc=no
++ac_save_CC=$CC
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdarg.h>
++#include <stdio.h>
++#include <sys/types.h>
++#include <sys/stat.h>
++/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
++struct buf { int x; };
++FILE * (*rcsopen) (struct buf *, struct stat *, int);
++static char *e (p, i)
++     char **p;
++     int i;
++{
++  return p[i];
++}
++static char *f (char * (*g) (char **, int), char **p, ...)
++{
++  char *s;
++  va_list v;
++  va_start (v,p);
++  s = g (p, va_arg (v,int));
++  va_end (v);
++  return s;
++}
++
++/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
++   function prototypes and stuff, but not '\xHH' hex character constants.
++   These don't provoke an error unfortunately, instead are silently treated
++   as 'x'.  The following induces an error, until -std1 is added to get
++   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
++   array size at least.  It's necessary to write '\x00'==0 to get something
++   that's true only with -std1.  */
++int osf4_cc_array ['\x00' == 0 ? 1 : -1];
++
++int test (int i, double x);
++struct s1 {int (*f) (int a);};
++struct s2 {int (*f) (double a);};
++int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
++int argc;
++char **argv;
++int
++main ()
++{
++return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
++  ;
++  return 0;
++}
++_ACEOF
++# Don't try gcc -ansi; that turns off useful extensions and
++# breaks some systems' header files.
++# AIX			-qlanglvl=ansi
++# Ultrix and OSF/1	-std1
++# HP-UX 10.20 and later	-Ae
++# HP-UX older versions	-Aa -D_HPUX_SOURCE
++# SVR4			-Xc -D__EXTENSIONS__
++for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
++do
++  CC="$ac_save_CC $ac_arg"
++  rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_cc_stdc=$ac_arg
++break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext 
++done
++rm -f conftest.$ac_ext conftest.$ac_objext
++CC=$ac_save_CC
++
++fi
++
++case "x$ac_cv_prog_cc_stdc" in
++  x|xno)
++    echo "$as_me:$LINENO: result: none needed" >&5
++echo "${ECHO_T}none needed" >&6 ;;
++  *)
++    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
++echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
++    CC="$CC $ac_cv_prog_cc_stdc" ;;
++esac
++
++# Some people use a C++ compiler to compile C.  Since we use `exit',
++# in C++ we need to declare it.  In case someone uses the same compiler
++# for both compiling C and C++ we need to have the C++ compiler decide
++# the declaration of exit, since it's the most demanding environment.
++cat >conftest.$ac_ext <<_ACEOF
++@%:@ifndef __cplusplus
++  choke me
++@%:@endif
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  for ac_declaration in \
++   '' \
++   'extern "C" void std::exit (int) throw (); using std::exit;' \
++   'extern "C" void std::exit (int); using std::exit;' \
++   'extern "C" void exit (int) throw ();' \
++   'extern "C" void exit (int);' \
++   'void exit (int);'
++do
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++@%:@include <stdlib.h>
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++continue
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++rm -f conftest*
++if test -n "$ac_declaration"; then
++  echo '#ifdef __cplusplus' >>confdefs.h
++  echo $ac_declaration      >>confdefs.h
++  echo '#endif'             >>confdefs.h
++fi
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++depcc="$CC"   am_compiler_list=
++
++echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
++if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
++  # We make a subdir and do the tests there.  Otherwise we can end up
++  # making bogus files that we don't know about and never remove.  For
++  # instance it was reported that on HP-UX the gcc test will end up
++  # making a dummy file named `D' -- because `-MD' means `put the output
++  # in D'.
++  mkdir conftest.dir
++  # Copy depcomp to subdir because otherwise we won't find it if we're
++  # using a relative directory.
++  cp "$am_depcomp" conftest.dir
++  cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
++
++  am_cv_CC_dependencies_compiler_type=none
++  if test "$am_compiler_list" = ""; then
++     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
++  fi
++  for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
++    # We need to recreate these files for each test, as the compiler may
++    # overwrite some of them when testing with obscure command lines.
++    # This happens at least with the AIX C compiler.
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
++
++    case $depmode in
++    nosideeffect)
++      # after this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested
++      if test "x$enable_dependency_tracking" = xyes; then
++	continue
++      else
++	break
++      fi
++      ;;
++    none) break ;;
++    esac
++    # We check with `-c' and `-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle `-M -o', and we need to detect this.
++    if depmode=$depmode \
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
++       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_CC_dependencies_compiler_type=$depmode
++        break
++      fi
++    fi
++  done
++
++  cd ..
++  rm -rf conftest.dir
++else
++  am_cv_CC_dependencies_compiler_type=none
++fi
++
++fi
++echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
++echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
++CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
++
++ 
++
++if 
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
++  am__fastdepCC_TRUE=
++  am__fastdepCC_FALSE='#'
++else
++  am__fastdepCC_TRUE='#'
++  am__fastdepCC_FALSE=
++fi
++
++ 
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
++echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
++# On Suns, sometimes $CPP names a directory.
++if test -n "$CPP" && test -d "$CPP"; then
++  CPP=
++fi
++if test -z "$CPP"; then
++  if test "${ac_cv_prog_CPP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++      # Double quotes because CPP needs to be expanded
++    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  break
++fi
++
++    done
++    ac_cv_prog_CPP=$CPP
++  
++fi
++  CPP=$ac_cv_prog_CPP
++else
++  ac_cv_prog_CPP=$CPP
++fi
++echo "$as_me:$LINENO: result: $CPP" >&5
++echo "${ECHO_T}$CPP" >&6
++ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  :
++else
++  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++  if test "$GCC" = "yes"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test $kde_use_debug_code = "full"; then
++        CFLAGS="-g3 -fno-inline $CFLAGS"
++      else
++        CFLAGS="-g -O2 $CFLAGS"
++      fi
++    else
++      CFLAGS="-O2 $CFLAGS"
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CFLAGS="-DNDEBUG $CFLAGS"
++  fi
++
++
++  case "$host" in
++  *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
++  *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
++  esac
++
++  if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
++     LDFLAGS=""
++  fi
++
++  CXXFLAGS=" $CXXFLAGS"
++
++  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$CXX"; then
++  ac_cv_prog_CXX="$CXX" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++CXX=$ac_cv_prog_CXX
++if test -n "$CXX"; then
++  echo "$as_me:$LINENO: result: $CXX" >&5
++echo "${ECHO_T}$CXX" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    test -n "$CXX" && break
++  done
++fi
++if test -z "$CXX"; then
++  ac_ct_CXX=$CXX
++  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_CXX"; then
++  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CXX="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
++if test -n "$ac_ct_CXX"; then
++  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
++echo "${ECHO_T}$ac_ct_CXX" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$ac_ct_CXX" && break
++done
++test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
++
++  CXX=$ac_ct_CXX
++fi
++
++
++# Provide some information about the compiler.
++echo "$as_me:$LINENO:" \
++     "checking for C++ compiler version" >&5
++ac_compiler=`set X $ac_compile; echo $2`
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++  (eval $ac_compiler --version </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
++  (eval $ac_compiler -v </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
++  (eval $ac_compiler -V </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++
++echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
++if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++#ifndef __GNUC__
++       choke me
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_compiler_gnu=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_compiler_gnu=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
++GXX=`test $ac_compiler_gnu = yes && echo yes`
++ac_test_CXXFLAGS=${CXXFLAGS+set}
++ac_save_CXXFLAGS=$CXXFLAGS
++CXXFLAGS="-g"
++echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
++echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
++if test "${ac_cv_prog_cxx_g+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_cxx_g=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_prog_cxx_g=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
++echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
++if test "$ac_test_CXXFLAGS" = set; then
++  CXXFLAGS=$ac_save_CXXFLAGS
++elif test $ac_cv_prog_cxx_g = yes; then
++  if test "$GXX" = yes; then
++    CXXFLAGS="-g -O2"
++  else
++    CXXFLAGS="-g"
++  fi
++else
++  if test "$GXX" = yes; then
++    CXXFLAGS="-O2"
++  else
++    CXXFLAGS=
++  fi
++fi
++for ac_declaration in \
++   '' \
++   'extern "C" void std::exit (int) throw (); using std::exit;' \
++   'extern "C" void std::exit (int); using std::exit;' \
++   'extern "C" void exit (int) throw ();' \
++   'extern "C" void exit (int);' \
++   'void exit (int);'
++do
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++@%:@include <stdlib.h>
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++continue
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_declaration
++int
++main ()
++{
++exit (42);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++rm -f conftest*
++if test -n "$ac_declaration"; then
++  echo '#ifdef __cplusplus' >>confdefs.h
++  echo $ac_declaration      >>confdefs.h
++  echo '#endif'             >>confdefs.h
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++depcc="$CXX"  am_compiler_list=
++
++echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
++echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
++if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
++  # We make a subdir and do the tests there.  Otherwise we can end up
++  # making bogus files that we don't know about and never remove.  For
++  # instance it was reported that on HP-UX the gcc test will end up
++  # making a dummy file named `D' -- because `-MD' means `put the output
++  # in D'.
++  mkdir conftest.dir
++  # Copy depcomp to subdir because otherwise we won't find it if we're
++  # using a relative directory.
++  cp "$am_depcomp" conftest.dir
++  cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
++
++  am_cv_CXX_dependencies_compiler_type=none
++  if test "$am_compiler_list" = ""; then
++     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
++  fi
++  for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
++    # We need to recreate these files for each test, as the compiler may
++    # overwrite some of them when testing with obscure command lines.
++    # This happens at least with the AIX C compiler.
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
++
++    case $depmode in
++    nosideeffect)
++      # after this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested
++      if test "x$enable_dependency_tracking" = xyes; then
++	continue
++      else
++	break
++      fi
++      ;;
++    none) break ;;
++    esac
++    # We check with `-c' and `-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle `-M -o', and we need to detect this.
++    if depmode=$depmode \
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
++       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_CXX_dependencies_compiler_type=$depmode
++        break
++      fi
++    fi
++  done
++
++  cd ..
++  rm -rf conftest.dir
++else
++  am_cv_CXX_dependencies_compiler_type=none
++fi
++
++fi
++echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
++echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
++CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
++
++ 
++
++if 
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
++  am__fastdepCXX_TRUE=
++  am__fastdepCXX_FALSE='#'
++else
++  am__fastdepCXX_TRUE='#'
++  am__fastdepCXX_FALSE=
++fi
++
++
++
++  
++  echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
++echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6
++
++            
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#ifdef __GNUC__
++#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
++choke me
++#endif
++#endif
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_bad_compiler=no
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_bad_compiler=yes
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++  echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
++echo "${ECHO_T}$kde_bad_compiler" >&6
++
++if test "$kde_bad_compiler" = "yes"; then
++  { { echo "$as_me:$LINENO: error: 
++
++This particular compiler version is blacklisted because it
++is known to miscompile KDE. Please use a newer version, or
++if that is not yet available, choose an older version. 
++
++Please do not report a bug or bother us reporting this
++configure error. We know about it, and we introduced
++it by intention to avoid untraceable bugs or crashes in KDE.
++
++" >&5
++echo "$as_me: error: 
++
++This particular compiler version is blacklisted because it
++is known to miscompile KDE. Please use a newer version, or
++if that is not yet available, choose an older version. 
++
++Please do not report a bug or bother us reporting this
++configure error. We know about it, and we introduced
++it by intention to avoid untraceable bugs or crashes in KDE.
++
++" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++
++
++  if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
++      else
++        if test "$kde_use_debug_code" = "full"; then
++          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
++        else
++          CXXFLAGS="-g -O2 $CXXFLAGS"
++        fi
++      fi
++      
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6
++kde_cache=`echo fno-builtin | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++  
++ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-builtin"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="-fno-builtin $CXXFLAGS"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++
++            
++echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
++echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6
++kde_cache=`echo Woverloaded-virtual | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Woverloaded-virtual"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ WOVERLOADED_VIRTUAL="-Woverloaded-virtual"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ WOVERLOADED_VRITUAL=""
++fi
++
++      
++    else
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K3 $CXXFLAGS"
++      else
++        CXXFLAGS="-O2 $CXXFLAGS"
++      fi  
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
++  fi  
++
++  if test "$kde_use_profiling" = "yes"; then
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
++echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6
++kde_cache=`echo pg | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -pg"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ 
++      CFLAGS="-pg $CFLAGS"
++      CXXFLAGS="-pg $CXXFLAGS"
++    
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++  fi
++
++  if test "$kde_use_warnings" = "yes"; then
++      if test "$GCC" = "yes"; then
++        CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
++        case $host in
++          *-*-linux-gnu)	
++            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
++            
++echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
++echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6
++kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wmissing-format-attribute"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++            
++echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
++echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6
++kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cc_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++  save_CFLAGS="$CFLAGS"
++  CFLAGS="$CFLAGS -Wmissing-format-attribute"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cc_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CFLAGS="$save_CFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++          ;;
++        esac
++        
++echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
++echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
++kde_cache=`echo Wundef | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wundef"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="-Wundef $CXXFLAGS"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++        
++echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
++echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6
++kde_cache=`echo Wno-long-long | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wno-long-long"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="-Wno-long-long $CXXFLAGS"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                
++echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
++echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6
++kde_cache=`echo Wno-non-virtual-dtor | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++     fi
++  fi
++
++  if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
++    CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
++  fi
++
++  # Check whether --enable-pch or --disable-pch was given.
++if test "${enable_pch+set}" = set; then
++  enableval="$enable_pch"
++   kde_use_pch=$enableval 
++else
++   kde_use_pch=no 
++fi; 
++ 
++  HAVE_GCC_VISIBILITY=0
++  
++
++  if test "$GXX" = "yes"; then
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6
++kde_cache=`echo fno-exceptions | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-exceptions"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -fno-exceptions"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6
++kde_cache=`echo fno-check-new | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-check-new"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -fno-check-new"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
++echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6
++kde_cache=`echo fno-common | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fno-common"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS -fno-common"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
++echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6
++kde_cache=`echo fexceptions | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -fexceptions"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ USE_EXCEPTIONS="-fexceptions"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ USE_EXCEPTIONS=	
++fi
++
++    ENABLE_PERMISSIVE_FLAG="-fpermissive"
++
++    if test "$kde_use_pch" = "yes"; then
++        echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
++echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6
++        echo >conftest.h
++        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
++            kde_gcc_supports_pch=yes
++            echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        else
++            kde_gcc_supports_pch=no
++            echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++        fi
++        if test "$kde_gcc_supports_pch" = "yes"; then
++            echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
++echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6
++            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
++                kde_gcc_supports_pch=yes
++                echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++            else
++                kde_gcc_supports_pch=no
++                echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++            fi
++        fi
++        rm -f conftest.h conftest.h.gch
++    fi
++  fi
++   
++
++if test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes"; then
++  unsermake_enable_pch_TRUE=
++  unsermake_enable_pch_FALSE='#'
++else
++  unsermake_enable_pch_TRUE='#'
++  unsermake_enable_pch_FALSE=
++fi
++
++  if test "$CXX" = "KCC"; then
++                
++    if test "$kde_use_pch" = "yes"; then
++            
++echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
++echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6
++kde_cache=`echo -pch | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --pch"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --pch"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                                              fi
++                    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6
++kde_cache=`echo -inline_keyword_space_time=6 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6
++kde_cache=`echo -inline_auto_space_time=2 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6
++kde_cache=`echo -inline_implicit_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++    
++echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
++echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6
++kde_cache=`echo -inline_generated_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                        
++echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
++echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6
++kde_cache=`echo -one_per | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS --one_per"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ CXXFLAGS="$CXXFLAGS --one_per"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++  fi
++  
++    USE_RTTI=
++  
++
++  case "$host" in
++      *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
++      *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
++      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
++      *-*-solaris*) 
++        if test "$GXX" = yes; then
++          libstdcpp=`$CXX -print-file-name=libstdc++.so`
++          if test ! -f $libstdcpp; then
++             { { echo "$as_me:$LINENO: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&5
++echo "$as_me: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&2;}
++   { (exit 1); exit 1; }; }
++          fi
++        fi
++        ;;
++  esac
++
++  if test "x$kde_use_qt_emb" != "xyes"; then
++  __val=$CXX
++  __forbid=" -fno-rtti -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXX=$__new
++  fi
++
++  __val=$CXXFLAGS
++  __forbid=" -fno-rtti -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXXFLAGS=$__new
++  fi
++
++else
++  __val=$CXX
++  __forbid=" -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXX, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXX, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXX=$__new
++  fi
++
++  __val=$CXXFLAGS
++  __forbid=" -rpath "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) { echo "$as_me:$LINENO: WARNING: found forbidden $i in CXXFLAGS, removing it" >&5
++echo "$as_me: WARNING: found forbidden $i in CXXFLAGS, removing it" >&2;} ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    CXXFLAGS=$__new
++  fi
++
++fi
++
++
++  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
++if test -z "$CXXCPP"; then
++  if test "${ac_cv_prog_CXXCPP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++      # Double quotes because CXXCPP needs to be expanded
++    for CXXCPP in "$CXX -E" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  break
++fi
++
++    done
++    ac_cv_prog_CXXCPP=$CXXCPP
++  
++fi
++  CXXCPP=$ac_cv_prog_CXXCPP
++else
++  ac_cv_prog_CXXCPP=$CXXCPP
++fi
++echo "$as_me:$LINENO: result: $CXXCPP" >&5
++echo "${ECHO_T}$CXXCPP" >&6
++ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  :
++else
++  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++  if test "$GCC" = yes; then
++     NOOPT_CFLAGS=-O0
++  fi
++  
++echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
++echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6
++kde_cache=`echo O0 | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -O0"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ NOOPT_CXXFLAGS=-O0
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++
++  # Check whether --enable-coverage or --disable-coverage was given.
++if test "${enable_coverage+set}" = set; then
++  enableval="$enable_coverage"
++  
++      if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker="-lgcc"
++      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker=""
++      else
++        { { echo "$as_me:$LINENO: error: coverage with your compiler is not supported" >&5
++echo "$as_me: error: coverage with your compiler is not supported" >&2;}
++   { (exit 1); exit 1; }; }
++      fi
++      CFLAGS="$CFLAGS $ac_coverage_compiler"
++      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
++      LDFLAGS="$LDFLAGS $ac_coverage_linker"
++    
++fi; 
++
++  
++  
++  
++
++  
++  # Check whether --enable-new_ldflags or --disable-new_ldflags was given.
++if test "${enable_new_ldflags+set}" = set; then
++  enableval="$enable_new_ldflags"
++  kde_use_new_ldflags=$enableval
++else
++  kde_use_new_ldflags=no
++fi; 
++
++  LDFLAGS_AS_NEEDED=""
++  LDFLAGS_NEW_DTAGS=""
++  if test "x$kde_use_new_ldflags" = "xyes"; then
++       LDFLAGS_NEW_DTAGS=""
++       
++echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
++echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6
++kde_cache=`echo Wl,--enable-new-dtags | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wl,--enable-new-dtags"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++
++       
++echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
++echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6
++kde_cache=`echo Wl,--as-needed | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -Wl,--as-needed"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ LDFLAGS_AS_NEEDED="-Wl,--as-needed"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++  fi
++  
++  
++
++  
++  # Check whether --enable-final or --disable-final was given.
++if test "${enable_final+set}" = set; then
++  enableval="$enable_final"
++  kde_use_final=$enableval
++else
++  kde_use_final=no
++fi; 
++
++  if test "x$kde_use_final" = "xyes"; then
++      KDE_USE_FINAL_TRUE=""
++      KDE_USE_FINAL_FALSE="#"
++   else
++      KDE_USE_FINAL_TRUE="#"
++      KDE_USE_FINAL_FALSE=""
++  fi
++  
++  
++
++  
++  # Check whether --enable-closure or --disable-closure was given.
++if test "${enable_closure+set}" = set; then
++  enableval="$enable_closure"
++  kde_use_closure=$enableval
++else
++  kde_use_closure=no
++fi; 
++
++  KDE_NO_UNDEFINED=""
++  if test "x$kde_use_closure" = "xyes"; then
++       KDE_USE_CLOSURE_TRUE=""
++       KDE_USE_CLOSURE_FALSE="#"
++#       CXXFLAGS="$CXXFLAGS $REPO"
++  else
++       KDE_USE_CLOSURE_TRUE="#"
++       KDE_USE_CLOSURE_FALSE=""
++       KDE_NO_UNDEFINED=""
++  fi
++  
++  
++  
++
++  
++  # Check whether --enable-nmcheck or --disable-nmcheck was given.
++if test "${enable_nmcheck+set}" = set; then
++  enableval="$enable_nmcheck"
++  kde_use_nmcheck=$enableval
++else
++  kde_use_nmcheck=no
++fi; 
++
++  if test "$kde_use_nmcheck" = "yes"; then
++      KDE_USE_NMCHECK_TRUE=""
++      KDE_USE_NMCHECK_FALSE="#"
++   else
++      KDE_USE_NMCHECK_TRUE="#"
++      KDE_USE_NMCHECK_FALSE=""
++  fi
++  
++  
++
++
++  
++
++# Check whether --enable-shared or --disable-shared was given.
++if test "${enable_shared+set}" = set; then
++  enableval="$enable_shared"
++  p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_shared=yes ;;
++    no) enable_shared=no ;;
++    *)
++      enable_shared=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_shared=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac
++else
++  enable_shared=yes
++fi; 
++
++# Check whether --enable-static or --disable-static was given.
++if test "${enable_static+set}" = set; then
++  enableval="$enable_static"
++  p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_static=yes ;;
++    no) enable_static=no ;;
++    *)
++     enable_static=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_static=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac
++else
++  enable_static=no
++fi; 
++
++
++
++
++    kdelibsuff="$kde_libs_suffix"
++    if test -z "$kdelibsuff"; then
++       kdelibsuff=no
++    fi
++    # Check whether --enable-libsuffix or --disable-libsuffix was given.
++if test "${enable_libsuffix+set}" = set; then
++  enableval="$enable_libsuffix"
++  kdelibsuff=$enableval
++fi; 
++    # TODO: add an auto case that compiles a little C app to check
++    # where the glibc is
++    if test "$kdelibsuff" = "no"; then
++       kdelibsuff=
++    fi
++    if test -z "$kdelibsuff"; then
++        echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
++echo "${ECHO_T}not using lib directory suffix" >&6
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define KDELIBSUFF ""
++_ACEOF
++
++    else
++        if test "$libdir" = '${exec_prefix}/lib'; then
++            libdir="$libdir${kdelibsuff}"
++            libdir="$libdir"
++          fi
++        
++cat >>confdefs.h <<_ACEOF
++@%:@define KDELIBSUFF "${kdelibsuff}"
++_ACEOF
++
++        echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
++echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6
++    fi
++
++# Check whether --enable-fast-install or --disable-fast-install was given.
++if test "${enable_fast_install+set}" = set; then
++  enableval="$enable_fast_install"
++  p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_fast_install=yes ;;
++    no) enable_fast_install=no ;;
++    *)
++      enable_fast_install=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_fast_install=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac
++else
++  enable_fast_install=yes
++fi; 
++
++echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
++echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
++if test "${lt_cv_path_SED+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # Loop through the user's path and test for sed and gsed.
++# Then use that list of sed's as ones to test for truncation.
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for lt_ac_prog in sed gsed; do
++    for ac_exec_ext in '' $ac_executable_extensions; do
++      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
++        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
++      fi
++    done
++  done
++done
++lt_ac_max=0
++lt_ac_count=0
++# Add /usr/xpg4/bin/sed as it is typically found on Solaris
++# along with /bin/sed that truncates output.
++for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
++  test ! -f $lt_ac_sed && continue
++  cat /dev/null > conftest.in
++  lt_ac_count=0
++  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
++  # Check for GNU sed and select it if it is found.
++  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
++    lt_cv_path_SED=$lt_ac_sed
++    break
++  fi
++  while true; do
++    cat conftest.in conftest.in >conftest.tmp
++    mv conftest.tmp conftest.in
++    cp conftest.in conftest.nl
++    echo >>conftest.nl
++    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
++    cmp -s conftest.out conftest.nl || break
++    # 10000 chars as input seems more than enough
++    test $lt_ac_count -gt 10 && break
++    lt_ac_count=`expr $lt_ac_count + 1`
++    if test $lt_ac_count -gt $lt_ac_max; then
++      lt_ac_max=$lt_ac_count
++      lt_cv_path_SED=$lt_ac_sed
++    fi
++  done
++done
++
++fi
++
++SED=$lt_cv_path_SED
++echo "$as_me:$LINENO: result: $SED" >&5
++echo "${ECHO_T}$SED" >&6
++
++echo "$as_me:$LINENO: checking for egrep" >&5
++echo $ECHO_N "checking for egrep... $ECHO_C" >&6
++if test "${ac_cv_prog_egrep+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
++    then ac_cv_prog_egrep='grep -E'
++    else ac_cv_prog_egrep='egrep'
++    fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
++echo "${ECHO_T}$ac_cv_prog_egrep" >&6
++ EGREP=$ac_cv_prog_egrep
++ 
++
++
++# Check whether --with-gnu-ld or --without-gnu-ld was given.
++if test "${with_gnu_ld+set}" = set; then
++  withval="$with_gnu_ld"
++  test "$withval" = no || with_gnu_ld=yes
++else
++  with_gnu_ld=no
++fi; 
++ac_prog=ld
++if test "$GCC" = yes; then
++  # Check if gcc -print-prog-name=ld gives a path.
++  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
++  case $host in
++  *-*-mingw*)
++    # gcc leaves a trailing carriage return which upsets mingw
++    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
++  *)
++    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
++  esac
++  case $ac_prog in
++    # Accept absolute paths.
++    [\\/]* | ?:[\\/]*)
++      re_direlt='/[^/][^/]*/\.\./'
++      # Canonicalize the pathname of ld
++      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
++      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
++	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
++      done
++      test -z "$LD" && LD="$ac_prog"
++      ;;
++  "")
++    # If it fails, then pretend we aren't using GCC.
++    ac_prog=ld
++    ;;
++  *)
++    # If it is relative, then search for the first ld in PATH.
++    with_gnu_ld=unknown
++    ;;
++  esac
++elif test "$with_gnu_ld" = yes; then
++  echo "$as_me:$LINENO: checking for GNU ld" >&5
++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
++fi
++if test "${lt_cv_path_LD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$LD"; then
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
++      lt_cv_path_LD="$ac_dir/$ac_prog"
++      # Check to see if the program is GNU ld.  I'd rather use --version,
++      # but apparently some variants of GNU ld only accept -v.
++      # Break only if it was the GNU/non-GNU ld that we prefer.
++      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
++      *GNU* | *'with BFD'*)
++	test "$with_gnu_ld" != no && break
++	;;
++      *)
++	test "$with_gnu_ld" != yes && break
++	;;
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++else
++  lt_cv_path_LD="$LD" # Let the user override the test with a path.
++fi
++fi
++
++LD="$lt_cv_path_LD"
++if test -n "$LD"; then
++  echo "$as_me:$LINENO: result: $LD" >&5
++echo "${ECHO_T}$LD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
++echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
++   { (exit 1); exit 1; }; }
++echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
++if test "${lt_cv_prog_gnu_ld+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # I'd rather use --version here, but apparently some GNU lds only accept -v.
++case `$LD -v 2>&1 </dev/null` in
++*GNU* | *'with BFD'*)
++  lt_cv_prog_gnu_ld=yes
++  ;;
++*)
++  lt_cv_prog_gnu_ld=no
++  ;;
++esac
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
++with_gnu_ld=$lt_cv_prog_gnu_ld
++
++
++echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
++echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
++if test "${lt_cv_ld_reload_flag+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_ld_reload_flag='-r'
++fi
++echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
++echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
++reload_flag=$lt_cv_ld_reload_flag
++case $reload_flag in
++"" | " "*) ;;
++*) reload_flag=" $reload_flag" ;;
++esac
++reload_cmds='$LD$reload_flag -o $output$reload_objs'
++case $host_os in
++  darwin*)
++    if test "$GCC" = yes; then
++      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
++    else
++      reload_cmds='$LD$reload_flag -o $output$reload_objs'
++    fi
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
++echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
++if test "${lt_cv_path_NM+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$NM"; then
++  # Let the user override the test.
++  lt_cv_path_NM="$NM"
++else
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
++    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
++      # Check to see if the nm accepts a BSD-compat flag.
++      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
++      #   nm: unknown option "B" ignored
++      # Tru64's nm complains that /dev/null is an invalid object file
++      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
++      */dev/null* | *'Invalid file or object type'*)
++	lt_cv_path_NM="$tmp_nm -B"
++	break
++        ;;
++      *)
++	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
++	*/dev/null*)
++	  lt_cv_path_NM="$tmp_nm -p"
++	  break
++	  ;;
++	*)
++	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
++	  continue # so that we can try to find one that supports BSD flags
++	  ;;
++	esac
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
++fi
++fi
++echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
++echo "${ECHO_T}$lt_cv_path_NM" >&6
++NM="$lt_cv_path_NM"
++
++echo "$as_me:$LINENO: checking whether ln -s works" >&5
++echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
++LN_S=$as_ln_s
++if test "$LN_S" = "ln -s"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
++echo "${ECHO_T}no, using $LN_S" >&6
++fi
++
++echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
++echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
++if test "${lt_cv_deplibs_check_method+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_file_magic_cmd='$MAGIC_CMD'
++lt_cv_file_magic_test_file=
++lt_cv_deplibs_check_method='unknown'
++# Need to set the preceding variable on all platforms that support
++# interlibrary dependencies.
++# 'none' -- dependencies not supported.
++# `unknown' -- same as none, but documents that we really don't know.
++# 'pass_all' -- all dependencies passed with no checks.
++# 'test_compile' -- check by making test program.
++# 'file_magic [[regex]]' -- check by looking for files in library path
++# which responds to the $file_magic_cmd with a given extended regex.
++# If you have `file' or equivalent on your system and you're not sure
++# whether `pass_all' will *always* work, you probably want this one.
++
++case $host_os in
++aix4* | aix5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++beos*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++bsdi[45]*)
++  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
++  lt_cv_file_magic_cmd='/usr/bin/file -L'
++  lt_cv_file_magic_test_file=/shlib/libc.so
++  ;;
++
++cygwin*)
++  # func_win32_libid is a shell function defined in ltmain.sh
++  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
++  lt_cv_file_magic_cmd='func_win32_libid'
++  ;;
++
++mingw* | pw32*)
++  # Base MSYS/MinGW do not provide the 'file' command needed by
++  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
++  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
++  lt_cv_file_magic_cmd='$OBJDUMP -f'
++  ;;
++
++darwin* | rhapsody*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++freebsd* | kfreebsd*-gnu | dragonfly*)
++  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
++    case $host_cpu in
++    i*86 )
++      # Not sure whether the presence of OpenBSD here was a mistake.
++      # Let's accept both of them until this is cleared up.
++      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
++      lt_cv_file_magic_cmd=/usr/bin/file
++      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
++      ;;
++    esac
++  else
++    lt_cv_deplibs_check_method=pass_all
++  fi
++  ;;
++
++gnu*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++hpux10.20* | hpux11*)
++  lt_cv_file_magic_cmd=/usr/bin/file
++  case $host_cpu in
++  ia64*)
++    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
++    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
++    ;;
++  hppa*64*)
++    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
++    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
++    ;;
++  *)
++    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
++    lt_cv_file_magic_test_file=/usr/lib/libc.sl
++    ;;
++  esac
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $LD in
++  *-32|*"-32 ") libmagic=32-bit;;
++  *-n32|*"-n32 ") libmagic=N32;;
++  *-64|*"-64 ") libmagic=64-bit;;
++  *) libmagic=never-match;;
++  esac
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++  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
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
++  fi
++  ;;
++
++newos6*)
++  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
++  lt_cv_file_magic_cmd=/usr/bin/file
++  lt_cv_file_magic_test_file=/usr/lib/libnls.so
++  ;;
++
++nto-qnx*)
++  lt_cv_deplibs_check_method=unknown
++  ;;
++
++openbsd*)
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
++  else
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
++  fi
++  ;;
++
++osf3* | osf4* | osf5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++sco3.2v5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++solaris*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  case $host_vendor in
++  motorola)
++    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
++    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
++    ;;
++  ncr)
++    lt_cv_deplibs_check_method=pass_all
++    ;;
++  sequent)
++    lt_cv_file_magic_cmd='/bin/file'
++    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
++    ;;
++  sni)
++    lt_cv_file_magic_cmd='/bin/file'
++    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
++    lt_cv_file_magic_test_file=/lib/libc.so
++    ;;
++  siemens)
++    lt_cv_deplibs_check_method=pass_all
++    ;;
++  esac
++  ;;
++
++sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++esac
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
++echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
++file_magic_cmd=$lt_cv_file_magic_cmd
++deplibs_check_method=$lt_cv_deplibs_check_method
++test -z "$deplibs_check_method" && deplibs_check_method=unknown
++
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
++if test "${enable_libtool_lock+set}" = set; then
++  enableval="$enable_libtool_lock"
++  
++fi; 
++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
++
++# Some flags need to be propagated to the compiler or linker for good
++# libtool support.
++case $host in
++ia64-*-hpux*)
++  # Find out which ABI we are using.
++  echo 'int i;' > conftest.$ac_ext
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++    case `/usr/bin/file conftest.$ac_objext` in
++    *ELF-32*)
++      HPUX_IA64_MODE="32"
++      ;;
++    *ELF-64*)
++      HPUX_IA64_MODE="64"
++      ;;
++    esac
++  fi
++  rm -rf conftest*
++  ;;
++*-*-irix6*)
++  # Find out which ABI we are using.
++  echo '#line __oline__ "configure"' > conftest.$ac_ext
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++   if test "$lt_cv_prog_gnu_ld" = yes; then
++    case `/usr/bin/file conftest.$ac_objext` in
++    *32-bit*)
++      LD="${LD-ld} -melf32bsmip"
++      ;;
++    *N32*)
++      LD="${LD-ld} -melf32bmipn32"
++      ;;
++    *64-bit*)
++      LD="${LD-ld} -melf64bmip"
++      ;;
++    esac
++   else
++    case `/usr/bin/file conftest.$ac_objext` in
++    *32-bit*)
++      LD="${LD-ld} -32"
++      ;;
++    *N32*)
++      LD="${LD-ld} -n32"
++      ;;
++    *64-bit*)
++      LD="${LD-ld} -64"
++      ;;
++    esac
++   fi
++  fi
++  rm -rf conftest*
++  ;;
++
++x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
++  # Find out which ABI we are using.
++  echo 'int i;' > conftest.$ac_ext
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++    case `/usr/bin/file conftest.o` in
++    *32-bit*)
++      case $host in
++        x86_64-*linux*)
++          LD="${LD-ld} -m elf_i386"
++          ;;
++        ppc64-*linux*|powerpc64-*linux*)
++          LD="${LD-ld} -m elf32ppclinux"
++          ;;
++        s390x-*linux*)
++          LD="${LD-ld} -m elf_s390"
++          ;;
++        sparc64-*linux*)
++          LD="${LD-ld} -m elf32_sparc"
++          ;;
++      esac
++      ;;
++    *64-bit*)
++      case $host in
++        x86_64-*linux*)
++          LD="${LD-ld} -m elf_x86_64"
++          ;;
++        ppc*-*linux*|powerpc*-*linux*)
++          LD="${LD-ld} -m elf64ppc"
++          ;;
++        s390*-*linux*)
++          LD="${LD-ld} -m elf64_s390"
++          ;;
++        sparc*-*linux*)
++          LD="${LD-ld} -m elf64_sparc"
++          ;;
++      esac
++      ;;
++    esac
++  fi
++  rm -rf conftest*
++  ;;
++
++*-*-sco3.2v5*)
++  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
++  SAVE_CFLAGS="$CFLAGS"
++  CFLAGS="$CFLAGS -belf"
++  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
++echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
++if test "${lt_cv_cc_needs_belf+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++     cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  lt_cv_cc_needs_belf=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++lt_cv_cc_needs_belf=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++     ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
++echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
++  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
++    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
++    CFLAGS="$SAVE_CFLAGS"
++  fi
++  ;;
++
++esac
++
++need_locks="$enable_libtool_lock"
++
++
++
++echo "$as_me:$LINENO: checking for ANSI C header files" >&5
++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
++if test "${ac_cv_header_stdc+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++#include <stdarg.h>
++#include <string.h>
++#include <float.h>
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_header_stdc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_header_stdc=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++if test $ac_cv_header_stdc = yes; then
++  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <string.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "memchr" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "free" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
++  if test "$cross_compiling" = yes; then
++  :
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <ctype.h>
++#if ((' ' & 0x0FF) == 0x020)
++# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
++# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
++#else
++# define ISLOWER(c) \
++		   (('a' <= (c) && (c) <= 'i') \
++		     || ('j' <= (c) && (c) <= 'r') \
++		     || ('s' <= (c) && (c) <= 'z'))
++# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
++#endif
++
++#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
++int
++main ()
++{
++  int i;
++  for (i = 0; i < 256; i++)
++    if (XOR (islower (i), ISLOWER (i))
++	|| toupper (i) != TOUPPER (i))
++      exit(2);
++  exit (0);
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_header_stdc=no
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
++echo "${ECHO_T}$ac_cv_header_stdc" >&6
++if test $ac_cv_header_stdc = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define STDC_HEADERS 1
++_ACEOF
++
++fi
++
++# On IRIX 5.3, sys/types and inttypes.h are conflicting.
++
++
++
++
++
++
++
++
++
++for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
++		  inttypes.h stdint.h unistd.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_Header=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_Header=no"
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++
++for ac_header in dlfcn.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++
++if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++    (test "X$CXX" != "Xg++"))) ; then
++  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
++if test -z "$CXXCPP"; then
++  if test "${ac_cv_prog_CXXCPP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++      # Double quotes because CXXCPP needs to be expanded
++    for CXXCPP in "$CXX -E" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  break
++fi
++
++    done
++    ac_cv_prog_CXXCPP=$CXXCPP
++  
++fi
++  CXXCPP=$ac_cv_prog_CXXCPP
++else
++  ac_cv_prog_CXXCPP=$CXXCPP
++fi
++echo "$as_me:$LINENO: result: $CXXCPP" >&5
++echo "${ECHO_T}$CXXCPP" >&6
++ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@ifdef __STDC__
++@%:@ include <limits.h>
++@%:@else
++@%:@ include <assert.h>
++@%:@endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  :
++else
++  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++fi
++
++ac_ext=f
++ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
++ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_f77_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$F77"; then
++  ac_cv_prog_F77="$F77" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++F77=$ac_cv_prog_F77
++if test -n "$F77"; then
++  echo "$as_me:$LINENO: result: $F77" >&5
++echo "${ECHO_T}$F77" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    test -n "$F77" && break
++  done
++fi
++if test -z "$F77"; then
++  ac_ct_F77=$F77
++  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_F77"; then
++  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_F77="$ac_prog"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++ac_ct_F77=$ac_cv_prog_ac_ct_F77
++if test -n "$ac_ct_F77"; then
++  echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
++echo "${ECHO_T}$ac_ct_F77" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  test -n "$ac_ct_F77" && break
++done
++
++  F77=$ac_ct_F77
++fi
++
++
++# Provide some information about the compiler.
++echo "$as_me:__oline__:" \
++     "checking for Fortran 77 compiler version" >&5
++ac_compiler=`set X $ac_compile; echo $2`
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
++  (eval $ac_compiler --version </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
++  (eval $ac_compiler -v </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
++  (eval $ac_compiler -V </dev/null >&5) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++rm -f a.out
++
++# If we don't use `.F' as extension, the preprocessor is not run on the
++# input file.  (Note that this only needs to work for GNU compilers.)
++ac_save_ext=$ac_ext
++ac_ext=F
++echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
++echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
++if test "${ac_cv_f77_compiler_gnu+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++      program main
++#ifndef __GNUC__
++       choke me
++#endif
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_compiler_gnu=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_compiler_gnu=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_f77_compiler_gnu=$ac_compiler_gnu
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
++echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
++ac_ext=$ac_save_ext
++ac_test_FFLAGS=${FFLAGS+set}
++ac_save_FFLAGS=$FFLAGS
++FFLAGS=
++echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
++echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
++if test "${ac_cv_prog_f77_g+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  FFLAGS=-g
++cat >conftest.$ac_ext <<_ACEOF
++      program main
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_prog_f77_g=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_prog_f77_g=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++fi
++echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
++echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
++if test "$ac_test_FFLAGS" = set; then
++  FFLAGS=$ac_save_FFLAGS
++elif test $ac_cv_prog_f77_g = yes; then
++  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
++    FFLAGS="-g -O2"
++  else
++    FFLAGS="-g"
++  fi
++else
++  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
++    FFLAGS="-O2"
++  else
++    FFLAGS=
++  fi
++fi
++
++G77=`test $ac_compiler_gnu = yes && echo yes`
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
++
++# find the maximum length of command line arguments
++echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
++echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
++if test "${lt_cv_sys_max_cmd_len+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++    i=0
++  teststring="ABCD"
++
++  case $build_os in
++  msdosdjgpp*)
++    # On DJGPP, this test can blow up pretty badly due to problems in libc
++    # (any single argument exceeding 2000 bytes causes a buffer overrun
++    # during glob expansion).  Even if it were fixed, the result of this
++    # check would be larger than it should be.
++    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
++    ;;
++
++  gnu*)
++    # Under GNU Hurd, this test is not required because there is
++    # no limit to the length of command line arguments.
++    # Libtool will interpret -1 as no limit whatsoever
++    lt_cv_sys_max_cmd_len=-1;
++    ;;
++
++  cygwin* | mingw*)
++    # On Win9x/ME, this test blows up -- it succeeds, but takes
++    # about 5 minutes as the teststring grows exponentially.
++    # Worse, since 9x/ME are not pre-emptively multitasking,
++    # you end up with a "frozen" computer, even though with patience
++    # the test eventually succeeds (with a max line length of 256k).
++    # Instead, let's just punt: use the minimum linelength reported by
++    # all of the supported platforms: 8192 (on NT/2K/XP).
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  amigaos*)
++    # On AmigaOS with pdksh, this test takes hours, literally.
++    # So we just punt and use a minimum line length of 8192.
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++    # This has been around since 386BSD, at least.  Likely further.
++    if test -x /sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
++    elif test -x /usr/sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
++    else
++      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
++    fi
++    # And add a safety zone
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
++    ;;
++  osf*)
++    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
++    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
++    # nice to cause kernel panics so lets avoid the loop below.
++    # First set a reasonable default.
++    lt_cv_sys_max_cmd_len=16384
++    #
++    if test -x /sbin/sysconfig; then
++      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
++        *1*) lt_cv_sys_max_cmd_len=-1 ;;
++      esac
++    fi
++    ;;
++  *)
++    # If test is not a shell built-in, we'll probably end up computing a
++    # maximum length that is only half of the actual maximum length, but
++    # we can't tell.
++    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
++    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
++	       = "XX$teststring") >/dev/null 2>&1 &&
++	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
++	    lt_cv_sys_max_cmd_len=$new_result &&
++	    test $i != 17 # 1/2 MB should be enough
++    do
++      i=`expr $i + 1`
++      teststring=$teststring$teststring
++    done
++    teststring=
++    # Add a significant safety factor because C++ compilers can tack on massive
++    # amounts of additional arguments before passing them to the linker.
++    # It appears as though 1/2 is a usable value.
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
++    ;;
++  esac
++
++fi
++
++if test -n $lt_cv_sys_max_cmd_len ; then
++  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
++echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
++else
++  echo "$as_me:$LINENO: result: none" >&5
++echo "${ECHO_T}none" >&6
++fi
++
++
++
++
++# Check for command to grab the raw symbol name followed by C symbol from nm.
++echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
++echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
++if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++# These are sane defaults that work on at least a few old systems.
++# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
++
++# Character class describing NM global symbol codes.
++symcode='[BCDEGRST]'
++
++# Regexp to match symbols that can be accessed directly from C.
++sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
++
++# Transform an extracted symbol line into a proper C declaration
++lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
++
++# Transform an extracted symbol line into symbol name and symbol address
++lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++
++# Define system-specific variables.
++case $host_os in
++aix*)
++  symcode='[BCDT]'
++  ;;
++cygwin* | mingw* | pw32*)
++  symcode='[ABCDGISTW]'
++  ;;
++hpux*) # Its linker distinguishes data from code symbols
++  if test "$host_cpu" = ia64; then
++    symcode='[ABCDEGRST]'
++  fi
++  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  ;;
++linux*)
++  if test "$host_cpu" = ia64; then
++    symcode='[ABCDGIRSTW]'
++    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  fi
++  ;;
++irix* | nonstopux*)
++  symcode='[BCDEGRST]'
++  ;;
++osf*)
++  symcode='[BCDEGQRST]'
++  ;;
++solaris* | sysv5*)
++  symcode='[BDRT]'
++  ;;
++sysv4)
++  symcode='[DFNSTU]'
++  ;;
++esac
++
++# Handle CRLF in mingw tool chain
++opt_cr=
++case $build_os in
++mingw*)
++  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
++  ;;
++esac
++
++# If we're using GNU nm, then use its standard symbol codes.
++case `$NM -V 2>&1` in
++*GNU* | *'with BFD'*)
++  symcode='[ABCDGIRSTW]' ;;
++esac
++
++# Try without a prefix undercore, then with it.
++for ac_symprfx in "" "_"; do
++
++  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
++  symxfrm="\\1 $ac_symprfx\\2 \\2"
++
++  # Write the raw and C identifiers.
++  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
++
++  # Check to see that the pipe works correctly.
++  pipe_works=no
++
++  rm -f conftest*
++  cat > conftest.$ac_ext <<EOF
++#ifdef __cplusplus
++extern "C" {
++#endif
++char nm_test_var;
++void nm_test_func(){}
++#ifdef __cplusplus
++}
++#endif
++int main(){nm_test_var='a';nm_test_func();return(0);}
++EOF
++
++  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++    # Now try to grab the symbols.
++    nlist=conftest.nm
++    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
++  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s "$nlist"; then
++      # Try sorting and uniquifying the output.
++      if sort "$nlist" | uniq > "$nlist"T; then
++	mv -f "$nlist"T "$nlist"
++      else
++	rm -f "$nlist"T
++      fi
++
++      # Make sure that we snagged all the symbols we need.
++      if grep ' nm_test_var$' "$nlist" >/dev/null; then
++	if grep ' nm_test_func$' "$nlist" >/dev/null; then
++	  cat <<EOF > conftest.$ac_ext
++#ifdef __cplusplus
++extern "C" {
++#endif
++
++EOF
++	  # Now generate the symbol file.
++	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
++
++	  cat <<EOF >> conftest.$ac_ext
++#if defined (__STDC__) && __STDC__
++# define lt_ptr_t void *
++#else
++# define lt_ptr_t char *
++# define const
++#endif
++
++/* The mapping between symbol names and symbols. */
++const struct {
++  const char *name;
++  lt_ptr_t address;
++}
++lt_preloaded_symbols[] =
++{
++EOF
++	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
++	  cat <<\EOF >> conftest.$ac_ext
++  {0, (lt_ptr_t) 0}
++};
++
++#ifdef __cplusplus
++}
++#endif
++EOF
++	  # Now try linking the two files.
++	  mv conftest.$ac_objext conftstm.$ac_objext
++	  lt_save_LIBS="$LIBS"
++	  lt_save_CFLAGS="$CFLAGS"
++	  LIBS="conftstm.$ac_objext"
++	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
++	  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext}; then
++	    pipe_works=yes
++	  fi
++	  LIBS="$lt_save_LIBS"
++	  CFLAGS="$lt_save_CFLAGS"
++	else
++	  echo "cannot find nm_test_func in $nlist" >&5
++	fi
++      else
++	echo "cannot find nm_test_var in $nlist" >&5
++      fi
++    else
++      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
++    fi
++  else
++    echo "$progname: failed program was:" >&5
++    cat conftest.$ac_ext >&5
++  fi
++  rm -f conftest* conftst*
++
++  # Do not use the global_symbol_pipe unless it works.
++  if test "$pipe_works" = yes; then
++    break
++  else
++    lt_cv_sys_global_symbol_pipe=
++  fi
++done
++
++fi
++
++if test -z "$lt_cv_sys_global_symbol_pipe"; then
++  lt_cv_sys_global_symbol_to_cdecl=
++fi
++if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
++  echo "$as_me:$LINENO: result: failed" >&5
++echo "${ECHO_T}failed" >&6
++else
++  echo "$as_me:$LINENO: result: ok" >&5
++echo "${ECHO_T}ok" >&6
++fi
++
++echo "$as_me:$LINENO: checking for objdir" >&5
++echo $ECHO_N "checking for objdir... $ECHO_C" >&6
++if test "${lt_cv_objdir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  rm -f .libs 2>/dev/null
++mkdir .libs 2>/dev/null
++if test -d .libs; then
++  lt_cv_objdir=.libs
++else
++  # MS-DOS does not allow filenames that begin with a dot.
++  lt_cv_objdir=_libs
++fi
++rmdir .libs 2>/dev/null
++fi
++echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
++echo "${ECHO_T}$lt_cv_objdir" >&6
++objdir=$lt_cv_objdir
++
++
++
++
++
++case $host_os in
++aix3*)
++  # AIX sometimes has problems with the GCC collect2 program.  For some
++  # reason, if we set the COLLECT_NAMES environment variable, the problems
++  # vanish in a puff of smoke.
++  if test "X${COLLECT_NAMES+set}" != Xset; then
++    COLLECT_NAMES=
++    export COLLECT_NAMES
++  fi
++  ;;
++esac
++
++# Sed substitution that helps us do robust quoting.  It backslashifies
++# metacharacters that are still active within double-quoted strings.
++Xsed='sed -e 1s/^X//'
++sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
++
++# Same as above, but do not quote variable references.
++double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
++
++# Sed substitution to delay expansion of an escaped shell variable in a
++# double_quote_subst'ed string.
++delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
++
++# Sed substitution to avoid accidental globbing in evaled expressions
++no_glob_subst='s/\*/\\\*/g'
++
++# Constants:
++rm="rm -f"
++
++# Global variables:
++default_ofile=libtool
++can_build_shared=yes
++
++# All known linkers require a `.a' archive for static linking (except MSVC,
++# which needs '.lib').
++libext=a
++ltmain="$ac_aux_dir/ltmain.sh"
++ofile="$default_ofile"
++with_gnu_ld="$lt_cv_prog_gnu_ld"
++
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
++set dummy ${ac_tool_prefix}ar; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_AR+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$AR"; then
++  ac_cv_prog_AR="$AR" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_AR="${ac_tool_prefix}ar"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++AR=$ac_cv_prog_AR
++if test -n "$AR"; then
++  echo "$as_me:$LINENO: result: $AR" >&5
++echo "${ECHO_T}$AR" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_AR"; then
++  ac_ct_AR=$AR
++  # Extract the first word of "ar", so it can be a program name with args.
++set dummy ar; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_AR"; then
++  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_AR="ar"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
++fi
++fi
++ac_ct_AR=$ac_cv_prog_ac_ct_AR
++if test -n "$ac_ct_AR"; then
++  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
++echo "${ECHO_T}$ac_ct_AR" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  AR=$ac_ct_AR
++else
++  AR="$ac_cv_prog_AR"
++fi
++
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
++set dummy ${ac_tool_prefix}ranlib; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_RANLIB+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$RANLIB"; then
++  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++RANLIB=$ac_cv_prog_RANLIB
++if test -n "$RANLIB"; then
++  echo "$as_me:$LINENO: result: $RANLIB" >&5
++echo "${ECHO_T}$RANLIB" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_RANLIB"; then
++  ac_ct_RANLIB=$RANLIB
++  # Extract the first word of "ranlib", so it can be a program name with args.
++set dummy ranlib; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_RANLIB"; then
++  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_RANLIB="ranlib"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
++fi
++fi
++ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
++if test -n "$ac_ct_RANLIB"; then
++  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
++echo "${ECHO_T}$ac_ct_RANLIB" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  RANLIB=$ac_ct_RANLIB
++else
++  RANLIB="$ac_cv_prog_RANLIB"
++fi
++
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
++set dummy ${ac_tool_prefix}strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$STRIP"; then
++  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++fi
++fi
++STRIP=$ac_cv_prog_STRIP
++if test -n "$STRIP"; then
++  echo "$as_me:$LINENO: result: $STRIP" >&5
++echo "${ECHO_T}$STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++fi
++if test -z "$ac_cv_prog_STRIP"; then
++  ac_ct_STRIP=$STRIP
++  # Extract the first word of "strip", so it can be a program name with args.
++set dummy strip; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -n "$ac_ct_STRIP"; then
++  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_STRIP="strip"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
++fi
++fi
++ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
++if test -n "$ac_ct_STRIP"; then
++  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
++echo "${ECHO_T}$ac_ct_STRIP" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  STRIP=$ac_ct_STRIP
++else
++  STRIP="$ac_cv_prog_STRIP"
++fi
++
++
++old_CC="$CC"
++old_CFLAGS="$CFLAGS"
++
++# Set sane defaults for various variables
++test -z "$AR" && AR=ar
++test -z "$AR_FLAGS" && AR_FLAGS=cru
++test -z "$AS" && AS=as
++test -z "$CC" && CC=cc
++test -z "$LTCC" && LTCC=$CC
++test -z "$DLLTOOL" && DLLTOOL=dlltool
++test -z "$LD" && LD=ld
++test -z "$LN_S" && LN_S="ln -s"
++test -z "$MAGIC_CMD" && MAGIC_CMD=file
++test -z "$NM" && NM=nm
++test -z "$SED" && SED=sed
++test -z "$OBJDUMP" && OBJDUMP=objdump
++test -z "$RANLIB" && RANLIB=:
++test -z "$STRIP" && STRIP=:
++test -z "$ac_objext" && ac_objext=o
++
++# Determine commands to create old-style static archives.
++old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
++old_postinstall_cmds='chmod 644 $oldlib'
++old_postuninstall_cmds=
++
++if test -n "$RANLIB"; then
++  case $host_os in
++  openbsd*)
++    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
++    ;;
++  *)
++    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
++    ;;
++  esac
++  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
++fi
++
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++# Only perform the check for file, if the check method requires it
++case $deplibs_check_method in
++file_magic*)
++  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
++    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
++echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
++if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case $MAGIC_CMD in
++[\\/*] |  ?:[\\/]*)
++  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
++  ;;
++*)
++  lt_save_MAGIC_CMD="$MAGIC_CMD"
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
++  for ac_dir in $ac_dummy; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/${ac_tool_prefix}file; then
++      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
++      if test -n "$file_magic_test_file"; then
++	case $deplibs_check_method in
++	"file_magic "*)
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
++	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
++	    $EGREP "$file_magic_regex" > /dev/null; then
++	    :
++	  else
++	    cat <<EOF 1>&2
++
++*** Warning: the command libtool uses to detect shared libraries,
++*** $file_magic_cmd, produces output that libtool cannot recognize.
++*** The result is that libtool may fail to recognize shared libraries
++*** as such.  This will affect the creation of libtool libraries that
++*** depend on shared libraries, but programs linked with such libtool
++*** libraries will work regardless of this problem.  Nevertheless, you
++*** may want to report the problem to your system manager and/or to
++*** bug-libtool at gnu.org
++
++EOF
++	  fi ;;
++	esac
++      fi
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++  MAGIC_CMD="$lt_save_MAGIC_CMD"
++  ;;
++esac
++fi
++
++MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++if test -n "$MAGIC_CMD"; then
++  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
++echo "${ECHO_T}$MAGIC_CMD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++if test -z "$lt_cv_path_MAGIC_CMD"; then
++  if test -n "$ac_tool_prefix"; then
++    echo "$as_me:$LINENO: checking for file" >&5
++echo $ECHO_N "checking for file... $ECHO_C" >&6
++if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case $MAGIC_CMD in
++[\\/*] |  ?:[\\/]*)
++  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
++  ;;
++*)
++  lt_save_MAGIC_CMD="$MAGIC_CMD"
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
++  for ac_dir in $ac_dummy; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/file; then
++      lt_cv_path_MAGIC_CMD="$ac_dir/file"
++      if test -n "$file_magic_test_file"; then
++	case $deplibs_check_method in
++	"file_magic "*)
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
++	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
++	    $EGREP "$file_magic_regex" > /dev/null; then
++	    :
++	  else
++	    cat <<EOF 1>&2
++
++*** Warning: the command libtool uses to detect shared libraries,
++*** $file_magic_cmd, produces output that libtool cannot recognize.
++*** The result is that libtool may fail to recognize shared libraries
++*** as such.  This will affect the creation of libtool libraries that
++*** depend on shared libraries, but programs linked with such libtool
++*** libraries will work regardless of this problem.  Nevertheless, you
++*** may want to report the problem to your system manager and/or to
++*** bug-libtool at gnu.org
++
++EOF
++	  fi ;;
++	esac
++      fi
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++  MAGIC_CMD="$lt_save_MAGIC_CMD"
++  ;;
++esac
++fi
++
++MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++if test -n "$MAGIC_CMD"; then
++  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
++echo "${ECHO_T}$MAGIC_CMD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++  else
++    MAGIC_CMD=:
++  fi
++fi
++
++  fi
++  ;;
++esac
++
++enable_dlopen=yes
++enable_win32_dll=no
++
++# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
++if test "${enable_libtool_lock+set}" = set; then
++  enableval="$enable_libtool_lock"
++  
++fi; 
++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
++
++
++# Check whether --with-pic or --without-pic was given.
++if test "${with_pic+set}" = set; then
++  withval="$with_pic"
++  pic_mode="$withval"
++else
++  pic_mode=default
++fi; 
++test -z "$pic_mode" && pic_mode=default
++
++# Use C for the default configuration in the libtool script
++tagname=
++lt_save_CC="$CC"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++# Source file extension for C test sources.
++ac_ext=c
++
++# Object file extension for compiled C test sources.
++objext=o
++objext=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="int some_variable = 0;\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='int main(){return(0);}\n'
++
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++#
++# Check for any special shared library compilation flags.
++#
++lt_prog_cc_shlib=
++if test "$GCC" = no; then
++  case $host_os in
++  sco3.2v5*)
++    lt_prog_cc_shlib='-belf'
++    ;;
++  esac
++fi
++if test -n "$lt_prog_cc_shlib"; then
++  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
++echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
++  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
++  else
++    { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
++echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
++    lt_cv_prog_cc_can_build_shared=no
++  fi
++fi
++
++
++#
++# Check to make sure the static flag actually works.
++#
++echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
++echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
++if test "${lt_prog_compiler_static_works+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_static_works=no
++   save_LDFLAGS="$LDFLAGS"
++   LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
++   printf "$lt_simple_link_test_code" > conftest.$ac_ext
++   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++     # The linker can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     if test -s conftest.err; then
++       # Append any errors to the config.log.
++       cat conftest.err 1>&5
++       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
++       $SED '/^$/d' conftest.err >conftest.er2
++       if diff conftest.exp conftest.er2 >/dev/null; then
++         lt_prog_compiler_static_works=yes
++       fi
++     else
++       lt_prog_compiler_static_works=yes
++     fi
++   fi
++   $rm conftest*
++   LDFLAGS="$save_LDFLAGS"
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
++echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
++
++if test x"$lt_prog_compiler_static_works" = xyes; then
++    :
++else
++    lt_prog_compiler_static=
++fi
++
++
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++
++lt_prog_compiler_no_builtin_flag=
++
++if test "$GCC" = yes; then
++  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
++
++  
++echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_rtti_exceptions=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="-fno-rtti -fno-exceptions"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_rtti_exceptions=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
++
++if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
++    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
++else
++    :
++fi
++
++fi
++
++lt_prog_compiler_wl=
++lt_prog_compiler_pic=
++lt_prog_compiler_static=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  if test "$GCC" = yes; then
++    lt_prog_compiler_wl='-Wl,'
++    lt_prog_compiler_static='-static'
++
++    case $host_os in
++      aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static='-Bstatic'
++      fi
++      ;;
++
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
++      ;;
++
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic='-DDLL_EXPORT'
++      ;;
++
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic='-fno-common'
++      ;;
++
++    msdosdjgpp*)
++      # Just because we use GCC doesn't mean we suddenly get shared libraries
++      # on systems that don't support them.
++      lt_prog_compiler_can_build_shared=no
++      enable_shared=no
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic=-Kconform_pic
++      fi
++      ;;
++
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic='-fPIC'
++	;;
++      esac
++      ;;
++
++    *)
++      lt_prog_compiler_pic='-fPIC'
++      ;;
++    esac
++  else
++    # PORTME Check for flag to pass linker flags through the system compiler.
++    case $host_os in
++    aix*)
++      lt_prog_compiler_wl='-Wl,'
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static='-Bstatic'
++      else
++	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
++      fi
++      ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic='-qnocommon'
++         lt_prog_compiler_wl='-Wl,'
++         ;;
++       esac
++       ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic='-DDLL_EXPORT'
++      ;;
++
++    hpux9* | hpux10* | hpux11*)
++      lt_prog_compiler_wl='-Wl,'
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic='+Z'
++	;;
++      esac
++      # Is there a better lt_prog_compiler_static that works with the bundled CC?
++      lt_prog_compiler_static='${wl}-a ${wl}archive'
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      lt_prog_compiler_wl='-Wl,'
++      # PIC (with -KPIC) is the default.
++      lt_prog_compiler_static='-non_shared'
++      ;;
++
++    newsos6)
++      lt_prog_compiler_pic='-KPIC'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    linux*)
++      case $cc_basename in
++      icc* | ecc*)
++	lt_prog_compiler_wl='-Wl,'
++	lt_prog_compiler_pic='-KPIC'
++	lt_prog_compiler_static='-static'
++        ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl='-Wl,'
++	lt_prog_compiler_pic='-fpic'
++	lt_prog_compiler_static='-Bstatic'
++        ;;
++      ccc*)
++        lt_prog_compiler_wl='-Wl,'
++        # All Alpha code is PIC.
++        lt_prog_compiler_static='-non_shared'
++        ;;
++      esac
++      ;;
++
++    osf3* | osf4* | osf5*)
++      lt_prog_compiler_wl='-Wl,'
++      # All OSF/1 code is PIC.
++      lt_prog_compiler_static='-non_shared'
++      ;;
++
++    sco3.2v5*)
++      lt_prog_compiler_pic='-Kpic'
++      lt_prog_compiler_static='-dn'
++      ;;
++
++    solaris*)
++      lt_prog_compiler_pic='-KPIC'
++      lt_prog_compiler_static='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl='-Wl,';;
++      esac
++      ;;
++
++    sunos4*)
++      lt_prog_compiler_wl='-Qoption ld '
++      lt_prog_compiler_pic='-PIC'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++      lt_prog_compiler_wl='-Wl,'
++      lt_prog_compiler_pic='-KPIC'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec ;then
++	lt_prog_compiler_pic='-Kconform_pic'
++	lt_prog_compiler_static='-Bstatic'
++      fi
++      ;;
++
++    unicos*)
++      lt_prog_compiler_wl='-Wl,'
++      lt_prog_compiler_can_build_shared=no
++      ;;
++
++    uts4*)
++      lt_prog_compiler_pic='-pic'
++      lt_prog_compiler_static='-Bstatic'
++      ;;
++
++    *)
++      lt_prog_compiler_can_build_shared=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
++
++if test x"$lt_prog_compiler_pic_works" = xyes; then
++    case $lt_prog_compiler_pic in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
++     esac
++else
++    lt_prog_compiler_pic=
++     lt_prog_compiler_can_build_shared=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic=
++    ;;
++  *)
++    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  runpath_var=
++  allow_undefined_flag=
++  enable_shared_with_static_runtimes=no
++  archive_cmds=
++  archive_expsym_cmds=
++  old_archive_From_new_cmds=
++  old_archive_from_expsyms_cmds=
++  export_dynamic_flag_spec=
++  whole_archive_flag_spec=
++  thread_safe_flag_spec=
++  hardcode_libdir_flag_spec=
++  hardcode_libdir_flag_spec_ld=
++  hardcode_libdir_separator=
++  hardcode_direct=no
++  hardcode_minus_L=no
++  hardcode_shlibpath_var=unsupported
++  link_all_deplibs=unknown
++  hardcode_automatic=no
++  module_cmds=
++  module_expsym_cmds=
++  always_export_symbols=no
++  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  # include_expsyms should be a list of space-separated symbols to be *always*
++  # included in the symbol list
++  include_expsyms=
++  # exclude_expsyms can be an extended regexp of symbols to exclude
++  # it will be wrapped by ` (' and `)$', so one must not match beginning or
++  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
++  # as well as any symbol that contains `d'.
++  exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
++  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
++  # platforms (ab)use it in PIC code, but their linkers get confused if
++  # the symbol is explicitly referenced.  Since portable code cannot
++  # rely on this symbol name, it's probably fine to never include it in
++  # preloaded symbol tables.
++  extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++  case $host_os in
++  cygwin* | mingw* | pw32*)
++    # FIXME: the MSVC++ port hasn't been tested in a loooong time
++    # When not using gcc, we currently assume that we are using
++    # Microsoft Visual C++.
++    if test "$GCC" != yes; then
++      with_gnu_ld=no
++    fi
++    ;;
++  openbsd*)
++    with_gnu_ld=no
++    ;;
++  esac
++
++  ld_shlibs=yes
++  if test "$with_gnu_ld" = yes; then
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    wlarc='${wl}'
++
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
++    # See if GNU ld supports shared libraries.
++    case $host_os in
++    aix3* | aix4* | aix5*)
++      # On AIX/PPC, the GNU linker is very broken
++      if test "$host_cpu" != ia64; then
++	ld_shlibs=no
++	cat <<EOF 1>&2
++
++*** Warning: the GNU linker, at least up to release 2.9.1, is reported
++*** to be unable to reliably create shared libraries on AIX.
++*** Therefore, libtool is disabling shared libraries support.  If you
++*** really care for shared libraries, you may want to modify your PATH
++*** so that a non-GNU linker is found, and then restart.
++
++EOF
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_minus_L=yes
++
++      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
++      # that the semantics of dynamic libraries on AmigaOS, at least up
++      # to version 4, is to share data among multiple programs linked
++      # with the same dynamic library.  Since this doesn't match the
++      # behavior of shared libraries on other platforms, we can't use
++      # them.
++      ld_shlibs=no
++      ;;
++
++    beos*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	allow_undefined_flag=unsupported
++	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++	# support --undefined.  This deserves some investigation.  FIXME
++	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
++      # as there is no search path for DLLs.
++      hardcode_libdir_flag_spec='-L$libdir'
++      allow_undefined_flag=unsupported
++      always_export_symbols=no
++      enable_shared_with_static_runtimes=yes
++      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++
++      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++	# If the export-symbols file already is a .def file (1st line
++	# is EXPORTS), use it as is; otherwise, prepend...
++	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	  cp $export_symbols $output_objdir/$soname.def;
++	else
++	  echo EXPORTS > $output_objdir/$soname.def;
++	  cat $export_symbols >> $output_objdir/$soname.def;
++	fi~
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs=no
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
++	wlarc=
++      else
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      fi
++      ;;
++
++    solaris* | sysv5*)
++      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
++	ld_shlibs=no
++	cat <<EOF 1>&2
++
++*** Warning: The releases 2.8.* of the GNU linker cannot reliably
++*** create shared libraries on Solaris systems.  Therefore, libtool
++*** is disabling shared libraries support.  We urge you to upgrade GNU
++*** binutils to release 2.9.1 or newer.  Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++EOF
++      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    sunos4*)
++      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      wlarc=
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    *)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++    esac
++
++    if test "$ld_shlibs" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec=
++      export_dynamic_flag_spec=
++      whole_archive_flag_spec=
++    fi
++  else
++    # PORTME fill in a description of your system's linker (not GNU ld)
++    case $host_os in
++    aix3*)
++      allow_undefined_flag=unsupported
++      always_export_symbols=yes
++      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
++      # Note: this linker hardcodes the directories in LIBPATH if there
++      # are no directories specified by -L.
++      hardcode_minus_L=yes
++      if test "$GCC" = yes && test -z "$link_static_flag"; then
++	# Neither direct hardcoding nor static linking is supported with a
++	# broken collect2.
++	hardcode_direct=unsupported
++      fi
++      ;;
++
++    aix4* | aix5*)
++      if test "$host_cpu" = ia64; then
++	# On IA64, the linker does run time linking by default, so we don't
++	# have to do anything special.
++	aix_use_runtimelinking=no
++	exp_sym_flag='-Bexport'
++	no_entry_flag=""
++      else
++	# If we're using GNU nm, then we don't want the "-C" option.
++	# -C means demangle to AIX nm, but means don't demangle with GNU nm
++	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	else
++	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
++
++	exp_sym_flag='-bexport'
++	no_entry_flag='-bnoentry'
++      fi
++
++      # When large executables or shared objects are built, AIX ld can
++      # have problems creating the table of contents.  If linking a library
++      # or program results in "error TOC overflow" add -mminimal-toc to
++      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++      archive_cmds=''
++      hardcode_direct=yes
++      hardcode_libdir_separator=':'
++      link_all_deplibs=yes
++
++      if test "$GCC" = yes; then
++	case $host_os in aix4.[012]|aix4.[012].*)
++	# We only want to do this on AIX 4.2 and lower, the check
++	# below for broken collect2 doesn't work under 4.3+
++	  collect2name=`${CC} -print-prog-name=collect2`
++	  if test -f "$collect2name" && \
++  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	  then
++  	  # We have reworked collect2
++  	  hardcode_direct=yes
++	  else
++  	  # We have old collect2
++  	  hardcode_direct=unsupported
++  	  # It fails to find uninstalled libraries when the uninstalled
++  	  # path is not listed in the libpath.  Setting hardcode_minus_L
++  	  # to unsupported forces relinking
++  	  hardcode_minus_L=yes
++  	  hardcode_libdir_flag_spec='-L$libdir'
++  	  hardcode_libdir_separator=
++	  fi
++	esac
++	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
++      else
++	# not using gcc
++	if test "$host_cpu" = ia64; then
++  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++  	# chokes on -Wl,-G. The following line is correct:
++	  shared_flag='-G'
++	else
++  	if test "$aix_use_runtimelinking" = yes; then
++	    shared_flag='${wl}-G'
++	  else
++	    shared_flag='${wl}-bM:SRE'
++  	fi
++	fi
++      fi
++
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols=yes
++      if test "$aix_use_runtimelinking" = yes; then
++	# Warning - without using the other runtime loading flags (-brtl),
++	# -berok will link without error, but may produce a broken library.
++	allow_undefined_flag='-berok'
++       # Determine the default libpath from the value encoded in an empty executable.
++       cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       else
++	if test "$host_cpu" = ia64; then
++	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
++	  allow_undefined_flag="-z nodefs"
++	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	else
++	 # Determine the default libpath from the value encoded in an empty executable.
++	 cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
++	  # Warning - without using the other run time loading flags,
++	  # -berok will link without error, but may produce a broken library.
++	  no_undefined_flag=' ${wl}-bernotok'
++	  allow_undefined_flag=' ${wl}-berok'
++	  # -bexpall does not export symbols beginning with underscore (_)
++	  always_export_symbols=yes
++	  # Exported symbols can be pulled into shared objects from archives
++	  whole_archive_flag_spec=' '
++	  archive_cmds_need_lc=yes
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	fi
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_minus_L=yes
++      # see comment about different semantics on the GNU ld section
++      ld_shlibs=no
++      ;;
++
++    bsdi[45]*)
++      export_dynamic_flag_spec=-rdynamic
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # When not using gcc, we currently assume that we are using
++      # Microsoft Visual C++.
++      # hardcode_libdir_flag_spec is actually meaningless, as there is
++      # no search path for DLLs.
++      hardcode_libdir_flag_spec=' '
++      allow_undefined_flag=unsupported
++      # Tell ltmain to make .lib files, not .a files.
++      libext=lib
++      # Tell ltmain to make .dll files, not .so files.
++      shrext_cmds=".dll"
++      # FIXME: Setting linknames here is a bad hack.
++      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      # The linker will automatically build a .lib file if we build a DLL.
++      old_archive_From_new_cmds='true'
++      # FIXME: Should let the user specify the lib program.
++      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
++      fix_srcfile_path='`cygpath -w "$srcfile"`'
++      enable_shared_with_static_runtimes=yes
++      ;;
++
++    darwin* | rhapsody*)
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++      esac
++      archive_cmds_need_lc=no
++      hardcode_direct=no
++      hardcode_automatic=yes
++      hardcode_shlibpath_var=unsupported
++      whole_archive_flag_spec=''
++      link_all_deplibs=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs=no
++          ;;
++      esac
++    fi
++      ;;
++
++    dgux*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_shlibpath_var=no
++      ;;
++
++    freebsd1*)
++      ld_shlibs=no
++      ;;
++
++    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
++    # support.  Future versions do this automatically, but an explicit c++rt0.o
++    # does not break anything, and helps significantly (at the cost of a little
++    # extra space).
++    freebsd2.2*)
++      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
++    freebsd2*)
++      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct=yes
++      hardcode_minus_L=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    hpux9*)
++      if test "$GCC" = yes; then
++	archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++	archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      fi
++      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++      hardcode_libdir_separator=:
++      hardcode_direct=yes
++
++      # hardcode_minus_L: Not really in the search PATH,
++      # but as the default location of the library.
++      hardcode_minus_L=yes
++      export_dynamic_flag_spec='${wl}-E'
++      ;;
++
++    hpux10* | hpux11*)
++      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	*)
++	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	esac
++      else
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	*)
++	  archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	esac
++      fi
++      if test "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*)
++	  hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_flag_spec_ld='+b $libdir'
++	  hardcode_libdir_separator=:
++	  hardcode_direct=no
++	  hardcode_shlibpath_var=no
++	  ;;
++	ia64*)
++	  hardcode_libdir_flag_spec='-L$libdir'
++	  hardcode_direct=no
++	  hardcode_shlibpath_var=no
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L=yes
++	  ;;
++	*)
++	  hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_separator=:
++	  hardcode_direct=yes
++	  export_dynamic_flag_spec='${wl}-E'
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L=yes
++	  ;;
++	esac
++      fi
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      if test "$GCC" = yes; then
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_ld='-rpath $libdir'
++      fi
++      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator=:
++      link_all_deplibs=yes
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
++      else
++	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
++      fi
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    newsos6)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct=yes
++      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator=:
++      hardcode_shlibpath_var=no
++      ;;
++
++    openbsd*)
++      hardcode_direct=yes
++      hardcode_shlibpath_var=no
++      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
++	hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec='${wl}-E'
++      else
++       case $host_os in
++	 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
++	   archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++	   hardcode_libdir_flag_spec='-R$libdir'
++	   ;;
++	 *)
++	   archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	   hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
++	   ;;
++       esac
++      fi
++      ;;
++
++    os2*)
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_minus_L=yes
++      allow_undefined_flag=unsupported
++      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
++      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
++      ;;
++
++    osf3*)
++      if test "$GCC" = yes; then
++	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	allow_undefined_flag=' -expect_unresolved \*'
++	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++      fi
++      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator=:
++      ;;
++
++    osf4* | osf5*)	# as osf3* with the addition of -msym flag
++      if test "$GCC" = yes; then
++	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
++      else
++	allow_undefined_flag=' -expect_unresolved \*'
++	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
++
++	# Both c and cxx compiler support -rpath directly
++	hardcode_libdir_flag_spec='-rpath $libdir'
++      fi
++      hardcode_libdir_separator=:
++      ;;
++
++    sco3.2v5*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var=no
++      export_dynamic_flag_spec='${wl}-Bexport'
++      runpath_var=LD_RUN_PATH
++      hardcode_runpath_var=yes
++      ;;
++
++    solaris*)
++      no_undefined_flag=' -z text'
++      if test "$GCC" = yes; then
++	wlarc='${wl}'
++	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
++      else
++	wlarc=''
++	archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      fi
++      hardcode_libdir_flag_spec='-R$libdir'
++      hardcode_shlibpath_var=no
++      case $host_os in
++      solaris2.[0-5] | solaris2.[0-5].*) ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
++      esac
++      link_all_deplibs=yes
++      ;;
++
++    sunos4*)
++      if test "x$host_vendor" = xsequent; then
++	# Use $CC to link under sequent, because it throws in some extra .o
++	# files that make .init and .fini sections work.
++	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
++      fi
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_direct=yes
++      hardcode_minus_L=yes
++      hardcode_shlibpath_var=no
++      ;;
++
++    sysv4)
++      case $host_vendor in
++	sni)
++	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct=yes # is this really true???
++	;;
++	siemens)
++	  ## LD is ld it makes a PLAMLIB
++	  ## CC just makes a GrossModule.
++	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++	  reload_cmds='$CC -r -o $output$reload_objs'
++	  hardcode_direct=no
++        ;;
++	motorola)
++	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
++	;;
++      esac
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var=no
++      ;;
++
++    sysv4.3*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var=no
++      export_dynamic_flag_spec='-Bexport'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	hardcode_shlibpath_var=no
++	runpath_var=LD_RUN_PATH
++	hardcode_runpath_var=yes
++	ld_shlibs=yes
++      fi
++      ;;
++
++    sysv4.2uw2*)
++      archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct=yes
++      hardcode_minus_L=no
++      hardcode_shlibpath_var=no
++      hardcode_runpath_var=yes
++      runpath_var=LD_RUN_PATH
++      ;;
++
++   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
++      no_undefined_flag='${wl}-z ${wl}text'
++      if test "$GCC" = yes; then
++	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      fi
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var=no
++      ;;
++
++    sysv5*)
++      no_undefined_flag=' -z text'
++      # $CC -shared without GNU ld will not create a library from C++
++      # object files and a static libstdc++, better avoid it by now
++      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      hardcode_libdir_flag_spec=
++      hardcode_shlibpath_var=no
++      runpath_var='LD_RUN_PATH'
++      ;;
++
++    uts4*)
++      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec='-L$libdir'
++      hardcode_shlibpath_var=no
++      ;;
++
++    *)
++      ld_shlibs=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $ld_shlibs" >&5
++echo "${ECHO_T}$ld_shlibs" >&6
++test "$ld_shlibs" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag
++        allow_undefined_flag=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc=no
++        else
++	  archive_cmds_need_lc=yes
++        fi
++        allow_undefined_flag=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
++echo "${ECHO_T}$archive_cmds_need_lc" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action=
++if test -n "$hardcode_libdir_flag_spec" || \
++   test -n "$runpath_var" || \
++   test "X$hardcode_automatic" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
++     test "$hardcode_minus_L" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action" >&5
++echo "${ECHO_T}$hardcode_action" >&6
++
++if test "$hardcode_action" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++if test "x$enable_dlopen" != xyes; then
++  enable_dlopen=unknown
++  enable_dlopen_self=unknown
++  enable_dlopen_self_static=unknown
++else
++  lt_cv_dlopen=no
++  lt_cv_dlopen_libs=
++
++  case $host_os in
++  beos*)
++    lt_cv_dlopen="load_add_on"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ;;
++
++  mingw* | pw32*)
++    lt_cv_dlopen="LoadLibrary"
++    lt_cv_dlopen_libs=
++   ;;
++
++  cygwin*)
++    lt_cv_dlopen="dlopen"
++    lt_cv_dlopen_libs=
++   ;;
++
++  darwin*)
++  # if libdl is installed we need to link against it
++    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    
++fi
++
++   ;;
++
++  *)
++    echo "$as_me:$LINENO: checking for shl_load" >&5
++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
++if test "${ac_cv_func_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shl_load innocuous_shl_load
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shl_load (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shl_load
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shl_load) || defined (__stub___shl_load)
++choke me
++#else
++char (*f) () = shl_load;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shl_load;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
++echo "${ECHO_T}$ac_cv_func_shl_load" >&6
++if test $ac_cv_func_shl_load = yes; then
++  lt_cv_dlopen="shl_load"
++else
++  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++int
++main ()
++{
++shl_load ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
++if test $ac_cv_lib_dld_shl_load = yes; then
++  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
++else
++  echo "$as_me:$LINENO: checking for dlopen" >&5
++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
++if test "${ac_cv_func_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define dlopen innocuous_dlopen
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char dlopen (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef dlopen
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_dlopen) || defined (__stub___dlopen)
++choke me
++#else
++char (*f) () = dlopen;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != dlopen;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
++echo "${ECHO_T}$ac_cv_func_dlopen" >&6
++if test $ac_cv_func_dlopen = yes; then
++  lt_cv_dlopen="dlopen"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
++if test "${ac_cv_lib_svld_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsvld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_svld_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_svld_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
++if test $ac_cv_lib_svld_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
++else
++  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_dld_link+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dld_link ();
++int
++main ()
++{
++dld_link ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_dld_link=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_dld_link=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
++if test $ac_cv_lib_dld_dld_link = yes; then
++  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
++fi
++
++	      
++fi
++
++	    
++fi
++
++	  
++fi
++
++	
++fi
++
++      
++fi
++
++    ;;
++  esac
++
++  if test "x$lt_cv_dlopen" != xno; then
++    enable_dlopen=yes
++  else
++    enable_dlopen=no
++  fi
++
++  case $lt_cv_dlopen in
++  dlopen)
++    save_CPPFLAGS="$CPPFLAGS"
++    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++
++    save_LDFLAGS="$LDFLAGS"
++    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++
++    save_LIBS="$LIBS"
++    LIBS="$lt_cv_dlopen_libs $LIBS"
++
++    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self=no
++  fi
++fi
++rm -fr conftest*
++
++    
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++
++    if test "x$lt_cv_dlopen_self" = xyes; then
++      LDFLAGS="$LDFLAGS $link_static_flag"
++      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self_static+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self_static=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self_static=no
++  fi
++fi
++rm -fr conftest*
++
++      
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
++    fi
++
++    CPPFLAGS="$save_CPPFLAGS"
++    LDFLAGS="$save_LDFLAGS"
++    LIBS="$save_LIBS"
++    ;;
++  esac
++
++  case $lt_cv_dlopen_self in
++  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
++  *) enable_dlopen_self=unknown ;;
++  esac
++
++  case $lt_cv_dlopen_self_static in
++  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
++  *) enable_dlopen_self_static=unknown ;;
++  esac
++fi
++
++
++# Report which librarie types wil actually be built
++echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
++echo "$as_me:$LINENO: result: $can_build_shared" >&5
++echo "${ECHO_T}$can_build_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
++test "$can_build_shared" = "no" && enable_shared=no
++
++# On AIX, shared libraries and static libraries use the same namespace, and
++# are all built from PIC.
++case $host_os in
++aix3*)
++  test "$enable_shared" = yes && enable_static=no
++  if test -n "$RANLIB"; then
++    archive_cmds="$archive_cmds~\$RANLIB \$lib"
++    postinstall_cmds='$RANLIB $lib'
++  fi
++  ;;
++
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
++    ;;
++esac
++echo "$as_me:$LINENO: result: $enable_shared" >&5
++echo "${ECHO_T}$enable_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build static libraries" >&5
++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
++# Make sure either enable_shared or enable_static is yes.
++test "$enable_shared" = yes || enable_static=yes
++echo "$as_me:$LINENO: result: $enable_static" >&5
++echo "${ECHO_T}$enable_static" >&6
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler \
++    CC \
++    LD \
++    lt_prog_compiler_wl \
++    lt_prog_compiler_pic \
++    lt_prog_compiler_static \
++    lt_prog_compiler_no_builtin_flag \
++    export_dynamic_flag_spec \
++    thread_safe_flag_spec \
++    whole_archive_flag_spec \
++    enable_shared_with_static_runtimes \
++    old_archive_cmds \
++    old_archive_from_new_cmds \
++    predep_objects \
++    postdep_objects \
++    predeps \
++    postdeps \
++    compiler_lib_search_path \
++    archive_cmds \
++    archive_expsym_cmds \
++    postinstall_cmds \
++    postuninstall_cmds \
++    old_archive_from_expsyms_cmds \
++    allow_undefined_flag \
++    no_undefined_flag \
++    export_symbols_cmds \
++    hardcode_libdir_flag_spec \
++    hardcode_libdir_flag_spec_ld \
++    hardcode_libdir_separator \
++    hardcode_automatic \
++    module_cmds \
++    module_expsym_cmds \
++    lt_cv_prog_compiler_c_o \
++    exclude_expsyms \
++    include_expsyms; do
++
++    case $var in
++    old_archive_cmds | \
++    old_archive_from_new_cmds | \
++    archive_cmds | \
++    archive_expsym_cmds | \
++    module_cmds | \
++    module_expsym_cmds | \
++    old_archive_from_expsyms_cmds | \
++    export_symbols_cmds | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="${ofile}T"
++  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
++  $rm -f "$cfgfile"
++  { echo "$as_me:$LINENO: creating $ofile" >&5
++echo "$as_me: creating $ofile" >&6;}
++
++  cat <<__EOF__ >> "$cfgfile"
++#! $SHELL
++
++# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
++# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
++# NOTE: Changes made to this file will be lost: look at ltmain.sh.
++#
++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
++# Free Software Foundation, Inc.
++#
++# This file is part of GNU Libtool:
++# Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
++#
++# 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
++# the Free Software Foundation; either version 2 of the License, or
++# (at your option) any later version.
++#
++# This program is distributed in the hope that it will be useful, but
++# WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, write to the Free Software
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
++#
++# As a special exception to the GNU General Public License, if you
++# distribute this file as part of a program that contains a
++# configuration script generated by Autoconf, you may include it under
++# the same distribution terms that you use for the rest of that program.
++
++# A sed program that does not truncate output.
++SED=$lt_SED
++
++# Sed that helps us avoid accidentally triggering echo(1) options like -n.
++Xsed="$SED -e 1s/^X//"
++
++# The HP-UX ksh and POSIX shell print the target directory to stdout
++# if CDPATH is set.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++# The names of the tagged configurations supported by this script.
++available_tags=
++
++# ### BEGIN LIBTOOL CONFIG
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds
++archive_expsym_cmds=$lt_archive_expsym_cmds
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds
++module_expsym_cmds=$lt_module_expsym_cmds
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms
++
++# ### END LIBTOOL CONFIG
++
++__EOF__
++
++
++  case $host_os in
++  aix3*)
++    cat <<\EOF >> "$cfgfile"
++
++# AIX sometimes has problems with the GCC collect2 program.  For some
++# reason, if we set the COLLECT_NAMES environment variable, the problems
++# vanish in a puff of smoke.
++if test "X${COLLECT_NAMES+set}" != Xset; then
++  COLLECT_NAMES=
++  export COLLECT_NAMES
++fi
++EOF
++    ;;
++  esac
++
++  # We use sed instead of cat because bash on DJGPP gets confused if
++  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
++  # text mode, it properly converts lines to CR/LF.  This bash problem
++  # is reportedly fixed, but why not run on old versions too?
++  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
++
++  mv -f "$cfgfile" "$ofile" || \
++    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
++  chmod +x "$ofile"
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++
++# Check whether --with-tags or --without-tags was given.
++if test "${with_tags+set}" = set; then
++  withval="$with_tags"
++  tagnames="$withval"
++fi; 
++
++if test -f "$ltmain" && test -n "$tagnames"; then
++  if test ! -f "${ofile}"; then
++    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
++echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
++  fi
++
++  if test -z "$LTCC"; then
++    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
++    if test -z "$LTCC"; then
++      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
++echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
++    else
++      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
++echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
++    fi
++  fi
++
++  # Extract list of available tagged configurations in $ofile.
++  # Note that this assumes the entire list is on one line.
++  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
++
++  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++  for tagname in $tagnames; do
++    IFS="$lt_save_ifs"
++    # Check whether tagname contains only valid characters
++    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
++    "") ;;
++    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
++echo "$as_me: error: invalid tag name: $tagname" >&2;}
++   { (exit 1); exit 1; }; }
++	;;
++    esac
++
++    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
++    then
++      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
++echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
++   { (exit 1); exit 1; }; }
++    fi
++
++    # Update the list of available tags.
++    if test -n "$tagname"; then
++      echo appending configuration tag \"$tagname\" to $ofile
++
++      case $tagname in
++      CXX)
++	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++	    (test "X$CXX" != "Xg++"))) ; then
++	  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++
++
++
++archive_cmds_need_lc_CXX=no
++allow_undefined_flag_CXX=
++always_export_symbols_CXX=no
++archive_expsym_cmds_CXX=
++export_dynamic_flag_spec_CXX=
++hardcode_direct_CXX=no
++hardcode_libdir_flag_spec_CXX=
++hardcode_libdir_flag_spec_ld_CXX=
++hardcode_libdir_separator_CXX=
++hardcode_minus_L_CXX=no
++hardcode_automatic_CXX=no
++module_cmds_CXX=
++module_expsym_cmds_CXX=
++link_all_deplibs_CXX=unknown
++old_archive_cmds_CXX=$old_archive_cmds
++no_undefined_flag_CXX=
++whole_archive_flag_spec_CXX=
++enable_shared_with_static_runtimes_CXX=no
++
++# Dependencies to place before and after the object being linked:
++predep_objects_CXX=
++postdep_objects_CXX=
++predeps_CXX=
++postdeps_CXX=
++compiler_lib_search_path_CXX=
++
++# Source file extension for C++ test sources.
++ac_ext=cpp
++
++# Object file extension for compiled C++ test sources.
++objext=o
++objext_CXX=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="int some_variable = 0;\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC=$CC
++lt_save_LD=$LD
++lt_save_GCC=$GCC
++GCC=$GXX
++lt_save_with_gnu_ld=$with_gnu_ld
++lt_save_path_LD=$lt_cv_path_LD
++if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
++  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
++else
++  unset lt_cv_prog_gnu_ld
++fi
++if test -n "${lt_cv_path_LDCXX+set}"; then
++  lt_cv_path_LD=$lt_cv_path_LDCXX
++else
++  unset lt_cv_path_LD
++fi
++test -z "${LDCXX+set}" || LD=$LDCXX
++CC=${CXX-"c++"}
++compiler=$CC
++compiler_CXX=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++# We don't want -fno-exception wen compiling C++ code, so set the
++# no_builtin_flag separately
++if test "$GXX" = yes; then
++  lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
++else
++  lt_prog_compiler_no_builtin_flag_CXX=
++fi
++
++if test "$GXX" = yes; then
++  # Set up default GNU C++ configuration
++
++  
++# Check whether --with-gnu-ld or --without-gnu-ld was given.
++if test "${with_gnu_ld+set}" = set; then
++  withval="$with_gnu_ld"
++  test "$withval" = no || with_gnu_ld=yes
++else
++  with_gnu_ld=no
++fi; 
++ac_prog=ld
++if test "$GCC" = yes; then
++  # Check if gcc -print-prog-name=ld gives a path.
++  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
++echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
++  case $host in
++  *-*-mingw*)
++    # gcc leaves a trailing carriage return which upsets mingw
++    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
++  *)
++    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
++  esac
++  case $ac_prog in
++    # Accept absolute paths.
++    [\\/]* | ?:[\\/]*)
++      re_direlt='/[^/][^/]*/\.\./'
++      # Canonicalize the pathname of ld
++      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
++      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
++	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
++      done
++      test -z "$LD" && LD="$ac_prog"
++      ;;
++  "")
++    # If it fails, then pretend we aren't using GCC.
++    ac_prog=ld
++    ;;
++  *)
++    # If it is relative, then search for the first ld in PATH.
++    with_gnu_ld=unknown
++    ;;
++  esac
++elif test "$with_gnu_ld" = yes; then
++  echo "$as_me:$LINENO: checking for GNU ld" >&5
++echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
++echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
++fi
++if test "${lt_cv_path_LD+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test -z "$LD"; then
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
++      lt_cv_path_LD="$ac_dir/$ac_prog"
++      # Check to see if the program is GNU ld.  I'd rather use --version,
++      # but apparently some variants of GNU ld only accept -v.
++      # Break only if it was the GNU/non-GNU ld that we prefer.
++      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
++      *GNU* | *'with BFD'*)
++	test "$with_gnu_ld" != no && break
++	;;
++      *)
++	test "$with_gnu_ld" != yes && break
++	;;
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++else
++  lt_cv_path_LD="$LD" # Let the user override the test with a path.
++fi
++fi
++
++LD="$lt_cv_path_LD"
++if test -n "$LD"; then
++  echo "$as_me:$LINENO: result: $LD" >&5
++echo "${ECHO_T}$LD" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
++echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
++   { (exit 1); exit 1; }; }
++echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
++echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
++if test "${lt_cv_prog_gnu_ld+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # I'd rather use --version here, but apparently some GNU lds only accept -v.
++case `$LD -v 2>&1 </dev/null` in
++*GNU* | *'with BFD'*)
++  lt_cv_prog_gnu_ld=yes
++  ;;
++*)
++  lt_cv_prog_gnu_ld=no
++  ;;
++esac
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
++echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
++with_gnu_ld=$lt_cv_prog_gnu_ld
++
++
++
++  # Check if GNU C++ uses GNU ld as the underlying linker, since the
++  # archiving commands below assume that GNU ld is being used.
++  if test "$with_gnu_ld" = yes; then
++    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++    archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++
++    hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
++    #     investigate it a little bit more. (MM)
++    wlarc='${wl}'
++
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
++	grep 'no-whole-archive' > /dev/null; then
++      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    else
++      whole_archive_flag_spec_CXX=
++    fi
++  else
++    with_gnu_ld=no
++    wlarc=
++
++    # A generic and very simple default shared library creation
++    # command for GNU C++ for the case where it uses the native
++    # linker, instead of GNU ld.  If possible, this setting should
++    # overridden to take advantage of the native linker features on
++    # the platform it is being used on.
++    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++  fi
++
++  # Commands to make compiler produce verbose output that lists
++  # what "hidden" libraries, object files and flags are used when
++  # linking a shared library.
++  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++else
++  GXX=no
++  with_gnu_ld=no
++  wlarc=
++fi
++
++# PORTME: fill in a description of your system's C++ link characteristics
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++ld_shlibs_CXX=yes
++case $host_os in
++  aix3*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  aix4* | aix5*)
++    if test "$host_cpu" = ia64; then
++      # On IA64, the linker does run time linking by default, so we don't
++      # have to do anything special.
++      aix_use_runtimelinking=no
++      exp_sym_flag='-Bexport'
++      no_entry_flag=""
++    else
++      aix_use_runtimelinking=no
++
++      # Test if we are trying to use run time linking or normal
++      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++      # need to do runtime linking.
++      case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	for ld_flag in $LDFLAGS; do
++	  case $ld_flag in
++	  *-brtl*)
++	    aix_use_runtimelinking=yes
++	    break
++	    ;;
++	  esac
++	done
++      esac
++
++      exp_sym_flag='-bexport'
++      no_entry_flag='-bnoentry'
++    fi
++
++    # When large executables or shared objects are built, AIX ld can
++    # have problems creating the table of contents.  If linking a library
++    # or program results in "error TOC overflow" add -mminimal-toc to
++    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++    archive_cmds_CXX=''
++    hardcode_direct_CXX=yes
++    hardcode_libdir_separator_CXX=':'
++    link_all_deplibs_CXX=yes
++
++    if test "$GXX" = yes; then
++      case $host_os in aix4.[012]|aix4.[012].*)
++      # We only want to do this on AIX 4.2 and lower, the check
++      # below for broken collect2 doesn't work under 4.3+
++	collect2name=`${CC} -print-prog-name=collect2`
++	if test -f "$collect2name" && \
++	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	then
++	  # We have reworked collect2
++	  hardcode_direct_CXX=yes
++	else
++	  # We have old collect2
++	  hardcode_direct_CXX=unsupported
++	  # It fails to find uninstalled libraries when the uninstalled
++	  # path is not listed in the libpath.  Setting hardcode_minus_L
++	  # to unsupported forces relinking
++	  hardcode_minus_L_CXX=yes
++	  hardcode_libdir_flag_spec_CXX='-L$libdir'
++	  hardcode_libdir_separator_CXX=
++	fi
++      esac
++      shared_flag='-shared'
++      if test "$aix_use_runtimelinking" = yes; then
++	shared_flag="$shared_flag "'${wl}-G'
++      fi
++    else
++      # not using gcc
++      if test "$host_cpu" = ia64; then
++	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++	# chokes on -Wl,-G. The following line is correct:
++	shared_flag='-G'
++      else
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag='${wl}-G'
++	else
++	  shared_flag='${wl}-bM:SRE'
++	fi
++      fi
++    fi
++
++    # It seems that -bexpall does not export symbols beginning with
++    # underscore (_), so it is better to generate a list of symbols to export.
++    always_export_symbols_CXX=yes
++    if test "$aix_use_runtimelinking" = yes; then
++      # Warning - without using the other runtime loading flags (-brtl),
++      # -berok will link without error, but may produce a broken library.
++      allow_undefined_flag_CXX='-berok'
++      # Determine the default libpath from the value encoded in an empty executable.
++      cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
++
++      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++     else
++      if test "$host_cpu" = ia64; then
++	hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
++	allow_undefined_flag_CXX="-z nodefs"
++	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++      else
++	# Determine the default libpath from the value encoded in an empty executable.
++	cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
++	# Warning - without using the other run time loading flags,
++	# -berok will link without error, but may produce a broken library.
++	no_undefined_flag_CXX=' ${wl}-bernotok'
++	allow_undefined_flag_CXX=' ${wl}-berok'
++	# -bexpall does not export symbols beginning with underscore (_)
++	always_export_symbols_CXX=yes
++	# Exported symbols can be pulled into shared objects from archives
++	whole_archive_flag_spec_CXX=' '
++	archive_cmds_need_lc_CXX=yes
++	# This is similar to how AIX traditionally builds its shared libraries.
++	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++      fi
++    fi
++    ;;
++  chorus*)
++    case $cc_basename in
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++
++
++  cygwin* | mingw* | pw32*)
++    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
++    # as there is no search path for DLLs.
++    hardcode_libdir_flag_spec_CXX='-L$libdir'
++    allow_undefined_flag_CXX=unsupported
++    always_export_symbols_CXX=no
++    enable_shared_with_static_runtimes_CXX=yes
++
++    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++      # If the export-symbols file already is a .def file (1st line
++      # is EXPORTS), use it as is; otherwise, prepend...
++      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	cp $export_symbols $output_objdir/$soname.def;
++      else
++	echo EXPORTS > $output_objdir/$soname.def;
++	cat $export_symbols >> $output_objdir/$soname.def;
++      fi~
++      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++    else
++      ld_shlibs_CXX=no
++    fi
++  ;;
++      darwin* | rhapsody*)
++        case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++        esac
++      archive_cmds_need_lc_CXX=no
++      hardcode_direct_CXX=no
++      hardcode_automatic_CXX=yes
++      hardcode_shlibpath_var_CXX=unsupported
++      whole_archive_flag_spec_CXX=''
++      link_all_deplibs_CXX=yes
++
++    if test "$GXX" = yes ; then
++      lt_int_apple_cc_single_mod=no
++      output_verbose_link_cmd='echo'
++      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++       lt_int_apple_cc_single_mod=yes
++      fi
++      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      else
++          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++        fi
++        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          else
++            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          fi
++            module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_CXX=no
++          ;;
++      esac
++      fi
++        ;;
++
++  dgux*)
++    case $cc_basename in
++      ec++*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      ghcx*)
++	# Green Hills C++ Compiler
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  freebsd[12]*)
++    # C++ shared libraries reported to be fairly broken before switch to ELF
++    ld_shlibs_CXX=no
++    ;;
++  freebsd-elf*)
++    archive_cmds_need_lc_CXX=no
++    ;;
++  freebsd* | kfreebsd*-gnu | dragonfly*)
++    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
++    # conventions
++    ld_shlibs_CXX=yes
++    ;;
++  gnu*)
++    ;;
++  hpux9*)
++    hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++    hardcode_libdir_separator_CXX=:
++    export_dynamic_flag_spec_CXX='${wl}-E'
++    hardcode_direct_CXX=yes
++    hardcode_minus_L_CXX=yes # Not in the search PATH,
++				# but as the default
++				# location of the library.
++
++    case $cc_basename in
++    CC*)
++      # FIXME: insert proper C++ library support
++      ld_shlibs_CXX=no
++      ;;
++    aCC*)
++      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      # Commands to make compiler produce verbose output that lists
++      # what "hidden" libraries, object files and flags are used when
++      # linking a shared library.
++      #
++      # There doesn't appear to be a way to prevent this compiler from
++      # explicitly linking system object files so we need to strip them
++      # from the output so that they don't get included in the library
++      # dependencies.
++      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++      ;;
++    *)
++      if test "$GXX" = yes; then
++        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++        # FIXME: insert proper C++ library support
++        ld_shlibs_CXX=no
++      fi
++      ;;
++    esac
++    ;;
++  hpux10*|hpux11*)
++    if test $with_gnu_ld = no; then
++      case $host_cpu in
++      hppa*64*)
++	hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++	hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
++	hardcode_libdir_separator_CXX=:
++        ;;
++      ia64*)
++	hardcode_libdir_flag_spec_CXX='-L$libdir'
++        ;;
++      *)
++	hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
++	hardcode_libdir_separator_CXX=:
++	export_dynamic_flag_spec_CXX='${wl}-E'
++        ;;
++      esac
++    fi
++    case $host_cpu in
++    hppa*64*)
++      hardcode_direct_CXX=no
++      hardcode_shlibpath_var_CXX=no
++      ;;
++    ia64*)
++      hardcode_direct_CXX=no
++      hardcode_shlibpath_var_CXX=no
++      hardcode_minus_L_CXX=yes # Not in the search PATH,
++					      # but as the default
++					      # location of the library.
++      ;;
++    *)
++      hardcode_direct_CXX=yes
++      hardcode_minus_L_CXX=yes # Not in the search PATH,
++					      # but as the default
++					      # location of the library.
++      ;;
++    esac
++
++    case $cc_basename in
++      CC*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      aCC*)
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++	  ;;
++	*)
++	  archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	  ;;
++	esac
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes; then
++	  if test $with_gnu_ld = no; then
++	    case $host_cpu in
++	    ia64*|hppa*64*)
++	      archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++	      ;;
++	    *)
++	      archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	      ;;
++	    esac
++	  fi
++	else
++	  # FIXME: insert proper C++ library support
++	  ld_shlibs_CXX=no
++	fi
++	;;
++    esac
++    ;;
++  irix5* | irix6*)
++    case $cc_basename in
++      CC*)
++	# SGI C++
++	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++
++	# Archives containing C++ object files must be created using
++	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
++	# necessary to make sure instantiated templates are included
++	# in the archive.
++	old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
++	;;
++      *)
++	if test "$GXX" = yes; then
++	  if test "$with_gnu_ld" = no; then
++	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	  else
++	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
++	  fi
++	fi
++	link_all_deplibs_CXX=yes
++	;;
++    esac
++    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++    hardcode_libdir_separator_CXX=:
++    ;;
++  linux*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++
++	hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'
++	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++
++	# Archives containing C++ object files must be created using
++	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
++	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
++	;;
++      icpc*)
++	# Intel C++
++	with_gnu_ld=yes
++	# version 8.0 and above of icpc choke on multiply defined symbols
++	# if we add $predep_objects and $postdep_objects, however 7.1 and
++	# earlier do not add the objects themselves.
++	case `$CC -V 2>&1` in
++	*"Version 7."*)
++  	  archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++  	  archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	*)  # Version 8.0 or newer
++	  tmp_idyn=
++	  case $host_cpu in
++	    ia64*) tmp_idyn=' -i_dynamic';;
++	  esac
++  	  archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	  archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	esac
++	archive_cmds_need_lc_CXX=no
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++	whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
++	;;
++      pgCC*)
++        # Portland Group C++ compiler
++	archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
++  	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
++	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++        ;;
++      cxx*)
++	# Compaq C++
++	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
++
++	runpath_var=LD_RUN_PATH
++	hardcode_libdir_flag_spec_CXX='-rpath $libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++    esac
++    ;;
++  lynxos*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  m88k*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  mvs*)
++    case $cc_basename in
++      cxx*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
++      wlarc=
++      hardcode_libdir_flag_spec_CXX='-R$libdir'
++      hardcode_direct_CXX=yes
++      hardcode_shlibpath_var_CXX=no
++    fi
++    # Workaround some broken pre-1.5 toolchains
++    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
++    ;;
++  openbsd2*)
++    # C++ shared libraries are fairly broken
++    ld_shlibs_CXX=no
++    ;;
++  openbsd*)
++    hardcode_direct_CXX=yes
++    hardcode_shlibpath_var_CXX=no
++    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
++      export_dynamic_flag_spec_CXX='${wl}-E'
++      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    fi
++    output_verbose_link_cmd='echo'
++    ;;
++  osf3*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Archives containing C++ object files must be created using
++	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
++	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
++
++	;;
++      RCC*)
++	# Rational C++ 2.4.1
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      cxx*)
++	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
++	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++
++	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++	  hardcode_libdir_separator_CXX=:
++
++	  # Commands to make compiler produce verbose output that lists
++	  # what "hidden" libraries, object files and flags are used when
++	  # linking a shared library.
++	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++	else
++	  # FIXME: insert proper C++ library support
++	  ld_shlibs_CXX=no
++	fi
++	;;
++    esac
++    ;;
++  osf4* | osf5*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Archives containing C++ object files must be created using
++	# the KAI C++ compiler.
++	old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
++	;;
++      RCC*)
++	# Rational C++ 2.4.1
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      cxx*)
++	allow_undefined_flag_CXX=' -expect_unresolved \*'
++	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
++	  echo "-hidden">> $lib.exp~
++	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
++	  $rm $lib.exp'
++
++	hardcode_libdir_flag_spec_CXX='-rpath $libdir'
++	hardcode_libdir_separator_CXX=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
++	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++
++	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
++	  hardcode_libdir_separator_CXX=:
++
++	  # Commands to make compiler produce verbose output that lists
++	  # what "hidden" libraries, object files and flags are used when
++	  # linking a shared library.
++	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++	else
++	  # FIXME: insert proper C++ library support
++	  ld_shlibs_CXX=no
++	fi
++	;;
++    esac
++    ;;
++  psos*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  sco*)
++    archive_cmds_need_lc_CXX=no
++    case $cc_basename in
++      CC*)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  sunos4*)
++    case $cc_basename in
++      CC*)
++	# Sun C++ 4.x
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      lcc*)
++	# Lucid
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  solaris*)
++    case $cc_basename in
++      CC*)
++	# Sun C++ 4.2, 5.x and Centerline C++
++        archive_cmds_need_lc_CXX=yes
++	no_undefined_flag_CXX=' -zdefs'
++	archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	hardcode_libdir_flag_spec_CXX='-R$libdir'
++	hardcode_shlibpath_var_CXX=no
++	case $host_os in
++	  solaris2.[0-5] | solaris2.[0-5].*) ;;
++	  *)
++	    # The C++ compiler is used as linker so we must use $wl
++	    # flag to pass the commands to the underlying system
++	    # linker. We must also pass each convience library through
++	    # to the system linker between allextract/defaultextract.
++	    # The C++ compiler will combine linker options so we
++	    # cannot just pass the convience library names through
++	    # without $wl.
++	    # Supported since Solaris 2.6 (maybe 2.5.1?)
++	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
++	    ;;
++	esac
++	link_all_deplibs_CXX=yes
++
++	output_verbose_link_cmd='echo'
++
++	# Archives containing C++ object files must be created using
++	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
++	# necessary to make sure instantiated templates are included
++	# in the archive.
++	old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
++	;;
++      gcx*)
++	# Green Hills C++ Compiler
++	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++
++	# The C++ compiler must be used to create the archive.
++	old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
++	;;
++      *)
++	# GNU C++ compiler with Solaris linker
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
++	  if $CC --version | grep -v '^2\.7' > /dev/null; then
++	    archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++	    archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	    # Commands to make compiler produce verbose output that lists
++	    # what "hidden" libraries, object files and flags are used when
++	    # linking a shared library.
++	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
++	  else
++	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
++	    # platform.
++	    archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++	    archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	    # Commands to make compiler produce verbose output that lists
++	    # what "hidden" libraries, object files and flags are used when
++	    # linking a shared library.
++	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
++	  fi
++
++	  hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
++	fi
++	;;
++    esac
++    ;;
++  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
++    archive_cmds_need_lc_CXX=no
++    ;;
++  tandem*)
++    case $cc_basename in
++      NCC*)
++	# NonStop-UX NCC 3.20
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	ld_shlibs_CXX=no
++	;;
++    esac
++    ;;
++  vxworks*)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++  *)
++    # FIXME: insert proper C++ library support
++    ld_shlibs_CXX=no
++    ;;
++esac
++echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
++echo "${ECHO_T}$ld_shlibs_CXX" >&6
++test "$ld_shlibs_CXX" = no && can_build_shared=no
++
++GCC_CXX="$GXX"
++LD_CXX="$LD"
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++
++cat > conftest.$ac_ext <<EOF
++class Foo
++{
++public:
++  Foo (void) { a = 0; }
++private:
++  int a;
++};
++EOF
++
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++  # Parse the compiler output and extract the necessary
++  # objects, libraries and library flags.
++
++  # Sentinel used to keep track of whether or not we are before
++  # the conftest object file.
++  pre_test_object_deps_done=no
++
++  # The `*' in the case matches for architectures that use `case' in
++  # $output_verbose_cmd can trigger glob expansion during the loop
++  # eval without this substitution.
++  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
++
++  for p in `eval $output_verbose_link_cmd`; do
++    case $p in
++
++    -L* | -R* | -l*)
++       # Some compilers place space between "-{L,R}" and the path.
++       # Remove the space.
++       if test $p = "-L" \
++	  || test $p = "-R"; then
++	 prev=$p
++	 continue
++       else
++	 prev=
++       fi
++
++       if test "$pre_test_object_deps_done" = no; then
++	 case $p in
++	 -L* | -R*)
++	   # Internal compiler library paths should come after those
++	   # provided the user.  The postdeps already come after the
++	   # user supplied libs so there is no need to process them.
++	   if test -z "$compiler_lib_search_path_CXX"; then
++	     compiler_lib_search_path_CXX="${prev}${p}"
++	   else
++	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
++	   fi
++	   ;;
++	 # The "-l" case would never come before the object being
++	 # linked, so don't bother handling this case.
++	 esac
++       else
++	 if test -z "$postdeps_CXX"; then
++	   postdeps_CXX="${prev}${p}"
++	 else
++	   postdeps_CXX="${postdeps_CXX} ${prev}${p}"
++	 fi
++       fi
++       ;;
++
++    *.$objext)
++       # This assumes that the test object file only shows up
++       # once in the compiler output.
++       if test "$p" = "conftest.$objext"; then
++	 pre_test_object_deps_done=yes
++	 continue
++       fi
++
++       if test "$pre_test_object_deps_done" = no; then
++	 if test -z "$predep_objects_CXX"; then
++	   predep_objects_CXX="$p"
++	 else
++	   predep_objects_CXX="$predep_objects_CXX $p"
++	 fi
++       else
++	 if test -z "$postdep_objects_CXX"; then
++	   postdep_objects_CXX="$p"
++	 else
++	   postdep_objects_CXX="$postdep_objects_CXX $p"
++	 fi
++       fi
++       ;;
++
++    *) ;; # Ignore the rest.
++
++    esac
++  done
++
++  # Clean up.
++  rm -f a.out a.exe
++else
++  echo "libtool.m4: error: problem compiling CXX test program"
++fi
++
++$rm -f confest.$objext
++
++# PORTME: override above test on systems where it is broken
++case $host_os in
++solaris*)
++  case $cc_basename in
++  CC*)
++    # Adding this requires a known-good setup of shared libraries for
++    # Sun compiler versions before 5.6, else PIC objects from an old
++    # archive will be linked into the output, leading to subtle bugs.
++    postdeps_CXX='-lCstd -lCrun'
++    ;;
++  esac
++esac
++
++
++case " $postdeps_CXX " in
++*" -lc "*) archive_cmds_need_lc_CXX=no ;;
++esac
++
++lt_prog_compiler_wl_CXX=
++lt_prog_compiler_pic_CXX=
++lt_prog_compiler_static_CXX=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  # C++ specific cases for pic, static, wl, etc.
++  if test "$GXX" = yes; then
++    lt_prog_compiler_wl_CXX='-Wl,'
++    lt_prog_compiler_static_CXX='-static'
++
++    case $host_os in
++    aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_CXX='-Bstatic'
++      fi
++      ;;
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
++      ;;
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++    mingw* | os2* | pw32*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
++      ;;
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic_CXX='-fno-common'
++      ;;
++    *djgpp*)
++      # DJGPP does not support shared libraries at all
++      lt_prog_compiler_pic_CXX=
++      ;;
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic_CXX=-Kconform_pic
++      fi
++      ;;
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	;;
++      *)
++	lt_prog_compiler_pic_CXX='-fPIC'
++	;;
++      esac
++      ;;
++    *)
++      lt_prog_compiler_pic_CXX='-fPIC'
++      ;;
++    esac
++  else
++    case $host_os in
++      aix4* | aix5*)
++	# All AIX code is PIC.
++	if test "$host_cpu" = ia64; then
++	  # AIX 5 now supports IA64 processor
++	  lt_prog_compiler_static_CXX='-Bstatic'
++	else
++	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
++	fi
++	;;
++      chorus*)
++	case $cc_basename in
++	cxch68*)
++	  # Green Hills C++ Compiler
++	  # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
++	  ;;
++	esac
++	;;
++       darwin*)
++         # PIC is the default on this platform
++         # Common symbols not allowed in MH_DYLIB files
++         case $cc_basename in
++           xlc*)
++           lt_prog_compiler_pic_CXX='-qnocommon'
++           lt_prog_compiler_wl_CXX='-Wl,'
++           ;;
++         esac
++       ;;
++      dgux*)
++	case $cc_basename in
++	  ec++*)
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    ;;
++	  ghcx*)
++	    # Green Hills C++ Compiler
++	    lt_prog_compiler_pic_CXX='-pic'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      freebsd* | kfreebsd*-gnu | dragonfly*)
++	# FreeBSD uses GNU C++
++	;;
++      hpux9* | hpux10* | hpux11*)
++	case $cc_basename in
++	  CC*)
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++	    if test "$host_cpu" != ia64; then
++	      lt_prog_compiler_pic_CXX='+Z'
++	    fi
++	    ;;
++	  aCC*)
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++	    case $host_cpu in
++	    hppa*64*|ia64*)
++	      # +Z the default
++	      ;;
++	    *)
++	      lt_prog_compiler_pic_CXX='+Z'
++	      ;;
++	    esac
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      irix5* | irix6* | nonstopux*)
++	case $cc_basename in
++	  CC*)
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_static_CXX='-non_shared'
++	    # CC pic flag -KPIC is the default.
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      linux*)
++	case $cc_basename in
++	  KCC*)
++	    # KAI C++ Compiler
++	    lt_prog_compiler_wl_CXX='--backend -Wl,'
++	    lt_prog_compiler_pic_CXX='-fPIC'
++	    ;;
++	  icpc* | ecpc*)
++	    # Intel C++
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    lt_prog_compiler_static_CXX='-static'
++	    ;;
++	  pgCC*)
++	    # Portland Group C++ compiler.
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_pic_CXX='-fpic'
++	    lt_prog_compiler_static_CXX='-Bstatic'
++	    ;;
++	  cxx*)
++	    # Compaq C++
++	    # Make sure the PIC flag is empty.  It appears that all Alpha
++	    # Linux and Compaq Tru64 Unix objects are PIC.
++	    lt_prog_compiler_pic_CXX=
++	    lt_prog_compiler_static_CXX='-non_shared'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      lynxos*)
++	;;
++      m88k*)
++	;;
++      mvs*)
++	case $cc_basename in
++	  cxx*)
++	    lt_prog_compiler_pic_CXX='-W c,exportall'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++	;;
++      osf3* | osf4* | osf5*)
++	case $cc_basename in
++	  KCC*)
++	    lt_prog_compiler_wl_CXX='--backend -Wl,'
++	    ;;
++	  RCC*)
++	    # Rational C++ 2.4.1
++	    lt_prog_compiler_pic_CXX='-pic'
++	    ;;
++	  cxx*)
++	    # Digital/Compaq C++
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    # Make sure the PIC flag is empty.  It appears that all Alpha
++	    # Linux and Compaq Tru64 Unix objects are PIC.
++	    lt_prog_compiler_pic_CXX=
++	    lt_prog_compiler_static_CXX='-non_shared'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      psos*)
++	;;
++      sco*)
++	case $cc_basename in
++	  CC*)
++	    lt_prog_compiler_pic_CXX='-fPIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      solaris*)
++	case $cc_basename in
++	  CC*)
++	    # Sun C++ 4.2, 5.x and Centerline C++
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    lt_prog_compiler_static_CXX='-Bstatic'
++	    lt_prog_compiler_wl_CXX='-Qoption ld '
++	    ;;
++	  gcx*)
++	    # Green Hills C++ Compiler
++	    lt_prog_compiler_pic_CXX='-PIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      sunos4*)
++	case $cc_basename in
++	  CC*)
++	    # Sun C++ 4.x
++	    lt_prog_compiler_pic_CXX='-pic'
++	    lt_prog_compiler_static_CXX='-Bstatic'
++	    ;;
++	  lcc*)
++	    # Lucid
++	    lt_prog_compiler_pic_CXX='-pic'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      tandem*)
++	case $cc_basename in
++	  NCC*)
++	    # NonStop-UX NCC 3.20
++	    lt_prog_compiler_pic_CXX='-KPIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      unixware*)
++	;;
++      vxworks*)
++	;;
++      *)
++	lt_prog_compiler_can_build_shared_CXX=no
++	;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic_CXX"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works_CXX=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works_CXX=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
++
++if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
++    case $lt_prog_compiler_pic_CXX in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
++     esac
++else
++    lt_prog_compiler_pic_CXX=
++     lt_prog_compiler_can_build_shared_CXX=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic_CXX=
++    ;;
++  *)
++    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o_CXX=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o_CXX=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  case $host_os in
++  aix4* | aix5*)
++    # If we're using GNU nm, then we don't want the "-C" option.
++    # -C means demangle to AIX nm, but means don't demangle with GNU nm
++    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++    else
++      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++    fi
++    ;;
++  pw32*)
++    export_symbols_cmds_CXX="$ltdll_cmds"
++  ;;
++  cygwin* | mingw*)
++    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  linux*)
++    link_all_deplibs_CXX=no
++  ;;
++  *)
++    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  esac
++
++echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
++echo "${ECHO_T}$ld_shlibs_CXX" >&6
++test "$ld_shlibs_CXX" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc_CXX" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc_CXX=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds_CXX in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl_CXX
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
++        allow_undefined_flag_CXX=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc_CXX=no
++        else
++	  archive_cmds_need_lc_CXX=yes
++        fi
++        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action_CXX=
++if test -n "$hardcode_libdir_flag_spec_CXX" || \
++   test -n "$runpath_var_CXX" || \
++   test "X$hardcode_automatic_CXX" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct_CXX" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
++     test "$hardcode_minus_L_CXX" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action_CXX=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action_CXX=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action_CXX=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
++echo "${ECHO_T}$hardcode_action_CXX" >&6
++
++if test "$hardcode_action_CXX" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++if test "x$enable_dlopen" != xyes; then
++  enable_dlopen=unknown
++  enable_dlopen_self=unknown
++  enable_dlopen_self_static=unknown
++else
++  lt_cv_dlopen=no
++  lt_cv_dlopen_libs=
++
++  case $host_os in
++  beos*)
++    lt_cv_dlopen="load_add_on"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ;;
++
++  mingw* | pw32*)
++    lt_cv_dlopen="LoadLibrary"
++    lt_cv_dlopen_libs=
++   ;;
++
++  cygwin*)
++    lt_cv_dlopen="dlopen"
++    lt_cv_dlopen_libs=
++   ;;
++
++  darwin*)
++  # if libdl is installed we need to link against it
++    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    
++fi
++
++   ;;
++
++  *)
++    echo "$as_me:$LINENO: checking for shl_load" >&5
++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
++if test "${ac_cv_func_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shl_load innocuous_shl_load
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shl_load (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shl_load
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shl_load) || defined (__stub___shl_load)
++choke me
++#else
++char (*f) () = shl_load;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shl_load;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
++echo "${ECHO_T}$ac_cv_func_shl_load" >&6
++if test $ac_cv_func_shl_load = yes; then
++  lt_cv_dlopen="shl_load"
++else
++  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++int
++main ()
++{
++shl_load ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
++if test $ac_cv_lib_dld_shl_load = yes; then
++  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
++else
++  echo "$as_me:$LINENO: checking for dlopen" >&5
++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
++if test "${ac_cv_func_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define dlopen innocuous_dlopen
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char dlopen (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef dlopen
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_dlopen) || defined (__stub___dlopen)
++choke me
++#else
++char (*f) () = dlopen;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != dlopen;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
++echo "${ECHO_T}$ac_cv_func_dlopen" >&6
++if test $ac_cv_func_dlopen = yes; then
++  lt_cv_dlopen="dlopen"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
++if test "${ac_cv_lib_svld_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsvld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_svld_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_svld_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
++if test $ac_cv_lib_svld_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
++else
++  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_dld_link+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dld_link ();
++int
++main ()
++{
++dld_link ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_dld_link=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_dld_link=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
++if test $ac_cv_lib_dld_dld_link = yes; then
++  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
++fi
++
++	      
++fi
++
++	    
++fi
++
++	  
++fi
++
++	
++fi
++
++      
++fi
++
++    ;;
++  esac
++
++  if test "x$lt_cv_dlopen" != xno; then
++    enable_dlopen=yes
++  else
++    enable_dlopen=no
++  fi
++
++  case $lt_cv_dlopen in
++  dlopen)
++    save_CPPFLAGS="$CPPFLAGS"
++    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++
++    save_LDFLAGS="$LDFLAGS"
++    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++
++    save_LIBS="$LIBS"
++    LIBS="$lt_cv_dlopen_libs $LIBS"
++
++    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self=no
++  fi
++fi
++rm -fr conftest*
++
++    
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++
++    if test "x$lt_cv_dlopen_self" = xyes; then
++      LDFLAGS="$LDFLAGS $link_static_flag"
++      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self_static+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self_static=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self_static=no
++  fi
++fi
++rm -fr conftest*
++
++      
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
++    fi
++
++    CPPFLAGS="$save_CPPFLAGS"
++    LDFLAGS="$save_LDFLAGS"
++    LIBS="$save_LIBS"
++    ;;
++  esac
++
++  case $lt_cv_dlopen_self in
++  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
++  *) enable_dlopen_self=unknown ;;
++  esac
++
++  case $lt_cv_dlopen_self_static in
++  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
++  *) enable_dlopen_self_static=unknown ;;
++  esac
++fi
++
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_CXX \
++    CC_CXX \
++    LD_CXX \
++    lt_prog_compiler_wl_CXX \
++    lt_prog_compiler_pic_CXX \
++    lt_prog_compiler_static_CXX \
++    lt_prog_compiler_no_builtin_flag_CXX \
++    export_dynamic_flag_spec_CXX \
++    thread_safe_flag_spec_CXX \
++    whole_archive_flag_spec_CXX \
++    enable_shared_with_static_runtimes_CXX \
++    old_archive_cmds_CXX \
++    old_archive_from_new_cmds_CXX \
++    predep_objects_CXX \
++    postdep_objects_CXX \
++    predeps_CXX \
++    postdeps_CXX \
++    compiler_lib_search_path_CXX \
++    archive_cmds_CXX \
++    archive_expsym_cmds_CXX \
++    postinstall_cmds_CXX \
++    postuninstall_cmds_CXX \
++    old_archive_from_expsyms_cmds_CXX \
++    allow_undefined_flag_CXX \
++    no_undefined_flag_CXX \
++    export_symbols_cmds_CXX \
++    hardcode_libdir_flag_spec_CXX \
++    hardcode_libdir_flag_spec_ld_CXX \
++    hardcode_libdir_separator_CXX \
++    hardcode_automatic_CXX \
++    module_cmds_CXX \
++    module_expsym_cmds_CXX \
++    lt_cv_prog_compiler_c_o_CXX \
++    exclude_expsyms_CXX \
++    include_expsyms_CXX; do
++
++    case $var in
++    old_archive_cmds_CXX | \
++    old_archive_from_new_cmds_CXX | \
++    archive_cmds_CXX | \
++    archive_expsym_cmds_CXX | \
++    module_cmds_CXX | \
++    module_expsym_cmds_CXX | \
++    old_archive_from_expsyms_cmds_CXX | \
++    export_symbols_cmds_CXX | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_CXX
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_CXX
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_CXX
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_CXX
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_CXX
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_CXX
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_CXX
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_CXX
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_CXX
++archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_CXX
++module_expsym_cmds=$lt_module_expsym_cmds_CXX
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_CXX
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_CXX
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_CXX
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_CXX
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_CXX
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_CXX
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_CXX
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_CXX
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_CXX
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_CXX
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_CXX
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_CXX"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_CXX
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_CXX
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_CXX
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_CXX
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC=$lt_save_CC
++LDCXX=$LD
++LD=$lt_save_LD
++GCC=$lt_save_GCC
++with_gnu_ldcxx=$with_gnu_ld
++with_gnu_ld=$lt_save_with_gnu_ld
++lt_cv_path_LDCXX=$lt_cv_path_LD
++lt_cv_path_LD=$lt_save_path_LD
++lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
++lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
++
++	else
++	  tagname=""
++	fi
++	;;
++
++      F77)
++	if test -n "$F77" && test "X$F77" != "Xno"; then
++	  
++ac_ext=f
++ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
++ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_f77_compiler_gnu
++
++
++archive_cmds_need_lc_F77=no
++allow_undefined_flag_F77=
++always_export_symbols_F77=no
++archive_expsym_cmds_F77=
++export_dynamic_flag_spec_F77=
++hardcode_direct_F77=no
++hardcode_libdir_flag_spec_F77=
++hardcode_libdir_flag_spec_ld_F77=
++hardcode_libdir_separator_F77=
++hardcode_minus_L_F77=no
++hardcode_automatic_F77=no
++module_cmds_F77=
++module_expsym_cmds_F77=
++link_all_deplibs_F77=unknown
++old_archive_cmds_F77=$old_archive_cmds
++no_undefined_flag_F77=
++whole_archive_flag_spec_F77=
++enable_shared_with_static_runtimes_F77=no
++
++# Source file extension for f77 test sources.
++ac_ext=f
++
++# Object file extension for compiled f77 test sources.
++objext=o
++objext_F77=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code="      program t\n      end\n"
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${F77-"f77"}
++compiler=$CC
++compiler_F77=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
++echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
++echo "$as_me:$LINENO: result: $can_build_shared" >&5
++echo "${ECHO_T}$can_build_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
++echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
++test "$can_build_shared" = "no" && enable_shared=no
++
++# On AIX, shared libraries and static libraries use the same namespace, and
++# are all built from PIC.
++case $host_os in
++aix3*)
++  test "$enable_shared" = yes && enable_static=no
++  if test -n "$RANLIB"; then
++    archive_cmds="$archive_cmds~\$RANLIB \$lib"
++    postinstall_cmds='$RANLIB $lib'
++  fi
++  ;;
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
++  ;;
++esac
++echo "$as_me:$LINENO: result: $enable_shared" >&5
++echo "${ECHO_T}$enable_shared" >&6
++
++echo "$as_me:$LINENO: checking whether to build static libraries" >&5
++echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
++# Make sure either enable_shared or enable_static is yes.
++test "$enable_shared" = yes || enable_static=yes
++echo "$as_me:$LINENO: result: $enable_static" >&5
++echo "${ECHO_T}$enable_static" >&6
++
++test "$ld_shlibs_F77" = no && can_build_shared=no
++
++GCC_F77="$G77"
++LD_F77="$LD"
++
++lt_prog_compiler_wl_F77=
++lt_prog_compiler_pic_F77=
++lt_prog_compiler_static_F77=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  if test "$GCC" = yes; then
++    lt_prog_compiler_wl_F77='-Wl,'
++    lt_prog_compiler_static_F77='-static'
++
++    case $host_os in
++      aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_F77='-Bstatic'
++      fi
++      ;;
++
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
++      ;;
++
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
++      ;;
++
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic_F77='-fno-common'
++      ;;
++
++    msdosdjgpp*)
++      # Just because we use GCC doesn't mean we suddenly get shared libraries
++      # on systems that don't support them.
++      lt_prog_compiler_can_build_shared_F77=no
++      enable_shared=no
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic_F77=-Kconform_pic
++      fi
++      ;;
++
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_F77='-fPIC'
++	;;
++      esac
++      ;;
++
++    *)
++      lt_prog_compiler_pic_F77='-fPIC'
++      ;;
++    esac
++  else
++    # PORTME Check for flag to pass linker flags through the system compiler.
++    case $host_os in
++    aix*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_F77='-Bstatic'
++      else
++	lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
++      fi
++      ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic_F77='-qnocommon'
++         lt_prog_compiler_wl_F77='-Wl,'
++         ;;
++       esac
++       ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
++      ;;
++
++    hpux9* | hpux10* | hpux11*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_F77='+Z'
++	;;
++      esac
++      # Is there a better lt_prog_compiler_static that works with the bundled CC?
++      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      # PIC (with -KPIC) is the default.
++      lt_prog_compiler_static_F77='-non_shared'
++      ;;
++
++    newsos6)
++      lt_prog_compiler_pic_F77='-KPIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    linux*)
++      case $cc_basename in
++      icc* | ecc*)
++	lt_prog_compiler_wl_F77='-Wl,'
++	lt_prog_compiler_pic_F77='-KPIC'
++	lt_prog_compiler_static_F77='-static'
++        ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl_F77='-Wl,'
++	lt_prog_compiler_pic_F77='-fpic'
++	lt_prog_compiler_static_F77='-Bstatic'
++        ;;
++      ccc*)
++        lt_prog_compiler_wl_F77='-Wl,'
++        # All Alpha code is PIC.
++        lt_prog_compiler_static_F77='-non_shared'
++        ;;
++      esac
++      ;;
++
++    osf3* | osf4* | osf5*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      # All OSF/1 code is PIC.
++      lt_prog_compiler_static_F77='-non_shared'
++      ;;
++
++    sco3.2v5*)
++      lt_prog_compiler_pic_F77='-Kpic'
++      lt_prog_compiler_static_F77='-dn'
++      ;;
++
++    solaris*)
++      lt_prog_compiler_pic_F77='-KPIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl_F77='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl_F77='-Wl,';;
++      esac
++      ;;
++
++    sunos4*)
++      lt_prog_compiler_wl_F77='-Qoption ld '
++      lt_prog_compiler_pic_F77='-PIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      lt_prog_compiler_pic_F77='-KPIC'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec ;then
++	lt_prog_compiler_pic_F77='-Kconform_pic'
++	lt_prog_compiler_static_F77='-Bstatic'
++      fi
++      ;;
++
++    unicos*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      lt_prog_compiler_can_build_shared_F77=no
++      ;;
++
++    uts4*)
++      lt_prog_compiler_pic_F77='-pic'
++      lt_prog_compiler_static_F77='-Bstatic'
++      ;;
++
++    *)
++      lt_prog_compiler_can_build_shared_F77=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic_F77"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works_F77=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic_F77"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works_F77=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
++
++if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
++    case $lt_prog_compiler_pic_F77 in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
++     esac
++else
++    lt_prog_compiler_pic_F77=
++     lt_prog_compiler_can_build_shared_F77=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic_F77=
++    ;;
++  *)
++    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o_F77=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o_F77=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  runpath_var=
++  allow_undefined_flag_F77=
++  enable_shared_with_static_runtimes_F77=no
++  archive_cmds_F77=
++  archive_expsym_cmds_F77=
++  old_archive_From_new_cmds_F77=
++  old_archive_from_expsyms_cmds_F77=
++  export_dynamic_flag_spec_F77=
++  whole_archive_flag_spec_F77=
++  thread_safe_flag_spec_F77=
++  hardcode_libdir_flag_spec_F77=
++  hardcode_libdir_flag_spec_ld_F77=
++  hardcode_libdir_separator_F77=
++  hardcode_direct_F77=no
++  hardcode_minus_L_F77=no
++  hardcode_shlibpath_var_F77=unsupported
++  link_all_deplibs_F77=unknown
++  hardcode_automatic_F77=no
++  module_cmds_F77=
++  module_expsym_cmds_F77=
++  always_export_symbols_F77=no
++  export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  # include_expsyms should be a list of space-separated symbols to be *always*
++  # included in the symbol list
++  include_expsyms_F77=
++  # exclude_expsyms can be an extended regexp of symbols to exclude
++  # it will be wrapped by ` (' and `)$', so one must not match beginning or
++  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
++  # as well as any symbol that contains `d'.
++  exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_"
++  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
++  # platforms (ab)use it in PIC code, but their linkers get confused if
++  # the symbol is explicitly referenced.  Since portable code cannot
++  # rely on this symbol name, it's probably fine to never include it in
++  # preloaded symbol tables.
++  extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++  case $host_os in
++  cygwin* | mingw* | pw32*)
++    # FIXME: the MSVC++ port hasn't been tested in a loooong time
++    # When not using gcc, we currently assume that we are using
++    # Microsoft Visual C++.
++    if test "$GCC" != yes; then
++      with_gnu_ld=no
++    fi
++    ;;
++  openbsd*)
++    with_gnu_ld=no
++    ;;
++  esac
++
++  ld_shlibs_F77=yes
++  if test "$with_gnu_ld" = yes; then
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    wlarc='${wl}'
++
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec_F77=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
++    # See if GNU ld supports shared libraries.
++    case $host_os in
++    aix3* | aix4* | aix5*)
++      # On AIX/PPC, the GNU linker is very broken
++      if test "$host_cpu" != ia64; then
++	ld_shlibs_F77=no
++	cat <<EOF 1>&2
++
++*** Warning: the GNU linker, at least up to release 2.9.1, is reported
++*** to be unable to reliably create shared libraries on AIX.
++*** Therefore, libtool is disabling shared libraries support.  If you
++*** really care for shared libraries, you may want to modify your PATH
++*** so that a non-GNU linker is found, and then restart.
++
++EOF
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_minus_L_F77=yes
++
++      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
++      # that the semantics of dynamic libraries on AmigaOS, at least up
++      # to version 4, is to share data among multiple programs linked
++      # with the same dynamic library.  Since this doesn't match the
++      # behavior of shared libraries on other platforms, we can't use
++      # them.
++      ld_shlibs_F77=no
++      ;;
++
++    beos*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	allow_undefined_flag_F77=unsupported
++	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++	# support --undefined.  This deserves some investigation.  FIXME
++	archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
++      # as there is no search path for DLLs.
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      allow_undefined_flag_F77=unsupported
++      always_export_symbols_F77=no
++      enable_shared_with_static_runtimes_F77=yes
++      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++
++      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++	# If the export-symbols file already is a .def file (1st line
++	# is EXPORTS), use it as is; otherwise, prepend...
++	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	  cp $export_symbols $output_objdir/$soname.def;
++	else
++	  echo EXPORTS > $output_objdir/$soname.def;
++	  cat $export_symbols >> $output_objdir/$soname.def;
++	fi~
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs_F77=no
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
++	wlarc=
++      else
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      fi
++      ;;
++
++    solaris* | sysv5*)
++      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
++	ld_shlibs_F77=no
++	cat <<EOF 1>&2
++
++*** Warning: The releases 2.8.* of the GNU linker cannot reliably
++*** create shared libraries on Solaris systems.  Therefore, libtool
++*** is disabling shared libraries support.  We urge you to upgrade GNU
++*** binutils to release 2.9.1 or newer.  Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++EOF
++      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    sunos4*)
++      archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      wlarc=
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    *)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_F77=no
++      fi
++      ;;
++    esac
++
++    if test "$ld_shlibs_F77" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec_F77=
++      export_dynamic_flag_spec_F77=
++      whole_archive_flag_spec_F77=
++    fi
++  else
++    # PORTME fill in a description of your system's linker (not GNU ld)
++    case $host_os in
++    aix3*)
++      allow_undefined_flag_F77=unsupported
++      always_export_symbols_F77=yes
++      archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
++      # Note: this linker hardcodes the directories in LIBPATH if there
++      # are no directories specified by -L.
++      hardcode_minus_L_F77=yes
++      if test "$GCC" = yes && test -z "$link_static_flag"; then
++	# Neither direct hardcoding nor static linking is supported with a
++	# broken collect2.
++	hardcode_direct_F77=unsupported
++      fi
++      ;;
++
++    aix4* | aix5*)
++      if test "$host_cpu" = ia64; then
++	# On IA64, the linker does run time linking by default, so we don't
++	# have to do anything special.
++	aix_use_runtimelinking=no
++	exp_sym_flag='-Bexport'
++	no_entry_flag=""
++      else
++	# If we're using GNU nm, then we don't want the "-C" option.
++	# -C means demangle to AIX nm, but means don't demangle with GNU nm
++	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++	  export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	else
++	  export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
++
++	exp_sym_flag='-bexport'
++	no_entry_flag='-bnoentry'
++      fi
++
++      # When large executables or shared objects are built, AIX ld can
++      # have problems creating the table of contents.  If linking a library
++      # or program results in "error TOC overflow" add -mminimal-toc to
++      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++      archive_cmds_F77=''
++      hardcode_direct_F77=yes
++      hardcode_libdir_separator_F77=':'
++      link_all_deplibs_F77=yes
++
++      if test "$GCC" = yes; then
++	case $host_os in aix4.[012]|aix4.[012].*)
++	# We only want to do this on AIX 4.2 and lower, the check
++	# below for broken collect2 doesn't work under 4.3+
++	  collect2name=`${CC} -print-prog-name=collect2`
++	  if test -f "$collect2name" && \
++  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	  then
++  	  # We have reworked collect2
++  	  hardcode_direct_F77=yes
++	  else
++  	  # We have old collect2
++  	  hardcode_direct_F77=unsupported
++  	  # It fails to find uninstalled libraries when the uninstalled
++  	  # path is not listed in the libpath.  Setting hardcode_minus_L
++  	  # to unsupported forces relinking
++  	  hardcode_minus_L_F77=yes
++  	  hardcode_libdir_flag_spec_F77='-L$libdir'
++  	  hardcode_libdir_separator_F77=
++	  fi
++	esac
++	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
++      else
++	# not using gcc
++	if test "$host_cpu" = ia64; then
++  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++  	# chokes on -Wl,-G. The following line is correct:
++	  shared_flag='-G'
++	else
++  	if test "$aix_use_runtimelinking" = yes; then
++	    shared_flag='${wl}-G'
++	  else
++	    shared_flag='${wl}-bM:SRE'
++  	fi
++	fi
++      fi
++
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols_F77=yes
++      if test "$aix_use_runtimelinking" = yes; then
++	# Warning - without using the other runtime loading flags (-brtl),
++	# -berok will link without error, but may produce a broken library.
++	allow_undefined_flag_F77='-berok'
++       # Determine the default libpath from the value encoded in an empty executable.
++       cat >conftest.$ac_ext <<_ACEOF
++      program main
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       else
++	if test "$host_cpu" = ia64; then
++	  hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
++	  allow_undefined_flag_F77="-z nodefs"
++	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	else
++	 # Determine the default libpath from the value encoded in an empty executable.
++	 cat >conftest.$ac_ext <<_ACEOF
++      program main
++
++      end
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
++	  # Warning - without using the other run time loading flags,
++	  # -berok will link without error, but may produce a broken library.
++	  no_undefined_flag_F77=' ${wl}-bernotok'
++	  allow_undefined_flag_F77=' ${wl}-berok'
++	  # -bexpall does not export symbols beginning with underscore (_)
++	  always_export_symbols_F77=yes
++	  # Exported symbols can be pulled into shared objects from archives
++	  whole_archive_flag_spec_F77=' '
++	  archive_cmds_need_lc_F77=yes
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	fi
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_minus_L_F77=yes
++      # see comment about different semantics on the GNU ld section
++      ld_shlibs_F77=no
++      ;;
++
++    bsdi[45]*)
++      export_dynamic_flag_spec_F77=-rdynamic
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # When not using gcc, we currently assume that we are using
++      # Microsoft Visual C++.
++      # hardcode_libdir_flag_spec is actually meaningless, as there is
++      # no search path for DLLs.
++      hardcode_libdir_flag_spec_F77=' '
++      allow_undefined_flag_F77=unsupported
++      # Tell ltmain to make .lib files, not .a files.
++      libext=lib
++      # Tell ltmain to make .dll files, not .so files.
++      shrext_cmds=".dll"
++      # FIXME: Setting linknames here is a bad hack.
++      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      # The linker will automatically build a .lib file if we build a DLL.
++      old_archive_From_new_cmds_F77='true'
++      # FIXME: Should let the user specify the lib program.
++      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
++      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
++      enable_shared_with_static_runtimes_F77=yes
++      ;;
++
++    darwin* | rhapsody*)
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++      esac
++      archive_cmds_need_lc_F77=no
++      hardcode_direct_F77=no
++      hardcode_automatic_F77=yes
++      hardcode_shlibpath_var_F77=unsupported
++      whole_archive_flag_spec_F77=''
++      link_all_deplibs_F77=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_F77=no
++          ;;
++      esac
++    fi
++      ;;
++
++    dgux*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    freebsd1*)
++      ld_shlibs_F77=no
++      ;;
++
++    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
++    # support.  Future versions do this automatically, but an explicit c++rt0.o
++    # does not break anything, and helps significantly (at the cost of a little
++    # extra space).
++    freebsd2.2*)
++      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
++    freebsd2*)
++      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_F77=yes
++      hardcode_minus_L_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    hpux9*)
++      if test "$GCC" = yes; then
++	archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++	archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      fi
++      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      hardcode_direct_F77=yes
++
++      # hardcode_minus_L: Not really in the search PATH,
++      # but as the default location of the library.
++      hardcode_minus_L_F77=yes
++      export_dynamic_flag_spec_F77='${wl}-E'
++      ;;
++
++    hpux10* | hpux11*)
++      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	*)
++	  archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	esac
++      else
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	*)
++	  archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	esac
++      fi
++      if test "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*)
++	  hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_flag_spec_ld_F77='+b $libdir'
++	  hardcode_libdir_separator_F77=:
++	  hardcode_direct_F77=no
++	  hardcode_shlibpath_var_F77=no
++	  ;;
++	ia64*)
++	  hardcode_libdir_flag_spec_F77='-L$libdir'
++	  hardcode_direct_F77=no
++	  hardcode_shlibpath_var_F77=no
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_F77=yes
++	  ;;
++	*)
++	  hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_separator_F77=:
++	  hardcode_direct_F77=yes
++	  export_dynamic_flag_spec_F77='${wl}-E'
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_F77=yes
++	  ;;
++	esac
++      fi
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      if test "$GCC" = yes; then
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
++      fi
++      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      link_all_deplibs_F77=yes
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
++      else
++	archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
++      fi
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    newsos6)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_F77=yes
++      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    openbsd*)
++      hardcode_direct_F77=yes
++      hardcode_shlibpath_var_F77=no
++      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
++	hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec_F77='${wl}-E'
++      else
++       case $host_os in
++	 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
++	   archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++	   hardcode_libdir_flag_spec_F77='-R$libdir'
++	   ;;
++	 *)
++	   archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	   hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
++	   ;;
++       esac
++      fi
++      ;;
++
++    os2*)
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_minus_L_F77=yes
++      allow_undefined_flag_F77=unsupported
++      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
++      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
++      ;;
++
++    osf3*)
++      if test "$GCC" = yes; then
++	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	allow_undefined_flag_F77=' -expect_unresolved \*'
++	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++      fi
++      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_F77=:
++      ;;
++
++    osf4* | osf5*)	# as osf3* with the addition of -msym flag
++      if test "$GCC" = yes; then
++	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
++      else
++	allow_undefined_flag_F77=' -expect_unresolved \*'
++	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
++
++	# Both c and cxx compiler support -rpath directly
++	hardcode_libdir_flag_spec_F77='-rpath $libdir'
++      fi
++      hardcode_libdir_separator_F77=:
++      ;;
++
++    sco3.2v5*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_F77=no
++      export_dynamic_flag_spec_F77='${wl}-Bexport'
++      runpath_var=LD_RUN_PATH
++      hardcode_runpath_var=yes
++      ;;
++
++    solaris*)
++      no_undefined_flag_F77=' -z text'
++      if test "$GCC" = yes; then
++	wlarc='${wl}'
++	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
++      else
++	wlarc=''
++	archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      fi
++      hardcode_libdir_flag_spec_F77='-R$libdir'
++      hardcode_shlibpath_var_F77=no
++      case $host_os in
++      solaris2.[0-5] | solaris2.[0-5].*) ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
++      esac
++      link_all_deplibs_F77=yes
++      ;;
++
++    sunos4*)
++      if test "x$host_vendor" = xsequent; then
++	# Use $CC to link under sequent, because it throws in some extra .o
++	# files that make .init and .fini sections work.
++	archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
++      fi
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_direct_F77=yes
++      hardcode_minus_L_F77=yes
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    sysv4)
++      case $host_vendor in
++	sni)
++	  archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_F77=yes # is this really true???
++	;;
++	siemens)
++	  ## LD is ld it makes a PLAMLIB
++	  ## CC just makes a GrossModule.
++	  archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++	  reload_cmds_F77='$CC -r -o $output$reload_objs'
++	  hardcode_direct_F77=no
++        ;;
++	motorola)
++	  archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie
++	;;
++      esac
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    sysv4.3*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_F77=no
++      export_dynamic_flag_spec_F77='-Bexport'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	hardcode_shlibpath_var_F77=no
++	runpath_var=LD_RUN_PATH
++	hardcode_runpath_var=yes
++	ld_shlibs_F77=yes
++      fi
++      ;;
++
++    sysv4.2uw2*)
++      archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_F77=yes
++      hardcode_minus_L_F77=no
++      hardcode_shlibpath_var_F77=no
++      hardcode_runpath_var=yes
++      runpath_var=LD_RUN_PATH
++      ;;
++
++   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
++      no_undefined_flag_F77='${wl}-z ${wl}text'
++      if test "$GCC" = yes; then
++	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      fi
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    sysv5*)
++      no_undefined_flag_F77=' -z text'
++      # $CC -shared without GNU ld will not create a library from C++
++      # object files and a static libstdc++, better avoid it by now
++      archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      hardcode_libdir_flag_spec_F77=
++      hardcode_shlibpath_var_F77=no
++      runpath_var='LD_RUN_PATH'
++      ;;
++
++    uts4*)
++      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_F77='-L$libdir'
++      hardcode_shlibpath_var_F77=no
++      ;;
++
++    *)
++      ld_shlibs_F77=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
++echo "${ECHO_T}$ld_shlibs_F77" >&6
++test "$ld_shlibs_F77" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc_F77" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc_F77=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds_F77 in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl_F77
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
++        allow_undefined_flag_F77=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc_F77=no
++        else
++	  archive_cmds_need_lc_F77=yes
++        fi
++        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action_F77=
++if test -n "$hardcode_libdir_flag_spec_F77" || \
++   test -n "$runpath_var_F77" || \
++   test "X$hardcode_automatic_F77" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct_F77" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
++     test "$hardcode_minus_L_F77" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action_F77=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action_F77=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action_F77=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
++echo "${ECHO_T}$hardcode_action_F77" >&6
++
++if test "$hardcode_action_F77" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_F77 \
++    CC_F77 \
++    LD_F77 \
++    lt_prog_compiler_wl_F77 \
++    lt_prog_compiler_pic_F77 \
++    lt_prog_compiler_static_F77 \
++    lt_prog_compiler_no_builtin_flag_F77 \
++    export_dynamic_flag_spec_F77 \
++    thread_safe_flag_spec_F77 \
++    whole_archive_flag_spec_F77 \
++    enable_shared_with_static_runtimes_F77 \
++    old_archive_cmds_F77 \
++    old_archive_from_new_cmds_F77 \
++    predep_objects_F77 \
++    postdep_objects_F77 \
++    predeps_F77 \
++    postdeps_F77 \
++    compiler_lib_search_path_F77 \
++    archive_cmds_F77 \
++    archive_expsym_cmds_F77 \
++    postinstall_cmds_F77 \
++    postuninstall_cmds_F77 \
++    old_archive_from_expsyms_cmds_F77 \
++    allow_undefined_flag_F77 \
++    no_undefined_flag_F77 \
++    export_symbols_cmds_F77 \
++    hardcode_libdir_flag_spec_F77 \
++    hardcode_libdir_flag_spec_ld_F77 \
++    hardcode_libdir_separator_F77 \
++    hardcode_automatic_F77 \
++    module_cmds_F77 \
++    module_expsym_cmds_F77 \
++    lt_cv_prog_compiler_c_o_F77 \
++    exclude_expsyms_F77 \
++    include_expsyms_F77; do
++
++    case $var in
++    old_archive_cmds_F77 | \
++    old_archive_from_new_cmds_F77 | \
++    archive_cmds_F77 | \
++    archive_expsym_cmds_F77 | \
++    module_cmds_F77 | \
++    module_expsym_cmds_F77 | \
++    old_archive_from_expsyms_cmds_F77 | \
++    export_symbols_cmds_F77 | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_F77
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_F77
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_F77
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_F77
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_F77
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_F77
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_F77
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_F77
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_F77
++archive_expsym_cmds=$lt_archive_expsym_cmds_F77
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_F77
++module_expsym_cmds=$lt_module_expsym_cmds_F77
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_F77
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_F77
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_F77
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_F77
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_F77
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_F77
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_F77
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_F77
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_F77
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_F77
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_F77
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_F77
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_F77"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_F77
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_F77
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_F77
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_F77
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++	else
++	  tagname=""
++	fi
++	;;
++
++      GCJ)
++	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
++	  
++
++
++# Source file extension for Java test sources.
++ac_ext=java
++
++# Object file extension for compiled Java test sources.
++objext=o
++objext_GCJ=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="class foo {}\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${GCJ-"gcj"}
++compiler=$CC
++compiler_GCJ=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
++# GCJ did not exist at the time GCC didn't implicitly link libc in.
++archive_cmds_need_lc_GCJ=no
++
++old_archive_cmds_GCJ=$old_archive_cmds
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++
++lt_prog_compiler_no_builtin_flag_GCJ=
++
++if test "$GCC" = yes; then
++  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
++
++  
++echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
++echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_rtti_exceptions=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="-fno-rtti -fno-exceptions"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_rtti_exceptions=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
++
++if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
++    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
++else
++    :
++fi
++
++fi
++
++lt_prog_compiler_wl_GCJ=
++lt_prog_compiler_pic_GCJ=
++lt_prog_compiler_static_GCJ=
++
++echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
++echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
++ 
++  if test "$GCC" = yes; then
++    lt_prog_compiler_wl_GCJ='-Wl,'
++    lt_prog_compiler_static_GCJ='-static'
++
++    case $host_os in
++      aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_GCJ='-Bstatic'
++      fi
++      ;;
++
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
++      ;;
++
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
++      ;;
++
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      lt_prog_compiler_pic_GCJ='-fno-common'
++      ;;
++
++    msdosdjgpp*)
++      # Just because we use GCC doesn't mean we suddenly get shared libraries
++      # on systems that don't support them.
++      lt_prog_compiler_can_build_shared_GCJ=no
++      enable_shared=no
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	lt_prog_compiler_pic_GCJ=-Kconform_pic
++      fi
++      ;;
++
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_GCJ='-fPIC'
++	;;
++      esac
++      ;;
++
++    *)
++      lt_prog_compiler_pic_GCJ='-fPIC'
++      ;;
++    esac
++  else
++    # PORTME Check for flag to pass linker flags through the system compiler.
++    case $host_os in
++    aix*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	lt_prog_compiler_static_GCJ='-Bstatic'
++      else
++	lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
++      fi
++      ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic_GCJ='-qnocommon'
++         lt_prog_compiler_wl_GCJ='-Wl,'
++         ;;
++       esac
++       ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
++      ;;
++
++    hpux9* | hpux10* | hpux11*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	lt_prog_compiler_pic_GCJ='+Z'
++	;;
++      esac
++      # Is there a better lt_prog_compiler_static that works with the bundled CC?
++      lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      # PIC (with -KPIC) is the default.
++      lt_prog_compiler_static_GCJ='-non_shared'
++      ;;
++
++    newsos6)
++      lt_prog_compiler_pic_GCJ='-KPIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    linux*)
++      case $cc_basename in
++      icc* | ecc*)
++	lt_prog_compiler_wl_GCJ='-Wl,'
++	lt_prog_compiler_pic_GCJ='-KPIC'
++	lt_prog_compiler_static_GCJ='-static'
++        ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl_GCJ='-Wl,'
++	lt_prog_compiler_pic_GCJ='-fpic'
++	lt_prog_compiler_static_GCJ='-Bstatic'
++        ;;
++      ccc*)
++        lt_prog_compiler_wl_GCJ='-Wl,'
++        # All Alpha code is PIC.
++        lt_prog_compiler_static_GCJ='-non_shared'
++        ;;
++      esac
++      ;;
++
++    osf3* | osf4* | osf5*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      # All OSF/1 code is PIC.
++      lt_prog_compiler_static_GCJ='-non_shared'
++      ;;
++
++    sco3.2v5*)
++      lt_prog_compiler_pic_GCJ='-Kpic'
++      lt_prog_compiler_static_GCJ='-dn'
++      ;;
++
++    solaris*)
++      lt_prog_compiler_pic_GCJ='-KPIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl_GCJ='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl_GCJ='-Wl,';;
++      esac
++      ;;
++
++    sunos4*)
++      lt_prog_compiler_wl_GCJ='-Qoption ld '
++      lt_prog_compiler_pic_GCJ='-PIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      lt_prog_compiler_pic_GCJ='-KPIC'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec ;then
++	lt_prog_compiler_pic_GCJ='-Kconform_pic'
++	lt_prog_compiler_static_GCJ='-Bstatic'
++      fi
++      ;;
++
++    unicos*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      lt_prog_compiler_can_build_shared_GCJ=no
++      ;;
++
++    uts4*)
++      lt_prog_compiler_pic_GCJ='-pic'
++      lt_prog_compiler_static_GCJ='-Bstatic'
++      ;;
++
++    *)
++      lt_prog_compiler_can_build_shared_GCJ=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$lt_prog_compiler_pic_GCJ"; then
++  
++echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
++echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
++if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_prog_compiler_pic_works_GCJ=no
++  ac_outfile=conftest.$ac_objext
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       lt_prog_compiler_pic_works_GCJ=yes
++     fi
++   fi
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
++echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
++
++if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
++    case $lt_prog_compiler_pic_GCJ in
++     "" | " "*) ;;
++     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
++     esac
++else
++    lt_prog_compiler_pic_GCJ=
++     lt_prog_compiler_can_build_shared_GCJ=no
++fi
++
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    lt_prog_compiler_pic_GCJ=
++    ;;
++  *)
++    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
++    ;;
++esac
++
++echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
++echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
++if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  lt_cv_prog_compiler_c_o_GCJ=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&5
++   echo "$as_me:__oline__: \$? = $ac_status" >&5
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       lt_cv_prog_compiler_c_o_GCJ=yes
++     fi
++   fi
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++
++fi
++echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
++echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
++
++
++hard_links="nottested"
++if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
++echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  echo "$as_me:$LINENO: result: $hard_links" >&5
++echo "${ECHO_T}$hard_links" >&6
++  if test "$hard_links" = no; then
++    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
++echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++
++echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
++echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
++
++  runpath_var=
++  allow_undefined_flag_GCJ=
++  enable_shared_with_static_runtimes_GCJ=no
++  archive_cmds_GCJ=
++  archive_expsym_cmds_GCJ=
++  old_archive_From_new_cmds_GCJ=
++  old_archive_from_expsyms_cmds_GCJ=
++  export_dynamic_flag_spec_GCJ=
++  whole_archive_flag_spec_GCJ=
++  thread_safe_flag_spec_GCJ=
++  hardcode_libdir_flag_spec_GCJ=
++  hardcode_libdir_flag_spec_ld_GCJ=
++  hardcode_libdir_separator_GCJ=
++  hardcode_direct_GCJ=no
++  hardcode_minus_L_GCJ=no
++  hardcode_shlibpath_var_GCJ=unsupported
++  link_all_deplibs_GCJ=unknown
++  hardcode_automatic_GCJ=no
++  module_cmds_GCJ=
++  module_expsym_cmds_GCJ=
++  always_export_symbols_GCJ=no
++  export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  # include_expsyms should be a list of space-separated symbols to be *always*
++  # included in the symbol list
++  include_expsyms_GCJ=
++  # exclude_expsyms can be an extended regexp of symbols to exclude
++  # it will be wrapped by ` (' and `)$', so one must not match beginning or
++  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
++  # as well as any symbol that contains `d'.
++  exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_"
++  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
++  # platforms (ab)use it in PIC code, but their linkers get confused if
++  # the symbol is explicitly referenced.  Since portable code cannot
++  # rely on this symbol name, it's probably fine to never include it in
++  # preloaded symbol tables.
++  extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++  case $host_os in
++  cygwin* | mingw* | pw32*)
++    # FIXME: the MSVC++ port hasn't been tested in a loooong time
++    # When not using gcc, we currently assume that we are using
++    # Microsoft Visual C++.
++    if test "$GCC" != yes; then
++      with_gnu_ld=no
++    fi
++    ;;
++  openbsd*)
++    with_gnu_ld=no
++    ;;
++  esac
++
++  ld_shlibs_GCJ=yes
++  if test "$with_gnu_ld" = yes; then
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    wlarc='${wl}'
++
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec_GCJ=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
++    # See if GNU ld supports shared libraries.
++    case $host_os in
++    aix3* | aix4* | aix5*)
++      # On AIX/PPC, the GNU linker is very broken
++      if test "$host_cpu" != ia64; then
++	ld_shlibs_GCJ=no
++	cat <<EOF 1>&2
++
++*** Warning: the GNU linker, at least up to release 2.9.1, is reported
++*** to be unable to reliably create shared libraries on AIX.
++*** Therefore, libtool is disabling shared libraries support.  If you
++*** really care for shared libraries, you may want to modify your PATH
++*** so that a non-GNU linker is found, and then restart.
++
++EOF
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_minus_L_GCJ=yes
++
++      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
++      # that the semantics of dynamic libraries on AmigaOS, at least up
++      # to version 4, is to share data among multiple programs linked
++      # with the same dynamic library.  Since this doesn't match the
++      # behavior of shared libraries on other platforms, we can't use
++      # them.
++      ld_shlibs_GCJ=no
++      ;;
++
++    beos*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	allow_undefined_flag_GCJ=unsupported
++	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++	# support --undefined.  This deserves some investigation.  FIXME
++	archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
++      # as there is no search path for DLLs.
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      allow_undefined_flag_GCJ=unsupported
++      always_export_symbols_GCJ=no
++      enable_shared_with_static_runtimes_GCJ=yes
++      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++
++      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++	# If the export-symbols file already is a .def file (1st line
++	# is EXPORTS), use it as is; otherwise, prepend...
++	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	  cp $export_symbols $output_objdir/$soname.def;
++	else
++	  echo EXPORTS > $output_objdir/$soname.def;
++	  cat $export_symbols >> $output_objdir/$soname.def;
++	fi~
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs_GCJ=no
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
++	wlarc=
++      else
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      fi
++      ;;
++
++    solaris* | sysv5*)
++      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
++	ld_shlibs_GCJ=no
++	cat <<EOF 1>&2
++
++*** Warning: The releases 2.8.* of the GNU linker cannot reliably
++*** create shared libraries on Solaris systems.  Therefore, libtool
++*** is disabling shared libraries support.  We urge you to upgrade GNU
++*** binutils to release 2.9.1 or newer.  Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++EOF
++      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    sunos4*)
++      archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      wlarc=
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    *)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++    esac
++
++    if test "$ld_shlibs_GCJ" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec_GCJ=
++      export_dynamic_flag_spec_GCJ=
++      whole_archive_flag_spec_GCJ=
++    fi
++  else
++    # PORTME fill in a description of your system's linker (not GNU ld)
++    case $host_os in
++    aix3*)
++      allow_undefined_flag_GCJ=unsupported
++      always_export_symbols_GCJ=yes
++      archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
++      # Note: this linker hardcodes the directories in LIBPATH if there
++      # are no directories specified by -L.
++      hardcode_minus_L_GCJ=yes
++      if test "$GCC" = yes && test -z "$link_static_flag"; then
++	# Neither direct hardcoding nor static linking is supported with a
++	# broken collect2.
++	hardcode_direct_GCJ=unsupported
++      fi
++      ;;
++
++    aix4* | aix5*)
++      if test "$host_cpu" = ia64; then
++	# On IA64, the linker does run time linking by default, so we don't
++	# have to do anything special.
++	aix_use_runtimelinking=no
++	exp_sym_flag='-Bexport'
++	no_entry_flag=""
++      else
++	# If we're using GNU nm, then we don't want the "-C" option.
++	# -C means demangle to AIX nm, but means don't demangle with GNU nm
++	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++	  export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	else
++	  export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
++	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
++
++	exp_sym_flag='-bexport'
++	no_entry_flag='-bnoentry'
++      fi
++
++      # When large executables or shared objects are built, AIX ld can
++      # have problems creating the table of contents.  If linking a library
++      # or program results in "error TOC overflow" add -mminimal-toc to
++      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++      archive_cmds_GCJ=''
++      hardcode_direct_GCJ=yes
++      hardcode_libdir_separator_GCJ=':'
++      link_all_deplibs_GCJ=yes
++
++      if test "$GCC" = yes; then
++	case $host_os in aix4.[012]|aix4.[012].*)
++	# We only want to do this on AIX 4.2 and lower, the check
++	# below for broken collect2 doesn't work under 4.3+
++	  collect2name=`${CC} -print-prog-name=collect2`
++	  if test -f "$collect2name" && \
++  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	  then
++  	  # We have reworked collect2
++  	  hardcode_direct_GCJ=yes
++	  else
++  	  # We have old collect2
++  	  hardcode_direct_GCJ=unsupported
++  	  # It fails to find uninstalled libraries when the uninstalled
++  	  # path is not listed in the libpath.  Setting hardcode_minus_L
++  	  # to unsupported forces relinking
++  	  hardcode_minus_L_GCJ=yes
++  	  hardcode_libdir_flag_spec_GCJ='-L$libdir'
++  	  hardcode_libdir_separator_GCJ=
++	  fi
++	esac
++	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
++      else
++	# not using gcc
++	if test "$host_cpu" = ia64; then
++  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++  	# chokes on -Wl,-G. The following line is correct:
++	  shared_flag='-G'
++	else
++  	if test "$aix_use_runtimelinking" = yes; then
++	    shared_flag='${wl}-G'
++	  else
++	    shared_flag='${wl}-bM:SRE'
++  	fi
++	fi
++      fi
++
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols_GCJ=yes
++      if test "$aix_use_runtimelinking" = yes; then
++	# Warning - without using the other runtime loading flags (-brtl),
++	# -berok will link without error, but may produce a broken library.
++	allow_undefined_flag_GCJ='-berok'
++       # Determine the default libpath from the value encoded in an empty executable.
++       cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       else
++	if test "$host_cpu" = ia64; then
++	  hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
++	  allow_undefined_flag_GCJ="-z nodefs"
++	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	else
++	 # Determine the default libpath from the value encoded in an empty executable.
++	 cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++
++	 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
++	  # Warning - without using the other run time loading flags,
++	  # -berok will link without error, but may produce a broken library.
++	  no_undefined_flag_GCJ=' ${wl}-bernotok'
++	  allow_undefined_flag_GCJ=' ${wl}-berok'
++	  # -bexpall does not export symbols beginning with underscore (_)
++	  always_export_symbols_GCJ=yes
++	  # Exported symbols can be pulled into shared objects from archives
++	  whole_archive_flag_spec_GCJ=' '
++	  archive_cmds_need_lc_GCJ=yes
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	fi
++      fi
++      ;;
++
++    amigaos*)
++      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_minus_L_GCJ=yes
++      # see comment about different semantics on the GNU ld section
++      ld_shlibs_GCJ=no
++      ;;
++
++    bsdi[45]*)
++      export_dynamic_flag_spec_GCJ=-rdynamic
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # When not using gcc, we currently assume that we are using
++      # Microsoft Visual C++.
++      # hardcode_libdir_flag_spec is actually meaningless, as there is
++      # no search path for DLLs.
++      hardcode_libdir_flag_spec_GCJ=' '
++      allow_undefined_flag_GCJ=unsupported
++      # Tell ltmain to make .lib files, not .a files.
++      libext=lib
++      # Tell ltmain to make .dll files, not .so files.
++      shrext_cmds=".dll"
++      # FIXME: Setting linknames here is a bad hack.
++      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      # The linker will automatically build a .lib file if we build a DLL.
++      old_archive_From_new_cmds_GCJ='true'
++      # FIXME: Should let the user specify the lib program.
++      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
++      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
++      enable_shared_with_static_runtimes_GCJ=yes
++      ;;
++
++    darwin* | rhapsody*)
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++      esac
++      archive_cmds_need_lc_GCJ=no
++      hardcode_direct_GCJ=no
++      hardcode_automatic_GCJ=yes
++      hardcode_shlibpath_var_GCJ=unsupported
++      whole_archive_flag_spec_GCJ=''
++      link_all_deplibs_GCJ=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_GCJ=no
++          ;;
++      esac
++    fi
++      ;;
++
++    dgux*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    freebsd1*)
++      ld_shlibs_GCJ=no
++      ;;
++
++    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
++    # support.  Future versions do this automatically, but an explicit c++rt0.o
++    # does not break anything, and helps significantly (at the cost of a little
++    # extra space).
++    freebsd2.2*)
++      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
++    freebsd2*)
++      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_GCJ=yes
++      hardcode_minus_L_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    hpux9*)
++      if test "$GCC" = yes; then
++	archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++	archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      fi
++      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      hardcode_direct_GCJ=yes
++
++      # hardcode_minus_L: Not really in the search PATH,
++      # but as the default location of the library.
++      hardcode_minus_L_GCJ=yes
++      export_dynamic_flag_spec_GCJ='${wl}-E'
++      ;;
++
++    hpux10* | hpux11*)
++      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	*)
++	  archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	esac
++      else
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	*)
++	  archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	esac
++      fi
++      if test "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*)
++	  hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
++	  hardcode_libdir_separator_GCJ=:
++	  hardcode_direct_GCJ=no
++	  hardcode_shlibpath_var_GCJ=no
++	  ;;
++	ia64*)
++	  hardcode_libdir_flag_spec_GCJ='-L$libdir'
++	  hardcode_direct_GCJ=no
++	  hardcode_shlibpath_var_GCJ=no
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_GCJ=yes
++	  ;;
++	*)
++	  hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
++	  hardcode_libdir_separator_GCJ=:
++	  hardcode_direct_GCJ=yes
++	  export_dynamic_flag_spec_GCJ='${wl}-E'
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  hardcode_minus_L_GCJ=yes
++	  ;;
++	esac
++      fi
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      if test "$GCC" = yes; then
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
++      fi
++      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      link_all_deplibs_GCJ=yes
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
++      else
++	archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
++      fi
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    newsos6)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_GCJ=yes
++      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    openbsd*)
++      hardcode_direct_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
++	hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
++	export_dynamic_flag_spec_GCJ='${wl}-E'
++      else
++       case $host_os in
++	 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
++	   archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++	   hardcode_libdir_flag_spec_GCJ='-R$libdir'
++	   ;;
++	 *)
++	   archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	   hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
++	   ;;
++       esac
++      fi
++      ;;
++
++    os2*)
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_minus_L_GCJ=yes
++      allow_undefined_flag_GCJ=unsupported
++      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
++      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
++      ;;
++
++    osf3*)
++      if test "$GCC" = yes; then
++	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	allow_undefined_flag_GCJ=' -expect_unresolved \*'
++	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++      fi
++      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      hardcode_libdir_separator_GCJ=:
++      ;;
++
++    osf4* | osf5*)	# as osf3* with the addition of -msym flag
++      if test "$GCC" = yes; then
++	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
++	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
++      else
++	allow_undefined_flag_GCJ=' -expect_unresolved \*'
++	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
++
++	# Both c and cxx compiler support -rpath directly
++	hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
++      fi
++      hardcode_libdir_separator_GCJ=:
++      ;;
++
++    sco3.2v5*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_GCJ=no
++      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
++      runpath_var=LD_RUN_PATH
++      hardcode_runpath_var=yes
++      ;;
++
++    solaris*)
++      no_undefined_flag_GCJ=' -z text'
++      if test "$GCC" = yes; then
++	wlarc='${wl}'
++	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
++      else
++	wlarc=''
++	archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      fi
++      hardcode_libdir_flag_spec_GCJ='-R$libdir'
++      hardcode_shlibpath_var_GCJ=no
++      case $host_os in
++      solaris2.[0-5] | solaris2.[0-5].*) ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
++      esac
++      link_all_deplibs_GCJ=yes
++      ;;
++
++    sunos4*)
++      if test "x$host_vendor" = xsequent; then
++	# Use $CC to link under sequent, because it throws in some extra .o
++	# files that make .init and .fini sections work.
++	archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
++      fi
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_direct_GCJ=yes
++      hardcode_minus_L_GCJ=yes
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    sysv4)
++      case $host_vendor in
++	sni)
++	  archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_GCJ=yes # is this really true???
++	;;
++	siemens)
++	  ## LD is ld it makes a PLAMLIB
++	  ## CC just makes a GrossModule.
++	  archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++	  reload_cmds_GCJ='$CC -r -o $output$reload_objs'
++	  hardcode_direct_GCJ=no
++        ;;
++	motorola)
++	  archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
++	;;
++      esac
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    sysv4.3*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_shlibpath_var_GCJ=no
++      export_dynamic_flag_spec_GCJ='-Bexport'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	hardcode_shlibpath_var_GCJ=no
++	runpath_var=LD_RUN_PATH
++	hardcode_runpath_var=yes
++	ld_shlibs_GCJ=yes
++      fi
++      ;;
++
++    sysv4.2uw2*)
++      archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_direct_GCJ=yes
++      hardcode_minus_L_GCJ=no
++      hardcode_shlibpath_var_GCJ=no
++      hardcode_runpath_var=yes
++      runpath_var=LD_RUN_PATH
++      ;;
++
++   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
++      no_undefined_flag_GCJ='${wl}-z ${wl}text'
++      if test "$GCC" = yes; then
++	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      fi
++      runpath_var='LD_RUN_PATH'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    sysv5*)
++      no_undefined_flag_GCJ=' -z text'
++      # $CC -shared without GNU ld will not create a library from C++
++      # object files and a static libstdc++, better avoid it by now
++      archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      hardcode_libdir_flag_spec_GCJ=
++      hardcode_shlibpath_var_GCJ=no
++      runpath_var='LD_RUN_PATH'
++      ;;
++
++    uts4*)
++      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      hardcode_libdir_flag_spec_GCJ='-L$libdir'
++      hardcode_shlibpath_var_GCJ=no
++      ;;
++
++    *)
++      ld_shlibs_GCJ=no
++      ;;
++    esac
++  fi
++
++echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
++echo "${ECHO_T}$ld_shlibs_GCJ" >&6
++test "$ld_shlibs_GCJ" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$archive_cmds_need_lc_GCJ" in
++x|xyes)
++  # Assume -lc should be added
++  archive_cmds_need_lc_GCJ=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $archive_cmds_GCJ in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
++echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$lt_prog_compiler_wl_GCJ
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
++        allow_undefined_flag_GCJ=
++        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
++  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }
++        then
++	  archive_cmds_need_lc_GCJ=no
++        else
++	  archive_cmds_need_lc_GCJ=yes
++        fi
++        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
++echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
++      ;;
++    esac
++  fi
++  ;;
++esac
++
++echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
++echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[01] | aix4.[01].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[45]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[01]* | freebsdelf3.[01]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[89] | openbsd2.[89].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++echo "$as_me:$LINENO: result: $dynamic_linker" >&5
++echo "${ECHO_T}$dynamic_linker" >&6
++test "$dynamic_linker" = no && can_build_shared=no
++
++echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
++echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
++hardcode_action_GCJ=
++if test -n "$hardcode_libdir_flag_spec_GCJ" || \
++   test -n "$runpath_var_GCJ" || \
++   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$hardcode_direct_GCJ" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
++     test "$hardcode_minus_L_GCJ" != no; then
++    # Linking always hardcodes the temporary library directory.
++    hardcode_action_GCJ=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    hardcode_action_GCJ=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  hardcode_action_GCJ=unsupported
++fi
++echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
++echo "${ECHO_T}$hardcode_action_GCJ" >&6
++
++if test "$hardcode_action_GCJ" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++
++striplib=
++old_striplib=
++echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
++echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++       else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++       ;;
++   *)
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++    ;;
++  esac
++fi
++
++if test "x$enable_dlopen" != xyes; then
++  enable_dlopen=unknown
++  enable_dlopen_self=unknown
++  enable_dlopen_self_static=unknown
++else
++  lt_cv_dlopen=no
++  lt_cv_dlopen_libs=
++
++  case $host_os in
++  beos*)
++    lt_cv_dlopen="load_add_on"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ;;
++
++  mingw* | pw32*)
++    lt_cv_dlopen="LoadLibrary"
++    lt_cv_dlopen_libs=
++   ;;
++
++  cygwin*)
++    lt_cv_dlopen="dlopen"
++    lt_cv_dlopen_libs=
++   ;;
++
++  darwin*)
++  # if libdl is installed we need to link against it
++    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    
++fi
++
++   ;;
++
++  *)
++    echo "$as_me:$LINENO: checking for shl_load" >&5
++echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
++if test "${ac_cv_func_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shl_load innocuous_shl_load
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shl_load (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shl_load
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shl_load) || defined (__stub___shl_load)
++choke me
++#else
++char (*f) () = shl_load;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shl_load;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
++echo "${ECHO_T}$ac_cv_func_shl_load" >&6
++if test $ac_cv_func_shl_load = yes; then
++  lt_cv_dlopen="shl_load"
++else
++  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
++echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_load+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_load ();
++int
++main ()
++{
++shl_load ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_load=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_load=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
++if test $ac_cv_lib_dld_shl_load = yes; then
++  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
++else
++  echo "$as_me:$LINENO: checking for dlopen" >&5
++echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
++if test "${ac_cv_func_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define dlopen innocuous_dlopen
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char dlopen (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef dlopen
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_dlopen) || defined (__stub___dlopen)
++choke me
++#else
++char (*f) () = dlopen;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != dlopen;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
++echo "${ECHO_T}$ac_cv_func_dlopen" >&6
++if test $ac_cv_func_dlopen = yes; then
++  lt_cv_dlopen="dlopen"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++else
++  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
++echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
++if test "${ac_cv_lib_svld_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsvld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_svld_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_svld_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
++if test $ac_cv_lib_svld_dlopen = yes; then
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
++else
++  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
++echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_dld_link+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dld_link ();
++int
++main ()
++{
++dld_link ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_dld_link=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_dld_link=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
++if test $ac_cv_lib_dld_dld_link = yes; then
++  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
++fi
++
++	      
++fi
++
++	    
++fi
++
++	  
++fi
++
++	
++fi
++
++      
++fi
++
++    ;;
++  esac
++
++  if test "x$lt_cv_dlopen" != xno; then
++    enable_dlopen=yes
++  else
++    enable_dlopen=no
++  fi
++
++  case $lt_cv_dlopen in
++  dlopen)
++    save_CPPFLAGS="$CPPFLAGS"
++    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++
++    save_LDFLAGS="$LDFLAGS"
++    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++
++    save_LIBS="$LIBS"
++    LIBS="$lt_cv_dlopen_libs $LIBS"
++
++    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
++echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self=no
++  fi
++fi
++rm -fr conftest*
++
++    
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self" >&6
++
++    if test "x$lt_cv_dlopen_self" = xyes; then
++      LDFLAGS="$LDFLAGS $link_static_flag"
++      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
++echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
++if test "${lt_cv_dlopen_self_static+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  	  if test "$cross_compiling" = yes; then :
++  lt_cv_dlopen_self_static=cross
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}
++EOF
++  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&5 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
++      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
++    esac
++  else :
++    # compilation failed
++    lt_cv_dlopen_self_static=no
++  fi
++fi
++rm -fr conftest*
++
++      
++fi
++echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
++echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
++    fi
++
++    CPPFLAGS="$save_CPPFLAGS"
++    LDFLAGS="$save_LDFLAGS"
++    LIBS="$save_LIBS"
++    ;;
++  esac
++
++  case $lt_cv_dlopen_self in
++  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
++  *) enable_dlopen_self=unknown ;;
++  esac
++
++  case $lt_cv_dlopen_self_static in
++  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
++  *) enable_dlopen_self_static=unknown ;;
++  esac
++fi
++
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_GCJ \
++    CC_GCJ \
++    LD_GCJ \
++    lt_prog_compiler_wl_GCJ \
++    lt_prog_compiler_pic_GCJ \
++    lt_prog_compiler_static_GCJ \
++    lt_prog_compiler_no_builtin_flag_GCJ \
++    export_dynamic_flag_spec_GCJ \
++    thread_safe_flag_spec_GCJ \
++    whole_archive_flag_spec_GCJ \
++    enable_shared_with_static_runtimes_GCJ \
++    old_archive_cmds_GCJ \
++    old_archive_from_new_cmds_GCJ \
++    predep_objects_GCJ \
++    postdep_objects_GCJ \
++    predeps_GCJ \
++    postdeps_GCJ \
++    compiler_lib_search_path_GCJ \
++    archive_cmds_GCJ \
++    archive_expsym_cmds_GCJ \
++    postinstall_cmds_GCJ \
++    postuninstall_cmds_GCJ \
++    old_archive_from_expsyms_cmds_GCJ \
++    allow_undefined_flag_GCJ \
++    no_undefined_flag_GCJ \
++    export_symbols_cmds_GCJ \
++    hardcode_libdir_flag_spec_GCJ \
++    hardcode_libdir_flag_spec_ld_GCJ \
++    hardcode_libdir_separator_GCJ \
++    hardcode_automatic_GCJ \
++    module_cmds_GCJ \
++    module_expsym_cmds_GCJ \
++    lt_cv_prog_compiler_c_o_GCJ \
++    exclude_expsyms_GCJ \
++    include_expsyms_GCJ; do
++
++    case $var in
++    old_archive_cmds_GCJ | \
++    old_archive_from_new_cmds_GCJ | \
++    archive_cmds_GCJ | \
++    archive_expsym_cmds_GCJ | \
++    module_cmds_GCJ | \
++    module_expsym_cmds_GCJ | \
++    old_archive_from_expsyms_cmds_GCJ | \
++    export_symbols_cmds_GCJ | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_GCJ
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_GCJ
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_GCJ
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_GCJ
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_GCJ
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_GCJ
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_GCJ
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_GCJ
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_GCJ
++archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_GCJ
++module_expsym_cmds=$lt_module_expsym_cmds_GCJ
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_GCJ
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_GCJ
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_GCJ
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_GCJ
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_GCJ
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_GCJ
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_GCJ
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_GCJ
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_GCJ
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_GCJ
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_GCJ
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_GCJ"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_GCJ
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_GCJ
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_GCJ
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_GCJ
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++	else
++	  tagname=""
++	fi
++	;;
++
++      RC)
++	
++
++
++# Source file extension for RC test sources.
++ac_ext=rc
++
++# Object file extension for compiled RC test sources.
++objext=o
++objext_RC=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
++
++# Code to be used in simple link tests
++lt_simple_link_test_code="$lt_simple_compile_test_code"
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++
++
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${RC-"windres"}
++compiler=$CC
++compiler_RC=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++lt_cv_prog_compiler_c_o_RC=yes
++
++# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    compiler_RC \
++    CC_RC \
++    LD_RC \
++    lt_prog_compiler_wl_RC \
++    lt_prog_compiler_pic_RC \
++    lt_prog_compiler_static_RC \
++    lt_prog_compiler_no_builtin_flag_RC \
++    export_dynamic_flag_spec_RC \
++    thread_safe_flag_spec_RC \
++    whole_archive_flag_spec_RC \
++    enable_shared_with_static_runtimes_RC \
++    old_archive_cmds_RC \
++    old_archive_from_new_cmds_RC \
++    predep_objects_RC \
++    postdep_objects_RC \
++    predeps_RC \
++    postdeps_RC \
++    compiler_lib_search_path_RC \
++    archive_cmds_RC \
++    archive_expsym_cmds_RC \
++    postinstall_cmds_RC \
++    postuninstall_cmds_RC \
++    old_archive_from_expsyms_cmds_RC \
++    allow_undefined_flag_RC \
++    no_undefined_flag_RC \
++    export_symbols_cmds_RC \
++    hardcode_libdir_flag_spec_RC \
++    hardcode_libdir_flag_spec_ld_RC \
++    hardcode_libdir_separator_RC \
++    hardcode_automatic_RC \
++    module_cmds_RC \
++    module_expsym_cmds_RC \
++    lt_cv_prog_compiler_c_o_RC \
++    exclude_expsyms_RC \
++    include_expsyms_RC; do
++
++    case $var in
++    old_archive_cmds_RC | \
++    old_archive_from_new_cmds_RC | \
++    archive_cmds_RC | \
++    archive_expsym_cmds_RC | \
++    module_cmds_RC | \
++    module_expsym_cmds_RC | \
++    old_archive_from_expsyms_cmds_RC | \
++    export_symbols_cmds_RC | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\$0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
++    ;;
++  esac
++
++cfgfile="$ofile"
++
++  cat <<__EOF__ >> "$cfgfile"
++# ### BEGIN LIBTOOL TAG CONFIG: $tagname
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$archive_cmds_need_lc_RC
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_compiler_RC
++
++# Is the compiler the GNU C compiler?
++with_gcc=$GCC_RC
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_LD_RC
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_lt_prog_compiler_wl_RC
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_lt_prog_compiler_pic_RC
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_lt_prog_compiler_static_RC
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_old_archive_cmds_RC
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_archive_cmds_RC
++archive_expsym_cmds=$lt_archive_expsym_cmds_RC
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_module_cmds_RC
++module_expsym_cmds=$lt_module_expsym_cmds_RC
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_predep_objects_RC
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_postdep_objects_RC
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_predeps_RC
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_postdeps_RC
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_compiler_lib_search_path_RC
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_allow_undefined_flag_RC
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_no_undefined_flag_RC
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$hardcode_action_RC
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$hardcode_direct_RC
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$hardcode_minus_L_RC
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$hardcode_automatic_RC
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$link_all_deplibs_RC
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$fix_srcfile_path_RC"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$always_export_symbols_RC
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_export_symbols_cmds_RC
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_exclude_expsyms_RC
++
++# Symbols that must always be exported.
++include_expsyms=$lt_include_expsyms_RC
++
++# ### END LIBTOOL TAG CONFIG: $tagname
++
++__EOF__
++
++
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++CC="$lt_save_CC"
++
++	;;
++
++      *)
++	{ { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
++echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
++   { (exit 1); exit 1; }; }
++	;;
++      esac
++
++      # Append the new tag name to the list of available tags.
++      if test -n "$tagname" ; then
++      available_tags="$available_tags $tagname"
++    fi
++    fi
++  done
++  IFS="$lt_save_ifs"
++
++  # Now substitute the updated list of available tags.
++  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
++    mv "${ofile}T" "$ofile"
++    chmod +x "$ofile"
++  else
++    rm -f "${ofile}T"
++    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
++echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++fi
++
++
++
++# This can be used to rebuild libtool when needed
++LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++
++# Always use our own libtool.
++LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++
++# Prevent multiple expansion
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++  
++
++  
++
++
++  
++       
++       
++
++
++
++
++LIBTOOL_SHELL="/bin/sh ./libtool"
++#  LIBTOOL="$LIBTOOL --silent"
++KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
++
++
++# we patch configure quite some so we better keep that consistent for incremental runs 
++AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
++
++
++
++
++    
++    # Extract the first word of "msgfmt", so it can be a program name with args.
++set dummy msgfmt; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_path_MSGFMT+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case "$MSGFMT" in
++  /*)
++  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
++  ;;
++  *)
++  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++  for ac_dir in $PATH; do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"; then
++	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
++	break
++      fi
++    fi
++  done
++  IFS="$ac_save_ifs"
++  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
++  ;;
++esac
++fi
++MSGFMT="$ac_cv_path_MSGFMT"
++if test -n "$MSGFMT"; then
++  echo "$as_me:$LINENO: result: $MSGFMT" >&5
++echo "${ECHO_T}$MSGFMT" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++    # Extract the first word of "gmsgfmt", so it can be a program name with args.
++set dummy gmsgfmt; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_path_GMSGFMT+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case $GMSGFMT in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
++  ;;
++  *)
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for ac_exec_ext in '' $ac_executable_extensions; do
++  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
++    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++done
++
++  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
++  ;;
++esac
++fi
++GMSGFMT=$ac_cv_path_GMSGFMT
++
++if test -n "$GMSGFMT"; then
++  echo "$as_me:$LINENO: result: $GMSGFMT" >&5
++echo "${ECHO_T}$GMSGFMT" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++
++     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
++        echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
++echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
++        GMSGFMT=":"
++      fi
++      MSGFMT=$GMSGFMT
++      
++      
++
++      # Extract the first word of "xgettext", so it can be a program name with args.
++set dummy xgettext; ac_word=$2
++echo "$as_me:$LINENO: checking for $ac_word" >&5
++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
++if test "${ac_cv_path_XGETTEXT+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  case "$XGETTEXT" in
++  /*)
++  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
++  ;;
++  *)
++  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++  for ac_dir in $PATH; do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
++	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
++	break
++      fi
++    fi
++  done
++  IFS="$ac_save_ifs"
++  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
++  ;;
++esac
++fi
++XGETTEXT="$ac_cv_path_XGETTEXT"
++if test -n "$XGETTEXT"; then
++  echo "$as_me:$LINENO: result: $XGETTEXT" >&5
++echo "${ECHO_T}$XGETTEXT" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++
++            if test "$XGETTEXT" != ":"; then
++			if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
++	  : ;
++	else
++	  echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
++echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
++	  XGETTEXT=":"
++	fi
++      fi
++     
++
++  
++
++
++if test -z "3.3"; then
++  # Current default Qt version: 3.3
++  kde_qtver=3
++  kde_qtsubver=3
++else
++  kde_qtsubver=`echo "3.3" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
++  # following is the check if subversion isnt found in passed argument
++  if test "$kde_qtsubver" = "3.3"; then
++    kde_qtsubver=1
++  fi
++  kde_qtver=`echo "3.3" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
++  if test "$kde_qtver" = "1"; then
++    kde_qtsubver=42
++  fi
++fi
++
++if test -z ""; then
++  if test "$kde_qtver" = "2"; then
++    if test $kde_qtsubver -gt 0; then
++      kde_qt_minversion=">= Qt 2.2.2"
++    else
++      kde_qt_minversion=">= Qt 2.0.2"
++    fi
++  fi
++  if test "$kde_qtver" = "3"; then
++    if test $kde_qtsubver -gt 0; then
++	 if test $kde_qtsubver -gt 1; then
++	    if test $kde_qtsubver -gt 2; then
++		kde_qt_minversion=">= Qt 3.3 and < 4.0"
++	    else
++	        kde_qt_minversion=">= Qt 3.2 and < 4.0"
++	    fi
++	 else
++            kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
++         fi
++    else
++      kde_qt_minversion=">= Qt 3.0 and < 4.0"
++    fi
++  fi
++  if test "$kde_qtver" = "1"; then
++    kde_qt_minversion=">= 1.42 and < 2.0"
++  fi
++else
++   kde_qt_minversion=""
++fi
++
++if test -z ""; then
++   if test $kde_qtver = 3; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 0x03 at VER@00 && QT_VERSION < 0x040000"
++       qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
++       kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s, at VER@,$qtsubver,"`
++     else
++       kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
++     fi
++   fi
++   if test $kde_qtver = 2; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 222"
++     else
++       kde_qt_verstring="QT_VERSION >= 200"
++     fi
++   fi
++   if test $kde_qtver = 1; then
++    kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
++   fi
++else
++   kde_qt_verstring=""
++fi
++
++if test $kde_qtver = 4; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
++fi
++if test $kde_qtver = 3; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
++fi
++if test $kde_qtver = 2; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
++fi
++if test $kde_qtver = 1; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt"
++fi
++
++
++    
++
++     ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++    ac_save_CXXFLAGS="$CXXFLAGS"
++    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
++
++    echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
++echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6
++    if test "${kde_cv_stl_works+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++      cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <string>
++using namespace std;
++
++int
++main ()
++{
++
++  string astring="Hallo Welt.";
++  astring.erase(0, 6); // now astring is "Welt"
++  return 0;
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_stl_works=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_stl_works=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++fi
++
++
++   echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
++echo "${ECHO_T}$kde_cv_stl_works" >&6
++
++   if test "$kde_cv_stl_works" = "yes"; then
++     # back compatible
++	 
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_SGI_STL 1
++_ACEOF
++
++   else
++	 { { echo "$as_me:$LINENO: error: Your Installation isn't able to compile simple C++ programs.
++Check config.log for details - if you're using a Linux distribution you might miss
++a package named similar to libstdc++-dev." >&5
++echo "$as_me: error: Your Installation isn't able to compile simple C++ programs.
++Check config.log for details - if you're using a Linux distribution you might miss
++a package named similar to libstdc++-dev." >&2;}
++   { (exit 1); exit 1; }; }
++   fi
++
++   CXXFLAGS="$ac_save_CXXFLAGS"
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++	
++echo "$as_me:$LINENO: checking for strlcat" >&5
++echo $ECHO_N "checking for strlcat... $ECHO_C" >&6
++if test "${kde_cv_func_strlcat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++int
++main ()
++{
++
++ char buf[20];
++  buf[0]='\0';
++  strlcat(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_func_strlcat=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_func_strlcat=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
++echo "${ECHO_T}$kde_cv_func_strlcat" >&6
++
++echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
++echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6
++if test "${kde_cv_proto_strlcat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++if test "x$kde_cv_func_strlcat" = xyes; then
++  kde_cv_proto_strlcat=no
++else
++  case "strlcat" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_strlcat="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_strlcat=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_strlcat" = xunknown; then
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++extern "C" unsigned long strlcat(char*, const char*, unsigned long);
++
++int
++main ()
++{
++
++ char buf[20];
++  buf[0]='\0';
++  strlcat(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++   kde_cv_func_strlcat=yes
++  kde_cv_proto_strlcat=yes 
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_proto_strlcat="strlcat unavailable"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$kde_safe_libs
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
++echo "${ECHO_T}$kde_cv_proto_strlcat" >&6
++
++if test "x$kde_cv_func_strlcat" = xyes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCAT 1
++_ACEOF
++
++  
++fi
++if test "x$kde_cv_proto_strlcat" = xno; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCAT_PROTO 1
++_ACEOF
++
++fi
++
++
++
++
++
++
++	
++echo "$as_me:$LINENO: checking for strlcpy" >&5
++echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6
++if test "${kde_cv_func_strlcpy+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++int
++main ()
++{
++
++ char buf[20];
++  strlcpy(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_func_strlcpy=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_func_strlcpy=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
++echo "${ECHO_T}$kde_cv_func_strlcpy" >&6
++
++echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
++echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6
++if test "${kde_cv_proto_strlcpy+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++if test "x$kde_cv_func_strlcpy" = xyes; then
++  kde_cv_proto_strlcpy=no
++else
++  case "strlcpy" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_strlcpy="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_strlcpy=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_strlcpy" = xunknown; then
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <string.h>
++
++
++extern "C" unsigned long strlcpy(char*, const char*, unsigned long);
++
++int
++main ()
++{
++
++ char buf[20];
++  strlcpy(buf, "KDE function test", sizeof(buf));
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++   kde_cv_func_strlcpy=yes
++  kde_cv_proto_strlcpy=yes 
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_proto_strlcpy="strlcpy unavailable"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$kde_safe_libs
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
++echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6
++
++if test "x$kde_cv_func_strlcpy" = xyes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCPY 1
++_ACEOF
++
++  
++fi
++if test "x$kde_cv_proto_strlcpy" = xno; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_STRLCPY_PROTO 1
++_ACEOF
++
++fi
++
++
++
++
++
++
++      echo "$as_me:$LINENO: checking for main in -lutil" >&5
++echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
++if test "${ac_cv_lib_util_main+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lutil  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++int
++main ()
++{
++main ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_util_main=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_util_main=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
++echo "${ECHO_T}$ac_cv_lib_util_main" >&6
++if test $ac_cv_lib_util_main = yes; then
++  LIBUTIL="-lutil"
++fi
++    
++   echo "$as_me:$LINENO: checking for main in -lcompat" >&5
++echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
++if test "${ac_cv_lib_compat_main+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lcompat  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++int
++main ()
++{
++main ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_compat_main=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_compat_main=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
++echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
++if test $ac_cv_lib_compat_main = yes; then
++  LIBCOMPAT="-lcompat"
++fi
++    
++   kde_have_crypt=
++   echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
++echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
++if test "${ac_cv_lib_crypt_crypt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lcrypt  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char crypt ();
++int
++main ()
++{
++crypt ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_crypt_crypt=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_crypt_crypt=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
++if test $ac_cv_lib_crypt_crypt = yes; then
++  LIBCRYPT="-lcrypt"; kde_have_crypt=yes
++else
++  echo "$as_me:$LINENO: checking for crypt in -lc" >&5
++echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6
++if test "${ac_cv_lib_c_crypt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lc  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char crypt ();
++int
++main ()
++{
++crypt ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_c_crypt=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_c_crypt=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6
++if test $ac_cv_lib_c_crypt = yes; then
++  kde_have_crypt=yes
++else
++  
++        { echo "$as_me:$LINENO: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&5
++echo "$as_me: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&2;}
++	kde_have_crypt=no
++      
++fi
++
++fi
++
++   
++   if test $kde_have_crypt = yes; then
++      
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_CRYPT 1
++_ACEOF
++
++   fi
++   
++   echo "$as_me:$LINENO: checking for socklen_t" >&5
++echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
++   if test "${kde_cv_socklen_t+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++      ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++      kde_cv_socklen_t=no
++      cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++         #include <sys/types.h>
++         #include <sys/socket.h>
++      
++int
++main ()
++{
++
++         socklen_t len;
++         getpeername(0,0,&len);
++      
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++         kde_cv_socklen_t=yes
++         kde_cv_socklen_t_equiv=socklen_t
++      
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++      ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   
++fi
++
++   echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
++echo "${ECHO_T}$kde_cv_socklen_t" >&6
++   if test $kde_cv_socklen_t = no; then
++      echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
++echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6
++      if test "${kde_cv_socklen_t_equiv+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++         kde_cv_socklen_t_equiv=int
++         ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++         for t in int size_t unsigned long "unsigned long"; do
++            cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++               #include <sys/types.h>
++               #include <sys/socket.h>
++            
++int
++main ()
++{
++
++               $t len;
++               getpeername(0,0,&len);
++            
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++               kde_cv_socklen_t_equiv="$t"
++               break
++            
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++         done
++         ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++      
++fi
++
++      echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
++echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6
++   fi
++   
++cat >>confdefs.h <<_ACEOF
++@%:@define kde_socklen_t $kde_cv_socklen_t_equiv
++_ACEOF
++
++   
++cat >>confdefs.h <<_ACEOF
++@%:@define ksize_t $kde_cv_socklen_t_equiv
++_ACEOF
++
++
++   echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
++echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
++if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldnet  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dnet_ntoa ();
++int
++main ()
++{
++dnet_ntoa ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dnet_dnet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dnet_dnet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
++if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
++fi
++
++   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
++      echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
++echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
++if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldnet_stub  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dnet_ntoa ();
++int
++main ()
++{
++dnet_ntoa ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dnet_stub_dnet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dnet_stub_dnet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
++if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
++fi
++
++   fi
++   echo "$as_me:$LINENO: checking for inet_ntoa" >&5
++echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6
++if test "${ac_cv_func_inet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define inet_ntoa to an innocuous variant, in case <limits.h> declares inet_ntoa.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define inet_ntoa innocuous_inet_ntoa
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char inet_ntoa (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef inet_ntoa
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char inet_ntoa ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_inet_ntoa) || defined (__stub___inet_ntoa)
++choke me
++#else
++char (*f) () = inet_ntoa;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != inet_ntoa;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_inet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_inet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6
++
++   if test $ac_cv_func_inet_ntoa = no; then
++     echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
++echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6
++if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lnsl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char inet_ntoa ();
++int
++main ()
++{
++inet_ntoa ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_nsl_inet_ntoa=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_nsl_inet_ntoa=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
++echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6
++if test $ac_cv_lib_nsl_inet_ntoa = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
++fi
++
++   fi
++   echo "$as_me:$LINENO: checking for connect" >&5
++echo $ECHO_N "checking for connect... $ECHO_C" >&6
++if test "${ac_cv_func_connect+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define connect to an innocuous variant, in case <limits.h> declares connect.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define connect innocuous_connect
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char connect (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef connect
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char connect ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_connect) || defined (__stub___connect)
++choke me
++#else
++char (*f) () = connect;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != connect;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_connect=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_connect=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
++echo "${ECHO_T}$ac_cv_func_connect" >&6
++
++   if test $ac_cv_func_connect = no; then
++      echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
++echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
++if test "${ac_cv_lib_socket_connect+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char connect ();
++int
++main ()
++{
++connect ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_socket_connect=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_socket_connect=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
++echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
++if test $ac_cv_lib_socket_connect = yes; then
++  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
++fi
++
++   fi
++
++   echo "$as_me:$LINENO: checking for remove" >&5
++echo $ECHO_N "checking for remove... $ECHO_C" >&6
++if test "${ac_cv_func_remove+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define remove to an innocuous variant, in case <limits.h> declares remove.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define remove innocuous_remove
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char remove (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef remove
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char remove ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_remove) || defined (__stub___remove)
++choke me
++#else
++char (*f) () = remove;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != remove;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_remove=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_remove=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
++echo "${ECHO_T}$ac_cv_func_remove" >&6
++
++   if test $ac_cv_func_remove = no; then
++      echo "$as_me:$LINENO: checking for remove in -lposix" >&5
++echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
++if test "${ac_cv_lib_posix_remove+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lposix  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char remove ();
++int
++main ()
++{
++remove ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_posix_remove=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_posix_remove=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
++echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
++if test $ac_cv_lib_posix_remove = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
++fi
++
++   fi
++
++   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
++   echo "$as_me:$LINENO: checking for shmat" >&5
++echo $ECHO_N "checking for shmat... $ECHO_C" >&6
++if test "${ac_cv_func_shmat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define shmat innocuous_shmat
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char shmat (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef shmat
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shmat ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_shmat) || defined (__stub___shmat)
++choke me
++#else
++char (*f) () = shmat;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != shmat;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_shmat=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_shmat=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
++echo "${ECHO_T}$ac_cv_func_shmat" >&6
++if test $ac_cv_func_shmat = yes; then
++  :
++else
++  echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
++echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
++if test "${ac_cv_lib_ipc_shmat+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lipc  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shmat ();
++int
++main ()
++{
++shmat ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_ipc_shmat=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_ipc_shmat=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
++echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
++if test $ac_cv_lib_ipc_shmat = yes; then
++  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
++fi
++
++fi
++
++   
++   # more headers that need to be explicitly included on darwin
++   
++
++for ac_header in sys/types.h stdint.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++   # sys/bitypes.h is needed for uint32_t and friends on Tru64
++   
++for ac_header in sys/bitypes.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++   # darwin requires a poll emulation library
++   echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
++echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6
++if test "${ac_cv_lib_poll_poll+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lpoll  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char poll ();
++int
++main ()
++{
++poll ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_poll_poll=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_poll_poll=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
++echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6
++if test $ac_cv_lib_poll_poll = yes; then
++  LIB_POLL="-lpoll"
++fi
++
++
++   # for some image handling on Mac OS X
++   
++for ac_header in Carbon/Carbon.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++   # CoreAudio framework
++   if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
++echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
++if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
++echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
++echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <CoreAudio/CoreAudio.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
++echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <CoreAudio/CoreAudio.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
++echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
++if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
++echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
++
++fi
++if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
++  
++     
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_COREAUDIO 1
++_ACEOF
++
++     FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
++   
++fi
++
++
++
++   
++  echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
++echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6
++  kde_libs_safe="$LIBS"
++  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    
++int
++main ()
++{
++
++      res_init(); 
++    
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++      LIBRESOLV="-lresolv"
++      echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++      
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_RES_INIT 1
++_ACEOF
++
++    
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6 
++  
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  LIBS=$kde_libs_safe
++  
++
++  
++echo "$as_me:$LINENO: checking for res_init" >&5
++echo $ECHO_N "checking for res_init... $ECHO_C" >&6
++if test "${kde_cv_func_res_init+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    
++
++int
++main ()
++{
++
++res_init()
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_func_res_init=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_func_res_init=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
++echo "${ECHO_T}$kde_cv_func_res_init" >&6
++
++echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
++echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6
++if test "${kde_cv_proto_res_init+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++if test "x$kde_cv_func_res_init" = xyes; then
++  kde_cv_proto_res_init=no
++else
++  case "res_init" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_res_init="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_res_init=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_res_init" = xunknown; then
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    
++
++extern "C" int res_init(void);
++
++int
++main ()
++{
++
++res_init()
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++   kde_cv_func_res_init=yes
++  kde_cv_proto_res_init=yes 
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_proto_res_init="res_init unavailable"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$kde_safe_libs
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
++echo "${ECHO_T}$kde_cv_proto_res_init" >&6
++
++if test "x$kde_cv_func_res_init" = xyes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_RES_INIT 1
++_ACEOF
++
++  
++fi
++if test "x$kde_cv_proto_res_init" = xno; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_RES_INIT_PROTO 1
++_ACEOF
++
++fi
++
++
++
++
++
++   
++   
++   LIBSOCKET="$X_EXTRA_LIBS"
++   
++   
++   echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
++echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6
++if test "${ac_cv_lib_ucb_killpg+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lucb  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char killpg ();
++int
++main ()
++{
++killpg ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_ucb_killpg=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_ucb_killpg=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
++echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6
++if test $ac_cv_lib_ucb_killpg = yes; then
++  LIBUCB="-lucb"
++fi
++    
++
++   case $host in     *-*-lynxos* )
++        echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
++echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6
++        CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
++        echo "$as_me:$LINENO: result: disabled" >&5
++echo "${ECHO_T}disabled" >&6
++        echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
++echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
++if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lbsd  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char gethostbyname ();
++int
++main ()
++{
++gethostbyname ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_bsd_gethostbyname=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_bsd_gethostbyname=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
++echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
++if test $ac_cv_lib_bsd_gethostbyname = yes; then
++  LIBSOCKET="-lbsd"
++fi
++          ;;
++    esac
++
++     echo "$as_me:$LINENO: checking for int" >&5
++echo $ECHO_N "checking for int... $ECHO_C" >&6
++if test "${ac_cv_type_int+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((int *) 0)
++  return 0;
++if (sizeof (int))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_int=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_int=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
++echo "${ECHO_T}$ac_cv_type_int" >&6
++
++echo "$as_me:$LINENO: checking size of int" >&5
++echo $ECHO_N "checking size of int... $ECHO_C" >&6
++if test "${ac_cv_sizeof_int+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_int" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_int=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (int)); }
++unsigned long ulongval () { return (long) (sizeof (int)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (int))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (int))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (int))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_int=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (int), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_int=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
++echo "${ECHO_T}$ac_cv_sizeof_int" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_INT $ac_cv_sizeof_int
++_ACEOF
++
++   echo "$as_me:$LINENO: checking for short" >&5
++echo $ECHO_N "checking for short... $ECHO_C" >&6
++if test "${ac_cv_type_short+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((short *) 0)
++  return 0;
++if (sizeof (short))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_short=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_short=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
++echo "${ECHO_T}$ac_cv_type_short" >&6
++
++echo "$as_me:$LINENO: checking size of short" >&5
++echo $ECHO_N "checking size of short... $ECHO_C" >&6
++if test "${ac_cv_sizeof_short+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_short" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_short=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (short)); }
++unsigned long ulongval () { return (long) (sizeof (short)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (short))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (short))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (short))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_short=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (short), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_short=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
++echo "${ECHO_T}$ac_cv_sizeof_short" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_SHORT $ac_cv_sizeof_short
++_ACEOF
++
++  echo "$as_me:$LINENO: checking for long" >&5
++echo $ECHO_N "checking for long... $ECHO_C" >&6
++if test "${ac_cv_type_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((long *) 0)
++  return 0;
++if (sizeof (long))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_long=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_long=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
++echo "${ECHO_T}$ac_cv_type_long" >&6
++
++echo "$as_me:$LINENO: checking size of long" >&5
++echo $ECHO_N "checking size of long... $ECHO_C" >&6
++if test "${ac_cv_sizeof_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_long" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_long=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (long)); }
++unsigned long ulongval () { return (long) (sizeof (long)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (long))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (long))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (long))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_long=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_long=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
++echo "${ECHO_T}$ac_cv_sizeof_long" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_LONG $ac_cv_sizeof_long
++_ACEOF
++
++  echo "$as_me:$LINENO: checking for char *" >&5
++echo $ECHO_N "checking for char *... $ECHO_C" >&6
++if test "${ac_cv_type_char_p+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((char * *) 0)
++  return 0;
++if (sizeof (char *))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_char_p=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_char_p=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
++echo "${ECHO_T}$ac_cv_type_char_p" >&6
++
++echo "$as_me:$LINENO: checking size of char *" >&5
++echo $ECHO_N "checking size of char *... $ECHO_C" >&6
++if test "${ac_cv_sizeof_char_p+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_char_p" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_char_p=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (char *)); }
++unsigned long ulongval () { return (long) (sizeof (char *)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (char *))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (char *))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (char *))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_char_p=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (char *), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_char_p=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
++echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
++_ACEOF
++
++
++   
++echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
++echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char dlopen ();
++int
++main ()
++{
++dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dl_dlopen=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dl_dlopen=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
++echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
++if test $ac_cv_lib_dl_dlopen = yes; then
++  
++LIBDL="-ldl"
++ac_cv_have_dlfcn=yes
++
++fi
++
++
++echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
++echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6
++if test "${ac_cv_lib_dld_shl_unload+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldld  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char shl_unload ();
++int
++main ()
++{
++shl_unload ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_dld_shl_unload=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_dld_shl_unload=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
++echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6
++if test $ac_cv_lib_dld_shl_unload = yes; then
++  
++LIBDL="-ldld"
++ac_cv_have_shload=yes
++
++fi
++
++
++
++
++   
++  
++  
++  echo "$as_me:$LINENO: checking for size_t" >&5
++echo $ECHO_N "checking for size_t... $ECHO_C" >&6
++if test "${ac_cv_type_size_t+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((size_t *) 0)
++  return 0;
++if (sizeof (size_t))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_size_t=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_size_t=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
++echo "${ECHO_T}$ac_cv_type_size_t" >&6
++
++echo "$as_me:$LINENO: checking size of size_t" >&5
++echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
++if test "${ac_cv_sizeof_size_t+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_size_t" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_size_t=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (size_t)); }
++unsigned long ulongval () { return (long) (sizeof (size_t)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (size_t))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (size_t))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (size_t))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_size_t=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (size_t), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_size_t=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
++echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
++_ACEOF
++
++
++  echo "$as_me:$LINENO: checking for unsigned long" >&5
++echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6
++if test "${ac_cv_type_unsigned_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++if ((unsigned long *) 0)
++  return 0;
++if (sizeof (unsigned long))
++  return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_type_unsigned_long=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_type_unsigned_long=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
++echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
++
++echo "$as_me:$LINENO: checking size of unsigned long" >&5
++echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6
++if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  if test "$ac_cv_type_unsigned_long" = yes; then
++  # The cast to unsigned long works around a bug in the HP C Compiler
++  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
++  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
++  # This bug is HP SR number 8606223364.
++  if test "$cross_compiling" = yes; then
++  # Depending upon the size, compute the lo and hi bounds.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) >= 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=0 ac_mid=0
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr $ac_mid + 1`
++		    if test $ac_lo -le $ac_mid; then
++		      ac_lo= ac_hi=
++		      break
++		    fi
++		    ac_mid=`expr 2 '*' $ac_mid + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) < 0)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=-1 ac_mid=-1
++  while :; do
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) >= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_lo=$ac_mid; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_hi=`expr '(' $ac_mid ')' - 1`
++		       if test $ac_mid -le $ac_hi; then
++			 ac_lo= ac_hi=
++			 break
++		       fi
++		       ac_mid=`expr 2 '*' $ac_mid`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  done
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo= ac_hi=
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++# Binary search between lo and hi bounds.
++while test "x$ac_lo" != "x$ac_hi"; do
++  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++int
++main ()
++{
++static int test_array @<:@1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)@:>@;
++test_array @<:@0@:>@ = 0
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_hi=$ac_mid
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_lo=`expr '(' $ac_mid ')' + 1`
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++done
++case $ac_lo in
++?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
++'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++else
++  if test "$cross_compiling" = yes; then
++  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
++echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++long longval () { return (long) (sizeof (unsigned long)); }
++unsigned long ulongval () { return (long) (sizeof (unsigned long)); }
++@%:@include <stdio.h>
++@%:@include <stdlib.h>
++int
++main ()
++{
++
++  FILE *f = fopen ("conftest.val", "w");
++  if (! f)
++    exit (1);
++  if (((long) (sizeof (unsigned long))) < 0)
++    {
++      long i = longval ();
++      if (i != ((long) (sizeof (unsigned long))))
++	exit (1);
++      fprintf (f, "%ld\n", i);
++    }
++  else
++    {
++      unsigned long i = ulongval ();
++      if (i != ((long) (sizeof (unsigned long))))
++	exit (1);
++      fprintf (f, "%lu\n", i);
++    }
++  exit (ferror (f) || fclose (f) != 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sizeof_unsigned_long=`cat conftest.val`
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&5
++echo "$as_me: error: cannot compute sizeof (unsigned long), 77
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.val
++else
++  ac_cv_sizeof_unsigned_long=0
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
++echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6
++cat >>confdefs.h <<_ACEOF
++@%:@define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
++_ACEOF
++
++
++
++  echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
++echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++    #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
++       choke me
++    #endif
++    
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++
++      echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++      { { echo "$as_me:$LINENO: error: 
++       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
++       does not apply. Please mail kde-devel at kde.org with a description of your system!
++      " >&5
++echo "$as_me: error: 
++       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
++       does not apply. Please mail kde-devel at kde.org with a description of your system!
++      " >&2;}
++   { (exit 1); exit 1; }; }
++  
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++
++# darwin needs this to initialize the environment
++
++for ac_header in crt_externs.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
++echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6
++if test "${ac_cv_func__NSGetEnviron+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define _NSGetEnviron innocuous__NSGetEnviron
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char _NSGetEnviron (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef _NSGetEnviron
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char _NSGetEnviron ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
++choke me
++#else
++char (*f) () = _NSGetEnviron;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != _NSGetEnviron;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func__NSGetEnviron=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func__NSGetEnviron=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
++echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6
++if test $ac_cv_func__NSGetEnviron = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_NSGETENVIRON 1
++_ACEOF
++
++fi
++
++ 
++
++
++
++
++
++
++
++
++for ac_func in vsnprintf snprintf
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++
++
++
++
++
++
++
++# Check whether --enable-embedded or --disable-embedded was given.
++if test "${enable_embedded+set}" = set; then
++  enableval="$enable_embedded"
++  kde_use_qt_emb=$enableval
++else
++  kde_use_qt_emb=no
++
++fi; 
++
++# Check whether --enable-qtopia or --disable-qtopia was given.
++if test "${enable_qtopia+set}" = set; then
++  enableval="$enable_qtopia"
++  kde_use_qt_emb_palm=$enableval
++else
++  kde_use_qt_emb_palm=no
++
++fi; 
++
++# Check whether --enable-mac or --disable-mac was given.
++if test "${enable_mac+set}" = set; then
++  enableval="$enable_mac"
++  kde_use_qt_mac=$enableval
++else
++  kde_use_qt_mac=no
++
++fi; 
++
++# used to disable x11-specific stuff on special platforms
++ 
++
++if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
++  include_x11_TRUE=
++  include_x11_FALSE='#'
++else
++  include_x11_TRUE='#'
++  include_x11_FALSE=
++fi
++
++
++if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
++
++echo "$as_me:$LINENO: checking for X" >&5
++echo $ECHO_N "checking for X... $ECHO_C" >&6
++
++if test "${kde_cv_have_x+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # One or both of the vars are not set, and there is no cached value.
++if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
++   kde_x_includes=NO
++else
++   kde_x_includes=$x_includes
++fi
++if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
++   kde_x_libraries=NO
++else
++   kde_x_libraries=$x_libraries
++fi
++
++# below we use the standard autoconf calls
++ac_x_libraries=$kde_x_libraries
++ac_x_includes=$kde_x_includes
++
++
++
++
++if test "$ac_x_includes" = NO; then
++  # Guess where to find include files, by looking for this one X11 .h file.
++  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
++
++  # First, try using that file with no special directory specified.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <$x_direct_test_include>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # We can compile using X headers with no special include directory.
++ac_x_includes=
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Look for the header file in a standard set of common directories.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++  for ac_dir in               \
++    /usr/X11/include          \
++    /usr/X11R6/include        \
++    /usr/X11R5/include        \
++    /usr/X11R4/include        \
++                              \
++    /usr/include/X11          \
++    /usr/include/X11R6        \
++    /usr/include/X11R5        \
++    /usr/include/X11R4        \
++                              \
++    /usr/local/X11/include    \
++    /usr/local/X11R6/include  \
++    /usr/local/X11R5/include  \
++    /usr/local/X11R4/include  \
++                              \
++    /usr/local/include/X11    \
++    /usr/local/include/X11R6  \
++    /usr/local/include/X11R5  \
++    /usr/local/include/X11R4  \
++                              \
++    /usr/X386/include         \
++    /usr/x386/include         \
++    /usr/XFree86/include/X11  \
++                              \
++    /usr/include              \
++    /usr/local/include        \
++    /usr/unsupported/include  \
++    /usr/athena/include       \
++    /usr/local/x11r5/include  \
++    /usr/lpp/Xamples/include  \
++                              \
++    /usr/openwin/include      \
++    /usr/openwin/share/include \
++    ; \
++  do
++    if test -r "$ac_dir/$x_direct_test_include"; then
++      ac_x_includes=$ac_dir
++      break
++    fi
++  done
++fi
++rm -f conftest.err conftest.$ac_ext
++fi # $ac_x_includes = NO
++
++if test "$ac_x_libraries" = NO; then
++  # Check for the libraries.
++
++  test -z "$x_direct_test_library" && x_direct_test_library=Xt
++  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
++
++  # See if we find them without any special options.
++  # Don't add to $LIBS permanently.
++  ac_save_LIBS="$LIBS"
++  LIBS="-l$x_direct_test_library $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <X11/Intrinsic.h>
++int
++main ()
++{
++${x_direct_test_function}(1)
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  LIBS="$ac_save_LIBS"
++# We can link X programs with no special library path.
++ac_x_libraries=
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++LIBS="$ac_save_LIBS"
++# First see if replacing the include by lib works.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
++    /usr/X11/lib${kdelibsuff}           \
++    /usr/X11R6/lib${kdelibsuff}         \
++    /usr/X11R5/lib${kdelibsuff}         \
++    /usr/X11R4/lib${kdelibsuff}         \
++                                        \
++    /usr/lib${kdelibsuff}/X11           \
++    /usr/lib${kdelibsuff}/X11R6         \
++    /usr/lib${kdelibsuff}/X11R5         \
++    /usr/lib${kdelibsuff}/X11R4         \
++                                        \
++    /usr/local/X11/lib${kdelibsuff}     \
++    /usr/local/X11R6/lib${kdelibsuff}   \
++    /usr/local/X11R5/lib${kdelibsuff}   \
++    /usr/local/X11R4/lib${kdelibsuff}   \
++                                        \
++    /usr/local/lib${kdelibsuff}/X11     \
++    /usr/local/lib${kdelibsuff}/X11R6   \
++    /usr/local/lib${kdelibsuff}/X11R5   \
++    /usr/local/lib${kdelibsuff}/X11R4   \
++                                        \
++    /usr/X386/lib${kdelibsuff}          \
++    /usr/x386/lib${kdelibsuff}          \
++    /usr/XFree86/lib${kdelibsuff}/X11   \
++                                        \
++    /usr/lib${kdelibsuff}               \
++    /usr/local/lib${kdelibsuff}         \
++    /usr/unsupported/lib${kdelibsuff}   \
++    /usr/athena/lib${kdelibsuff}        \
++    /usr/local/x11r5/lib${kdelibsuff}   \
++    /usr/lpp/Xamples/lib${kdelibsuff}   \
++    /lib/usr/lib${kdelibsuff}/X11       \
++                                        \
++    /usr/openwin/lib${kdelibsuff}       \
++    /usr/openwin/share/lib${kdelibsuff} \
++    ; \
++do
++  for ac_extension in a so sl; do
++    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
++      ac_x_libraries=$ac_dir
++      break 2
++    fi
++  done
++done
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi # $ac_x_libraries = NO
++
++case "$host" in
++mips-sgi-irix6*)
++  ;;
++*-*-solaris*)
++  ;;
++*)
++  rm -fr conftest.dir
++if mkdir conftest.dir; then
++  cd conftest.dir
++  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
++  cat >Imakefile <<'_ACEOF'
++acfindx:
++	@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
++_ACEOF
++  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
++    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
++    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
++    for ac_extension in a so sl; do
++      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
++	 test -f $ac_im_libdir/libX11.$ac_extension; then
++	ac_im_usrlibdir=$ac_im_libdir; break
++      fi
++    done
++    # Screen out bogus values from the imake configuration.  They are
++    # bogus both because they are the default anyway, and because
++    # using them would break gcc on systems where it needs fixed includes.
++    case $ac_im_incroot in
++	/usr/include) ;;
++	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
++    esac
++    case $ac_im_usrlibdir in
++	/usr/lib | /lib) ;;
++	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
++    esac
++  fi
++  cd ..
++  rm -fr conftest.dir
++fi
++
++  if test -z "$ac_x_includes"; then
++    ac_x_includes="."
++  fi
++  if test -z "$ac_x_libraries"; then
++    ac_x_libraries="/usr/lib${kdelibsuff}"
++  fi
++esac
++#from now on we use our own again
++
++# when the user already gave --x-includes, we ignore
++# what the standard autoconf macros told us.
++if test "$kde_x_includes" = NO; then
++  kde_x_includes=$ac_x_includes
++fi
++
++# for --x-libraries too
++if test "$kde_x_libraries" = NO; then
++  kde_x_libraries=$ac_x_libraries
++fi
++
++if test "$kde_x_includes" = NO; then
++  { { echo "$as_me:$LINENO: error: Can't find X includes. Please check your installation and add the correct paths!" >&5
++echo "$as_me: error: Can't find X includes. Please check your installation and add the correct paths!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if test "$kde_x_libraries" = NO; then
++  { { echo "$as_me:$LINENO: error: Can't find X libraries. Please check your installation and add the correct paths!" >&5
++echo "$as_me: error: Can't find X libraries. Please check your installation and add the correct paths!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++# Record where we found X for the cache.
++kde_cv_have_x="have_x=yes \
++         kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
++
++fi
++
++eval "$kde_cv_have_x"
++
++if test "$have_x" != yes; then
++  echo "$as_me:$LINENO: result: $have_x" >&5
++echo "${ECHO_T}$have_x" >&6
++  no_x=yes
++else
++  echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
++echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6
++fi
++
++if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
++  X_INCLUDES=""
++  x_includes=".";  else
++  x_includes=$kde_x_includes
++  X_INCLUDES="-I$x_includes"
++fi
++
++if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then
++  X_LDFLAGS=""
++  x_libraries="/usr/lib";  else
++  x_libraries=$kde_x_libraries
++  X_LDFLAGS="-L$x_libraries"
++fi
++all_includes="$X_INCLUDES"
++all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
++
++# Check for libraries that X11R6 Xt/Xaw programs need.
++ac_save_LDFLAGS="$LDFLAGS"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
++# check for ICE first), but we must link in the order -lSM -lICE or
++# we get undefined symbols.  So assume we have SM if we have ICE.
++# These have to be linked with before -lX11, unlike the other
++# libraries we check for below, so use a different variable.
++#  --interran at uluru.Stanford.EDU, kb at cs.umb.edu.
++echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
++echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
++if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lICE $X_EXTRA_LIBS $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char IceConnectionNumber ();
++int
++main ()
++{
++IceConnectionNumber ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_ICE_IceConnectionNumber=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_ICE_IceConnectionNumber=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
++echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
++if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
++  LIBSM="-lSM -lICE"
++fi
++
++LDFLAGS="$ac_save_LDFLAGS"
++
++LIB_X11='-lX11 $(LIBSOCKET)'
++
++echo "$as_me:$LINENO: checking for libXext" >&5
++echo $ECHO_N "checking for libXext... $ECHO_C" >&6
++if test "${kde_cv_have_libXext+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_ldflags_safe="$LDFLAGS"
++kde_libs_safe="$LIBS"
++
++LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
++LIBS="-lXext -lX11 $LIBSOCKET"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <stdio.h>
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++
++int
++main ()
++{
++
++printf("hello Xext\n");
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_have_libXext=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_have_libXext=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++
++LDFLAGS=$kde_ldflags_safe
++LIBS=$kde_libs_safe
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
++echo "${ECHO_T}$kde_cv_have_libXext" >&6
++
++if test "$kde_cv_have_libXext" = "no"; then
++  { { echo "$as_me:$LINENO: error: We need a working libXext to proceed. Since configure
++can't find it itself, we stop here assuming that make wouldn't find
++them either." >&5
++echo "$as_me: error: We need a working libXext to proceed. Since configure
++can't find it itself, we stop here assuming that make wouldn't find
++them either." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++LIB_XEXT="-lXext"
++QTE_NORTTI=""
++
++elif test "$kde_use_qt_emb" = "yes"; then
++    CPPFLAGS=-DQWS
++  CXXFLAGS="$CXXFLAGS -fno-rtti"
++  QTE_NORTTI="-fno-rtti -DQWS"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++elif test "$kde_use_qt_mac" = "yes"; then
++      CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
++  CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++fi
++
++
++
++
++
++
++
++
++
++
++
++
++
++                LIBPTHREAD=""
++
++  if test -n "$PTHREAD_LIBS"; then
++    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
++      LIBPTHREAD="PTHREAD"
++    else
++      PTHREAD_LIBS_save="$PTHREAD_LIBS"
++      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
++      echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
++echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
++      
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
++echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Lib+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-l$PTHREAD_LIBS  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char pthread_create ();
++int
++main ()
++{
++pthread_create ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_Lib=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_Lib=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
++if test `eval echo '${'$as_ac_Lib'}'` = yes; then
++  LIBPTHREAD="$PTHREAD_LIBS_save"
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++      PTHREAD_LIBS="$PTHREAD_LIBS_save"
++    fi
++  fi
++
++    if test -z "$LIBPTHREAD"; then
++    echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
++echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
++if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lpthread  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char pthread_create ();
++int
++main ()
++{
++pthread_create ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_pthread_pthread_create=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_pthread_pthread_create=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
++echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
++if test $ac_cv_lib_pthread_pthread_create = yes; then
++  LIBPTHREAD="-lpthread"
++fi
++
++  fi
++
++    if test -z "$LIBPTHREAD" ; then
++    echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
++echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
++    kde_safe_libs=$LIBS
++    LIBS="$LIBS -lpthread"
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <pthread.h>
++int
++main ()
++{
++(void)pthread_create(0,0,0,0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++        echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        LIBPTHREAD="-lpthread"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++    LIBS=$kde_safe_libs
++  fi
++
++    if test "x$LIBPTHREAD" = "xPTHREAD" ; then
++    LIBPTHREAD=""
++  fi
++
++  
++
++
++      USE_THREADS=""
++      if test -z "$LIBPTHREAD"; then
++        
++echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
++echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6
++kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -pthread"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ USE_THREADS="-D_THREAD_SAFE -pthread"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++      fi
++
++    
++
++    case $host_os in
++ 	solaris*)
++		
++echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
++echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6
++kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'`
++if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++
++   ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -mt"
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++int
++main ()
++{
++ return 0; 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_prog_cxx_$kde_cache=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  CXXFLAGS="$save_CXXFLAGS"
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ :
++ USE_THREADS="-mt"
++else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ :
++ 
++fi
++
++                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
++    		;;
++        freebsd*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
++                ;;
++        aix*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
++                LIBPTHREAD="$LIBPTHREAD -lc_r"
++                ;;
++        linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
++                if test "$CXX" = "KCC"; then
++                  CXXFLAGS="$CXXFLAGS --thread_safe"
++		  NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
++                fi
++                ;;
++	*)
++		;;
++    esac
++    
++    
++
++
++echo "$as_me:$LINENO: checking for extra includes" >&5
++echo $ECHO_N "checking for extra includes... $ECHO_C" >&6
++
++# Check whether --with-extra-includes or --without-extra-includes was given.
++if test "${with_extra_includes+set}" = set; then
++  withval="$with_extra_includes"
++  kde_use_extra_includes="$withval"
++else
++  kde_use_extra_includes=NONE
++
++fi; 
++kde_extra_includes=
++if test -n "$kde_use_extra_includes" && \
++   test "$kde_use_extra_includes" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_includes; do
++     kde_extra_includes="$kde_extra_includes $dir"
++     USER_INCLUDES="$USER_INCLUDES -I$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_includes="added"
++else
++   kde_use_extra_includes="no"
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
++echo "${ECHO_T}$kde_use_extra_includes" >&6
++
++kde_extra_libs=
++echo "$as_me:$LINENO: checking for extra libs" >&5
++echo $ECHO_N "checking for extra libs... $ECHO_C" >&6
++
++# Check whether --with-extra-libs or --without-extra-libs was given.
++if test "${with_extra_libs+set}" = set; then
++  withval="$with_extra_libs"
++  kde_use_extra_libs=$withval
++else
++  kde_use_extra_libs=NONE
++
++fi; 
++if test -n "$kde_use_extra_libs" && \
++   test "$kde_use_extra_libs" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_libs; do
++     kde_extra_libs="$kde_extra_libs $dir"
++     KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
++     USER_LDFLAGS="$USER_LDFLAGS -L$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_libs="added"
++else
++   kde_use_extra_libs="no"
++fi
++
++
++
++echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
++echo "${ECHO_T}$kde_use_extra_libs" >&6
++
++
++
++
++echo "$as_me:$LINENO: checking for libz" >&5
++echo $ECHO_N "checking for libz... $ECHO_C" >&6
++if test "${ac_cv_lib_z+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include<zlib.h>
++
++int
++main ()
++{
++
++  char buf[42];
++  gzFile f = (gzFile) 0;
++  /* this would segfault.. but we only link, don't run */
++  (void) gzgets(f, buf, sizeof(buf));
++
++  return (zlibVersion() == ZLIB_VERSION); 
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_z='-lz'"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_z=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++
++fi
++if test ! "$ac_cv_lib_z" = no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBZ 1
++_ACEOF
++
++  LIBZ="$ac_cv_lib_z"
++  echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
++echo "${ECHO_T}$ac_cv_lib_z" >&6
++else
++  { { echo "$as_me:$LINENO: error: not found. 
++          Possibly configure picks up an outdated version
++          installed by XFree86. Remove it from your system.
++
++          Check your installation and look into config.log" >&5
++echo "$as_me: error: not found. 
++          Possibly configure picks up an outdated version
++          installed by XFree86. Remove it from your system.
++
++          Check your installation and look into config.log" >&2;}
++   { (exit 1); exit 1; }; }
++  LIBZ=""
++fi
++
++
++
++
++
++echo "$as_me:$LINENO: checking for libpng" >&5
++echo $ECHO_N "checking for libpng... $ECHO_C" >&6
++if test "${ac_cv_lib_png+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
++else
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
++fi
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++    
++    #include<png.h>
++    
++int
++main ()
++{
++
++    png_structp png_ptr = png_create_read_struct(  /* image ptr */
++		PNG_LIBPNG_VER_STRING, 0, 0, 0 );
++    return( png_ptr != 0 );
++    
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_png=no"
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++
++fi
++if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBPNG 1
++_ACEOF
++
++  LIBPNG="$ac_cv_lib_png"
++  
++  echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
++echo "${ECHO_T}$ac_cv_lib_png" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  LIBPNG=""
++  
++fi
++
++
++
++echo "$as_me:$LINENO: checking for libjpeg6b" >&5
++echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6
++if test "${ac_cv_lib_jpeg_6b+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -ljpeg6b -lm"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Override any gcc2 internal prototype to avoid an error.  */
++struct jpeg_decompress_struct;
++typedef struct jpeg_decompress_struct * j_decompress_ptr;
++typedef int size_t;
++#ifdef __cplusplus
++extern "C" {
++#endif
++    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
++                                    int version, size_t structsize);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++
++int
++main ()
++{
++jpeg_CreateDecompress(0L, 0, 0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_jpeg_6b=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$ac_save_LIBS"
++CFLAGS="$ac_save_CFLAGS"
++
++fi
++
++
++if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then
++  LIBJPEG="$ac_cv_lib_jpeg_6b"
++  echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
++echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++echo "$as_me:$LINENO: checking for libjpeg" >&5
++echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6
++if test "${ac_cv_lib_jpeg_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Override any gcc2 internal prototype to avoid an error.  */
++struct jpeg_decompress_struct;
++typedef struct jpeg_decompress_struct * j_decompress_ptr;
++typedef int size_t;
++#ifdef __cplusplus
++extern "C" {
++#endif
++    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
++                                    int version, size_t structsize);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++
++int
++main ()
++{
++jpeg_CreateDecompress(0L, 0, 0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_jpeg_normal=-ljpeg"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_jpeg_normal=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$ac_save_LIBS"
++CFLAGS="$ac_save_CFLAGS"
++
++fi
++
++
++if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
++  LIBJPEG="$ac_cv_lib_jpeg_normal"
++  echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
++echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++       LIBJPEG=
++    
++   
++fi
++
++
++
++fi
++
++
++
++jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
++
++jpeg_incdir=NO
++for i in $jpeg_incdirs;
++do
++  for j in jpeglib.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      jpeg_incdir=$i
++      break 2
++    fi
++  done
++done
++
++test "x$jpeg_incdir" = xNO && jpeg_incdir=
++
++if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBJPEG 1
++_ACEOF
++
++else
++  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
++    { echo "$as_me:$LINENO: WARNING: 
++There is an installation error in jpeg support. You seem to have only one
++of either the headers _or_ the libraries installed. You may need to either
++provide correct --with-extra-... options, or the development package of
++libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
++Disabling JPEG support.
++" >&5
++echo "$as_me: WARNING: 
++There is an installation error in jpeg support. You seem to have only one
++of either the headers _or_ the libraries installed. You may need to either
++provide correct --with-extra-... options, or the development package of
++libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
++Disabling JPEG support.
++" >&2;}
++  else
++    { echo "$as_me:$LINENO: WARNING: libjpeg not found. disable JPEG support." >&5
++echo "$as_me: WARNING: libjpeg not found. disable JPEG support." >&2;}
++  fi
++  jpeg_incdir=
++  LIBJPEG=
++fi
++
++
++
++
++
++
++	
++   echo "$as_me:$LINENO: checking for perl" >&5
++echo $ECHO_N "checking for perl... $ECHO_C" >&6
++   if test -n "$PERL"; then
++        kde_cv_path="$PERL";
++   else
++        kde_cache=`echo perl | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$bindir $exec_prefix/bin $prefix/bin $dirs"
++        else  	  dirs="$dirs $bindir $exec_prefix/bin $prefix/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/perl"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/perl  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/perl"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/perl"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++		    { { echo "$as_me:$LINENO: error: No Perl found in your $PATH.
++We need perl to generate some code." >&5
++echo "$as_me: error: No Perl found in your $PATH.
++We need perl to generate some code." >&2;}
++   { (exit 1); exit 1; }; }
++	
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      PERL=$kde_cv_path
++
++   fi
++
++    
++
++
++
++
++
++
++
++
++# Check whether --enable-mt or --disable-mt was given.
++if test "${enable_mt+set}" = set; then
++  enableval="$enable_mt"
++  kde_use_qt_mt=$enableval
++else
++  
++    if test $kde_qtver = 3; then
++      kde_use_qt_mt=yes
++    else
++      kde_use_qt_mt=no
++    fi
++  
++
++fi; 
++
++USING_QT_MT=""
++
++
++KDE_MT_LDFLAGS=
++KDE_MT_LIBS=
++if test "x$kde_use_qt_mt" = "xyes"; then
++  
++  
++  
++    if test -z "$LIBPTHREAD"; then
++    if test -z "$USE_THREADS"; then
++      kde_check_threading_default=no
++    else
++      kde_check_threading_default=yes
++    fi
++  else
++    kde_check_threading_default=yes
++  fi
++  # Check whether --enable-threading or --disable-threading was given.
++if test "${enable_threading+set}" = set; then
++  enableval="$enable_threading"
++  kde_use_threading=$enableval
++else
++  kde_use_threading=$kde_check_threading_default
++fi; 
++  if test "x$kde_use_threading" = "xyes"; then
++    
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_LIBPTHREAD 1
++_ACEOF
++
++  fi
++
++  if test "x$kde_use_threading" = "xyes"; then
++    CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
++    KDE_MT_LDFLAGS="$USE_THREADS"
++    KDE_MT_LIBS="$LIBPTHREAD"
++  else
++    kde_use_qt_mt=no
++  fi
++fi
++
++
++
++kde_qt_was_given=yes
++
++if test -z "$LIBQT_GLOB"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    LIBQT_GLOB="libqte.*"
++  else
++    LIBQT_GLOB="libqt.*"
++  fi
++fi
++
++if test -z "$LIBQT"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    qtlib="qte"
++  else
++    qtlib="qt"
++  fi
++
++  kde_int_qt="-l$qtlib"
++else
++  kde_int_qt="$LIBQT"
++  kde_lib_qt_set=yes
++fi
++
++if test -z "$LIBQPE"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    if test "x$kde_use_qt_emb_palm" = "xyes"; then
++      LIB_QPE="-lqpe"
++    else
++      LIB_QPE=""
++    fi
++  else
++    LIB_QPE=""
++  fi
++fi
++
++
++if test "x$kde_use_qt_mt" = "xyes"; then
++  LIBQT="-l$qtlib-mt"
++  kde_int_qt="-l$qtlib-mt"
++  LIBQT_GLOB="lib$qtlib-mt.*"
++  USING_QT_MT="using -mt"
++else
++  LIBQT="-l$qtlib"
++fi
++
++if test $kde_qtver != 1; then
++
++  
++  
++  LIBQT="$LIBQT $LIBPNG $LIBJPEG"
++fi
++
++if test $kde_qtver = 3; then
++  
++  LIBQT="$LIBQT $LIBDL"
++fi
++
++echo "$as_me:$LINENO: checking for Qt" >&5
++echo $ECHO_N "checking for Qt... $ECHO_C" >&6
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
++fi
++ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
++qt_libraries=""
++qt_includes=""
++
++# Check whether --with-qt-dir or --without-qt-dir was given.
++if test "${with_qt_dir+set}" = set; then
++  withval="$with_qt_dir"
++    ac_qt_includes="$withval"/include
++       ac_qt_libraries="$withval"/lib${kdelibsuff}
++       ac_qt_bindir="$withval"/bin
++    
++fi; 
++
++
++# Check whether --with-qt-includes or --without-qt-includes was given.
++if test "${with_qt_includes+set}" = set; then
++  withval="$with_qt_includes"
++  
++       ac_qt_includes="$withval"
++    
++fi; 
++
++kde_qt_libs_given=no
++
++
++# Check whether --with-qt-libraries or --without-qt-libraries was given.
++if test "${with_qt_libraries+set}" = set; then
++  withval="$with_qt_libraries"
++    ac_qt_libraries="$withval"
++       kde_qt_libs_given=yes
++    
++fi; 
++
++if test "${ac_cv_have_qt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  #try to guess Qt locations
++
++qt_incdirs=""
++for dir in $kde_qt_dirs; do
++   qt_incdirs="$qt_incdirs $dir/include $dir"
++done
++qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
++if test ! "$ac_qt_includes" = "NO"; then
++   qt_incdirs="$ac_qt_includes $qt_incdirs"
++fi
++
++if test "$kde_qtver" != "1"; then
++  kde_qt_header=qstyle.h
++else
++  kde_qt_header=qglobal.h
++fi
++
++
++qt_incdir=NO
++for i in $qt_incdirs;
++do
++  for j in $kde_qt_header;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      qt_incdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_qt_includes="$qt_incdir"
++
++qt_libdirs=""
++for dir in $kde_qt_dirs; do
++   qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
++done
++qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
++if test ! "$ac_qt_libraries" = "NO"; then
++  qt_libdir=$ac_qt_libraries
++else
++  qt_libdirs="$ac_qt_libraries $qt_libdirs"
++  # if the Qt was given, the chance is too big that libqt.* doesn't exist
++  qt_libdir=NONE
++  for dir in $qt_libdirs; do
++    try="ls -1 $dir/${LIBQT_GLOB}"
++    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
++  done
++fi
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++    LIBQT="$LIBQT ${kde_int_qt}_incremental"
++    break
++  fi
++done
++
++ac_qt_libraries="$qt_libdir"
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
++LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
++LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
++
++
++
++cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qglobal.h>
++#include <qapplication.h>
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qevent.h>
++#include <qstring.h>
++#include <qstyle.h>
++EOF
++
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++#if QT_VERSION < 210
++#error 1
++#endif
++EOF
++fi
++fi
++
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qcursor.h>
++#include <qstylefactory.h>
++#include <private/qucomextra_p.h>
++EOF
++fi
++
++echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
++cat >> conftest.$ac_ext <<EOF
++#error 1
++#endif
++
++int main() {
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++    QStringList *t = new QStringList();
++    Q_UNUSED(t);
++EOF
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++    QString s;
++    s.setLatin1("Elvis is alive", 14);
++EOF
++fi
++fi
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++    (void)QStyleFactory::create(QString::null);
++    QCursor c(Qt::WhatsThisCursor);
++EOF
++fi
++cat >> conftest.$ac_ext <<EOF
++    return 0;
++}
++EOF
++
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  rm -f conftest*
++else
++  echo "configure: failed program was:" >&5
++  cat conftest.$ac_ext >&5
++  ac_qt_libraries="NO"
++fi
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
++  ac_cv_have_qt="have_qt=no"
++  ac_qt_notfound=""
++  missing_qt_mt=""
++  if test "$ac_qt_includes" = NO; then
++    if test "$ac_qt_libraries" = NO; then
++      ac_qt_notfound="(headers and libraries)";
++    else
++      ac_qt_notfound="(headers)";
++    fi
++  else
++    if test "x$kde_use_qt_mt" = "xyes"; then
++       missing_qt_mt="
++Make sure that you have compiled Qt with thread support!"
++       ac_qt_notfound="(library $qtlib-mt)";
++    else
++       ac_qt_notfound="(library $qtlib)";
++    fi
++  fi
++
++  { { echo "$as_me:$LINENO: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
++For more details about this problem, look at the end of config.log.$missing_qt_mt" >&5
++echo "$as_me: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
++For more details about this problem, look at the end of config.log.$missing_qt_mt" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  have_qt="yes"
++fi
++
++fi
++
++
++eval "$ac_cv_have_qt"
++
++if test "$have_qt" != yes; then
++  echo "$as_me:$LINENO: result: $have_qt" >&5
++echo "${ECHO_T}$have_qt" >&6;
++else
++  ac_cv_have_qt="have_qt=yes \
++    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
++  echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
++echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6
++
++  qt_libraries="$ac_qt_libraries"
++  qt_includes="$ac_qt_includes"
++fi
++
++if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
++     
++
++echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
++echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6
++if test "${kde_cv_qt_direct+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
++ac_LIBRARY_PATH="$LIBRARY_PATH"
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_includes"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
++else
++LIBS="$LIBQT $LIBSOCKET"
++fi
++LD_LIBRARY_PATH=
++export LD_LIBRARY_PATH
++LIBRARY_PATH=
++export LIBRARY_PATH
++
++
++
++cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qglobal.h>
++#include <qapplication.h>
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qevent.h>
++#include <qstring.h>
++#include <qstyle.h>
++EOF
++
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++#if QT_VERSION < 210
++#error 1
++#endif
++EOF
++fi
++fi
++
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qcursor.h>
++#include <qstylefactory.h>
++#include <private/qucomextra_p.h>
++EOF
++fi
++
++echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
++cat >> conftest.$ac_ext <<EOF
++#error 1
++#endif
++
++int main() {
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++    QStringList *t = new QStringList();
++    Q_UNUSED(t);
++EOF
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++    QString s;
++    s.setLatin1("Elvis is alive", 14);
++EOF
++fi
++fi
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++    (void)QStyleFactory::create(QString::null);
++    QCursor c(Qt::WhatsThisCursor);
++EOF
++fi
++cat >> conftest.$ac_ext <<EOF
++    return 0;
++}
++EOF
++
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  kde_cv_qt_direct="yes"
++else
++  kde_cv_qt_direct="no"
++  echo "configure: failed program was:" >&5
++  cat conftest.$ac_ext >&5
++fi
++
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
++export LD_LIBRARY_PATH
++LIBRARY_PATH="$ac_LIBRARY_PATH"
++export LIBRARY_PATH
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++fi
++
++
++if test "$kde_cv_qt_direct" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  qt_libraries= 
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++
++
++if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
++ QT_INCLUDES=""
++else
++ QT_INCLUDES="-I$qt_includes"
++ all_includes="$QT_INCLUDES $all_includes"
++fi
++
++if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
++ QT_LDFLAGS=""
++else
++ QT_LDFLAGS="-L$qt_libraries"
++ all_libraries="$QT_LDFLAGS $all_libraries"
++fi
++test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
++
++
++
++
++   
++   qt_bindirs=""
++   for dir in $kde_qt_dirs; do
++      qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
++   done
++   qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
++   if test ! "$ac_qt_bindir" = "NO"; then
++      qt_bindirs="$ac_qt_bindir $qt_bindirs"
++   fi
++
++   
++   echo "$as_me:$LINENO: checking for moc" >&5
++echo $ECHO_N "checking for moc... $ECHO_C" >&6
++   if test -n "$MOC"; then
++        kde_cv_path="$MOC";
++   else
++        kde_cache=`echo moc | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$qt_bindirs $dirs"
++        else  	  dirs="$dirs $qt_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/moc"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/moc  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/moc"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/moc"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found!
++Please check whether you installed Qt correctly.
++You need to have a running moc binary.
++configure tried to run $ac_cv_path_moc and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable MOC to the right one before running
++configure.
++" >&5
++echo "$as_me: error: No Qt meta object compiler (moc) found!
++Please check whether you installed Qt correctly.
++You need to have a running moc binary.
++configure tried to run $ac_cv_path_moc and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable MOC to the right one before running
++configure.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MOC=$kde_cv_path
++
++   fi
++
++   if test -z "$UIC_NOT_NEEDED"; then
++     
++   echo "$as_me:$LINENO: checking for uic" >&5
++echo $ECHO_N "checking for uic... $ECHO_C" >&6
++   if test -n "$UIC_PATH"; then
++        kde_cv_path="$UIC_PATH";
++   else
++        kde_cache=`echo uic | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$qt_bindirs $dirs"
++        else  	  dirs="$dirs $qt_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/uic"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/uic  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/uic"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/uic"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      UIC_PATH=""
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      UIC_PATH=$kde_cv_path
++
++   fi
++
++     if test -z "$UIC_PATH" ; then
++       
++    { echo "$as_me:$LINENO: WARNING: No Qt ui compiler (uic) found!
++Please check whether you installed Qt correctly.
++You need to have a running uic binary.
++configure tried to run $ac_cv_path_uic and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable UIC to the right one before running
++configure.
++" >&5
++echo "$as_me: WARNING: No Qt ui compiler (uic) found!
++Please check whether you installed Qt correctly.
++You need to have a running uic binary.
++configure tried to run $ac_cv_path_uic and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable UIC to the right one before running
++configure.
++" >&2;}
++
++       exit 1
++     else
++       UIC=$UIC_PATH
++
++       if test $kde_qtver = 3; then
++         
++    echo "$as_me:$LINENO: checking whether uic supports -L " >&5
++echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6
++    kde_cache=`echo L | sed 'y% .=/+-%____p_%'`
++    if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        cat >conftest.ui <<EOT
++        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
++EOT
++        ac_uic_testrun="$UIC_PATH -L /nonexistent conftest.ui >/dev/null"
++        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
++  (eval $ac_uic_testrun) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++            eval "kde_cv_prog_uic_$kde_cache=yes"
++        else
++            eval "kde_cv_prog_uic_$kde_cache=no"
++        fi
++        rm -f conftest*
++    
++fi
++
++
++    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
++        echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        :
++        ac_uic_supports_libpath=yes
++    else
++        echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++        :
++        ac_uic_supports_libpath=no
++    fi
++
++         
++    echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
++echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6
++    kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'`
++    if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        cat >conftest.ui <<EOT
++        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
++EOT
++        ac_uic_testrun="$UIC_PATH -nounload  conftest.ui >/dev/null"
++        if { (eval echo "$as_me:$LINENO: \"$ac_uic_testrun\"") >&5
++  (eval $ac_uic_testrun) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++            eval "kde_cv_prog_uic_$kde_cache=yes"
++        else
++            eval "kde_cv_prog_uic_$kde_cache=no"
++        fi
++        rm -f conftest*
++    
++fi
++
++
++    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
++        echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        :
++        ac_uic_supports_nounload=yes
++    else
++        echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++        :
++        ac_uic_supports_nounload=no
++    fi
++
++
++         if test x$ac_uic_supports_libpath = xyes; then
++             UIC="$UIC -L \$(kde_widgetdir)"
++         fi
++         if test x$ac_uic_supports_nounload = xyes; then
++             UIC="$UIC -nounload"
++         fi
++       fi
++     fi
++   else
++     UIC="echo uic not available: "
++   fi
++
++   
++   
++
++   UIC_TR="i18n"
++   if test $kde_qtver = 3; then
++     UIC_TR="tr2i18n"
++   fi
++
++   
++
++
++
++if test -n "$LIBJPEG"; then
++echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
++echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6
++if test "${kde_cv_qt_jpeg+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
++LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
++ac_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <qapplication.h>
++int
++main ()
++{
++
++            int argc;
++            char** argv;
++            QApplication app(argc, argv);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "kde_cv_qt_jpeg=no"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "kde_cv_qt_jpeg=yes"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$ac_save_LIBS"
++CXXFLAGS="$ac_save_CXXFLAGS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++fi
++
++fi
++
++
++if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  LIBJPEG_QT='$(LIBJPEG)'
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  LIBJPEG_QT=
++fi
++
++
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
++else
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
++fi
++test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++     LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
++     break
++  fi
++done
++
++
++
++
++
++
++
++
++  
++
++
++
++
++echo "$as_me:$LINENO: checking for rpath" >&5
++echo $ECHO_N "checking for rpath... $ECHO_C" >&6
++# Check whether --enable-rpath or --disable-rpath was given.
++if test "${enable_rpath+set}" = set; then
++  enableval="$enable_rpath"
++  USE_RPATH=$enableval
++else
++  USE_RPATH=yes
++fi; 
++
++if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
++
++  KDE_RPATH="-R \$(libdir)"
++
++  if test "$kde_libraries" != "$libdir"; then
++      KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
++  fi
++
++  if test -n "$qt_libraries"; then
++    KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
++  fi
++    if test -n "$X_LDFLAGS"; then
++    X_RPATH="-R \$(x_libraries)"
++    KDE_RPATH="$KDE_RPATH $X_RPATH"
++  fi
++  if test -n "$KDE_EXTRA_RPATH"; then
++    KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
++  fi
++fi
++
++
++
++echo "$as_me:$LINENO: result: $USE_RPATH" >&5
++echo "${ECHO_T}$USE_RPATH" >&6
++
++echo "$as_me:$LINENO: checking for KDE" >&5
++echo $ECHO_N "checking for KDE... $ECHO_C" >&6
++
++if test "${prefix}" != NONE; then
++  kde_includes=${includedir}
++  
++savex=$exec_prefix
++test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++tmp=$includedir
++while ac_kde_includes=`eval echo "$tmp"`; test "x$ac_kde_includes" != "x$tmp"; do tmp=$ac_kde_includes; done
++exec_prefix=$savex
++
++
++  kde_libraries=${libdir}
++  
++savex=$exec_prefix
++test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++tmp=$libdir
++while ac_kde_libraries=`eval echo "$tmp"`; test "x$ac_kde_libraries" != "x$tmp"; do tmp=$ac_kde_libraries; done
++exec_prefix=$savex
++
++
++else
++  ac_kde_includes=
++  ac_kde_libraries=
++  kde_libraries=""
++  kde_includes=""
++fi
++
++if test "${ac_cv_have_kde+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  #try to guess kde locations
++
++if test "$kde_qtver" = 1; then
++  kde_check_header="ksock.h"
++  kde_check_lib="libkdecore.la"
++else
++  kde_check_header="ksharedptr.h"
++  kde_check_lib="libkio.la"
++fi
++
++if test -z ""; then
++
++kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
++test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
++kde_incdirs="$ac_kde_includes $kde_incdirs"
++
++kde_incdir=NO
++for i in $kde_incdirs;
++do
++  for j in $kde_check_header;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kde_incdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_kde_includes="$kde_incdir"
++
++if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
++  { { echo "$as_me:$LINENO: error: 
++in the prefix, you've chosen, are no KDE headers installed. This will fail.
++So, check this please and use another prefix!" >&5
++echo "$as_me: error: 
++in the prefix, you've chosen, are no KDE headers installed. This will fail.
++So, check this please and use another prefix!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
++test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
++kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
++
++kde_libdir=NO
++for i in $kde_libdirs;
++do
++  for j in $kde_check_lib;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kde_libdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_kde_libraries="$kde_libdir"
++
++kde_widgetdir=NO
++
++kde_widgetdir=NO
++for i in $kde_libdirs;
++do
++  for j in "kde3/plugins/designer/kdewidgets.la";
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kde_widgetdir=$i
++      break 2
++    fi
++  done
++done
++
++
++if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
++{ { echo "$as_me:$LINENO: error: 
++in the prefix, you've chosen, are no KDE libraries installed. This will fail.
++So, check this please and use another prefix!" >&5
++echo "$as_me: error: 
++in the prefix, you've chosen, are no KDE libraries installed. This will fail.
++So, check this please and use another prefix!" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
++{ { echo "$as_me:$LINENO: error: 
++I can't find the designer plugins. These are required and should have been installed
++by kdelibs" >&5
++echo "$as_me: error: 
++I can't find the designer plugins. These are required and should have been installed
++by kdelibs" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if test -n "$kde_widgetdir"; then
++    kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
++fi
++
++
++if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
++  ac_cv_have_kde="have_kde=no"
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++fi
++
++else 
++  ac_cv_have_kde="have_kde=no"
++
++fi
++
++fi
++
++eval "$ac_cv_have_kde"
++
++if test "$have_kde" != "yes"; then
++ if test "${prefix}" = NONE; then
++  ac_kde_prefix="$ac_default_prefix"
++ else
++  ac_kde_prefix="$prefix"
++ fi
++ if test "$exec_prefix" = NONE; then
++  ac_kde_exec_prefix="$ac_kde_prefix"
++  echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
++echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6
++ else
++  ac_kde_exec_prefix="$exec_prefix"
++  echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
++echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6
++ fi
++
++ kde_libraries="${libdir}"
++ kde_includes="${includedir}"
++
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++  echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
++echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6
++
++  kde_libraries="$ac_kde_libraries"
++  kde_includes="$ac_kde_includes"
++fi
++
++
++
++if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
++ KDE_INCLUDES=""
++else
++ KDE_INCLUDES="-I$kde_includes"
++ all_includes="$KDE_INCLUDES $all_includes"
++fi
++
++KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
++ 
++KDE_LDFLAGS="-L$kde_libraries"
++if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
++ all_libraries="$KDE_LDFLAGS $all_libraries"
++fi
++
++
++
++
++
++
++all_libraries="$all_libraries $USER_LDFLAGS"
++all_includes="$all_includes $USER_INCLUDES"
++
++
++
++if test -z ""; then
++
++
++
++if test x$ac_uic_supports_libpath = xyes; then
++
++echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
++echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6
++if test "${kde_cv_uic_plugins+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++cat > actest.ui << EOF
++<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
++<class>NewConnectionDialog</class>
++<widget class="QDialog">
++   <widget class="KLineEdit">
++        <property name="name">
++           <cstring>testInput</cstring>
++        </property>
++   </widget>
++</widget>
++</UI>
++EOF
++       
++
++
++kde_cv_uic_plugins=no
++kde_line="$UIC_PATH -L $kde_widgetdir"
++if test x$ac_uic_supports_nounload = xyes; then
++   kde_line="$kde_line -nounload"
++fi
++kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
++if { (eval echo "$as_me:$LINENO: \"$kde_line\"") >&5
++  (eval $kde_line) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++	# if you're trying to debug this check and think it's incorrect,
++	# better check your installation. The check _is_ correct - your
++	# installation is not.
++	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
++		kde_cv_uic_plugins=yes
++	fi
++fi
++rm -f actest.ui actest.cpp
++
++fi
++
++
++echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
++echo "${ECHO_T}$kde_cv_uic_plugins" >&6
++if test "$kde_cv_uic_plugins" != yes; then
++	{ { echo "$as_me:$LINENO: error: 
++you need to install kdelibs first.
++
++If you did install kdelibs, then the Qt version that is picked up by
++this configure is not the same version you used to compile kdelibs. 
++The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
++_same Qt version_, compiled with the _same compiler_ and the same Qt
++configuration settings.
++" >&5
++echo "$as_me: error: 
++you need to install kdelibs first.
++
++If you did install kdelibs, then the Qt version that is picked up by
++this configure is not the same version you used to compile kdelibs. 
++The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
++_same Qt version_, compiled with the _same compiler_ and the same Qt
++configuration settings.
++" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++fi
++
++fi
++
++ac_kde_libraries="$kde_libdir"
++
++
++
++
++
++  # Check whether --enable-path-check or --disable-path-check was given.
++if test "${enable_path_check+set}" = set; then
++  enableval="$enable_path_check"
++  
++  if test "$enableval" = "no";
++    then ac_use_path_checking="default"
++    else ac_use_path_checking=""
++  fi
++  
++else
++  
++  if test "$kde_qtver" = 1;
++    then ac_use_path_checking=""
++    else ac_use_path_checking="default"
++  fi
++  
++  
++fi; 
++
++  
++
++
++echo "$as_me:$LINENO: checking for KDE paths" >&5
++echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6
++kde_result=""
++kde_cached_paths=yes
++if test "${kde_cv_all_paths+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  
++if test "$ac_use_path_checking" = "default"; then
++
++  if test -z "$kde_htmldir"; then
++    kde_htmldir='\${datadir}/doc/HTML'
++  fi
++  if test -z "$kde_appsdir"; then
++    kde_appsdir='\${datadir}/applnk'
++  fi
++  if test -z "$kde_icondir"; then
++    kde_icondir='\${datadir}/icons'
++  fi
++  if test -z "$kde_sounddir"; then
++    kde_sounddir='\${datadir}/sounds'
++  fi
++  if test -z "$kde_datadir"; then
++    kde_datadir='\${datadir}/apps'
++  fi
++  if test -z "$kde_locale"; then
++    kde_locale='\${datadir}/locale'
++  fi
++  if test -z "$kde_cgidir"; then
++    kde_cgidir='\${exec_prefix}/cgi-bin'
++  fi
++  if test -z "$kde_confdir"; then
++    kde_confdir='\${datadir}/config'
++  fi
++  if test -z "$kde_kcfgdir"; then
++    kde_kcfgdir='\${datadir}/config.kcfg'
++  fi
++  if test -z "$kde_mimedir"; then
++    kde_mimedir='\${datadir}/mimelnk'
++  fi
++  if test -z "$kde_toolbardir"; then
++    kde_toolbardir='\${datadir}/toolbar'
++  fi
++  if test -z "$kde_wallpaperdir"; then
++    kde_wallpaperdir='\${datadir}/wallpapers'
++  fi
++  if test -z "$kde_templatesdir"; then
++    kde_templatesdir='\${datadir}/templates'
++  fi
++  if test -z "$kde_bindir"; then
++    kde_bindir='\${exec_prefix}/bin'
++  fi
++  if test -z "$kde_servicesdir"; then
++    kde_servicesdir='\${datadir}/services'
++  fi
++  if test -z "$kde_servicetypesdir"; then
++    kde_servicetypesdir='\${datadir}/servicetypes'
++  fi
++  if test -z "$kde_moduledir"; then
++    if test "$kde_qtver" = "2"; then
++      kde_moduledir='\${libdir}/kde2'
++    else
++      kde_moduledir='\${libdir}/kde3'
++    fi
++  fi
++  if test -z "$kde_styledir"; then
++    kde_styledir='\${libdir}/kde3/plugins/styles'
++  fi
++  if test -z "$kde_widgetdir"; then
++    kde_widgetdir='\${libdir}/kde3/plugins/designer'
++  fi
++  if test -z "$xdg_appsdir"; then
++    xdg_appsdir='\${datadir}/applications/kde'
++  fi
++  if test -z "$xdg_menudir"; then
++    xdg_menudir='\${sysconfdir}/xdg/menus'
++  fi
++  if test -z "$xdg_directorydir"; then
++    xdg_directorydir='\${datadir}/desktop-directories'
++  fi
++
++  
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=defaults"
++
++
++else
++
++  if test $kde_qtver = 1; then
++     echo "$as_me:$LINENO: result: compiling" >&5
++echo "${ECHO_T}compiling" >&6
++     
++  
++    echo "$as_me:$LINENO: checking for KDE headers installed" >&5
++echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
++    
++
++     ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include "confdefs.h"
++#include <kapp.h>
++
++int main() {
++    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
++    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
++    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
++    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
++    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
++    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
++    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
++    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
++    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
++    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
++    printf("kde_wallpaperdir=\\"%s\\"\n",
++	KApplication::kde_wallpaperdir().data());
++    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
++    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
++    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
++    printf("kde_styledir=\\"/tmp/dummy\\"\n");
++    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
++    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
++    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
++    return 0;
++    }
++EOF
++
++ ac_save_CPPFLAGS=$CPPFLAGS
++ CPPFLAGS="$all_includes $CPPFLAGS"
++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++   echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ else
++   { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  CPPFLAGS=$ac_save_CPPFLAGS
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++  KDE_TEST_RPATH=
++
++  if test -n "$USE_RPATH"; then
++
++     if test -n "$kde_libraries"; then
++       KDE_TEST_RPATH="-R $kde_libraries"
++     fi
++
++     if test -n "$qt_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
++     fi
++
++     if test -n "$x_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
++     fi
++
++     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
++  fi
++
++echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
++echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
++ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if eval `KDEDIR= ./conftest 2>&5`; then
++  kde_result=done
++else
++  kde_result=problems
++fi
++
++KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
++kde_have_all_paths=yes
++
++
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=$kde_result"
++
++
++
++  else
++     { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
++echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++
++fi
++
++  kde_cached_paths=no
++
++fi
++
++eval "$kde_cv_all_paths"
++ if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
++   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
++   test -z "$kde_datadir" || test -z "$kde_locale"  ||
++   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
++   test -z "$kde_kcfgdir" ||
++   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
++   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
++   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
++   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
++   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
++   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
++   test "x$kde_have_all_paths" != "xyes"; then
++     kde_have_all_paths=no
++  fi
++
++if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
++  # wrong values were cached, may be, we can set better ones
++  kde_result=
++  kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
++  kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
++  kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
++  kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
++  kde_have_all_paths=
++  kde_styledir=
++  kde_widgetdir=
++  xdg_appsdir = xdg_menudir= xdg_directorydir= 
++  
++if test "$ac_use_path_checking" = "default"; then
++
++  if test -z "$kde_htmldir"; then
++    kde_htmldir='\${datadir}/doc/HTML'
++  fi
++  if test -z "$kde_appsdir"; then
++    kde_appsdir='\${datadir}/applnk'
++  fi
++  if test -z "$kde_icondir"; then
++    kde_icondir='\${datadir}/icons'
++  fi
++  if test -z "$kde_sounddir"; then
++    kde_sounddir='\${datadir}/sounds'
++  fi
++  if test -z "$kde_datadir"; then
++    kde_datadir='\${datadir}/apps'
++  fi
++  if test -z "$kde_locale"; then
++    kde_locale='\${datadir}/locale'
++  fi
++  if test -z "$kde_cgidir"; then
++    kde_cgidir='\${exec_prefix}/cgi-bin'
++  fi
++  if test -z "$kde_confdir"; then
++    kde_confdir='\${datadir}/config'
++  fi
++  if test -z "$kde_kcfgdir"; then
++    kde_kcfgdir='\${datadir}/config.kcfg'
++  fi
++  if test -z "$kde_mimedir"; then
++    kde_mimedir='\${datadir}/mimelnk'
++  fi
++  if test -z "$kde_toolbardir"; then
++    kde_toolbardir='\${datadir}/toolbar'
++  fi
++  if test -z "$kde_wallpaperdir"; then
++    kde_wallpaperdir='\${datadir}/wallpapers'
++  fi
++  if test -z "$kde_templatesdir"; then
++    kde_templatesdir='\${datadir}/templates'
++  fi
++  if test -z "$kde_bindir"; then
++    kde_bindir='\${exec_prefix}/bin'
++  fi
++  if test -z "$kde_servicesdir"; then
++    kde_servicesdir='\${datadir}/services'
++  fi
++  if test -z "$kde_servicetypesdir"; then
++    kde_servicetypesdir='\${datadir}/servicetypes'
++  fi
++  if test -z "$kde_moduledir"; then
++    if test "$kde_qtver" = "2"; then
++      kde_moduledir='\${libdir}/kde2'
++    else
++      kde_moduledir='\${libdir}/kde3'
++    fi
++  fi
++  if test -z "$kde_styledir"; then
++    kde_styledir='\${libdir}/kde3/plugins/styles'
++  fi
++  if test -z "$kde_widgetdir"; then
++    kde_widgetdir='\${libdir}/kde3/plugins/designer'
++  fi
++  if test -z "$xdg_appsdir"; then
++    xdg_appsdir='\${datadir}/applications/kde'
++  fi
++  if test -z "$xdg_menudir"; then
++    xdg_menudir='\${sysconfdir}/xdg/menus'
++  fi
++  if test -z "$xdg_directorydir"; then
++    xdg_directorydir='\${datadir}/desktop-directories'
++  fi
++
++  
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=defaults"
++
++
++else
++
++  if test $kde_qtver = 1; then
++     echo "$as_me:$LINENO: result: compiling" >&5
++echo "${ECHO_T}compiling" >&6
++     
++  
++    echo "$as_me:$LINENO: checking for KDE headers installed" >&5
++echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
++    
++
++     ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include "confdefs.h"
++#include <kapp.h>
++
++int main() {
++    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
++    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
++    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
++    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
++    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
++    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
++    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
++    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
++    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
++    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
++    printf("kde_wallpaperdir=\\"%s\\"\n",
++	KApplication::kde_wallpaperdir().data());
++    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
++    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
++    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
++    printf("kde_styledir=\\"/tmp/dummy\\"\n");
++    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
++    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
++    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
++    return 0;
++    }
++EOF
++
++ ac_save_CPPFLAGS=$CPPFLAGS
++ CPPFLAGS="$all_includes $CPPFLAGS"
++ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; then
++   echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++ else
++   { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  CPPFLAGS=$ac_save_CPPFLAGS
++
++  ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++  KDE_TEST_RPATH=
++
++  if test -n "$USE_RPATH"; then
++
++     if test -n "$kde_libraries"; then
++       KDE_TEST_RPATH="-R $kde_libraries"
++     fi
++
++     if test -n "$qt_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
++     fi
++
++     if test -n "$x_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
++     fi
++
++     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
++  fi
++
++echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
++echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
++ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++else
++  { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&5
++echo "$as_me: error: your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++if eval `KDEDIR= ./conftest 2>&5`; then
++  kde_result=done
++else
++  kde_result=problems
++fi
++
++KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
++kde_have_all_paths=yes
++
++
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=$kde_result"
++
++
++
++  else
++     { { echo "$as_me:$LINENO: error: path checking not yet supported for KDE 2" >&5
++echo "$as_me: error: path checking not yet supported for KDE 2" >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++
++fi
++
++  eval "$kde_cv_all_paths"
++   if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
++   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
++   test -z "$kde_datadir" || test -z "$kde_locale"  ||
++   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
++   test -z "$kde_kcfgdir" ||
++   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
++   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
++   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
++   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
++   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
++   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
++   test "x$kde_have_all_paths" != "xyes"; then
++     kde_have_all_paths=no
++  fi
++
++  kde_result="$kde_result (cache overridden)"
++fi
++if test "$kde_have_all_paths" = "no"; then
++  { { echo "$as_me:$LINENO: error: configure could not run a little KDE program to test the environment.
++Since it had compiled and linked before, it must be a strange problem on your system.
++Look at config.log for details. If you are not able to fix this, look at
++http://www.kde.org/faq/installation.html or any www.kde.org mirror.
++(If you're using an egcs version on Linux, you may update binutils!)
++" >&5
++echo "$as_me: error: configure could not run a little KDE program to test the environment.
++Since it had compiled and linked before, it must be a strange problem on your system.
++Look at config.log for details. If you are not able to fix this, look at
++http://www.kde.org/faq/installation.html or any www.kde.org mirror.
++(If you're using an egcs version on Linux, you may update binutils!)
++" >&2;}
++   { (exit 1); exit 1; }; }
++else
++  rm -f conftest*
++  echo "$as_me:$LINENO: result: $kde_result" >&5
++echo "${ECHO_T}$kde_result" >&6
++fi
++
++bindir=$kde_bindir
++
++
++    
++# Check whether --with-arts or --without-arts was given.
++if test "${with_arts+set}" = set; then
++  withval="$with_arts"
++  build_arts=$withval
++else
++  build_arts=yes
++    
++fi; 
++     
++
++if test "$build_arts" '!=' "no"; then
++  include_ARTS_TRUE=
++  include_ARTS_FALSE='#'
++else
++  include_ARTS_TRUE='#'
++  include_ARTS_FALSE=
++fi
++
++    if test "$build_arts" = "no"; then
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define WITHOUT_ARTS 1
++_ACEOF
++
++    fi
++
++        
++    kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
++    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
++    if test -n "$KDEDIRS"; then
++       kde_save_IFS=$IFS
++       IFS=:
++       for dir in $KDEDIRS; do
++            kde_default_bindirs="$dir/bin $kde_default_bindirs "
++       done
++       IFS=$kde_save_IFS
++    fi
++
++        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
++        
++   echo "$as_me:$LINENO: checking for dcopidl" >&5
++echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6
++   if test -n "$DCOPIDL"; then
++        kde_cv_path="$DCOPIDL";
++   else
++        kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dcopidl"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dcopidl  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dcopidl"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dcopidl"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program dcopidl was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program dcopidl was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DCOPIDL=$kde_cv_path
++
++   fi
++
++        
++   echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
++echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6
++   if test -n "$DCOPIDL2CPP"; then
++        kde_cv_path="$DCOPIDL2CPP";
++   else
++        kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dcopidl2cpp"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dcopidl2cpp  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dcopidl2cpp"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dcopidl2cpp"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program dcopidl2cpp was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DCOPIDL2CPP=$kde_cv_path
++
++   fi
++
++        if test "$build_arts" '!=' "no"; then
++          
++   echo "$as_me:$LINENO: checking for mcopidl" >&5
++echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
++   if test -n "$MCOPIDL"; then
++        kde_cv_path="$MCOPIDL";
++   else
++        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/mcopidl"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/mcopidl  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/mcopidl"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/mcopidl"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&5
++echo "$as_me: error: The important program mcopidl was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MCOPIDL=$kde_cv_path
++
++   fi
++
++          
++   echo "$as_me:$LINENO: checking for artsc-config" >&5
++echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
++   if test -n "$ARTSCCONFIG"; then
++        kde_cv_path="$ARTSCCONFIG";
++   else
++        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/artsc-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/artsc-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/artsc-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/artsc-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&5
++echo "$as_me: error: The important program artsc-config was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      ARTSCCONFIG=$kde_cv_path
++
++   fi
++
++        fi
++        
++   echo "$as_me:$LINENO: checking for meinproc" >&5
++echo $ECHO_N "checking for meinproc... $ECHO_C" >&6
++   if test -n "$MEINPROC"; then
++        kde_cv_path="$MEINPROC";
++   else
++        kde_cache=`echo meinproc | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/meinproc"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/meinproc  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/meinproc"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/meinproc"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MEINPROC=$kde_cv_path
++
++   fi
++
++
++        kde32ornewer=1
++        kde33ornewer=1
++        if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
++            kde32ornewer=
++            kde33ornewer=
++        else
++            if test "$kde_qtver" = "3"; then
++              if test "$kde_qtsubver" -le 1; then
++                kde32ornewer=
++              fi
++              if test "$kde_qtsubver" -le 2 -o `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
++                kde33ornewer=
++              fi
++            fi
++        fi
++
++        if test -n "$kde32ornewer"; then
++            
++   echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
++echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6
++   if test -n "$KCONFIG_COMPILER"; then
++        kde_cv_path="$KCONFIG_COMPILER";
++   else
++        kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/kconfig_compiler"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/kconfig_compiler  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/kconfig_compiler"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/kconfig_compiler"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program kconfig_compiler was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      KCONFIG_COMPILER=$kde_cv_path
++
++   fi
++
++            
++   echo "$as_me:$LINENO: checking for dcopidlng" >&5
++echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6
++   if test -n "$DCOPIDLNG"; then
++        kde_cv_path="$DCOPIDLNG";
++   else
++        kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dcopidlng"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dcopidlng  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dcopidlng"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dcopidlng"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program dcopidlng was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program dcopidlng was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DCOPIDLNG=$kde_cv_path
++
++   fi
++
++        fi
++        if test -n "$kde33ornewer"; then
++            
++   echo "$as_me:$LINENO: checking for makekdewidgets" >&5
++echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6
++   if test -n "$MAKEKDEWIDGETS"; then
++        kde_cv_path="$MAKEKDEWIDGETS";
++   else
++        kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$kde_default_bindirs $dirs"
++        else  	  dirs="$dirs $kde_default_bindirs"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/makekdewidgets"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/makekdewidgets  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/makekdewidgets"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/makekdewidgets"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++    { { echo "$as_me:$LINENO: error: The important program makekdewidgets was not found!
++Please check whether you installed KDE correctly.
++" >&5
++echo "$as_me: error: The important program makekdewidgets was not found!
++Please check whether you installed KDE correctly.
++" >&2;}
++   { (exit 1); exit 1; }; }
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MAKEKDEWIDGETS=$kde_cv_path
++
++   fi
++
++            
++        fi
++        
++   echo "$as_me:$LINENO: checking for xmllint" >&5
++echo $ECHO_N "checking for xmllint... $ECHO_C" >&6
++   if test -n "$XMLLINT"; then
++        kde_cv_path="$XMLLINT";
++   else
++        kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xmllint"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xmllint  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xmllint"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xmllint"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      XMLLINT=""
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XMLLINT=$kde_cv_path
++
++   fi
++
++
++        if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
++ 	    kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
++            test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
++            
++KDE_XSL_STYLESHEET=NO
++for i in $kde_sharedirs;
++do
++  for j in apps/ksgmltools2/customization/kde-chunk.xsl;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      KDE_XSL_STYLESHEET=$i
++      break 2
++    fi
++  done
++done
++
++	    if test "$KDE_XSL_STYLESHEET" = "NO"; then
++		KDE_XSL_STYLESHEET=""
++	    else
++                KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
++	    fi
++        fi
++
++        DCOP_DEPENDENCIES='$(DCOPIDL)'
++        if test -n "$kde32ornewer"; then
++            KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
++            DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
++            
++            
++            
++        fi
++        
++        
++        
++        
++        
++	
++ 	
++	
++
++
++
++
++  
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++kdeinitdir='$(kde_moduledir)'
++
++
++
++if test "$kde_qtver" = 1; then
++  kde_minidir="$kde_icondir/mini"
++else
++# for KDE 1 - this breaks KDE2 apps using minidir, but
++# that's the plan ;-/
++  kde_minidir="/dev/null"
++fi
++
++  
++   
++   
++   
++
++if test $kde_qtver = 3; then
++   LIB_KDECORE="-lkdecore"
++
++   LIB_KDEUI="-lkdeui"
++
++   LIB_KIO="-lkio"
++
++   LIB_KJS="-lkjs"
++
++   LIB_SMB="-lsmb"
++
++   LIB_KAB="-lkab"
++
++   LIB_KABC="-lkabc"
++
++   LIB_KHTML="-lkhtml"
++
++   LIB_KSPELL="-lkspell"
++
++   LIB_KPARTS="-lkparts"
++
++   LIB_KDEPRINT="-lkdeprint"
++
++   LIB_KUTILS="-lkutils"
++
++   LIB_KDEPIM="-lkdepim"
++
++   LIB_KIMPROXY="-lkimproxy"
++
++   LIB_KNEWSTUFF="-lknewstuff"
++
++   LIB_KDNSSD="-lkdnssd"
++
++   LIB_KUNITTEST="-lkunittest"
++
++# these are for backward compatibility
++   LIB_KSYCOCA="-lkio"
++
++   LIB_KFILE="-lkio"
++
++elif test $kde_qtver = 2; then
++   LIB_KDECORE="-lkdecore"
++
++   LIB_KDEUI="-lkdeui"
++
++   LIB_KIO="-lkio"
++
++   LIB_KSYCOCA="-lksycoca"
++
++   LIB_SMB="-lsmb"
++
++   LIB_KFILE="-lkfile"
++
++   LIB_KAB="-lkab"
++
++   LIB_KHTML="-lkhtml"
++
++   LIB_KSPELL="-lkspell"
++
++   LIB_KPARTS="-lkparts"
++
++   LIB_KDEPRINT="-lkdeprint"
++
++else
++   LIB_KDECORE="-lkdecore -lXext $(LIB_QT)"
++
++   LIB_KDEUI="-lkdeui $(LIB_KDECORE)"
++
++   LIB_KFM="-lkfm $(LIB_KDECORE)"
++
++   LIB_KFILE="-lkfile $(LIB_KFM) $(LIB_KDEUI)"
++
++   LIB_KAB="-lkab $(LIB_KIMGIO) $(LIB_KDECORE)"
++
++fi
++
++
++
++#MIN_CONFIG(3.3)
++
++# Remember to synchronize the version number with the file koffice/lib/kofficecore/kofficeversion.h
++
++CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
++
++
++
++
++
++for ac_header in unistd.h sys/param.h floatingpoint.h paths.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
++echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
++if test "${ac_cv_c_bigendian+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  # See if sys/param.h defines the BYTE_ORDER macro.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <sys/types.h>
++#include <sys/param.h>
++
++int
++main ()
++{
++#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
++ bogus endian macros
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  # It does; now see whether it defined to BIG_ENDIAN or not.
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <sys/types.h>
++#include <sys/param.h>
++
++int
++main ()
++{
++#if BYTE_ORDER != BIG_ENDIAN
++ not big endian
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_c_bigendian=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_c_bigendian=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++# It does not; compile a test program.
++if test "$cross_compiling" = yes; then
++  # try to guess the endianness by grepping values into an object file
++  ac_cv_c_bigendian=unknown
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
++short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
++void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
++short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
++short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
++void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
++int
++main ()
++{
++ _ascii (); _ebcdic (); 
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
++  ac_cv_c_bigendian=yes
++fi
++if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
++  if test "$ac_cv_c_bigendian" = unknown; then
++    ac_cv_c_bigendian=no
++  else
++    # finding both strings is unlikely to happen, but who knows?
++    ac_cv_c_bigendian=unknown
++  fi
++fi
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++int
++main ()
++{
++  /* Are we little or big endian?  From Harbison&Steele.  */
++  union
++  {
++    long l;
++    char c[sizeof (long)];
++  } u;
++  u.l = 1;
++  exit (u.c[sizeof (long) - 1] == 1);
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_c_bigendian=no
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_c_bigendian=yes
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
++echo "${ECHO_T}$ac_cv_c_bigendian" >&6
++case $ac_cv_c_bigendian in
++  yes)
++    
++cat >>confdefs.h <<\_ACEOF
++@%:@define WORDS_BIGENDIAN 1
++_ACEOF
++ ;;
++  no)
++     ;;
++  *)
++    { { echo "$as_me:$LINENO: error: unknown endianness
++presetting ac_cv_c_bigendian=no (or yes) will help" >&5
++echo "$as_me: error: unknown endianness
++presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
++   { (exit 1); exit 1; }; } ;;
++esac
++
++
++echo "$as_me:$LINENO: checking for MAXPATHLEN" >&5
++echo $ECHO_N "checking for MAXPATHLEN... $ECHO_C" >&6
++if test "${ac_cv_maxpathlen+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include <sys/param.h>
++#ifndef MAXPATHLEN
++#define MAXPATHLEN 1024
++#endif
++
++KDE_HELLO MAXPATHLEN
++
++EOF
++
++ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
++
++if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest.out; then
++    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
++else
++    ac_cv_maxpathlen=1024
++fi
++
++rm conftest.*
++
++
++fi
++
++echo "$as_me:$LINENO: result: $ac_cv_maxpathlen" >&5
++echo "${ECHO_T}$ac_cv_maxpathlen" >&6
++
++cat >>confdefs.h <<_ACEOF
++@%:@define KDEMAXPATHLEN $ac_cv_maxpathlen
++_ACEOF
++
++
++
++
++echo "$as_me:$LINENO: checking for Qt docs" >&5
++echo $ECHO_N "checking for Qt docs... $ECHO_C" >&6
++kde_qtdir=
++if test "${with_qt_dir+set}" = set; then
++  kde_qtdir="$with_qt_dir"
++fi
++
++
++QTDOCDIR=NO
++for i in  $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ;
++do
++  for j in qsql.html;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      QTDOCDIR=$i
++      break 2
++    fi
++  done
++done
++
++echo "$as_me:$LINENO: result: $QTDOCDIR" >&5
++echo "${ECHO_T}$QTDOCDIR" >&6
++
++
++
++
++   echo "$as_me:$LINENO: checking for dot" >&5
++echo $ECHO_N "checking for dot... $ECHO_C" >&6
++   if test -n "$DOT"; then
++        kde_cv_path="$DOT";
++   else
++        kde_cache=`echo dot | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs=" $dirs"
++        else  	  dirs="$dirs "
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/dot"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/dot  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/dot"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/dot"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DOT=$kde_cv_path
++
++   fi
++
++if test -n "$DOT"; then
++  KDE_HAVE_DOT="YES"
++else
++  KDE_HAVE_DOT="NO"
++fi
++
++
++   echo "$as_me:$LINENO: checking for doxygen" >&5
++echo $ECHO_N "checking for doxygen... $ECHO_C" >&6
++   if test -n "$DOXYGEN"; then
++        kde_cv_path="$DOXYGEN";
++   else
++        kde_cache=`echo doxygen | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs=" $dirs"
++        else  	  dirs="$dirs "
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/doxygen"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/doxygen  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/doxygen"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/doxygen"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      DOXYGEN=$kde_cv_path
++
++   fi
++
++
++
++DOXYGEN_PROJECT_NAME="The KOffice API Reference"
++DOXYGEN_PROJECT_NUMBER="Version $VERSION"
++
++
++
++KDE_HAS_DOXYGEN=no
++if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
++  KDE_HAS_DOXYGEN=yes
++fi
++
++
++
++
++
++# Check for ImageMagick...
++
++
++   echo "$as_me:$LINENO: checking for Magick-config" >&5
++echo $ECHO_N "checking for Magick-config... $ECHO_C" >&6
++   if test -n "$MAGICK_CONFIG"; then
++        kde_cv_path="$MAGICK_CONFIG";
++   else
++        kde_cache=`echo Magick-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/Magick-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/Magick-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/Magick-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/Magick-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find ImageMagick anywhere, check http://www.imagemagick.org/ for ImageMagick >= 5.5.2." >&5
++echo "$as_me: WARNING: Could not find ImageMagick anywhere, check http://www.imagemagick.org/ for ImageMagick >= 5.5.2." >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MAGICK_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$MAGICK_CONFIG"; then
++  vers=`$MAGICK_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 5005002 
++  then
++     if test "$vers" -ge 6000003
++     then
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_MAGICK6 1
++_ACEOF
++
++     fi
++     LIBMAGICK_LIBS="`$MAGICK_CONFIG --libs`"
++     LIBMAGICK_LDFLAGS="`$MAGICK_CONFIG --ldflags`"
++     LIBMAGICK_RPATH=
++     for args in $LIBMAGICK_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBMAGICK_RPATH="$LIBMAGICK_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBMAGICK_RPATH=`echo $LIBMAGICK_RPATH | $SED -e "s/-L/-R/g"`
++     LIBMAGICK_CPPFLAGS="`$MAGICK_CONFIG --cppflags`"
++     
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_MAGICK 1
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least ImageMagick 5.5.2" >&5
++echo "$as_me: WARNING: You need at least ImageMagick 5.5.2" >&2;}
++  fi
++fi
++
++if test ! "$USE_RPATH" = "yes"; then
++    LIBMAGICK_RPATH=
++fi
++
++
++
++
++
++
++# End of ImageMagick check
++
++##########################################################################
++# This last check is copied from kdenonbeta/gsf/configure.in.in
++##########################################################################
++# KOFFICE_PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
++# defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
++# also defines GSTUFF_PKG_ERRORS on error
++# Note: This is specially tweaked for karbon's fontconfig check. Please fix
++# it before using it for other tests :-)
++
++
++# --- Check for KDE 3.2 or 3.3 ---
++
++echo "$as_me:$LINENO: checking for KDE version" >&5
++echo $ECHO_N "checking for KDE version... $ECHO_C" >&6
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++kdeversion_save_CXXFLAGS="$CXXFLAGS"
++kdeversion_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++CXXFLAGS="$CXXFLAGS $all_includes"
++
++cat >conftest.$ac_ext <<_ACEOF
++
++#include <kdeversion.h>
++#if ! ( KDE_IS_VERSION( 3, 2, 90 ) )
++#error KDE 3.2
++#endif
++
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  need_kde32_compat="no"
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++need_kde32_compat="yes"
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++cat >conftest.$ac_ext <<_ACEOF
++
++#include <kdeversion.h>
++#if ! ( KDE_IS_VERSION( 3, 3, 90 ) )
++#error KDE 3.3
++#endif
++
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  need_kde33_compat="no"
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++need_kde33_compat="yes"
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++cat >conftest.$ac_ext <<_ACEOF
++
++#include <kdeversion.h>
++#if ! ( KDE_IS_VERSION( 3, 4, 90 ) )
++#error KDE 3.4
++#endif
++
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  need_kde34_compat="no"
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++need_kde34_compat="yes"
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++CXXFLAGS="$kdeversion_save_CXXFLAGS"
++LIBS="$kdeversion_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++if test "$need_kde32_compat" = "yes"; then
++	echo "$as_me:$LINENO: result: KDE 3.2.x" >&5
++echo "${ECHO_T}KDE 3.2.x" >&6
++else
++	if test "$need_kde33_compat" = "yes"; then
++		echo "$as_me:$LINENO: result: KDE 3.3.x" >&5
++echo "${ECHO_T}KDE 3.3.x" >&6
++	else 
++		if test "$need_kde34_compat" = "yes"; then
++			echo "$as_me:$LINENO: result: KDE 3.4.x" >&5
++echo "${ECHO_T}KDE 3.4.x" >&6
++		else
++			echo "$as_me:$LINENO: result: KDE CVS HEAD" >&5
++echo "${ECHO_T}KDE CVS HEAD" >&6
++		fi
++	fi
++fi
++
++ 
++
++if test "$need_kde32_compat" = "yes"; then
++  need_kde32_compatibility_TRUE=
++  need_kde32_compatibility_FALSE='#'
++else
++  need_kde32_compatibility_TRUE='#'
++  need_kde32_compatibility_FALSE=
++fi
++
++ 
++
++if test "$need_kde33_compat" = "yes"; then
++  need_kde33_compatibility_TRUE=
++  need_kde33_compatibility_FALSE='#'
++else
++  need_kde33_compatibility_TRUE='#'
++  need_kde33_compatibility_FALSE=
++fi
++
++ 
++
++if test "$need_kde34_compat" = "yes"; then
++  need_kde34_compatibility_TRUE=
++  need_kde34_compatibility_FALSE='#'
++else
++  need_kde34_compatibility_TRUE='#'
++  need_kde34_compatibility_FALSE=
++fi
++
++
++# Keep the old KDE 3.1 test, as long as it is still used
++ 
++
++if test "supported" = "no"; then
++  need_kde31_compatibility_TRUE=
++  need_kde31_compatibility_FALSE='#'
++else
++  need_kde31_compatibility_TRUE='#'
++  need_kde31_compatibility_FALSE=
++fi
++
++
++# --- End KDE 3.2 check ---
++
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE example"
++
++
++# Check whether --with-libwv2 or --without-libwv2 was given.
++if test "${with_libwv2+set}" = set; then
++  withval="$with_libwv2"
++  
++	if  test "x$withval" != "xno" ; then
++		if  test "x$withval" != "xyes" ; then
++			WV2_DIR=$withval
++		fi
++		search_for_wv2=yes
++	else
++		search_for_wv2=no
++	fi
++
++else
++  	search_for_wv2=yes
++
++fi; 
++
++if  test $search_for_wv2 != no ; then
++	if  test -n "$WV2_DIR" ; then
++		
++   echo "$as_me:$LINENO: checking for wv2-config" >&5
++echo $ECHO_N "checking for wv2-config... $ECHO_C" >&6
++   if test -n "$WV2_CONFIG"; then
++        kde_cv_path="$WV2_CONFIG";
++   else
++        kde_cache=`echo wv2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="$WV2_DIR/bin $dirs"
++        else  	  dirs="$dirs $WV2_DIR/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/wv2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/wv2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/wv2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/wv2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++		  { echo "$as_me:$LINENO: WARNING: Could not find libwv2, check http://www.sourceforge.net/projects/wvware/" >&5
++echo "$as_me: WARNING: Could not find libwv2, check http://www.sourceforge.net/projects/wvware/" >&2;}
++		
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      WV2_CONFIG=$kde_cv_path
++
++   fi
++
++	else
++		
++   echo "$as_me:$LINENO: checking for wv2-config" >&5
++echo $ECHO_N "checking for wv2-config... $ECHO_C" >&6
++   if test -n "$WV2_CONFIG"; then
++        kde_cv_path="$WV2_CONFIG";
++   else
++        kde_cache=`echo wv2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/wv2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/wv2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/wv2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/wv2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++		  { echo "$as_me:$LINENO: WARNING: Could not find libwv2 anywhere, check http://www.sourceforge.net/projects/wvware/" >&5
++echo "$as_me: WARNING: Could not find libwv2 anywhere, check http://www.sourceforge.net/projects/wvware/" >&2;}
++		
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      WV2_CONFIG=$kde_cv_path
++
++   fi
++
++	fi
++fi
++
++if test -n "$WV2_CONFIG"; then
++  vers=`$WV2_CONFIG --version 2>/dev/null | $SED -e 's/libwv2 //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 1009
++  then
++     LIBWV2_LIBS="`$WV2_CONFIG --libs`"
++     LIBWV2_RPATH=
++     for args in $LIBWV2_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBWV2_RPATH="$LIBWV2_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBWV2_RPATH=`echo $LIBWV2_RPATH | $SED -e "s/-L/-R/g"`
++     LIBWV2_CFLAGS="`$WV2_CONFIG --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_WV2 1
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least version 0.1.9 of libwv2" >&5
++echo "$as_me: WARNING: You need at least version 0.1.9 of libwv2" >&2;}
++  fi
++fi
++
++
++
++
++
++ 
++
++if test -n "$LIBWV2_LIBS"; then
++  include_wv2_msword_filter_TRUE=
++  include_wv2_msword_filter_FALSE='#'
++else
++  include_wv2_msword_filter_TRUE='#'
++  include_wv2_msword_filter_FALSE=
++fi
++
++
++
++
++
++
++
++
++ac_header_dirent=no
++for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
++  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
++echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <sys/types.h>
++#include <$ac_hdr>
++
++int
++main ()
++{
++if ((DIR *) 0)
++return 0;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_Header=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_Header=no"
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
++_ACEOF
++
++ac_header_dirent=$ac_hdr; break
++fi
++
++done
++# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
++if test $ac_header_dirent = dirent.h; then
++  echo "$as_me:$LINENO: checking for library containing opendir" >&5
++echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
++if test "${ac_cv_search_opendir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_func_search_save_LIBS=$LIBS
++ac_cv_search_opendir=no
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="none required"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test "$ac_cv_search_opendir" = no; then
++  for ac_lib in dir; do
++    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="-l$ac_lib"
++break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  done
++fi
++LIBS=$ac_func_search_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
++echo "${ECHO_T}$ac_cv_search_opendir" >&6
++if test "$ac_cv_search_opendir" != no; then
++  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
++  
++fi
++
++else
++  echo "$as_me:$LINENO: checking for library containing opendir" >&5
++echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
++if test "${ac_cv_search_opendir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_func_search_save_LIBS=$LIBS
++ac_cv_search_opendir=no
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="none required"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++if test "$ac_cv_search_opendir" = no; then
++  for ac_lib in x; do
++    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
++    cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char opendir ();
++int
++main ()
++{
++opendir ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_search_opendir="-l$ac_lib"
++break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++  done
++fi
++LIBS=$ac_func_search_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
++echo "${ECHO_T}$ac_cv_search_opendir" >&6
++if test "$ac_cv_search_opendir" != no; then
++  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
++  
++fi
++
++fi
++
++echo "$as_me:$LINENO: checking for ANSI C header files" >&5
++echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
++if test "${ac_cv_header_stdc+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++#include <stdarg.h>
++#include <string.h>
++#include <float.h>
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_header_stdc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_header_stdc=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++if test $ac_cv_header_stdc = yes; then
++  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <string.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "memchr" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdlib.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "free" >/dev/null 2>&1; then
++  :
++else
++  ac_cv_header_stdc=no
++fi
++rm -f conftest*
++
++fi
++
++if test $ac_cv_header_stdc = yes; then
++  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
++  if test "$cross_compiling" = yes; then
++  :
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <ctype.h>
++#if ((' ' & 0x0FF) == 0x020)
++# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
++# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
++#else
++# define ISLOWER(c) \
++		   (('a' <= (c) && (c) <= 'i') \
++		     || ('j' <= (c) && (c) <= 'r') \
++		     || ('s' <= (c) && (c) <= 'z'))
++# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
++#endif
++
++#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
++int
++main ()
++{
++  int i;
++  for (i = 0; i < 256; i++)
++    if (XOR (islower (i), ISLOWER (i))
++	|| toupper (i) != TOUPPER (i))
++      exit(2);
++  exit (0);
++}
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  :
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_header_stdc=no
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
++echo "${ECHO_T}$ac_cv_header_stdc" >&6
++if test $ac_cv_header_stdc = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define STDC_HEADERS 1
++_ACEOF
++
++fi
++
++
++
++
++for ac_func in rewinddir popen mkstemp
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++# Check whether --enable-largefile or --disable-largefile was given.
++if test "${enable_largefile+set}" = set; then
++  enableval="$enable_largefile"
++  
++fi; 
++if test "$enable_largefile" != no; then
++
++  echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
++echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_largefile_CC+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_sys_largefile_CC=no
++     if test "$GCC" != yes; then
++       ac_save_CC=$CC
++       while :; do
++     	 # IRIX 6.2 and later do not support large files by default,
++     	 # so use the C compiler's -n32 option if that helps.
++	 cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++     	 rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext 
++     	 CC="$CC -n32"
++     	 rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_largefile_CC=' -n32'; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext 
++	 break
++       done
++       CC=$ac_save_CC
++       rm -f conftest.$ac_ext
++    fi
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
++echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
++  if test "$ac_cv_sys_largefile_CC" != no; then
++    CC=$CC$ac_cv_sys_largefile_CC
++  fi
++
++  echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
++echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_file_offset_bits+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  while :; do
++  ac_cv_sys_file_offset_bits=no
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@define _FILE_OFFSET_BITS 64
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_file_offset_bits=64; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  break
++done
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
++echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
++if test "$ac_cv_sys_file_offset_bits" != no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
++_ACEOF
++
++fi
++rm -f conftest*
++  echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
++echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_large_files+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  while :; do
++  ac_cv_sys_large_files=no
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@define _LARGE_FILES 1
++@%:@include <sys/types.h>
++ /* Check that off_t can represent 2**63 - 1 correctly.
++    We can't simply define LARGE_OFF_T to be 9223372036854775807,
++    since some C++ compilers masquerading as C compilers
++    incorrectly reject 9223372036854775807.  */
++@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
++  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
++		       && LARGE_OFF_T % 2147483647 == 1)
++		      ? 1 : -1];
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_large_files=1; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  break
++done
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
++echo "${ECHO_T}$ac_cv_sys_large_files" >&6
++if test "$ac_cv_sys_large_files" != no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define _LARGE_FILES $ac_cv_sys_large_files
++_ACEOF
++
++fi
++rm -f conftest*
++fi
++
++echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
++echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
++if test "${ac_cv_sys_largefile_source+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  while :; do
++  ac_cv_sys_largefile_source=no
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <stdio.h>
++int
++main ()
++{
++return !fseeko;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@define _LARGEFILE_SOURCE 1
++@%:@include <stdio.h>
++int
++main ()
++{
++return !fseeko;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_sys_largefile_source=1; break
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++  break
++done
++fi
++echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
++echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
++if test "$ac_cv_sys_largefile_source" != no; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
++_ACEOF
++
++fi
++rm -f conftest*
++
++# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
++# in glibc 2.1.3, but that breaks too many other things.
++# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
++echo "$as_me:$LINENO: checking for fseeko" >&5
++echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
++if test "${ac_cv_func_fseeko+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <stdio.h>
++int
++main ()
++{
++return fseeko && fseeko (stdin, 0, 0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_func_fseeko=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_func_fseeko=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
++echo "${ECHO_T}$ac_cv_func_fseeko" >&6
++if test $ac_cv_func_fseeko = yes; then
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_FSEEKO 1
++_ACEOF
++
++fi
++
++
++for ac_func in fseek64
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++for ac_func in ftell64
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++
++
++   
++
++   
++
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   
++for ac_header in paper.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++   CPPFLAGS=$kde_safe_cppflags
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     echo "$as_me:$LINENO: checking for paperinit in -lpaper" >&5
++echo $ECHO_N "checking for paperinit in -lpaper... $ECHO_C" >&6
++if test "${ac_cv_lib_paper_paperinit+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lpaper  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char paperinit ();
++int
++main ()
++{
++paperinit ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_paper_paperinit=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_paper_paperinit=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_paper_paperinit" >&5
++echo "${ECHO_T}$ac_cv_lib_paper_paperinit" >&6
++if test $ac_cv_lib_paper_paperinit = yes; then
++  LIBPAPER="-lpaper"
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++
++
++
++   echo "$as_me:$LINENO: checking for pkg-config" >&5
++echo $ECHO_N "checking for pkg-config... $ECHO_C" >&6
++   if test -n "$PKGCONFIG"; then
++        kde_cv_path="$PKGCONFIG";
++   else
++        kde_cache=`echo pkg-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/pkg-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/pkg-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/pkg-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/pkg-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find pkg-config" >&5
++echo "$as_me: WARNING: Could not find pkg-config" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      PKGCONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$PKGCONFIG"; then
++  vers=`$PKGCONFIG libwpd-0.8 --modversion 2>/dev/null`
++  if test -n "$vers"
++  then
++     LIBWPD_LIBS="`$PKGCONFIG libwpd-0.8 --libs`"
++     LIBWPD_RPATH=
++     for args in $LIBWPD_LIBS; do
++          case $args in
++            -L*)
++               LIBWPD_RPATH="$LIBWPD_RPATH $args"
++               ;;
++          esac
++     done
++     LIBWPD_RPATH=`echo $LIBWPD_RPATH | $SED -e "s/-L/-R/g"`
++     LIBWPD_CFLAGS="`$PKGCONFIG libwpd-0.8 --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_WPD 1
++_ACEOF
++
++  fi
++fi
++
++
++
++
++
++
++ 
++
++if test -n "$LIBWPD_LIBS"; then
++  include_wpd_filter_TRUE=
++  include_wpd_filter_FALSE='#'
++else
++  include_wpd_filter_TRUE='#'
++  include_wpd_filter_FALSE=
++fi
++
++
++
++
++
++   echo "$as_me:$LINENO: checking for xml2-config" >&5
++echo $ECHO_N "checking for xml2-config... $ECHO_C" >&6
++   if test -n "$XML_CONFIG"; then
++        kde_cv_path="$XML_CONFIG";
++   else
++        kde_cache=`echo xml2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xml2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xml2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xml2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xml2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in kdesupport for CVS users' convience)" >&5
++echo "$as_me: WARNING: Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in kdesupport for CVS users' convience)" >&2;}
++  HELP_SUBDIR=
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XML_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$XML_CONFIG"; then
++  vers=`$XML_CONFIG --version 2>/dev/null | $SED -e 's/libxml //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 2004008
++  then
++     LIBXML_LIBS="`$XML_CONFIG --libs`"
++     LIBXML_RPATH=
++     for args in $LIBXML_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBXML_RPATH="$LIBXML_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBXML_RPATH=`echo $LIBXML_RPATH | $SED -e "s/-L/-R/g"`
++     LIBXML_CFLAGS="`$XML_CONFIG --cflags`"
++
++     
++   echo "$as_me:$LINENO: checking for xmllint" >&5
++echo $ECHO_N "checking for xmllint... $ECHO_C" >&6
++   if test -n "$XMLLINT"; then
++        kde_cv_path="$XMLLINT";
++   else
++        kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xmllint"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xmllint  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xmllint"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xmllint"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      XMLLINT=""
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XMLLINT=$kde_cv_path
++
++   fi
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define XMLLINT "$XMLLINT"
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least libxml 2.4.8" >&5
++echo "$as_me: WARNING: You need at least libxml 2.4.8" >&2;}
++     HELP_SUBDIR=
++  fi
++fi
++
++
++   echo "$as_me:$LINENO: checking for xslt-config" >&5
++echo $ECHO_N "checking for xslt-config... $ECHO_C" >&6
++   if test -n "$XSLT_CONFIG"; then
++        kde_cv_path="$XSLT_CONFIG";
++   else
++        kde_cache=`echo xslt-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/xslt-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/xslt-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/xslt-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/xslt-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in kdesupport for CVS users' convience)" >&5
++echo "$as_me: WARNING: Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in kdesupport for CVS users' convience)" >&2;}
++  HELP_SUBDIR=
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      XSLT_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$XSLT_CONFIG"; then
++   vers=`$XSLT_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++   if test -n "$vers" && test "$vers" -ge 1000007; then
++     LIBXSLT_LIBS="`$XSLT_CONFIG --libs`"
++     LIBXSLT_RPATH=
++     for args in $LIBXSLT_LIBS; do
++       case $args in
++        -L*)
++  	  LIBXSLT_RPATH="$LIBXSLT_RPATH $args"
++ 	  ;;
++       esac
++     done
++     LIBXSLT_RPATH=`echo $LIBXSLT_RPATH | $SED -e "s/-L/-R/g"`
++     LIBXSLT_CFLAGS="`$XSLT_CONFIG --cflags`"
++
++   else
++     { echo "$as_me:$LINENO: WARNING: You need at least libxslt 1.0.7" >&5
++echo "$as_me: WARNING: You need at least libxslt 1.0.7" >&2;}
++     HELP_SUBDIR=
++   fi
++fi
++
++if test ! "$USE_RPATH" = "yes"; then
++    LIBXSLT_RPATH=
++    LIBXML_RPATH=
++fi
++
++
++
++
++
++
++
++
++
++ 
++
++if test -n "$LIBXML_LIBS" -a -n "$LIBXSLT_LIBS"; then
++  include_XSLTFILTERS_TRUE=
++  include_XSLTFILTERS_FALSE='#'
++else
++  include_XSLTFILTERS_TRUE='#'
++  include_XSLTFILTERS_FALSE=
++fi
++
++
++
++
++   echo "$as_me:$LINENO: checking for freetype-config" >&5
++echo $ECHO_N "checking for freetype-config... $ECHO_C" >&6
++   if test -n "$FREETYPE_CONFIG"; then
++        kde_cv_path="$FREETYPE_CONFIG";
++   else
++        kde_cache=`echo freetype-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/freetype-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/freetype-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/freetype-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/freetype-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libfreetype anywhere, check http://www.freetype.org/" >&5
++echo "$as_me: WARNING: Could not find libfreetype anywhere, check http://www.freetype.org/" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      FREETYPE_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$FREETYPE_CONFIG"; then
++  vers=`$FREETYPE_CONFIG --version 2>/dev/null | $SED -e 's/libfreetype //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 5000000
++  then
++     LIBFREETYPE_LIBS="`$FREETYPE_CONFIG --libs`"
++     LIBFREETYPE_RPATH=
++     for args in $LIBFREETYPE_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBFREETYPE_RPATH="$LIBFREETYPE_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBFREETYPE_RPATH=`echo $LIBFREETYPE_RPATH | $SED -e "s/-L/-R/g"`
++     LIBFREETYPE_CFLAGS="`$FREETYPE_CONFIG --cflags`"
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least libfreetype 5.0" >&5
++echo "$as_me: WARNING: You need at least libfreetype 5.0" >&2;}
++  fi
++fi
++
++
++
++
++
++
++
++   echo "$as_me:$LINENO: checking for libart2-config" >&5
++echo $ECHO_N "checking for libart2-config... $ECHO_C" >&6
++   if test -n "$LIBART_CONFIG"; then
++        kde_cv_path="$LIBART_CONFIG";
++   else
++        kde_cache=`echo libart2-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/libart2-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/libart2-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/libart2-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/libart2-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find libart anywhere, check http://www.levien.com/libart/" >&5
++echo "$as_me: WARNING: Could not find libart anywhere, check http://www.levien.com/libart/" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      LIBART_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$LIBART_CONFIG"; then
++  vers=`$LIBART_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 2003008
++  then
++     LIBART_LIBS="`$LIBART_CONFIG --libs`"
++     LIBART_RPATH=
++     for args in $LIBART_LIBS; do
++	  case $args in
++	    -L*)
++  	       LIBART_RPATH="$LIBART_RPATH $args"
++ 	       ;;
++          esac
++     done
++     LIBART_RPATH=`echo $LIBART_RPATH | $SED -e "s/-L/-R/g"`
++     LIBART_CFLAGS="`$LIBART_CONFIG --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_LIBART 1
++_ACEOF
++
++  else
++     { echo "$as_me:$LINENO: WARNING: You need at least libart 2.3.8" >&5
++echo "$as_me: WARNING: You need at least libart 2.3.8" >&2;}
++  fi
++fi
++
++
++
++
++
++
++# Check for fontconfig
++
++   echo "$as_me:$LINENO: checking for fontconfig-config" >&5
++echo $ECHO_N "checking for fontconfig-config... $ECHO_C" >&6
++   if test -n "$FONTCONFIG_CONFIG"; then
++        kde_cv_path="$FONTCONFIG_CONFIG";
++   else
++        kde_cache=`echo fontconfig-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/fontconfig-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/fontconfig-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/fontconfig-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/fontconfig-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++        
++   echo "$as_me:$LINENO: checking for pkg-config" >&5
++echo $ECHO_N "checking for pkg-config... $ECHO_C" >&6
++   if test -n "$PKGCONFIG"; then
++        kde_cv_path="$PKGCONFIG";
++   else
++        kde_cache=`echo pkg-config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/pkg-config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/pkg-config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/pkg-config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/pkg-config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++            { echo "$as_me:$LINENO: WARNING: Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ " >&5
++echo "$as_me: WARNING: Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ " >&2;}
++        
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      PKGCONFIG=$kde_cv_path
++
++   fi
++
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      FONTCONFIG_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$PKGCONFIG"; then
++  vers=`$PKGCONFIG fontconfig --modversion 2>/dev/null | $SED -e 's/libfontconfig //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 1000001
++  then
++     LIBFONTCONFIG_LIBS="`$PKGCONFIG fontconfig --libs`"
++     LIBFONTCONFIG_RPATH=
++     for args in $LIBFONTCONFIG_LIBS; do
++          case $args in
++            -L*)
++               LIBFONTCONFIG_RPATH="$LIBFONTCONFIG_RPATH $args"
++               ;;
++          esac
++     done
++     LIBFONTCONFIG_RPATH=`echo $LIBFONTCONFIG_RPATH | $SED -e "s/-L/-R/g"`
++     LIBFONTCONFIG_CFLAGS="`$PKGCONFIG fontconfig --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FONTCONFIG 1
++_ACEOF
++
++  fi
++fi
++
++if test -n "$FONTCONFIG_CONFIG"; then
++  vers=`$FONTCONFIG_CONFIG --version 2>/dev/null | $SED -e 's/libfontconfig //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++  if test -n "$vers" && test "$vers" -ge 1000001
++  then
++     LIBFONTCONFIG_LIBS="`$FONTCONFIG_CONFIG --libs`"
++     LIBFONTCONFIG_RPATH=
++     for args in $LIBFONTCONFIG_LIBS; do
++          case $args in
++            -L*)
++               LIBFONTCONFIG_RPATH="$LIBFONTCONFIG_RPATH $args"
++               ;;
++          esac
++     done
++     LIBFONTCONFIG_RPATH=`echo $LIBFONTCONFIG_RPATH | $SED -e "s/-L/-R/g"`
++     LIBFONTCONFIG_CFLAGS="`$FONTCONFIG_CONFIG --cflags`"
++
++     
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FONTCONFIG 1
++_ACEOF
++
++  fi
++fi
++
++
++
++
++
++if test -z "$LIBART_LIBS"; then
++	DO_NOT_COMPILE="$DO_NOT_COMPILE karbon"
++fi
++
++if test -n "$LIBFREETYPE_LIBS" -a -n "$LIBFONTCONFIG_LIBS"; then
++	
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_KARBONTEXT 1
++_ACEOF
++
++fi
++
++
++
++
++echo "$as_me:$LINENO: checking for GNU Readline library" >&5
++echo $ECHO_N "checking for GNU Readline library... $ECHO_C" >&6
++
++kexi_cv_lib_readline=no
++ac_save_LIBS="$LIBS"
++# Note: $LIBCURSES is permitted to be empty.
++for LIBREADLINE in "-lreadline" "-lreadline $LIBCURSES" "-lreadline -ltermcap" "-lreadline -lncurses" "-lreadline -lcurses"
++do
++	LIBS="$ac_save_LIBS $LIBREADLINE"
++	if test "$cross_compiling" = yes; then
++  
++	# action if cross compiling
++	kexi_cv_lib_readline=no
++
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++	/* program */
++#include <stdio.h>
++#include <stdlib.h>
++#include <readline/readline.h>
++ 
++main(int argc, char **argv)
++{
++	/* Note:  don't actually call readline, since it may block;
++	 * We just want to see if it (dynamic) linked in okay.
++	 */
++	if (argc == 0)	/* never true */
++		readline(0);
++	exit(0);
++}
++
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  
++	# action if true
++	kexi_cv_lib_readline=yes
++
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++
++	# action if false
++	kexi_cv_lib_readline=no
++
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++
++	if test "$kexi_cv_lib_readline" = yes ; then break ; fi
++done
++# restore LIBS
++LIBS="$ac_save_LIBS"
++
++if test "$kexi_cv_lib_readline" = no ; then
++	LIBREADLINE=""
++	echo "$as_me:$LINENO: result: \"not found - kexisql will not be compiled\"" >&5
++echo "${ECHO_T}\"not found - kexisql will not be compiled\"" >&6
++else
++	echo "$as_me:$LINENO: result: $LIBREADLINE" >&5
++echo "${ECHO_T}$LIBREADLINE" >&6
++	
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_READLINE 1
++_ACEOF
++
++fi
++
++ 
++
++if test "$kexi_cv_lib_readline" = "yes"; then
++  have_readline_TRUE=
++  have_readline_FALSE='#'
++else
++  have_readline_TRUE='#'
++  have_readline_FALSE=
++fi
++
++
++
++
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++
++KEXI_VERSION=0.1
++
++# -- Check for KDE 3.1 and enable the compat dir --------------------
++
++echo "$as_me:$LINENO: checking for kdelibs newer than 3.1.x" >&5
++echo $ECHO_N "checking for kdelibs newer than 3.1.x... $ECHO_C" >&6
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++kcompat_save_CXXFLAGS="$CXXFLAGS"
++kcompat_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++CXXFLAGS="$CXXFLAGS $all_includes"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <kdeversion.h>
++#if !( KDE_IS_VERSION( 3, 1, 90 ) )
++#error Need to enable kexi_compat
++#endif
++
++int
++main ()
++{
++
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  use_kexi_compat_qextmdi="no"
++	LIB_KEXI_KMDI='-lkmdi'
++
++	echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++use_kexi_compat_qextmdi="yes"
++	kexi_compat_qextmdi_lib=libkexi_compat_qextmdi.so
++
++	# lets find qextmdi includes and lib:
++
++		kexi_compat_qextmdi_errmsg="For kde3.1 qextmdi library is needed from http://kexi-project.org/devresources.html"
++	
++kexi_compat_qextmdi_dir=NO
++for i in $kde_libraries;
++do
++  for j in $kexi_compat_qextmdi_lib;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kexi_compat_qextmdi_dir=$i
++      break 2
++    fi
++  done
++done
++
++#	AC_FIND_FILE($kexi_compat_qextmdi_lib, $kde_libdirs, kexi_compat_qextmdi_dir)
++	if test ! -r "$kexi_compat_qextmdi_dir/$kexi_compat_qextmdi_lib"; then
++		{ echo "$as_me:$LINENO: WARNING: No $kexi_compat_qextmdi_lib found in $kde_libraries !" >&5
++echo "$as_me: WARNING: No $kexi_compat_qextmdi_lib found in $kde_libraries !" >&2;}
++        	use_kexi_compat_qextmdi="do_not_compile"
++                DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++	fi
++	
++kexi_compat_qextmdi_includes=NO
++for i in $kde_includes/kexi/compat/qextmdi;
++do
++  for j in dockmainwindow_compat.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      kexi_compat_qextmdi_includes=$i
++      break 2
++    fi
++  done
++done
++
++	if test ! -r "$kexi_compat_qextmdi_includes"; then
++		{ echo "$as_me:$LINENO: WARNING: No kexi/compat/qextmdi includes found in $kde_includes !" >&5
++echo "$as_me: WARNING: No kexi/compat/qextmdi includes found in $kde_includes !" >&2;}
++        	use_kexi_compat_qextmdi="do_not_compile"
++                DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++	fi
++
++	LIB_KEXI_KMDI_INCLUDES='-I'$kexi_compat_qextmdi_includes
++
++	LIB_KEXI_KMDI=-lkexi_compat_qextmdi
++
++
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++	echo "  libkexi_compat_qextmdi will be used instead of libkmdi."
++
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++CXXFLAGS="$kcompat_save_CXXFLAGS"
++LIBS="$kcompat_safe_LIBS"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++ 
++
++if test "$use_kexi_compat_qextmdi" = "yes"; then
++  use_kexi_compat_qextmdi_TRUE=
++  use_kexi_compat_qextmdi_FALSE='#'
++else
++  use_kexi_compat_qextmdi_TRUE='#'
++  use_kexi_compat_qextmdi_FALSE=
++fi
++
++
++# -- End KDE 3.1 check ----------------------------------------------
++
++
++# Check whether --enable-mysql or --disable-mysql was given.
++if test "${enable_mysql+set}" = set; then
++  enableval="$enable_mysql"
++  mysql_plugin=$enableval
++else
++  mysql_plugin=yes
++fi; 
++
++
++# Check whether --with-mysql_includes or --without-mysql_includes was given.
++if test "${with_mysql_includes+set}" = set; then
++  withval="$with_mysql_includes"
++  
++  ac_mysql_incdir=$withval
++
++else
++  ac_mysql_incdir=/usr/local/include
++
++fi; 
++
++
++# Check whether --with-mysql_libraries or --without-mysql_libraries was given.
++if test "${with_mysql_libraries+set}" = set; then
++  withval="$with_mysql_libraries"
++  
++  ac_mysql_libdir=$withval
++
++else
++  ac_mysql_libdir=/usr/local/lib
++
++fi; 
++
++
++echo "$as_me:$LINENO: checking for MySQL" >&5
++echo $ECHO_N "checking for MySQL... $ECHO_C" >&6
++
++compile_mysql_plugin="yes"
++
++if test "x$mysql_plugin" != "xyes"; then
++  compile_mysql_plugin="no"
++fi
++
++
++   echo "$as_me:$LINENO: checking for mysql_config" >&5
++echo $ECHO_N "checking for mysql_config... $ECHO_C" >&6
++   if test -n "$MYSQL_CONFIG"; then
++        kde_cv_path="$MYSQL_CONFIG";
++   else
++        kde_cache=`echo mysql_config | sed 'y%./+-%__p_%'`
++
++        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z ""; then  	  dirs="${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/b\
++in /usr/bin /opt/mysql/bin /usr/local/mysql/bin  $dirs"
++        else  	  dirs="$dirs ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/b\
++in /usr/bin /opt/mysql/bin /usr/local/mysql/bin "
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/mysql_config"; then
++	    if test -n ""
++	    then
++              evalstr="$dir/mysql_config  2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/mysql_config"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/mysql_config"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        
++fi
++
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++      
++  { echo "$as_me:$LINENO: WARNING: Could not find MySQL anywhere, check http://www.mysql.com/" >&5
++echo "$as_me: WARNING: Could not find MySQL anywhere, check http://www.mysql.com/" >&2;}
++
++   else
++      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
++echo "${ECHO_T}$kde_cv_path" >&6
++      MYSQL_CONFIG=$kde_cv_path
++
++   fi
++
++
++if test -n "$MYSQL_CONFIG"; then
++	mysql_incdir=`$MYSQL_CONFIG --cflags| $SED -e "s,-I,,g" | cut -d " " -f 1`
++	mysql_libdir=`$MYSQL_CONFIG --libs| $SED -e "s,',,g"`
++	MYSQL_INC=$mysql_incdir
++	MYSQL_LIBS=$mysql_libdir
++	
++	
++else
++	compile_mysql_plugin="no"
++fi
++
++if test "$compile_mysql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: result: libraries $mysql_libdir, headers $mysql_incdir" >&5
++echo "${ECHO_T}libraries $mysql_libdir, headers $mysql_incdir" >&6
++else
++  echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++fi
++
++ 
++
++if test "$compile_mysql_plugin" = "yes"; then
++  compile_mysql_plugin_TRUE=
++  compile_mysql_plugin_FALSE='#'
++else
++  compile_mysql_plugin_TRUE='#'
++  compile_mysql_plugin_FALSE=
++fi
++
++
++
++
++# Check whether --enable-pgsql or --disable-pgsql was given.
++if test "${enable_pgsql+set}" = set; then
++  enableval="$enable_pgsql"
++  pgsql_plugin=$enableval
++else
++  pgsql_plugin=yes
++fi; 
++
++
++
++# Check whether --with-pgsqlincdir or --without-pgsqlincdir was given.
++if test "${with_pgsqlincdir+set}" = set; then
++  withval="$with_pgsqlincdir"
++  
++  ac_pgsql_incdir=$withval
++
++else
++  ac_pgsql_incdir=/usr/local/include
++
++fi; 
++
++
++# Check whether --with-pgsqllibdir or --without-pgsqllibdir was given.
++if test "${with_pgsqllibdir+set}" = set; then
++  withval="$with_pgsqllibdir"
++  
++  ac_pgsql_libdir=$withval
++
++else
++  ac_pgsql_libdir=/usr/local/lib
++
++fi; 
++
++
++
++# Check whether --with-pqxxincdir or --without-pqxxincdir was given.
++if test "${with_pqxxincdir+set}" = set; then
++  withval="$with_pqxxincdir"
++  
++  ac_pqxx_incdir=$withval
++
++else
++  ac_pqxx_incdir=/usr/local/pqxx/include/pqxx
++
++fi; 
++
++
++# Check whether --with-pqxxlibdir or --without-pqxxlibdir was given.
++if test "${with_pqxxlibdir+set}" = set; then
++  withval="$with_pqxxlibdir"
++  
++  ac_pqxx_libdir=$withval
++
++else
++  ac_pqxx_libdir=/usr/local/lib
++
++fi; 
++
++
++
++compile_pgsql_plugin="yes"
++
++if test "x$pgsql_plugin" != "xyes"; then
++  compile_pgsql_plugin="no"
++fi
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 1 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 1 of 4... $ECHO_C" >&6
++  pgsql_incdirs="$ac_pgsql_incdir /usr/include /usr/include/pgsql /usr/include/postgresql /usr/local/include /usr/local/pgsql/include /opt/postgres/include"
++  
++pgsql_incdir=NO
++for i in $pgsql_incdirs;
++do
++  for j in libpq-fe.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pgsql_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pgsql_incdir/libpq-fe.h; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PG_INCDIR=$pgsql_incdir
++    echo "$as_me:$LINENO: result: $PG_INCDIR" >&5
++echo "${ECHO_T}$PG_INCDIR" >&6
++    
++  fi
++fi
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 2 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 2 of 4... $ECHO_C" >&6
++  pgsql_libdirs="$ac_pgsql_libdir /usr/lib /usr/local/lib /usr/local/pgsql/lib /opt/postgres/lib"
++  
++pgsql_libdir=NO
++for i in $pgsql_libdirs;
++do
++  for j in libpq.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pgsql_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pgsql_libdir/libpq.so; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PG_LIBDIR=$pgsql_libdir
++    echo "$as_me:$LINENO: result: $PG_LIBDIR" >&5
++echo "${ECHO_T}$PG_LIBDIR" >&6
++    
++  fi
++fi
++
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 3 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 3 of 4... $ECHO_C" >&6
++  pqxx_incdirs="$ac_pqxx_incdir /usr/include /usr/local/pqxx/include /usr/local/include"
++  
++pqxx_incdir=NO
++for i in $pqxx_incdirs;
++do
++  for j in pqxx/pqxx;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pqxx_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pqxx_incdir/pqxx/pqxx; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PQXX_INCDIR=$pqxx_incdir
++    echo "$as_me:$LINENO: result: $PQXX_INCDIR" >&5
++echo "${ECHO_T}$PQXX_INCDIR" >&6
++    
++  fi
++fi
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  echo "$as_me:$LINENO: checking for PostgreSQL... Step 4 of 4" >&5
++echo $ECHO_N "checking for PostgreSQL... Step 4 of 4... $ECHO_C" >&6
++  pqxx_libdirs="$ac_pqxx_libdir /usr/lib /usr/local/lib /usr/local/pqxx/lib"
++  
++pqxx_libdir=NO
++for i in $pqxx_libdirs;
++do
++  for j in libpqxx.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      pqxx_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $pqxx_libdir/libpqxx.so; then
++    compile_pgsql_plugin="no"
++    echo "$as_me:$LINENO: result: not found" >&5
++echo "${ECHO_T}not found" >&6
++  else
++    PQXX_LIBDIR=$pqxx_libdir
++    echo "$as_me:$LINENO: result: $PQXX_LIBDIR" >&5
++echo "${ECHO_T}$PQXX_LIBDIR" >&6
++    
++  fi
++fi
++
++ 
++
++if test "$compile_pgsql_plugin" = "yes"; then
++  compile_pgsql_plugin_TRUE=
++  compile_pgsql_plugin_FALSE='#'
++else
++  compile_pgsql_plugin_TRUE='#'
++  compile_pgsql_plugin_FALSE=
++fi
++
++
++
++
++echo "$as_me:$LINENO: checking for KDE library: knewstuff" >&5
++echo $ECHO_N "checking for KDE library: knewstuff... $ECHO_C" >&6
++
++ac_knewstuff_includes=NO ac_knewstuff_libraries=NO
++knewstuff_libraries=""
++knewstuff_includes=""
++
++if test "${ac_cv_have_knewstuff+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++
++knewstuff_incdir=NO
++for i in $kde_incdirs;
++do
++  for j in knewstuff/downloaddialog.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      knewstuff_incdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_knewstuff_includes="$knewstuff_incdir"
++
++
++knewstuff_libdir=NO
++for i in $kde_libdirs;
++do
++  for j in libknewstuff.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      knewstuff_libdir=$i
++      break 2
++    fi
++  done
++done
++
++ac_knewstuff_libraries="$knewstuff_libdir"
++
++if test "$ac_knewstuff_includes" = NO || test "$ac_knewstuff_libraries" = NO; then
++  ac_cv_have_knewstuff="have_knewstuff=no"
++  ac_knewstuff_notfound=""
++else
++  have_knewstuff="yes"
++fi
++
++fi
++
++
++eval "$ac_cv_have_knewstuff"
++
++if test "$have_knewstuff" != yes; then
++  echo "$as_me:$LINENO: result: $have_knewstuff" >&5
++echo "${ECHO_T}$have_knewstuff" >&6
++else
++  echo "$as_me:$LINENO: result: $have_knewstuff (libraries $ac_knewstuff_libraries, headers $ac_knewstuff_includes)" >&5
++echo "${ECHO_T}$have_knewstuff (libraries $ac_knewstuff_libraries, headers $ac_knewstuff_includes)" >&6
++
++  CXXFLAGS="$CXXFLAGS -DHAVE_KNEWSTUFF"
++
++  LIB_KNEWSTUFF='-lknewstuff'
++  
++fi
++
++
++PYTHON_INCLUDE=""
++PYTHON_LIB=""
++PYTHON_FLAGS=""
++
++for pyver in python python2.4 python2.3 python2.2 python2.1 python2.0
++do
++    for incdir in "/usr/include/$pyver" \
++                  "/usr/local/include/$pyver" \
++                  "/usr/$pyver/include" \
++                  "/usr/local/$pyver/include" \
++                  "$prefix/include/$pyver" \
++                  "$prefix/$pyver/include"
++    do
++        if test -f "$incdir/Python.h"
++        then
++            PYTHON_LIB="-l$pyver"
++            PYTHON_INCLUDE="-I$incdir"
++            #PYTHON_LIB="-l$pylib"
++            #PYTHON_FLAGS="-L$pylibdir"
++            break
++        fi
++    done
++    if test "$PYTHON_LIB" != ""; then break; fi
++done
++
++
++
++
++
++# Check whether --enable-scripting or --disable-scripting was given.
++if test "${enable_scripting+set}" = set; then
++  enableval="$enable_scripting"
++  compile_kross_plugin=$enableval
++else
++  compile_kross_plugin=no
++fi; 
++ 
++
++if test "x$compile_kross_plugin" != "xno"; then
++  compile_kross_plugin_TRUE=
++  compile_kross_plugin_FALSE='#'
++else
++  compile_kross_plugin_TRUE='#'
++  compile_kross_plugin_FALSE=
++fi
++
++
++PYTHON_INCLUDE=""
++PYTHON_LIB=""
++PYTHON_FLAGS=""
++
++for pyver in python python2.4 python2.3 python2.2 python2.1 python2.0
++do
++    for incdir in "/usr/include/$pyver" \
++                  "/usr/local/include/$pyver" \
++                  "/usr/$pyver/include" \
++                  "/usr/local/$pyver/include" \
++                  "$prefix/include/$pyver" \
++                  "$prefix/$pyver/include"
++    do
++        if test -f "$incdir/Python.h"
++        then
++            PYTHON_LIB="-l$pyver"
++            PYTHON_INCLUDE="-I$incdir"
++            #PYTHON_LIB="-l$pylib"
++            #PYTHON_FLAGS="-L$pylibdir"
++            break
++        fi
++    done
++    if test "$PYTHON_LIB" != ""; then break; fi
++done
++
++
++
++
++
++
++
++echo "$as_me:$LINENO: checking for Python directory" >&5
++echo $ECHO_N "checking for Python directory... $ECHO_C" >&6
++ 
++if test "${kde_cv_pythondir+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++  if test -z "$PYTHONDIR"; then
++    kde_cv_pythondir=/usr/local
++  else
++    kde_cv_pythondir="$PYTHONDIR"
++  fi
++
++fi
++
++ 
++
++# Check whether --with-pythondir or --without-pythondir was given.
++if test "${with_pythondir+set}" = set; then
++  withval="$with_pythondir"
++  
++  ac_python_dir=$withval
++
++else
++  ac_python_dir=$kde_cv_pythondir
++
++fi; 
++ 
++echo "$as_me:$LINENO: result: $ac_python_dir" >&5
++echo "${ECHO_T}$ac_python_dir" >&6
++
++
++  
++
++
++
++
++if test -z ""2.4""; then
++  version="1.5"
++else
++  version=""2.4""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.3""; then
++  version="1.5"
++else
++  version=""2.3""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.2""; then
++  version="1.5"
++else
++  version=""2.2""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.1""; then
++  version="1.5"
++else
++  version=""2.1""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""2.0""; then
++  version="1.5"
++else
++  version=""2.0""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++
++
++
++
++if test -z ""; then
++  version="1.5"
++else
++  version=""
++fi
++
++echo "$as_me:$LINENO: checking for Python$version" >&5
++echo $ECHO_N "checking for Python$version... $ECHO_C" >&6
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_incdir/Python.h; then
++  
++python_incdir=NO
++for i in $python_incdirs;
++do
++  for j in python$version/Python.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_incdir=$i
++      break 2
++    fi
++  done
++done
++
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.so;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++if test ! -r $python_libdir/libpython$version.so; then
++  
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++  if test ! -r $python_libdir/libpython$version.a; then
++    
++python_libdir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/config/libpython$version.a;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_libdir=$i
++      break 2
++    fi
++  done
++done
++
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++
++python_moddir=NO
++for i in $python_libdirs;
++do
++  for j in python$version/copy.py;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      python_moddir=$i
++      break 2
++    fi
++  done
++done
++
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++echo "$as_me:$LINENO: result: header $python_incdir library $python_libdir modules $python_moddir" >&5
++echo "${ECHO_T}header $python_incdir library $python_libdir modules $python_moddir" >&6
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++ 
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++         
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++       
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++     
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++  
++else 
++    kde_python_link_found=no
++  
++if test "$kde_python_link_found" = no; then
++
++if test "normal" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on " >&5
++echo $ECHO_N "checking if Python depends on ... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON  $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_normal=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_normal=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_normal" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "normal" = normal; then
++    LIBPYTHON="$LIBPYTHON "
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -lm" >&5
++echo $ECHO_N "checking if Python depends on -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m" = normal; then
++    LIBPYTHON="$LIBPYTHON -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "tcl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ltcl" >&5
++echo $ECHO_N "checking if Python depends on -ltcl... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_tcl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ltcl $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_tcl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_tcl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_tcl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "tcl" = normal; then
++    LIBPYTHON="$LIBPYTHON -ltcl"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "db2" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on -ldb2" >&5
++echo $ECHO_N "checking if Python depends on -ldb2... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_db2+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON -ldb2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_db2=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_db2=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_db2" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "db2" = normal; then
++    LIBPYTHON="$LIBPYTHON -ldb2"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_util" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_util+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_util=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_util=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_util" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_util" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb-3 -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb-3 -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_db3" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -ldb-3" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -ldb-3... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_db3+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -ldb-3 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_db3=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_db3=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_db3" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_db3" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -ldb-3"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -ltermcap -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -ltermcap -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_dl" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_dl+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_dl=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_dl=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_dl" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_dl" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "pthread_and_panel_curses" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD $LIBDL -lm -lpanel -lcurses... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_pthread_and_panel_curses+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_pthread_and_panel_curses=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_pthread_and_panel_curses=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_pthread_and_panel_curses" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "pthread_and_panel_curses" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD $LIBDL -lm -lpanel -lcurses"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++fi
++
++fi
++
++
++  
++if test "$kde_python_link_found" = no; then
++
++if test "m_and_thread_and_db_special" = normal; then
++  echo "$as_me:$LINENO: checking if a Python application links" >&5
++echo $ECHO_N "checking if a Python application links... $ECHO_C" >&6
++else
++  echo "$as_me:$LINENO: checking if Python depends on $LIBPTHREAD -lm -ldb -lutil" >&5
++echo $ECHO_N "checking if Python depends on $LIBPTHREAD -lm -ldb -lutil... $ECHO_C" >&6
++fi
++
++if test "${kde_cv_try_link_python_m_and_thread_and_db_special+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $LIBPTHREAD -lm -ldb -lutil $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <Python.h>
++
++int
++main ()
++{
++
++	PySys_SetArgv(1, 0);
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  kde_cv_try_link_python_m_and_thread_and_db_special=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++kde_cv_try_link_python_m_and_thread_and_db_special=no
++
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++
++fi
++
++
++if test "$kde_cv_try_link_python_m_and_thread_and_db_special" = "yes"; then
++  echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  kde_python_link_found=yes
++  if test ! "m_and_thread_and_db_special" = normal; then
++    LIBPYTHON="$LIBPYTHON $LIBPTHREAD -lm -ldb -lutil"
++  fi
++  
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  { echo "$as_me:$LINENO: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&5
++echo "$as_me: WARNING: it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem" >&2;}
++	
++fi
++
++fi
++
++
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  
++  
++  
++  
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_PYTHON 1
++_ACEOF
++
++fi
++
++
++
++
++if test -z "$LIBMAGICK_LIBS"; then
++  DO_NOT_COMPILE="$DO_NOT_COMPILE krita"
++fi
++
++
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     echo "$as_me:$LINENO: checking for XOpenDisplay in -lXi" >&5
++echo $ECHO_N "checking for XOpenDisplay in -lXi... $ECHO_C" >&6
++if test "${ac_cv_lib_Xi_XOpenDisplay+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lXi  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char XOpenDisplay ();
++int
++main ()
++{
++XOpenDisplay ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_Xi_XOpenDisplay=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_Xi_XOpenDisplay=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_Xi_XOpenDisplay" >&5
++echo "${ECHO_T}$ac_cv_lib_Xi_XOpenDisplay" >&6
++if test $ac_cv_lib_Xi_XOpenDisplay = yes; then
++  LIB_XINPUTEXT="-lXi"
++	
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_XINPUTEXT 1
++_ACEOF
++
++	
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++
++
++# Check for lcms
++echo "$as_me:$LINENO: checking for lcms >= 1.12" >&5
++echo $ECHO_N "checking for lcms >= 1.12... $ECHO_C" >&6
++
++have_lcms_header='no'
++
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   
++
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   if test "${ac_cv_header_lcms_lcms_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for lcms/lcms.h" >&5
++echo $ECHO_N "checking for lcms/lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_lcms_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking lcms/lcms.h usability" >&5
++echo $ECHO_N "checking lcms/lcms.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <lcms/lcms.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking lcms/lcms.h presence" >&5
++echo $ECHO_N "checking lcms/lcms.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <lcms/lcms.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: lcms/lcms.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: lcms/lcms.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: lcms/lcms.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: lcms/lcms.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: lcms/lcms.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: lcms/lcms.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: lcms/lcms.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms/lcms.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: lcms/lcms.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for lcms/lcms.h" >&5
++echo $ECHO_N "checking for lcms/lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_lcms_lcms_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_lcms_h" >&6
++
++fi
++if test $ac_cv_header_lcms_lcms_h = yes; then
++  have_lcms_header='yes'
++fi
++
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   CPPFLAGS=$kde_safe_cppflags
++
++if test "$have_lcms_header" = 'yes'
++then
++        
++cat >>confdefs.h <<\_ACEOF
++@%:@define LCMS_HEADER <lcms/lcms.h>
++_ACEOF
++
++
++	echo "#include <lcms/lcms.h>" > conftest.$ac_ext
++	echo "#if LCMS_VERSION < 112" >> conftest.$ac_ext
++	echo "#error Need lcms < 1.12" >> conftest.$ac_ext
++	echo "#endif" >> conftest.$ac_ext
++	echo "int main() {}" >> conftest.$ac_ext
++
++else
++        # Alternative! Debian does it this way...
++	
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   
++
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   if test "${ac_cv_header_lcms_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for lcms.h" >&5
++echo $ECHO_N "checking for lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking lcms.h usability" >&5
++echo $ECHO_N "checking lcms.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <lcms.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking lcms.h presence" >&5
++echo $ECHO_N "checking lcms.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <lcms.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: lcms.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: lcms.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: lcms.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: lcms.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: lcms.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: lcms.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: lcms.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: lcms.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: lcms.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: lcms.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: lcms.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for lcms.h" >&5
++echo $ECHO_N "checking for lcms.h... $ECHO_C" >&6
++if test "${ac_cv_header_lcms_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_lcms_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_lcms_h" >&5
++echo "${ECHO_T}$ac_cv_header_lcms_h" >&6
++
++fi
++if test $ac_cv_header_lcms_h = yes; then
++  have_lcms_header='yes'
++fi
++
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   CPPFLAGS=$kde_safe_cppflags
++
++
++       	
++cat >>confdefs.h <<\_ACEOF
++@%:@define LCMS_HEADER <lcms.h>
++_ACEOF
++
++
++	echo "#include <lcms.h>" > conftest.$ac_ext
++	echo "#if LCMS_VERSION < 112" >> conftest.$ac_ext
++	echo "#error Need lcms < 1.12" >> conftest.$ac_ext
++	echo "#endif" >> conftest.$ac_ext
++	echo "int main() {}" >> conftest.$ac_ext
++fi
++
++
++ac_link='$LIBTOOL_SHELL --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext -llcms 1>&5'
++
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && test -s conftest; then
++    	echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++        HAVELCMS="yes"
++        LCMS_LIBS="-llcms"
++else
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++	HAVELCMS="no"
++	LCMS_LIBS=""
++        DO_NOT_COMPILE="$DO_NOT_COMPILE krita"
++fi
++
++
++
++
++# IM 6.1.3 changed the number of arguments to GetMagickInfoList
++
++echo "$as_me:$LINENO: checking if GetMagickInfoList has only 2 arguments" >&5
++echo $ECHO_N "checking if GetMagickInfoList has only 2 arguments... $ECHO_C" >&6
++CPPFLAGS_TMP="$CPPFLAGS"   # Save preprocessor flags
++CPPFLAGS="$LIBMAGICK_CPPFLAGS"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <stdio.h>
++	#if HAVE_SYS_TYPES_H
++	#include <sys/types.h>
++	#endif
++	#include "magick/api.h"
++int
++main ()
++{
++const char *pattern; unsigned long ncolors; (void)GetMagickInfoList(pattern, &ncolors)
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  magick_info_list='yes'
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++magick_info_list='no'
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++CPPFLAGS="$CPPFLAGS_TMP"  # Restore preprocessor flags
++
++if test "$magick_info_list" = 'yes'; then
++	echo "$as_me:$LINENO: result: yes" >&5
++echo "${ECHO_T}yes" >&6
++  
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_OLD_GETMAGICKINFOLIST 1
++_ACEOF
++
++else
++	echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++fi
++
++
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   
++
++    ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++   if test "${ac_cv_header_kjsembed_jsproxy_imp_h+set}" = set; then
++  echo "$as_me:$LINENO: checking for kjsembed/jsproxy_imp.h" >&5
++echo $ECHO_N "checking for kjsembed/jsproxy_imp.h... $ECHO_C" >&6
++if test "${ac_cv_header_kjsembed_jsproxy_imp_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_kjsembed_jsproxy_imp_h" >&5
++echo "${ECHO_T}$ac_cv_header_kjsembed_jsproxy_imp_h" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking kjsembed/jsproxy_imp.h usability" >&5
++echo $ECHO_N "checking kjsembed/jsproxy_imp.h usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <kjsembed/jsproxy_imp.h>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking kjsembed/jsproxy_imp.h presence" >&5
++echo $ECHO_N "checking kjsembed/jsproxy_imp.h presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <kjsembed/jsproxy_imp.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: kjsembed/jsproxy_imp.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: kjsembed/jsproxy_imp.h: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for kjsembed/jsproxy_imp.h" >&5
++echo $ECHO_N "checking for kjsembed/jsproxy_imp.h... $ECHO_C" >&6
++if test "${ac_cv_header_kjsembed_jsproxy_imp_h+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_cv_header_kjsembed_jsproxy_imp_h=$ac_header_preproc
++fi
++echo "$as_me:$LINENO: result: $ac_cv_header_kjsembed_jsproxy_imp_h" >&5
++echo "${ECHO_T}$ac_cv_header_kjsembed_jsproxy_imp_h" >&6
++
++fi
++if test $ac_cv_header_kjsembed_jsproxy_imp_h = yes; then
++  have_kjsembed=yes
++else
++  have_kjsembed=no
++fi
++
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++   CPPFLAGS=$kde_safe_cppflags
++
++ 
++
++if test x$have_kjsembed = xyes; then
++  use_kjsembed_TRUE=
++  use_kjsembed_FALSE='#'
++else
++  use_kjsembed_TRUE='#'
++  use_kjsembed_FALSE=
++fi
++
++
++echo "$as_me:$LINENO: checking whether round is declared" >&5
++echo $ECHO_N "checking whether round is declared... $ECHO_C" >&6
++if test "${ac_cv_have_decl_round+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <math.h>
++
++int
++main ()
++{
++#ifndef round
++  char *p = (char *) round;
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_have_decl_round=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_have_decl_round=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: $ac_cv_have_decl_round" >&5
++echo "${ECHO_T}$ac_cv_have_decl_round" >&6
++if test $ac_cv_have_decl_round = yes; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_DECL_ROUND 1
++_ACEOF
++
++
++else
++  cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_DECL_ROUND 0
++_ACEOF
++
++
++fi
++
++
++
++
++for ac_header in ieeefp.h
++do
++as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++else
++  # Is the header compilable?
++echo "$as_me:$LINENO: checking $ac_header usability" >&5
++echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++$ac_includes_default
++@%:@include <$ac_header>
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_header_compiler=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_header_compiler=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
++echo "${ECHO_T}$ac_header_compiler" >&6
++
++# Is the header present?
++echo "$as_me:$LINENO: checking $ac_header presence" >&5
++echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++@%:@include <$ac_header>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_c_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  ac_header_preproc=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.$ac_ext
++echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
++echo "${ECHO_T}$ac_header_preproc" >&6
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
++  yes:no: )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
++    ac_header_preproc=yes
++    ;;
++  no:yes:* )
++    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
++echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
++    (
++      cat <<\_ASBOX
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++@%:@@%:@ Report this to the AC_PACKAGE_NAME lists.  @%:@@%:@
++@%:@@%:@ ------------------------------------------ @%:@@%:@
++_ASBOX
++    ) |
++      sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++echo "$as_me:$LINENO: checking for $ac_header" >&5
++echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
++if eval "test \"\${$as_ac_Header+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  eval "$as_ac_Header=\$ac_header_preproc"
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
++
++fi
++if test `eval echo '${'$as_ac_Header'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++
++done
++
++
++
++for ac_func in fabsl
++do
++as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
++echo "$as_me:$LINENO: checking for $ac_func" >&5
++echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
++if eval "test \"\${$as_ac_var+set}\" = set"; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $ac_func innocuous_$ac_func
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $ac_func (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $ac_func
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++{
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char $ac_func ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
++choke me
++#else
++char (*f) () = $ac_func;
++#endif
++#ifdef __cplusplus
++}
++#endif
++
++int
++main ()
++{
++return f != $ac_func;
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "$as_ac_var=yes"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "$as_ac_var=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++fi
++echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
++echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
++if test `eval echo '${'$as_ac_var'}'` = yes; then
++  cat >>confdefs.h <<_ACEOF
++@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++_ACEOF
++ 
++fi
++done
++
++
++
++
++  echo "$as_me:$LINENO: checking for long double" >&5
++echo $ECHO_N "checking for long double... $ECHO_C" >&6
++if test "${ac_cv_c_long_double+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++    if test "$cross_compiling" = yes; then
++  ac_cv_c_long_double=no
++    
++else
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
++#include <math.h>
++
++int main() {
++/* The Stardent Vistra knows sizeof(long double), but does not support it.  */
++long double foo = 1.0;
++char buffer[10];
++/* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
++int result = (sizeof(long double) < sizeof(double));
++/* the following is needed for a broken printf in glibc2 */
++if (!result) {
++    foo = foo * 3;
++    sprintf(buffer,"%0.0Lf",foo);
++    result = strcmp(buffer, "3");
++/* and now something mean ;-) */
++    foo = powl(fabsl(foo), 1);
++}
++exit(result); }
++    
++_ACEOF
++rm -f conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_c_long_double=yes
++else
++  echo "$as_me: program exited with status $ac_status" >&5
++echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++( exit $ac_status )
++ac_cv_c_long_double=no
++fi
++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++fi
++  
++fi
++echo "$as_me:$LINENO: result: $ac_cv_c_long_double" >&5
++echo "${ECHO_T}$ac_cv_c_long_double" >&6
++  if test $ac_cv_c_long_double = yes; then
++    
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_LONG_DOUBLE 1
++_ACEOF
++
++  fi
++
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++     kde_save_LDFLAGS="$LDFLAGS"
++          kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     echo "$as_me:$LINENO: checking for isinf in -lm" >&5
++echo $ECHO_N "checking for isinf in -lm... $ECHO_C" >&6
++if test "${ac_cv_lib_m_isinf+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lm  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char isinf ();
++int
++main ()
++{
++isinf ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_m_isinf=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_m_isinf=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_m_isinf" >&5
++echo "${ECHO_T}$ac_cv_lib_m_isinf" >&6
++if test $ac_cv_lib_m_isinf = yes; then
++  
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FUNC_ISINF 1
++_ACEOF
++
++
++fi
++
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++
++
++
++
++echo "$as_me:$LINENO: checking for SQL support in QT" >&5
++echo $ECHO_N "checking for SQL support in QT... $ECHO_C" >&6
++
++LIBS_SAVE_KWSL="$LIBS"
++CXXFLAGS_SAVE_KWSL="$CXXFLAGS"
++CFLAGS_SAVE_KWSL="$CFLAGS"
++
++
++
++ ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++
++
++
++LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
++CXXFLAGS="$CXXFLAGS -I$qt_includes $all_includes"
++
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++#include <qglobal.h>
++
++int
++main ()
++{
++
++#ifdef QT_NO_SQL
++#error "No QT-SQL support"
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext
++if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
++  (eval $ac_compile) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest.$ac_objext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_trycompile_kwsl_qtsql=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_trycompile_kwsl_qtsql=no
++fi
++rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
++
++CXXFLAGS="$CXXFLAGS_SAVE_KWSL"
++LIBS="$LIBS_SAVE_KWSL"
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++if eval "test \"`echo $ac_trycompile_kwsl_qtsql`\" = yes"; then
++  SQLDIR=sql
++  
++  echo "$as_me:$LINENO: result: QT supports SQL - compile qtsqlmailmerge" >&5
++echo "${ECHO_T}QT supports SQL - compile qtsqlmailmerge" >&6
++else
++  SQLDIR=
++  
++  echo "$as_me:$LINENO: result: QT supports SQL -- qtsqlmailmerge will not be built" >&5
++echo "${ECHO_T}QT supports SQL -- qtsqlmailmerge will not be built" >&6
++fi
++
++ 
++
++if test -n "$SQLDIR"; then
++  include_sql_TRUE=
++  include_sql_FALSE='#'
++else
++  include_sql_TRUE='#'
++  include_sql_FALSE=
++fi
++
++
++KWMF_INCLUDES='-I$(top_srcdir)/lib/kwmf -I$(top_builddir)/lib/kwmf'
++
++KSTORE_INCLUDES='-I$(top_srcdir)/lib/store -I$(top_builddir)/lib/store'
++
++KOTEXT_INCLUDES='-I$(top_srcdir)/lib/kotext -I$(top_builddir)/lib/kotext'
++
++KOPAINTER_INCLUDES='-I$(top_srcdir)/lib/kopainter -I$(top_builddir)/lib/kopainter'
++
++KOFFICECORE_INCLUDES='-I$(top_srcdir)/lib/kofficecore -I$(top_builddir)/lib/kofficecore'
++
++KOFFICEUI_INCLUDES='-I$(top_srcdir)/lib/kofficeui -I$(top_builddir)/lib/kofficeui'
++
++KFORMULA_INCLUDES='-I$(top_srcdir)/lib/kformula -I$(top_builddir)/lib/kformula'
++
++KOSCRIPT_INCLUDES='-I$(top_srcdir)/lib/koscript -I$(top_builddir)/lib/koscript'
++
++LIB_KOFFICEUI='$(top_builddir)/lib/kofficeui/libkofficeui.la'
++
++LIB_KOFFICECORE='$(top_builddir)/lib/kofficecore/libkofficecore.la'
++
++LIB_KSTORE='$(top_builddir)/lib/store/libkstore.la'
++
++LIB_KOTEXT='$(top_builddir)/lib/kotext/libkotext.la'
++
++LIB_KOPAINTER='$(top_builddir)/lib/kopainter/libkopainter.la'
++
++LIB_KWMF='$(top_builddir)/lib/kwmf/libkwmf.la'
++
++LIB_KOWMF='$(top_builddir)/lib/kwmf/libkowmf.la'
++
++LIB_KFORMULA='$(top_builddir)/lib/kformula/libkformulalib.la'
++
++LIB_KOSCRIPT='$(top_builddir)/lib/koscript/libkoscript.la'
++
++
++interfacedir='$(top_srcdir)/lib/interfaces'
++
++KOFFICE_LIBS='$(LIB_KOFFICEUI) $(LIB_KOFFICECORE) $(LIB_KSTORE)'
++
++KOFFICE_INCLUDES='$(KOFFICEUI_INCLUDES) $(KOFFICECORE_INCLUDES) $(KSTORE_INCLUDES) $(KWMF_INCLUDES)'
++
++
++
++cat >>confdefs.h <<_ACEOF
++@%:@define PREFIX "$prefix"
++_ACEOF
++
++
++
++   
++
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++      echo "$as_me:$LINENO: checking for kspell2/broker.h (kdelibs>3.2)" >&5
++echo $ECHO_N "checking for kspell2/broker.h (kdelibs>3.2)... $ECHO_C" >&6
++   
++ac_kspell2_includes=NO
++for i in $kde_includes;
++do
++  for j in kspell2/broker.h;
++  do
++    echo "configure: __oline__: $i/$j" >&5
++    if test -r "$i/$j"; then
++      echo "taking that" >&5
++      ac_kspell2_includes=$i
++      break 2
++    fi
++  done
++done
++
++   if test -n "$ac_kspell2_includes" && test -r "$ac_kspell2_includes/kspell2/broker.h"; then
++                                 
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_LIBKSPELL2 1
++_ACEOF
++
++           LIBKSPELL2="-lkspell2"
++           echo "$as_me:$LINENO: result: found in $ac_kspell2_includes" >&5
++echo "${ECHO_T}found in $ac_kspell2_includes" >&6
++   else
++           LIBKSPELL2=""
++           echo "$as_me:$LINENO: result: not found -- spell-checking will be disabled" >&5
++echo "${ECHO_T}not found -- spell-checking will be disabled" >&6
++   fi
++   
++   ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++
++
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
++TOPSUBDIRS=""
++
++if test ! -s $srcdir/subdirs; then
++    files=`cd $srcdir && ls -1`
++  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
++  for i in $dirs; do
++    echo $i >> $srcdir/subdirs
++  done
++fi
++
++ac_topsubdirs=
++if test -s $srcdir/inst-apps; then
++  ac_topsubdirs="`cat $srcdir/inst-apps`"
++elif test -s $srcdir/subdirs; then
++  ac_topsubdirs="`cat $srcdir/subdirs`"
++fi
++
++for i in $ac_topsubdirs; do
++  echo "$as_me:$LINENO: checking if $i should be compiled" >&5
++echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6
++  if test -d $srcdir/$i; then
++    install_it="yes"
++    for j in $DO_NOT_COMPILE; do
++      if test $i = $j; then
++        install_it="no"
++      fi
++    done
++  else
++    install_it="no"
++  fi
++  echo "$as_me:$LINENO: result: $install_it" >&5
++echo "${ECHO_T}$install_it" >&6
++  vari=`echo $i | sed -e 's,[-+.@],_,g'`
++  if test $install_it = "yes"; then
++    TOPSUBDIRS="$TOPSUBDIRS $i"
++    eval "$vari""_SUBDIR_included=yes"
++  else
++    eval "$vari""_SUBDIR_included=no"
++  fi
++done
++
++
++
++ 
++
++if test "x$lib_SUBDIR_included" = xyes; then
++  lib_SUBDIR_included_TRUE=
++  lib_SUBDIR_included_FALSE='#'
++else
++  lib_SUBDIR_included_TRUE='#'
++  lib_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$interfaces_SUBDIR_included" = xyes; then
++  interfaces_SUBDIR_included_TRUE=
++  interfaces_SUBDIR_included_FALSE='#'
++else
++  interfaces_SUBDIR_included_TRUE='#'
++  interfaces_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$autocorrect_SUBDIR_included" = xyes; then
++  autocorrect_SUBDIR_included_TRUE=
++  autocorrect_SUBDIR_included_FALSE='#'
++else
++  autocorrect_SUBDIR_included_TRUE='#'
++  autocorrect_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$doc_SUBDIR_included" = xyes; then
++  doc_SUBDIR_included_TRUE=
++  doc_SUBDIR_included_FALSE='#'
++else
++  doc_SUBDIR_included_TRUE='#'
++  doc_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$example_SUBDIR_included" = xyes; then
++  example_SUBDIR_included_TRUE=
++  example_SUBDIR_included_FALSE='#'
++else
++  example_SUBDIR_included_TRUE='#'
++  example_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$karbon_SUBDIR_included" = xyes; then
++  karbon_SUBDIR_included_TRUE=
++  karbon_SUBDIR_included_FALSE='#'
++else
++  karbon_SUBDIR_included_TRUE='#'
++  karbon_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kchart_SUBDIR_included" = xyes; then
++  kchart_SUBDIR_included_TRUE=
++  kchart_SUBDIR_included_FALSE='#'
++else
++  kchart_SUBDIR_included_TRUE='#'
++  kchart_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kdgantt_SUBDIR_included" = xyes; then
++  kdgantt_SUBDIR_included_TRUE=
++  kdgantt_SUBDIR_included_FALSE='#'
++else
++  kdgantt_SUBDIR_included_TRUE='#'
++  kdgantt_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kformula_SUBDIR_included" = xyes; then
++  kformula_SUBDIR_included_TRUE=
++  kformula_SUBDIR_included_FALSE='#'
++else
++  kformula_SUBDIR_included_TRUE='#'
++  kformula_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kivio_SUBDIR_included" = xyes; then
++  kivio_SUBDIR_included_TRUE=
++  kivio_SUBDIR_included_FALSE='#'
++else
++  kivio_SUBDIR_included_TRUE='#'
++  kivio_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$koshell_SUBDIR_included" = xyes; then
++  koshell_SUBDIR_included_TRUE=
++  koshell_SUBDIR_included_FALSE='#'
++else
++  koshell_SUBDIR_included_TRUE='#'
++  koshell_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kounavail_SUBDIR_included" = xyes; then
++  kounavail_SUBDIR_included_TRUE=
++  kounavail_SUBDIR_included_FALSE='#'
++else
++  kounavail_SUBDIR_included_TRUE='#'
++  kounavail_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kpresenter_SUBDIR_included" = xyes; then
++  kpresenter_SUBDIR_included_TRUE=
++  kpresenter_SUBDIR_included_FALSE='#'
++else
++  kpresenter_SUBDIR_included_TRUE='#'
++  kpresenter_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$krita_SUBDIR_included" = xyes; then
++  krita_SUBDIR_included_TRUE=
++  krita_SUBDIR_included_FALSE='#'
++else
++  krita_SUBDIR_included_TRUE='#'
++  krita_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kspread_SUBDIR_included" = xyes; then
++  kspread_SUBDIR_included_TRUE=
++  kspread_SUBDIR_included_FALSE='#'
++else
++  kspread_SUBDIR_included_TRUE='#'
++  kspread_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kugar_SUBDIR_included" = xyes; then
++  kugar_SUBDIR_included_TRUE=
++  kugar_SUBDIR_included_FALSE='#'
++else
++  kugar_SUBDIR_included_TRUE='#'
++  kugar_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$mimetypes_SUBDIR_included" = xyes; then
++  mimetypes_SUBDIR_included_TRUE=
++  mimetypes_SUBDIR_included_FALSE='#'
++else
++  mimetypes_SUBDIR_included_TRUE='#'
++  mimetypes_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$pics_SUBDIR_included" = xyes; then
++  pics_SUBDIR_included_TRUE=
++  pics_SUBDIR_included_FALSE='#'
++else
++  pics_SUBDIR_included_TRUE='#'
++  pics_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$plugins_SUBDIR_included" = xyes; then
++  plugins_SUBDIR_included_TRUE=
++  plugins_SUBDIR_included_FALSE='#'
++else
++  plugins_SUBDIR_included_TRUE='#'
++  plugins_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$servicetypes_SUBDIR_included" = xyes; then
++  servicetypes_SUBDIR_included_TRUE=
++  servicetypes_SUBDIR_included_FALSE='#'
++else
++  servicetypes_SUBDIR_included_TRUE='#'
++  servicetypes_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$templates_SUBDIR_included" = xyes; then
++  templates_SUBDIR_included_TRUE=
++  templates_SUBDIR_included_FALSE='#'
++else
++  templates_SUBDIR_included_TRUE='#'
++  templates_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$tools_SUBDIR_included" = xyes; then
++  tools_SUBDIR_included_TRUE=
++  tools_SUBDIR_included_FALSE='#'
++else
++  tools_SUBDIR_included_TRUE='#'
++  tools_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kword_SUBDIR_included" = xyes; then
++  kword_SUBDIR_included_TRUE=
++  kword_SUBDIR_included_FALSE='#'
++else
++  kword_SUBDIR_included_TRUE='#'
++  kword_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$kexi_SUBDIR_included" = xyes; then
++  kexi_SUBDIR_included_TRUE=
++  kexi_SUBDIR_included_FALSE='#'
++else
++  kexi_SUBDIR_included_TRUE='#'
++  kexi_SUBDIR_included_FALSE=
++fi
++
++ 
++
++if test "x$filters_SUBDIR_included" = xyes; then
++  filters_SUBDIR_included_TRUE=
++  filters_SUBDIR_included_FALSE='#'
++else
++  filters_SUBDIR_included_TRUE='#'
++  filters_SUBDIR_included_FALSE=
++fi
++
++          ac_config_files="$ac_config_files Makefile"
++
++          ac_config_files="$ac_config_files autocorrect/Makefile"
++
++          ac_config_files="$ac_config_files doc/Makefile"
++
++          ac_config_files="$ac_config_files doc/kchart/Makefile"
++
++          ac_config_files="$ac_config_files doc/kformula/Makefile"
++
++          ac_config_files="$ac_config_files doc/kivio/Makefile"
++
++          ac_config_files="$ac_config_files doc/koffice/Makefile"
++
++          ac_config_files="$ac_config_files doc/koshell/Makefile"
++
++          ac_config_files="$ac_config_files doc/kpresenter/Makefile"
++
++          ac_config_files="$ac_config_files doc/kspread/Makefile"
++
++          ac_config_files="$ac_config_files doc/kugar/Makefile"
++
++          ac_config_files="$ac_config_files doc/kword/Makefile"
++
++          ac_config_files="$ac_config_files doc/thesaurus/Makefile"
++
++          ac_config_files="$ac_config_files example/Makefile"
++
++          ac_config_files="$ac_config_files filters/Makefile"
++
++          ac_config_files="$ac_config_files filters/generic_wrapper/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/ai/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/applixgraphics/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/eps/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/kontour/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/msod/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/oodraw/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/png/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/svg/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/wmf/Makefile"
++
++          ac_config_files="$ac_config_files filters/karbon/xcf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kchart/Makefile"
++
++          ac_config_files="$ac_config_files filters/kchart/png/Makefile"
++
++          ac_config_files="$ac_config_files filters/kchart/svg/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/latex/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/mathml/Makefile"
++
++          ac_config_files="$ac_config_files filters/kformula/png/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/kword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/magicpoint/Makefile"
++
++          ac_config_files="$ac_config_files filters/kpresenter/ooimpress/Makefile"
++
++          ac_config_files="$ac_config_files filters/krita/Makefile"
++
++          ac_config_files="$ac_config_files filters/krita/magick/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/applixspread/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/csv/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/dbase/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/excel/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/excel/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/excel/sidewinder/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/gnumeric/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/html/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/latex/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/latex/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/libkspreadexport/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/opencalc/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/libqpro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/libqpro/qpro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kspread/qpro/libqpro/src/Makefile"
++
++          ac_config_files="$ac_config_files filters/kugar/Makefile"
++
++          ac_config_files="$ac_config_files filters/kugar/kugarnop/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/abiword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/amipro/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/applixword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/ascii/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/docbook/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/html/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/html/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/html/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/kword1.3/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/kword1.3/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/import/generator/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/latex/import/parser/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/libexport/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/msword/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/mswrite/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/oowriter/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/palmdoc/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/xpdf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/xpdf/goo/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/pdf/xpdf/xpdf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/rtf/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/rtf/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/rtf/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/starwriter/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wml/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wordperfect/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wordperfect/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/kword/wordperfect/import/Makefile"
++
++          ac_config_files="$ac_config_files filters/liboofilter/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/excel97/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/hancomword/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/lib/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/powerpoint97/Makefile"
++
++          ac_config_files="$ac_config_files filters/olefilters/winword97/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/xsl/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/xsl/kword/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/export/xsl/kword/xslfo/Makefile"
++
++          ac_config_files="$ac_config_files filters/xsltfilter/import/Makefile"
++
++          ac_config_files="$ac_config_files interfaces/Makefile"
++
++          ac_config_files="$ac_config_files karbon/Makefile"
++
++          ac_config_files="$ac_config_files karbon/commands/Makefile"
++
++          ac_config_files="$ac_config_files karbon/core/Makefile"
++
++          ac_config_files="$ac_config_files karbon/data/Makefile"
++
++          ac_config_files="$ac_config_files karbon/dialogs/Makefile"
++
++          ac_config_files="$ac_config_files karbon/dockers/Makefile"
++
++          ac_config_files="$ac_config_files karbon/pics/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/flattenpath/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/imagetool/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/insertknots/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/roundcorners/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/shadoweffect/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/whirlpinch/Makefile"
++
++          ac_config_files="$ac_config_files karbon/plugins/zoomtool/Makefile"
++
++          ac_config_files="$ac_config_files karbon/render/Makefile"
++
++          ac_config_files="$ac_config_files karbon/render/xrgbrender/Makefile"
++
++          ac_config_files="$ac_config_files karbon/shapes/Makefile"
++
++          ac_config_files="$ac_config_files karbon/tools/Makefile"
++
++          ac_config_files="$ac_config_files karbon/visitors/Makefile"
++
++          ac_config_files="$ac_config_files karbon/widgets/Makefile"
++
++          ac_config_files="$ac_config_files kchart/Makefile"
++
++          ac_config_files="$ac_config_files kchart/kdchart/Makefile"
++
++          ac_config_files="$ac_config_files kchart/pics/Makefile"
++
++          ac_config_files="$ac_config_files kchart/templates/Makefile"
++
++          ac_config_files="$ac_config_files kchart/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files kchart/toolbar/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files kchart/toolbar/locolor/Makefile"
++
++          ac_config_files="$ac_config_files kdgantt/Makefile"
++
++          ac_config_files="$ac_config_files kexi/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql/src/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql/tool/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql3/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/kexisql3/src/Makefile"
++
++          ac_config_files="$ac_config_files kexi/3rdparty/uuid/Makefile"
++
++          ac_config_files="$ac_config_files kexi/core/Makefile"
++
++          ac_config_files="$ac_config_files kexi/data/Makefile"
++
++          ac_config_files="$ac_config_files kexi/data/kde32compat/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/import/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/import/csv/Makefile"
++
++          ac_config_files="$ac_config_files kexi/filters/import/kspread_chain/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/factories/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/kdevelop_plugin/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/scripting/Makefile"
++
++          ac_config_files="$ac_config_files kexi/formeditor/test/Makefile"
++
++          ac_config_files="$ac_config_files kexi/interfaces/Makefile"
++
++          ac_config_files="$ac_config_files kexi/interfaces/kwmailmerge/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/mySQL/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/odbc/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/pqxx/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/sqlite/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/drivers/sqlite2/Makefile"
++
++          ac_config_files="$ac_config_files kexi/kexidb/parser/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/filters/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/projectWizard/Makefile"
++
++          ac_config_files="$ac_config_files kexi/main/startup/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/mysql/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/pqxx/Makefile"
++
++          ac_config_files="$ac_config_files kexi/migration/txt/Makefile"
++
++          ac_config_files="$ac_config_files kexi/pics/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/forms/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/importwizard/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/importwizard/common/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/importwizard/file/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/kugar/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/kugar/kudesigner/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/migration/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/queries/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/relations/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/reports/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/scripting/Makefile"
++
++          ac_config_files="$ac_config_files kexi/plugins/tables/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/api/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/kexidb/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/kjs/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/main/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/python/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/python/CXX/Makefile"
++
++          ac_config_files="$ac_config_files kexi/scripting/test/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/newapi/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/parser/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/startup/Makefile"
++
++          ac_config_files="$ac_config_files kexi/tests/tableview/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/propertyeditor/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/propertyeditor/test/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/relations/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/tableview/Makefile"
++
++          ac_config_files="$ac_config_files kexi/widget/utils/Makefile"
++
++          ac_config_files="$ac_config_files kformula/Makefile"
++
++          ac_config_files="$ac_config_files kformula/pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/config/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/kiviosdk/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Assorted/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Circuit/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Cisco/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Civil/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Contact/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Electric/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Jigsaw/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/MSE/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Network/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Pneumatic/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/SDL/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Dia/Sybase/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/Extended/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Flowcharting/Logic/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Geographic/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Geographic/Flags/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Geographic/Maps/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Hardware/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Hardware/Computer/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/People/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/UML/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/tiles/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/tools/Makefile"
++
++          ac_config_files="$ac_config_files kivio/kiviopart/ui/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioconnectortool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioconnectortool/straight_connector/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioselecttool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kivioselecttool/select_pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviosmlconnector/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviosmlconnector/sml_connector/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviotargettool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviotexttool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviozoomtool/Makefile"
++
++          ac_config_files="$ac_config_files kivio/plugins/kiviozoomtool/zoom_pics/Makefile"
++
++          ac_config_files="$ac_config_files kivio/templates/Makefile"
++
++          ac_config_files="$ac_config_files kivio/templates/basic/Makefile"
++
++          ac_config_files="$ac_config_files koshell/Makefile"
++
++          ac_config_files="$ac_config_files kounavail/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoformEdit/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoforms/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoforms/Arrows/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/autoforms/Connections/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/dtd/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/pics/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/slideshow/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/A4/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/Screen/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/Screenpresentations/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/common_icon/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/legal/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/templates/letter/Makefile"
++
++          ac_config_files="$ac_config_files kpresenter/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files krita/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/builder/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/color_strategy/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/paintop/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/resources/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/strategy/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/tiles/Makefile"
++
++          ac_config_files="$ac_config_files krita/core/tool/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/brushes/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/gradients/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/images/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/palettes/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/patterns/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/profiles/Makefile"
++
++          ac_config_files="$ac_config_files krita/data/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/dtd/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_cmyk/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_cmyk/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_gray/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_gray/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_rgb/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_rgb/templates/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_wet/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_ws/Makefile"
++
++          ac_config_files="$ac_config_files krita/modules/colorspace_ws/filter/Makefile"
++
++          ac_config_files="$ac_config_files krita/paintops/Makefile"
++
++          ac_config_files="$ac_config_files krita/pics/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/cimg/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/colorrange/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/colorsfilters/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/colorspaceconversion/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/convolutionfilters/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/designerplugin/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/embossfilter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/example/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/histogram/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/imagemagick/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/imagesize/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/kiskjsembed/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/kiskjsembed/functions/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/kiskjsembed/objects/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/oilpaintfilter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/performancetest/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/raindropsfilter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/rotateimage/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/screenshot/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/selectiontools/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/shearimage/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_crop/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_filter/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_polygon/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_polyline/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_star/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/tool_transform/Makefile"
++
++          ac_config_files="$ac_config_files krita/plugins/variations/Makefile"
++
++          ac_config_files="$ac_config_files krita/tools/Makefile"
++
++          ac_config_files="$ac_config_files krita/ui/Makefile"
++
++          ac_config_files="$ac_config_files krita/ui/labels/Makefile"
++
++          ac_config_files="$ac_config_files krita/ui/widgets/Makefile"
++
++          ac_config_files="$ac_config_files kspread/Makefile"
++
++          ac_config_files="$ac_config_files kspread/dialogs/Makefile"
++
++          ac_config_files="$ac_config_files kspread/dtd/Makefile"
++
++          ac_config_files="$ac_config_files kspread/extensions/Makefile"
++
++          ac_config_files="$ac_config_files kspread/pics/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/calculator/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/calculator/pics/Makefile"
++
++          ac_config_files="$ac_config_files kspread/plugins/insertcalendar/Makefile"
++
++          ac_config_files="$ac_config_files kspread/tablestyles/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/Business/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/General/Makefile"
++
++          ac_config_files="$ac_config_files kspread/templates/HomeFamily/Makefile"
++
++          ac_config_files="$ac_config_files kspread/tests/Makefile"
++
++          ac_config_files="$ac_config_files kspread/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files kspread/toolbar/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files kugar/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kde31/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/pics/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/templates/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/templates/General/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files kugar/kudesigner_lib/Makefile"
++
++          ac_config_files="$ac_config_files kugar/lib/Makefile"
++
++          ac_config_files="$ac_config_files kugar/part/Makefile"
++
++          ac_config_files="$ac_config_files kugar/samples/Makefile"
++
++          ac_config_files="$ac_config_files kugar/samplesdb/Makefile"
++
++          ac_config_files="$ac_config_files kugar/shell/Makefile"
++
++          ac_config_files="$ac_config_files kword/Makefile"
++
++          ac_config_files="$ac_config_files kword/data/Makefile"
++
++          ac_config_files="$ac_config_files kword/dtd/Makefile"
++
++          ac_config_files="$ac_config_files kword/expression/Makefile"
++
++          ac_config_files="$ac_config_files kword/horizontalline/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/kabc/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/kspread/Makefile"
++
++          ac_config_files="$ac_config_files kword/mailmerge/sql/Makefile"
++
++          ac_config_files="$ac_config_files kword/pics/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/CardsAndLabels/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/DTP/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/Envelopes/Makefile"
++
++          ac_config_files="$ac_config_files kword/templates/Wordprocessing/Makefile"
++
++          ac_config_files="$ac_config_files kword/toolbar/Makefile"
++
++          ac_config_files="$ac_config_files lib/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/config/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/dtd/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/pics/Makefile"
++
++          ac_config_files="$ac_config_files lib/kformula/pics/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficecore/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficecore/tests/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficeui/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficeui/pics/Makefile"
++
++          ac_config_files="$ac_config_files lib/kofficeui/tests/Makefile"
++
++          ac_config_files="$ac_config_files lib/kopainter/Makefile"
++
++          ac_config_files="$ac_config_files lib/koscript/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/kohyphen/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/kohyphen/hyphdicts/Makefile"
++
++          ac_config_files="$ac_config_files lib/kotext/tests/Makefile"
++
++          ac_config_files="$ac_config_files lib/kwmf/Makefile"
++
++          ac_config_files="$ac_config_files lib/store/Makefile"
++
++          ac_config_files="$ac_config_files lib/store/tests/Makefile"
++
++          ac_config_files="$ac_config_files mimetypes/Makefile"
++
++          ac_config_files="$ac_config_files mimetypes/kde32/Makefile"
++
++          ac_config_files="$ac_config_files mimetypes/kde33/Makefile"
++
++          ac_config_files="$ac_config_files pics/Makefile"
++
++          ac_config_files="$ac_config_files pics/crystalsvg/Makefile"
++
++          ac_config_files="$ac_config_files plugins/Makefile"
++
++          ac_config_files="$ac_config_files plugins/scan/Makefile"
++
++          ac_config_files="$ac_config_files servicetypes/Makefile"
++
++          ac_config_files="$ac_config_files templates/Makefile"
++
++          ac_config_files="$ac_config_files tools/Makefile"
++
++          ac_config_files="$ac_config_files tools/converter/Makefile"
++
++          ac_config_files="$ac_config_files tools/kfile-plugins/Makefile"
++
++          ac_config_files="$ac_config_files tools/kfile-plugins/koffice/Makefile"
++
++          ac_config_files="$ac_config_files tools/kfile-plugins/ooo/Makefile"
++
++          ac_config_files="$ac_config_files tools/kthesaurus/Makefile"
++
++          ac_config_files="$ac_config_files tools/quickprint/Makefile"
++
++          ac_config_files="$ac_config_files tools/spell/Makefile"
++
++          ac_config_files="$ac_config_files tools/thesaurus/Makefile"
++
++          ac_config_files="$ac_config_files tools/thumbnail/Makefile"
++
++echo "$as_me:$LINENO: checking for filters to be compiled" >&5
++echo $ECHO_N "checking for filters to be compiled... $ECHO_C" >&6
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main apllication we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        kword) COMPILE_FILTER_KWORD="$args " ;;
++        kspread) COMPILE_FILTER_KSPREAD="$args " ;;
++        kchart) COMPILE_FILTER_KCHART="$args " ;;
++        karbon) COMPILE_FILTER_KARBON="$args " ;;
++        kpresenter) COMPILE_FILTER_KPRESENTER="$args " ;;
++        kformula) COMPILE_FILTER_KFORMULA="$args " ;;
++        kugar) COMPILE_FILTER_KUGAR="$args " ;;
++        krita) COMPILE_FILTER_KRITA="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        kword) COMPILE_FILTER_KWORD= ;;
++        kspread) COMPILE_FILTER_KSPREAD= ;;
++        kchart) COMPILE_FILTER_KCHART= ;;
++        karbon) COMPILE_FILTER_KARBON= ;;
++        kpresenter) COMPILE_FILTER_KPRESENTER= ;;
++        kformula) COMPILE_FILTER_KFORMULA= ;;
++        kugar) COMPILE_FILTER_KUGAR= ;;
++        krita) COMPILE_FILTER_KRITA= ;;
++    esac
++done
++
++USERFEEDBACKCOMPILE="$COMPILE_FILTER_KWORD$COMPILE_FILTER_KSPREAD$COMPILE_FILTER_KCHART$COMPILE_FILTER_KARBON$COMPILE_FILTER_KPRESENTER$COMPILE_FILTER_KFORMULA$COMPILE_FILTER_KUGAR"
++echo "$as_me:$LINENO: result: $USERFEEDBACKCOMPILE" >&5
++echo "${ECHO_T}$USERFEEDBACKCOMPILE" >&6
++
++ 
++
++if test -n "$COMPILE_FILTER_KWORD"; then
++  compile_filter_KWORD_TRUE=
++  compile_filter_KWORD_FALSE='#'
++else
++  compile_filter_KWORD_TRUE='#'
++  compile_filter_KWORD_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KSPREAD"; then
++  compile_filter_KSPREAD_TRUE=
++  compile_filter_KSPREAD_FALSE='#'
++else
++  compile_filter_KSPREAD_TRUE='#'
++  compile_filter_KSPREAD_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KCHART"; then
++  compile_filter_KCHART_TRUE=
++  compile_filter_KCHART_FALSE='#'
++else
++  compile_filter_KCHART_TRUE='#'
++  compile_filter_KCHART_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KARBON"; then
++  compile_filter_KARBON_TRUE=
++  compile_filter_KARBON_FALSE='#'
++else
++  compile_filter_KARBON_TRUE='#'
++  compile_filter_KARBON_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KPRESENTER"; then
++  compile_filter_KPRESENTER_TRUE=
++  compile_filter_KPRESENTER_FALSE='#'
++else
++  compile_filter_KPRESENTER_TRUE='#'
++  compile_filter_KPRESENTER_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KFORMULA"; then
++  compile_filter_KFORMULA_TRUE=
++  compile_filter_KFORMULA_FALSE='#'
++else
++  compile_filter_KFORMULA_TRUE='#'
++  compile_filter_KFORMULA_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KUGAR"; then
++  compile_filter_KUGAR_TRUE=
++  compile_filter_KUGAR_FALSE='#'
++else
++  compile_filter_KUGAR_TRUE='#'
++  compile_filter_KUGAR_FALSE=
++fi
++
++ 
++
++if test -n "$COMPILE_FILTER_KRITA"; then
++  compile_filter_KRITA_TRUE=
++  compile_filter_KRITA_FALSE='#'
++else
++  compile_filter_KRITA_TRUE='#'
++  compile_filter_KRITA_FALSE=
++fi
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main apllication we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        kword) COMPILE_MAILMERGE_KWORD="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        kword) COMPILE_MAILMERGE_KWORD= ;;
++    esac
++done
++
++ 
++
++if test -n "$COMPILE_MAILMERGE_KWORD"; then
++  compile_mailmerge_KWORD_TRUE=
++  compile_mailmerge_KWORD_FALSE='#'
++else
++  compile_mailmerge_KWORD_TRUE='#'
++  compile_mailmerge_KWORD_FALSE=
++fi
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main apllication we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        kugar) COMPILE_PLUGIN_KUGAR="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        kugar) COMPILE_PLUGIN_KUGAR= ;;
++    esac
++done
++
++ 
++
++if test -n "$COMPILE_PLUGIN_KUGAR"; then
++  compile_plugin_KUGAR_TRUE=
++  compile_plugin_KUGAR_FALSE='#'
++else
++  compile_plugin_KUGAR_TRUE='#'
++  compile_plugin_KUGAR_FALSE=
++fi
++
++echo "$as_me:$LINENO: checking whether kopainter should be compiled" >&5
++echo $ECHO_N "checking whether kopainter should be compiled... $ECHO_C" >&6
++
++if test -s $srcdir/inst-apps ; then
++    SUBDIRLIST=`cat $srcdir/inst-apps`
++else
++    SUBDIRLIST=`cat $srcdir/subdirs`
++fi
++
++# fallback (KDE_CREATE_SUBDIRLIST has this fallback, so I have put it here too.)
++if test -z "$SUBDIRLIST" ; then
++    SUBDIRLIST=`ls -1 $srcdir`
++fi
++
++# first check which main application we could compile
++for args in $SUBDIRLIST ; do
++    case $args in
++        krita) COMPILE_LIB_FOR_KRITA="$args " ;;
++        karbon) COMPILE_LIB_FOR_KARBON="$args " ;;
++        kivio) COMPILE_LIB_FOR_KIVIO="$args " ;;
++    esac
++done
++
++# now remove the applications the user has asked not to compile
++for args in $DO_NOT_COMPILE ; do
++    case $args in
++        krita) COMPILE_LIB_FOR_KRITA= ;;
++        karbon) COMPILE_LIB_FOR_KARBON= ;;
++        kivio) COMPILE_LIB_FOR_KIVIO= ;;
++    esac
++done
++
++if test -n "$COMPILE_LIB_FOR_KRITA$COMPILE_LIB_FOR_KARBON$COMPILE_LIB_FOR_KIVIO" ; then
++    USERFEEDBACKCOMPILELIB="yes"
++else
++    USERFEEDBACKCOMPILELIB="no"
++fi
++
++echo "$as_me:$LINENO: result: $USERFEEDBACKCOMPILELIB" >&5
++echo "${ECHO_T}$USERFEEDBACKCOMPILELIB" >&6
++
++ 
++
++if test "$USERFEEDBACKCOMPILELIB" = "yes" ; then
++  compile_lib_KOPAINTER_TRUE=
++  compile_lib_KOPAINTER_FALSE='#'
++else
++  compile_lib_KOPAINTER_TRUE='#'
++  compile_lib_KOPAINTER_FALSE=
++fi
++
++cat >confcache <<\_ACEOF
++# This file is a shell script that caches the results of configure
++# tests run on this system so they can be shared between configure
++# scripts and configure runs, see configure's option --config-cache.
++# It is not useful on other systems.  If it contains results you don't
++# want to keep, you may remove or edit it.
++#
++# config.status only pays attention to the cache file if you give it
++# the --recheck option to rerun configure.
++#
++# `ac_cv_env_foo' variables (set or unset) will be overridden when
++# loading this file, other *unset* `ac_cv_foo' will be assigned the
++# following values.
++
++_ACEOF
++
++# The following way of writing the cache mishandles newlines in values,
++# but we know of no workaround that is simple, portable, and efficient.
++# So, don't put newlines in cache variables' values.
++# Ultrix sh set writes to stderr and can't be redirected directly,
++# and sets the high bit in the cache file unless we assign to the vars.
++{
++  (set) 2>&1 |
++    case `(ac_space=' '; set | grep ac_space) 2>&1` in
++    *ac_space=\ *)
++      # `set' does not quote correctly, so add quotes (double-quote
++      # substitution turns \\\\ into \\, and sed turns \\ into \).
++      sed -n \
++	"s/'/'\\\\''/g;
++	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
++      ;;
++    *)
++      # `set' quotes correctly as required by POSIX, so do not add quotes.
++      sed -n \
++	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
++      ;;
++    esac;
++} |
++  sed '
++     t clear
++     : clear
++     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
++     t end
++     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
++     : end' >>confcache
++if diff $cache_file confcache >/dev/null 2>&1; then :; else
++  if test -w $cache_file; then
++    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
++    cat confcache >$cache_file
++  else
++    echo "not updating unwritable cache $cache_file"
++  fi
++fi
++rm -f confcache
++
++test "x$prefix" = xNONE && prefix=$ac_default_prefix
++# Let make expand exec_prefix.
++test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
++
++# VPATH may cause trouble with some makes, so we remove $(srcdir),
++# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
++# trailing colons and then remove the whole line if VPATH becomes empty
++# (actually we leave an empty line to preserve line numbers).
++if test "x$srcdir" = x.; then
++  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
++s/:*\$(srcdir):*/:/;
++s/:*\${srcdir}:*/:/;
++s/:*@srcdir@:*/:/;
++s/^\([^=]*=[	 ]*\):*/\1/;
++s/:*$//;
++s/^[^=]*=[	 ]*$//;
++}'
++fi
++
++DEFS=-DHAVE_CONFIG_H
++
++ac_libobjs=
++ac_ltlibobjs=
++for ac_i in : $LIB@&t at OBJS; do test "x$ac_i" = x: && continue
++  # 1. Remove the extension, and $U if already installed.
++  ac_i=`echo "$ac_i" |
++	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
++  # 2. Add them.
++  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
++  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
++done
++LIB@&t at OBJS=$ac_libobjs
++
++LTLIBOBJS=$ac_ltlibobjs
++
++
++if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"AMDEP\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${unsermake_enable_pch_TRUE}" && test -z "${unsermake_enable_pch_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"unsermake_enable_pch\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"unsermake_enable_pch\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_x11_TRUE}" && test -z "${include_x11_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_x11\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_x11\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_ARTS_TRUE}" && test -z "${include_ARTS_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_ARTS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_ARTS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde32_compatibility_TRUE}" && test -z "${need_kde32_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde32_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde32_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde33_compatibility_TRUE}" && test -z "${need_kde33_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde33_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde33_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde34_compatibility_TRUE}" && test -z "${need_kde34_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde34_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde34_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${need_kde31_compatibility_TRUE}" && test -z "${need_kde31_compatibility_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"need_kde31_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"need_kde31_compatibility\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_wv2_msword_filter_TRUE}" && test -z "${include_wv2_msword_filter_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_wv2_msword_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_wv2_msword_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_wpd_filter_TRUE}" && test -z "${include_wpd_filter_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_wpd_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_wpd_filter\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_XSLTFILTERS_TRUE}" && test -z "${include_XSLTFILTERS_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_XSLTFILTERS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_XSLTFILTERS\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${have_readline_TRUE}" && test -z "${have_readline_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"have_readline\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"have_readline\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${use_kexi_compat_qextmdi_TRUE}" && test -z "${use_kexi_compat_qextmdi_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"use_kexi_compat_qextmdi\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"use_kexi_compat_qextmdi\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_mysql_plugin_TRUE}" && test -z "${compile_mysql_plugin_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_mysql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_mysql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_pgsql_plugin_TRUE}" && test -z "${compile_pgsql_plugin_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_pgsql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_pgsql_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_kross_plugin_TRUE}" && test -z "${compile_kross_plugin_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_kross_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_kross_plugin\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${use_kjsembed_TRUE}" && test -z "${use_kjsembed_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"use_kjsembed\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"use_kjsembed\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${include_sql_TRUE}" && test -z "${include_sql_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"include_sql\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"include_sql\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${lib_SUBDIR_included_TRUE}" && test -z "${lib_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"lib_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"lib_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${interfaces_SUBDIR_included_TRUE}" && test -z "${interfaces_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"interfaces_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"interfaces_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${autocorrect_SUBDIR_included_TRUE}" && test -z "${autocorrect_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"autocorrect_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"autocorrect_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${doc_SUBDIR_included_TRUE}" && test -z "${doc_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"doc_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"doc_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${example_SUBDIR_included_TRUE}" && test -z "${example_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"example_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"example_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${karbon_SUBDIR_included_TRUE}" && test -z "${karbon_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"karbon_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"karbon_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kchart_SUBDIR_included_TRUE}" && test -z "${kchart_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kchart_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kchart_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kdgantt_SUBDIR_included_TRUE}" && test -z "${kdgantt_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kdgantt_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kdgantt_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kformula_SUBDIR_included_TRUE}" && test -z "${kformula_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kformula_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kformula_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kivio_SUBDIR_included_TRUE}" && test -z "${kivio_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kivio_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kivio_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${koshell_SUBDIR_included_TRUE}" && test -z "${koshell_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"koshell_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"koshell_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kounavail_SUBDIR_included_TRUE}" && test -z "${kounavail_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kounavail_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kounavail_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kpresenter_SUBDIR_included_TRUE}" && test -z "${kpresenter_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kpresenter_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kpresenter_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${krita_SUBDIR_included_TRUE}" && test -z "${krita_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"krita_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"krita_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kspread_SUBDIR_included_TRUE}" && test -z "${kspread_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kspread_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kspread_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kugar_SUBDIR_included_TRUE}" && test -z "${kugar_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kugar_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kugar_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${mimetypes_SUBDIR_included_TRUE}" && test -z "${mimetypes_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"mimetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"mimetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${pics_SUBDIR_included_TRUE}" && test -z "${pics_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"pics_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"pics_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${plugins_SUBDIR_included_TRUE}" && test -z "${plugins_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"plugins_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"plugins_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${servicetypes_SUBDIR_included_TRUE}" && test -z "${servicetypes_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"servicetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"servicetypes_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${templates_SUBDIR_included_TRUE}" && test -z "${templates_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"templates_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"templates_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${tools_SUBDIR_included_TRUE}" && test -z "${tools_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"tools_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"tools_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kword_SUBDIR_included_TRUE}" && test -z "${kword_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kword_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kword_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${kexi_SUBDIR_included_TRUE}" && test -z "${kexi_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"kexi_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"kexi_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${filters_SUBDIR_included_TRUE}" && test -z "${filters_SUBDIR_included_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"filters_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"filters_SUBDIR_included\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KWORD_TRUE}" && test -z "${compile_filter_KWORD_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KSPREAD_TRUE}" && test -z "${compile_filter_KSPREAD_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KSPREAD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KSPREAD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KCHART_TRUE}" && test -z "${compile_filter_KCHART_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KCHART\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KCHART\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KARBON_TRUE}" && test -z "${compile_filter_KARBON_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KARBON\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KARBON\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KPRESENTER_TRUE}" && test -z "${compile_filter_KPRESENTER_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KPRESENTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KPRESENTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KFORMULA_TRUE}" && test -z "${compile_filter_KFORMULA_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KFORMULA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KFORMULA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KUGAR_TRUE}" && test -z "${compile_filter_KUGAR_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_filter_KRITA_TRUE}" && test -z "${compile_filter_KRITA_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_filter_KRITA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_filter_KRITA\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_mailmerge_KWORD_TRUE}" && test -z "${compile_mailmerge_KWORD_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_mailmerge_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_mailmerge_KWORD\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_plugin_KUGAR_TRUE}" && test -z "${compile_plugin_KUGAR_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_plugin_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_plugin_KUGAR\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${compile_lib_KOPAINTER_TRUE}" && test -z "${compile_lib_KOPAINTER_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"compile_lib_KOPAINTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"compile_lib_KOPAINTER\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++: ${CONFIG_STATUS=./config.status}
++ac_clean_files_save=$ac_clean_files
++ac_clean_files="$ac_clean_files $CONFIG_STATUS"
++{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
++echo "$as_me: creating $CONFIG_STATUS" >&6;}
++cat >$CONFIG_STATUS <<_ACEOF
++#! $SHELL
++# Generated by $as_me.
++# Run this file to recreate the current configuration.
++# Compiler output produced by configure, useful for debugging
++# configure, is in config.log if it exists.
++
++debug=false
++ac_cs_recheck=false
++ac_cs_silent=false
++SHELL=\${CONFIG_SHELL-$SHELL}
++_ACEOF
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++## --------------------- ##
++## M4sh Initialization.  ##
++## --------------------- ##
++
++# Be Bourne compatible
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++  emulate sh
++  NULLCMD=:
++  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++  # is contrary to our usage.  Disable this feature.
++  alias -g '${1+"$@"}'='"$@"'
++elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
++  set -o posix
++fi
++DUALCASE=1; export DUALCASE # for MKS sh
++
++# Support unset when possible.
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++  as_unset=unset
++else
++  as_unset=false
++fi
++
++
++# Work around bugs in pre-3.0 UWIN ksh.
++$as_unset ENV MAIL MAILPATH
++PS1='$ '
++PS2='> '
++PS4='+ '
++
++# NLS nuisances.
++for as_var in \
++  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
++  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
++  LC_TELEPHONE LC_TIME
++do
++  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
++    eval $as_var=C; export $as_var
++  else
++    $as_unset $as_var
++  fi
++done
++
++# Required to use basename.
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
++  as_basename=basename
++else
++  as_basename=false
++fi
++
++
++# Name of the executable.
++as_me=`$as_basename "$0" ||
++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
++	 X"$0" : 'X\(//\)$' \| \
++	 X"$0" : 'X\(/\)$' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X/"$0" |
++    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
++  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\/\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++
++
++# PATH needs CR, and LINENO needs CR and PATH.
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
++
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++  echo "#! /bin/sh" >conf$$.sh
++  echo  "exit 0"   >>conf$$.sh
++  chmod +x conf$$.sh
++  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
++    PATH_SEPARATOR=';'
++  else
++    PATH_SEPARATOR=:
++  fi
++  rm -f conf$$.sh
++fi
++
++
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
++  # Find who we are.  Look in the path if we contain no path at all
++  # relative or not.
++  case $0 in
++    *[\\/]* ) as_myself=$0 ;;
++    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++done
++
++       ;;
++  esac
++  # We did not find ourselves, most probably we were run as `sh COMMAND'
++  # in which case we are not to be found in the path.
++  if test "x$as_myself" = x; then
++    as_myself=$0
++  fi
++  if test ! -f "$as_myself"; then
++    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
++echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
++   { (exit 1); exit 1; }; }
++  fi
++  case $CONFIG_SHELL in
++  '')
++    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for as_base in sh bash ksh sh5; do
++	 case $as_dir in
++	 /*)
++	   if ("$as_dir/$as_base" -c '
++  as_lineno_1=$LINENO
++  as_lineno_2=$LINENO
++  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
++  test "x$as_lineno_1" != "x$as_lineno_2" &&
++  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
++	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
++	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
++	     CONFIG_SHELL=$as_dir/$as_base
++	     export CONFIG_SHELL
++	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
++	   fi;;
++	 esac
++       done
++done
++;;
++  esac
++
++  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
++  # uniformly replaced by the line number.  The first 'sed' inserts a
++  # line-number line before each line; the second 'sed' does the real
++  # work.  The second script uses 'N' to pair each line-number line
++  # with the numbered line, and appends trailing '-' during
++  # substitution so that $LINENO is not a special case at line end.
++  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
++  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
++  sed '=' <$as_myself |
++    sed '
++      N
++      s,$,-,
++      : loop
++      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
++      t loop
++      s,-$,,
++      s,^['$as_cr_digits']*\n,,
++    ' >$as_me.lineno &&
++  chmod +x $as_me.lineno ||
++    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
++echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
++   { (exit 1); exit 1; }; }
++
++  # Don't try to exec as it changes $[0], causing all sort of problems
++  # (the dirname of $[0] is not the place where we might find the
++  # original and so on.  Autoconf is especially sensible to this).
++  . ./$as_me.lineno
++  # Exit status is that of the last command.
++  exit
++}
++
++
++case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
++  *c*,-n*) ECHO_N= ECHO_C='
++' ECHO_T='	' ;;
++  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
++  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
++esac
++
++if expr a : '\(a\)' >/dev/null 2>&1; then
++  as_expr=expr
++else
++  as_expr=false
++fi
++
++rm -f conf$$ conf$$.exe conf$$.file
++echo >conf$$.file
++if ln -s conf$$.file conf$$ 2>/dev/null; then
++  # We could just check for DJGPP; but this test a) works b) is more generic
++  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
++  if test -f conf$$.exe; then
++    # Don't use ln at all; we don't have any links
++    as_ln_s='cp -p'
++  else
++    as_ln_s='ln -s'
++  fi
++elif ln conf$$.file conf$$ 2>/dev/null; then
++  as_ln_s=ln
++else
++  as_ln_s='cp -p'
++fi
++rm -f conf$$ conf$$.exe conf$$.file
++
++if mkdir -p . 2>/dev/null; then
++  as_mkdir_p=:
++else
++  test -d ./-p && rmdir ./-p
++  as_mkdir_p=false
++fi
++
++as_executable_p="test -f"
++
++# Sed expression to map a string onto a valid CPP name.
++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
++
++# Sed expression to map a string onto a valid variable name.
++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
++
++
++# IFS
++# We need space, tab and new line, in precisely that order.
++as_nl='
++'
++IFS=" 	$as_nl"
++
++# CDPATH.
++$as_unset CDPATH
++
++exec 6>&1
++
++# Open the log real soon, to keep \$[0] and so on meaningful, and to
++# report actual input values of CONFIG_FILES etc. instead of their
++# values after options handling.  Logging --version etc. is OK.
++exec 5>>config.log
++{
++  echo
++  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
++@%:@@%:@ Running $as_me. @%:@@%:@
++_ASBOX
++} >&5
++cat >&5 <<_CSEOF
++
++This file was extended by $as_me, which was
++generated by GNU Autoconf 2.59.  Invocation command line was
++
++  CONFIG_FILES    = $CONFIG_FILES
++  CONFIG_HEADERS  = $CONFIG_HEADERS
++  CONFIG_LINKS    = $CONFIG_LINKS
++  CONFIG_COMMANDS = $CONFIG_COMMANDS
++  $ $0 $@
++
++_CSEOF
++echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
++echo >&5
++_ACEOF
++
++# Files that config.status was made for.
++if test -n "$ac_config_files"; then
++  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
++fi
++
++if test -n "$ac_config_headers"; then
++  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
++fi
++
++if test -n "$ac_config_links"; then
++  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
++fi
++
++if test -n "$ac_config_commands"; then
++  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
++fi
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++ac_cs_usage="\
++\`$as_me' instantiates files from templates according to the
++current configuration.
++
++Usage: $0 [OPTIONS] [FILE]...
++
++  -h, --help       print this help, then exit
++  -V, --version    print version number, then exit
++  -q, --quiet      do not print progress messages
++  -d, --debug      don't remove temporary files
++      --recheck    update $as_me by reconfiguring in the same conditions
++  --file=FILE[:TEMPLATE]
++		   instantiate the configuration file FILE
++  --header=FILE[:TEMPLATE]
++		   instantiate the configuration header FILE
++
++Configuration files:
++$config_files
++
++Configuration headers:
++$config_headers
++
++Configuration commands:
++$config_commands
++
++Report bugs to <bug-autoconf at gnu.org>."
++_ACEOF
++
++cat >>$CONFIG_STATUS <<_ACEOF
++ac_cs_version="\\
++config.status
++configured by $0, generated by GNU Autoconf 2.59,
++  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
++
++Copyright (C) 2003 Free Software Foundation, Inc.
++This config.status script is free software; the Free Software Foundation
++gives unlimited permission to copy, distribute and modify it."
++srcdir=$srcdir
++INSTALL="$INSTALL"
++_ACEOF
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++# If no file are specified by the user, then we need to provide default
++# value.  By we need to know if files were specified by the user.
++ac_need_defaults=:
++while test $# != 0
++do
++  case $1 in
++  --*=*)
++    ac_option=`expr "x$1" : 'x\([^=]*\)='`
++    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
++    ac_shift=:
++    ;;
++  -*)
++    ac_option=$1
++    ac_optarg=$2
++    ac_shift=shift
++    ;;
++  *) # This is not an option, so the user has probably given explicit
++     # arguments.
++     ac_option=$1
++     ac_need_defaults=false;;
++  esac
++
++  case $ac_option in
++  # Handling of the options.
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
++    ac_cs_recheck=: ;;
++  --version | --vers* | -V )
++    echo "$ac_cs_version"; exit 0 ;;
++  --he | --h)
++    # Conflict between --help and --header
++    { { echo "$as_me:$LINENO: error: ambiguous option: $1
++Try \`$0 --help' for more information." >&5
++echo "$as_me: error: ambiguous option: $1
++Try \`$0 --help' for more information." >&2;}
++   { (exit 1); exit 1; }; };;
++  --help | --hel | -h )
++    echo "$ac_cs_usage"; exit 0 ;;
++  --debug | --d* | -d )
++    debug=: ;;
++  --file | --fil | --fi | --f )
++    $ac_shift
++    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
++    ac_need_defaults=false;;
++  --header | --heade | --head | --hea )
++    $ac_shift
++    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
++    ac_need_defaults=false;;
++  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
++  | -silent | --silent | --silen | --sile | --sil | --si | --s)
++    ac_cs_silent=: ;;
++
++  # This is an error.
++  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
++Try \`$0 --help' for more information." >&5
++echo "$as_me: error: unrecognized option: $1
++Try \`$0 --help' for more information." >&2;}
++   { (exit 1); exit 1; }; } ;;
++
++  *) ac_config_targets="$ac_config_targets $1" ;;
++
++  esac
++  shift
++done
++
++ac_configure_extra_args=
++
++if $ac_cs_silent; then
++  exec 6>/dev/null
++  ac_configure_extra_args="$ac_configure_extra_args --silent"
++fi
++
++_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF
++if \$ac_cs_recheck; then
++  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
++  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
++fi
++
++_ACEOF
++
++cat >>$CONFIG_STATUS <<_ACEOF
++#
++# INIT-COMMANDS section.
++#
++
++AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
++
++_ACEOF
++
++
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++for ac_config_target in $ac_config_targets
++do
++  case "$ac_config_target" in
++  # Handling of arguments.
++  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
++  "autocorrect/Makefile" ) CONFIG_FILES="$CONFIG_FILES autocorrect/Makefile" ;;
++  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
++  "doc/kchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kchart/Makefile" ;;
++  "doc/kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kformula/Makefile" ;;
++  "doc/kivio/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kivio/Makefile" ;;
++  "doc/koffice/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/koffice/Makefile" ;;
++  "doc/koshell/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/koshell/Makefile" ;;
++  "doc/kpresenter/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kpresenter/Makefile" ;;
++  "doc/kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kspread/Makefile" ;;
++  "doc/kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kugar/Makefile" ;;
++  "doc/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/kword/Makefile" ;;
++  "doc/thesaurus/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/thesaurus/Makefile" ;;
++  "example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;
++  "filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/Makefile" ;;
++  "filters/generic_wrapper/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/generic_wrapper/Makefile" ;;
++  "filters/karbon/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/Makefile" ;;
++  "filters/karbon/ai/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/ai/Makefile" ;;
++  "filters/karbon/applixgraphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/applixgraphics/Makefile" ;;
++  "filters/karbon/eps/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/eps/Makefile" ;;
++  "filters/karbon/kontour/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/kontour/Makefile" ;;
++  "filters/karbon/msod/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/msod/Makefile" ;;
++  "filters/karbon/oodraw/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/oodraw/Makefile" ;;
++  "filters/karbon/png/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/png/Makefile" ;;
++  "filters/karbon/svg/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/svg/Makefile" ;;
++  "filters/karbon/wmf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/wmf/Makefile" ;;
++  "filters/karbon/xcf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/karbon/xcf/Makefile" ;;
++  "filters/kchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kchart/Makefile" ;;
++  "filters/kchart/png/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kchart/png/Makefile" ;;
++  "filters/kchart/svg/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kchart/svg/Makefile" ;;
++  "filters/kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/Makefile" ;;
++  "filters/kformula/latex/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/latex/Makefile" ;;
++  "filters/kformula/mathml/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/mathml/Makefile" ;;
++  "filters/kformula/png/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kformula/png/Makefile" ;;
++  "filters/kpresenter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/Makefile" ;;
++  "filters/kpresenter/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/kword/Makefile" ;;
++  "filters/kpresenter/magicpoint/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/magicpoint/Makefile" ;;
++  "filters/kpresenter/ooimpress/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kpresenter/ooimpress/Makefile" ;;
++  "filters/krita/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/krita/Makefile" ;;
++  "filters/krita/magick/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/krita/magick/Makefile" ;;
++  "filters/kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/Makefile" ;;
++  "filters/kspread/applixspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/applixspread/Makefile" ;;
++  "filters/kspread/csv/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/csv/Makefile" ;;
++  "filters/kspread/dbase/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/dbase/Makefile" ;;
++  "filters/kspread/excel/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/excel/Makefile" ;;
++  "filters/kspread/excel/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/excel/import/Makefile" ;;
++  "filters/kspread/excel/sidewinder/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/excel/sidewinder/Makefile" ;;
++  "filters/kspread/gnumeric/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/gnumeric/Makefile" ;;
++  "filters/kspread/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/html/Makefile" ;;
++  "filters/kspread/latex/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/latex/Makefile" ;;
++  "filters/kspread/latex/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/latex/export/Makefile" ;;
++  "filters/kspread/libkspreadexport/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/libkspreadexport/Makefile" ;;
++  "filters/kspread/opencalc/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/opencalc/Makefile" ;;
++  "filters/kspread/qpro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/Makefile" ;;
++  "filters/kspread/qpro/libqpro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/libqpro/Makefile" ;;
++  "filters/kspread/qpro/libqpro/qpro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/libqpro/qpro/Makefile" ;;
++  "filters/kspread/qpro/libqpro/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kspread/qpro/libqpro/src/Makefile" ;;
++  "filters/kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kugar/Makefile" ;;
++  "filters/kugar/kugarnop/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kugar/kugarnop/Makefile" ;;
++  "filters/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/Makefile" ;;
++  "filters/kword/abiword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/abiword/Makefile" ;;
++  "filters/kword/amipro/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/amipro/Makefile" ;;
++  "filters/kword/applixword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/applixword/Makefile" ;;
++  "filters/kword/ascii/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/ascii/Makefile" ;;
++  "filters/kword/docbook/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/docbook/Makefile" ;;
++  "filters/kword/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/html/Makefile" ;;
++  "filters/kword/html/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/html/export/Makefile" ;;
++  "filters/kword/html/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/html/import/Makefile" ;;
++  "filters/kword/kword1.3/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/kword1.3/Makefile" ;;
++  "filters/kword/kword1.3/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/kword1.3/import/Makefile" ;;
++  "filters/kword/latex/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/Makefile" ;;
++  "filters/kword/latex/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/export/Makefile" ;;
++  "filters/kword/latex/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/import/Makefile" ;;
++  "filters/kword/latex/import/generator/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/import/generator/Makefile" ;;
++  "filters/kword/latex/import/parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/latex/import/parser/Makefile" ;;
++  "filters/kword/libexport/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/libexport/Makefile" ;;
++  "filters/kword/msword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/msword/Makefile" ;;
++  "filters/kword/mswrite/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/mswrite/Makefile" ;;
++  "filters/kword/oowriter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/oowriter/Makefile" ;;
++  "filters/kword/palmdoc/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/palmdoc/Makefile" ;;
++  "filters/kword/pdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/Makefile" ;;
++  "filters/kword/pdf/xpdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/xpdf/Makefile" ;;
++  "filters/kword/pdf/xpdf/goo/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/xpdf/goo/Makefile" ;;
++  "filters/kword/pdf/xpdf/xpdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/pdf/xpdf/xpdf/Makefile" ;;
++  "filters/kword/rtf/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/rtf/Makefile" ;;
++  "filters/kword/rtf/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/rtf/export/Makefile" ;;
++  "filters/kword/rtf/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/rtf/import/Makefile" ;;
++  "filters/kword/starwriter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/starwriter/Makefile" ;;
++  "filters/kword/wml/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wml/Makefile" ;;
++  "filters/kword/wordperfect/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wordperfect/Makefile" ;;
++  "filters/kword/wordperfect/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wordperfect/export/Makefile" ;;
++  "filters/kword/wordperfect/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/kword/wordperfect/import/Makefile" ;;
++  "filters/liboofilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/liboofilter/Makefile" ;;
++  "filters/olefilters/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/Makefile" ;;
++  "filters/olefilters/excel97/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/excel97/Makefile" ;;
++  "filters/olefilters/hancomword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/hancomword/Makefile" ;;
++  "filters/olefilters/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/lib/Makefile" ;;
++  "filters/olefilters/powerpoint97/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/powerpoint97/Makefile" ;;
++  "filters/olefilters/winword97/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/olefilters/winword97/Makefile" ;;
++  "filters/xsltfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/Makefile" ;;
++  "filters/xsltfilter/export/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/Makefile" ;;
++  "filters/xsltfilter/export/xsl/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/xsl/Makefile" ;;
++  "filters/xsltfilter/export/xsl/kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/xsl/kword/Makefile" ;;
++  "filters/xsltfilter/export/xsl/kword/xslfo/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/export/xsl/kword/xslfo/Makefile" ;;
++  "filters/xsltfilter/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES filters/xsltfilter/import/Makefile" ;;
++  "interfaces/Makefile" ) CONFIG_FILES="$CONFIG_FILES interfaces/Makefile" ;;
++  "karbon/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/Makefile" ;;
++  "karbon/commands/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/commands/Makefile" ;;
++  "karbon/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/core/Makefile" ;;
++  "karbon/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/data/Makefile" ;;
++  "karbon/dialogs/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/dialogs/Makefile" ;;
++  "karbon/dockers/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/dockers/Makefile" ;;
++  "karbon/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/pics/Makefile" ;;
++  "karbon/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/Makefile" ;;
++  "karbon/plugins/flattenpath/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/flattenpath/Makefile" ;;
++  "karbon/plugins/imagetool/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/imagetool/Makefile" ;;
++  "karbon/plugins/insertknots/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/insertknots/Makefile" ;;
++  "karbon/plugins/roundcorners/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/roundcorners/Makefile" ;;
++  "karbon/plugins/shadoweffect/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/shadoweffect/Makefile" ;;
++  "karbon/plugins/whirlpinch/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/whirlpinch/Makefile" ;;
++  "karbon/plugins/zoomtool/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/plugins/zoomtool/Makefile" ;;
++  "karbon/render/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/render/Makefile" ;;
++  "karbon/render/xrgbrender/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/render/xrgbrender/Makefile" ;;
++  "karbon/shapes/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/shapes/Makefile" ;;
++  "karbon/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/tools/Makefile" ;;
++  "karbon/visitors/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/visitors/Makefile" ;;
++  "karbon/widgets/Makefile" ) CONFIG_FILES="$CONFIG_FILES karbon/widgets/Makefile" ;;
++  "kchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/Makefile" ;;
++  "kchart/kdchart/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/kdchart/Makefile" ;;
++  "kchart/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/pics/Makefile" ;;
++  "kchart/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/templates/Makefile" ;;
++  "kchart/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/toolbar/Makefile" ;;
++  "kchart/toolbar/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/toolbar/crystalsvg/Makefile" ;;
++  "kchart/toolbar/locolor/Makefile" ) CONFIG_FILES="$CONFIG_FILES kchart/toolbar/locolor/Makefile" ;;
++  "kdgantt/Makefile" ) CONFIG_FILES="$CONFIG_FILES kdgantt/Makefile" ;;
++  "kexi/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/Makefile" ;;
++  "kexi/3rdparty/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/Makefile" ;;
++  "kexi/3rdparty/kexisql/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql/Makefile" ;;
++  "kexi/3rdparty/kexisql/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql/src/Makefile" ;;
++  "kexi/3rdparty/kexisql/tool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql/tool/Makefile" ;;
++  "kexi/3rdparty/kexisql3/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql3/Makefile" ;;
++  "kexi/3rdparty/kexisql3/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/kexisql3/src/Makefile" ;;
++  "kexi/3rdparty/uuid/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/3rdparty/uuid/Makefile" ;;
++  "kexi/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/core/Makefile" ;;
++  "kexi/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/data/Makefile" ;;
++  "kexi/data/kde32compat/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/data/kde32compat/Makefile" ;;
++  "kexi/filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/Makefile" ;;
++  "kexi/filters/import/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/import/Makefile" ;;
++  "kexi/filters/import/csv/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/import/csv/Makefile" ;;
++  "kexi/filters/import/kspread_chain/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/filters/import/kspread_chain/Makefile" ;;
++  "kexi/formeditor/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/Makefile" ;;
++  "kexi/formeditor/factories/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/factories/Makefile" ;;
++  "kexi/formeditor/kdevelop_plugin/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/kdevelop_plugin/Makefile" ;;
++  "kexi/formeditor/scripting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/scripting/Makefile" ;;
++  "kexi/formeditor/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/formeditor/test/Makefile" ;;
++  "kexi/interfaces/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/interfaces/Makefile" ;;
++  "kexi/interfaces/kwmailmerge/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/interfaces/kwmailmerge/Makefile" ;;
++  "kexi/kexidb/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/Makefile" ;;
++  "kexi/kexidb/drivers/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/Makefile" ;;
++  "kexi/kexidb/drivers/mySQL/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/mySQL/Makefile" ;;
++  "kexi/kexidb/drivers/odbc/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/odbc/Makefile" ;;
++  "kexi/kexidb/drivers/pqxx/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/pqxx/Makefile" ;;
++  "kexi/kexidb/drivers/sqlite/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/sqlite/Makefile" ;;
++  "kexi/kexidb/drivers/sqlite2/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/drivers/sqlite2/Makefile" ;;
++  "kexi/kexidb/parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/kexidb/parser/Makefile" ;;
++  "kexi/main/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/Makefile" ;;
++  "kexi/main/filters/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/filters/Makefile" ;;
++  "kexi/main/projectWizard/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/projectWizard/Makefile" ;;
++  "kexi/main/startup/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/main/startup/Makefile" ;;
++  "kexi/migration/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/Makefile" ;;
++  "kexi/migration/mysql/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/mysql/Makefile" ;;
++  "kexi/migration/pqxx/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/pqxx/Makefile" ;;
++  "kexi/migration/txt/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/migration/txt/Makefile" ;;
++  "kexi/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/pics/Makefile" ;;
++  "kexi/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/Makefile" ;;
++  "kexi/plugins/forms/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/forms/Makefile" ;;
++  "kexi/plugins/importwizard/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/importwizard/Makefile" ;;
++  "kexi/plugins/importwizard/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/importwizard/common/Makefile" ;;
++  "kexi/plugins/importwizard/file/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/importwizard/file/Makefile" ;;
++  "kexi/plugins/kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/kugar/Makefile" ;;
++  "kexi/plugins/kugar/kudesigner/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/kugar/kudesigner/Makefile" ;;
++  "kexi/plugins/migration/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/migration/Makefile" ;;
++  "kexi/plugins/queries/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/queries/Makefile" ;;
++  "kexi/plugins/relations/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/relations/Makefile" ;;
++  "kexi/plugins/reports/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/reports/Makefile" ;;
++  "kexi/plugins/scripting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/scripting/Makefile" ;;
++  "kexi/plugins/tables/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/plugins/tables/Makefile" ;;
++  "kexi/scripting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/Makefile" ;;
++  "kexi/scripting/api/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/api/Makefile" ;;
++  "kexi/scripting/kexidb/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/kexidb/Makefile" ;;
++  "kexi/scripting/kjs/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/kjs/Makefile" ;;
++  "kexi/scripting/main/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/main/Makefile" ;;
++  "kexi/scripting/python/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/python/Makefile" ;;
++  "kexi/scripting/python/CXX/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/python/CXX/Makefile" ;;
++  "kexi/scripting/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/scripting/test/Makefile" ;;
++  "kexi/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/Makefile" ;;
++  "kexi/tests/newapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/newapi/Makefile" ;;
++  "kexi/tests/parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/parser/Makefile" ;;
++  "kexi/tests/startup/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/startup/Makefile" ;;
++  "kexi/tests/tableview/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/tests/tableview/Makefile" ;;
++  "kexi/widget/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/Makefile" ;;
++  "kexi/widget/propertyeditor/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/propertyeditor/Makefile" ;;
++  "kexi/widget/propertyeditor/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/propertyeditor/test/Makefile" ;;
++  "kexi/widget/relations/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/relations/Makefile" ;;
++  "kexi/widget/tableview/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/tableview/Makefile" ;;
++  "kexi/widget/utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES kexi/widget/utils/Makefile" ;;
++  "kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES kformula/Makefile" ;;
++  "kformula/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kformula/pics/Makefile" ;;
++  "kivio/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/Makefile" ;;
++  "kivio/kiviopart/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/Makefile" ;;
++  "kivio/kiviopart/config/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/config/Makefile" ;;
++  "kivio/kiviopart/kiviosdk/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/kiviosdk/Makefile" ;;
++  "kivio/kiviopart/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/pics/Makefile" ;;
++  "kivio/kiviopart/stencils/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Assorted/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Assorted/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Circuit/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Circuit/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Cisco/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Cisco/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Civil/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Civil/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Contact/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Contact/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Electric/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Electric/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Jigsaw/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Jigsaw/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/MSE/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/MSE/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Network/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Network/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Pneumatic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Pneumatic/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/SDL/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/SDL/Makefile" ;;
++  "kivio/kiviopart/stencils/Dia/Sybase/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Dia/Sybase/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/Extended/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/Extended/Makefile" ;;
++  "kivio/kiviopart/stencils/Flowcharting/Logic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Flowcharting/Logic/Makefile" ;;
++  "kivio/kiviopart/stencils/Geographic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Geographic/Makefile" ;;
++  "kivio/kiviopart/stencils/Geographic/Flags/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Geographic/Flags/Makefile" ;;
++  "kivio/kiviopart/stencils/Geographic/Maps/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Geographic/Maps/Makefile" ;;
++  "kivio/kiviopart/stencils/Hardware/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Hardware/Makefile" ;;
++  "kivio/kiviopart/stencils/Hardware/Computer/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Hardware/Computer/Makefile" ;;
++  "kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/People/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/People/Makefile" ;;
++  "kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile" ;;
++  "kivio/kiviopart/stencils/UML/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/UML/Makefile" ;;
++  "kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile" ;;
++  "kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile" ;;
++  "kivio/kiviopart/tiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/tiles/Makefile" ;;
++  "kivio/kiviopart/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/tools/Makefile" ;;
++  "kivio/kiviopart/ui/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/kiviopart/ui/Makefile" ;;
++  "kivio/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/Makefile" ;;
++  "kivio/plugins/kivioconnectortool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioconnectortool/Makefile" ;;
++  "kivio/plugins/kivioconnectortool/straight_connector/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioconnectortool/straight_connector/Makefile" ;;
++  "kivio/plugins/kivioselecttool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioselecttool/Makefile" ;;
++  "kivio/plugins/kivioselecttool/select_pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kivioselecttool/select_pics/Makefile" ;;
++  "kivio/plugins/kiviosmlconnector/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviosmlconnector/Makefile" ;;
++  "kivio/plugins/kiviosmlconnector/sml_connector/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviosmlconnector/sml_connector/Makefile" ;;
++  "kivio/plugins/kiviotargettool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviotargettool/Makefile" ;;
++  "kivio/plugins/kiviotexttool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviotexttool/Makefile" ;;
++  "kivio/plugins/kiviozoomtool/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviozoomtool/Makefile" ;;
++  "kivio/plugins/kiviozoomtool/zoom_pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/plugins/kiviozoomtool/zoom_pics/Makefile" ;;
++  "kivio/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/templates/Makefile" ;;
++  "kivio/templates/basic/Makefile" ) CONFIG_FILES="$CONFIG_FILES kivio/templates/basic/Makefile" ;;
++  "koshell/Makefile" ) CONFIG_FILES="$CONFIG_FILES koshell/Makefile" ;;
++  "kounavail/Makefile" ) CONFIG_FILES="$CONFIG_FILES kounavail/Makefile" ;;
++  "kpresenter/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/Makefile" ;;
++  "kpresenter/autoformEdit/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoformEdit/Makefile" ;;
++  "kpresenter/autoforms/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoforms/Makefile" ;;
++  "kpresenter/autoforms/Arrows/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoforms/Arrows/Makefile" ;;
++  "kpresenter/autoforms/Connections/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/autoforms/Connections/Makefile" ;;
++  "kpresenter/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/dtd/Makefile" ;;
++  "kpresenter/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/pics/Makefile" ;;
++  "kpresenter/slideshow/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/slideshow/Makefile" ;;
++  "kpresenter/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/Makefile" ;;
++  "kpresenter/templates/A4/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/A4/Makefile" ;;
++  "kpresenter/templates/Screen/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/Screen/Makefile" ;;
++  "kpresenter/templates/Screenpresentations/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/Screenpresentations/Makefile" ;;
++  "kpresenter/templates/common_icon/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/common_icon/Makefile" ;;
++  "kpresenter/templates/legal/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/legal/Makefile" ;;
++  "kpresenter/templates/letter/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/templates/letter/Makefile" ;;
++  "kpresenter/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kpresenter/toolbar/Makefile" ;;
++  "krita/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/Makefile" ;;
++  "krita/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/Makefile" ;;
++  "krita/core/builder/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/builder/Makefile" ;;
++  "krita/core/color_strategy/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/color_strategy/Makefile" ;;
++  "krita/core/paintop/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/paintop/Makefile" ;;
++  "krita/core/resources/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/resources/Makefile" ;;
++  "krita/core/strategy/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/strategy/Makefile" ;;
++  "krita/core/tiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/tiles/Makefile" ;;
++  "krita/core/tool/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/core/tool/Makefile" ;;
++  "krita/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/Makefile" ;;
++  "krita/data/brushes/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/brushes/Makefile" ;;
++  "krita/data/gradients/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/gradients/Makefile" ;;
++  "krita/data/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/images/Makefile" ;;
++  "krita/data/palettes/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/palettes/Makefile" ;;
++  "krita/data/patterns/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/patterns/Makefile" ;;
++  "krita/data/profiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/profiles/Makefile" ;;
++  "krita/data/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/data/templates/Makefile" ;;
++  "krita/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/dtd/Makefile" ;;
++  "krita/modules/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/Makefile" ;;
++  "krita/modules/colorspace_cmyk/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_cmyk/Makefile" ;;
++  "krita/modules/colorspace_cmyk/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_cmyk/templates/Makefile" ;;
++  "krita/modules/colorspace_gray/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_gray/Makefile" ;;
++  "krita/modules/colorspace_gray/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_gray/templates/Makefile" ;;
++  "krita/modules/colorspace_rgb/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_rgb/Makefile" ;;
++  "krita/modules/colorspace_rgb/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_rgb/templates/Makefile" ;;
++  "krita/modules/colorspace_wet/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_wet/Makefile" ;;
++  "krita/modules/colorspace_ws/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_ws/Makefile" ;;
++  "krita/modules/colorspace_ws/filter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/modules/colorspace_ws/filter/Makefile" ;;
++  "krita/paintops/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/paintops/Makefile" ;;
++  "krita/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/pics/Makefile" ;;
++  "krita/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/Makefile" ;;
++  "krita/plugins/cimg/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/cimg/Makefile" ;;
++  "krita/plugins/colorrange/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/colorrange/Makefile" ;;
++  "krita/plugins/colorsfilters/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/colorsfilters/Makefile" ;;
++  "krita/plugins/colorspaceconversion/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/colorspaceconversion/Makefile" ;;
++  "krita/plugins/convolutionfilters/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/convolutionfilters/Makefile" ;;
++  "krita/plugins/designerplugin/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/designerplugin/Makefile" ;;
++  "krita/plugins/embossfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/embossfilter/Makefile" ;;
++  "krita/plugins/example/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/example/Makefile" ;;
++  "krita/plugins/histogram/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/histogram/Makefile" ;;
++  "krita/plugins/imagemagick/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/imagemagick/Makefile" ;;
++  "krita/plugins/imagesize/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/imagesize/Makefile" ;;
++  "krita/plugins/kiskjsembed/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/kiskjsembed/Makefile" ;;
++  "krita/plugins/kiskjsembed/functions/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/kiskjsembed/functions/Makefile" ;;
++  "krita/plugins/kiskjsembed/objects/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/kiskjsembed/objects/Makefile" ;;
++  "krita/plugins/oilpaintfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/oilpaintfilter/Makefile" ;;
++  "krita/plugins/performancetest/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/performancetest/Makefile" ;;
++  "krita/plugins/raindropsfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/raindropsfilter/Makefile" ;;
++  "krita/plugins/rotateimage/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/rotateimage/Makefile" ;;
++  "krita/plugins/screenshot/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/screenshot/Makefile" ;;
++  "krita/plugins/selectiontools/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/selectiontools/Makefile" ;;
++  "krita/plugins/shearimage/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/shearimage/Makefile" ;;
++  "krita/plugins/tool_crop/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_crop/Makefile" ;;
++  "krita/plugins/tool_filter/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_filter/Makefile" ;;
++  "krita/plugins/tool_polygon/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_polygon/Makefile" ;;
++  "krita/plugins/tool_polyline/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_polyline/Makefile" ;;
++  "krita/plugins/tool_star/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_star/Makefile" ;;
++  "krita/plugins/tool_transform/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/tool_transform/Makefile" ;;
++  "krita/plugins/variations/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/plugins/variations/Makefile" ;;
++  "krita/tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/tools/Makefile" ;;
++  "krita/ui/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/ui/Makefile" ;;
++  "krita/ui/labels/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/ui/labels/Makefile" ;;
++  "krita/ui/widgets/Makefile" ) CONFIG_FILES="$CONFIG_FILES krita/ui/widgets/Makefile" ;;
++  "kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/Makefile" ;;
++  "kspread/dialogs/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/dialogs/Makefile" ;;
++  "kspread/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/dtd/Makefile" ;;
++  "kspread/extensions/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/extensions/Makefile" ;;
++  "kspread/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/pics/Makefile" ;;
++  "kspread/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/Makefile" ;;
++  "kspread/plugins/calculator/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/calculator/Makefile" ;;
++  "kspread/plugins/calculator/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/calculator/pics/Makefile" ;;
++  "kspread/plugins/insertcalendar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/plugins/insertcalendar/Makefile" ;;
++  "kspread/tablestyles/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/tablestyles/Makefile" ;;
++  "kspread/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/Makefile" ;;
++  "kspread/templates/Business/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/Business/Makefile" ;;
++  "kspread/templates/General/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/General/Makefile" ;;
++  "kspread/templates/HomeFamily/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/templates/HomeFamily/Makefile" ;;
++  "kspread/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/tests/Makefile" ;;
++  "kspread/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/toolbar/Makefile" ;;
++  "kspread/toolbar/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES kspread/toolbar/crystalsvg/Makefile" ;;
++  "kugar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/Makefile" ;;
++  "kugar/kde31/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kde31/Makefile" ;;
++  "kugar/kudesigner/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/Makefile" ;;
++  "kugar/kudesigner/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/pics/Makefile" ;;
++  "kugar/kudesigner/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/templates/Makefile" ;;
++  "kugar/kudesigner/templates/General/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/templates/General/Makefile" ;;
++  "kugar/kudesigner/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner/toolbar/Makefile" ;;
++  "kugar/kudesigner_lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/kudesigner_lib/Makefile" ;;
++  "kugar/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/lib/Makefile" ;;
++  "kugar/part/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/part/Makefile" ;;
++  "kugar/samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/samples/Makefile" ;;
++  "kugar/samplesdb/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/samplesdb/Makefile" ;;
++  "kugar/shell/Makefile" ) CONFIG_FILES="$CONFIG_FILES kugar/shell/Makefile" ;;
++  "kword/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/Makefile" ;;
++  "kword/data/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/data/Makefile" ;;
++  "kword/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/dtd/Makefile" ;;
++  "kword/expression/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/expression/Makefile" ;;
++  "kword/horizontalline/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/horizontalline/Makefile" ;;
++  "kword/mailmerge/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/Makefile" ;;
++  "kword/mailmerge/kabc/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/kabc/Makefile" ;;
++  "kword/mailmerge/kspread/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/kspread/Makefile" ;;
++  "kword/mailmerge/sql/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/mailmerge/sql/Makefile" ;;
++  "kword/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/pics/Makefile" ;;
++  "kword/templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/Makefile" ;;
++  "kword/templates/CardsAndLabels/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/CardsAndLabels/Makefile" ;;
++  "kword/templates/DTP/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/DTP/Makefile" ;;
++  "kword/templates/Envelopes/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/Envelopes/Makefile" ;;
++  "kword/templates/Wordprocessing/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/templates/Wordprocessing/Makefile" ;;
++  "kword/toolbar/Makefile" ) CONFIG_FILES="$CONFIG_FILES kword/toolbar/Makefile" ;;
++  "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
++  "lib/kformula/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/Makefile" ;;
++  "lib/kformula/config/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/config/Makefile" ;;
++  "lib/kformula/dtd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/dtd/Makefile" ;;
++  "lib/kformula/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/pics/Makefile" ;;
++  "lib/kformula/pics/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kformula/pics/crystalsvg/Makefile" ;;
++  "lib/kofficecore/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficecore/Makefile" ;;
++  "lib/kofficecore/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficecore/tests/Makefile" ;;
++  "lib/kofficeui/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficeui/Makefile" ;;
++  "lib/kofficeui/pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficeui/pics/Makefile" ;;
++  "lib/kofficeui/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kofficeui/tests/Makefile" ;;
++  "lib/kopainter/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kopainter/Makefile" ;;
++  "lib/koscript/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/koscript/Makefile" ;;
++  "lib/kotext/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/Makefile" ;;
++  "lib/kotext/kohyphen/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/kohyphen/Makefile" ;;
++  "lib/kotext/kohyphen/hyphdicts/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/kohyphen/hyphdicts/Makefile" ;;
++  "lib/kotext/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kotext/tests/Makefile" ;;
++  "lib/kwmf/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/kwmf/Makefile" ;;
++  "lib/store/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/store/Makefile" ;;
++  "lib/store/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/store/tests/Makefile" ;;
++  "mimetypes/Makefile" ) CONFIG_FILES="$CONFIG_FILES mimetypes/Makefile" ;;
++  "mimetypes/kde32/Makefile" ) CONFIG_FILES="$CONFIG_FILES mimetypes/kde32/Makefile" ;;
++  "mimetypes/kde33/Makefile" ) CONFIG_FILES="$CONFIG_FILES mimetypes/kde33/Makefile" ;;
++  "pics/Makefile" ) CONFIG_FILES="$CONFIG_FILES pics/Makefile" ;;
++  "pics/crystalsvg/Makefile" ) CONFIG_FILES="$CONFIG_FILES pics/crystalsvg/Makefile" ;;
++  "plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES plugins/Makefile" ;;
++  "plugins/scan/Makefile" ) CONFIG_FILES="$CONFIG_FILES plugins/scan/Makefile" ;;
++  "servicetypes/Makefile" ) CONFIG_FILES="$CONFIG_FILES servicetypes/Makefile" ;;
++  "templates/Makefile" ) CONFIG_FILES="$CONFIG_FILES templates/Makefile" ;;
++  "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
++  "tools/converter/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/converter/Makefile" ;;
++  "tools/kfile-plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kfile-plugins/Makefile" ;;
++  "tools/kfile-plugins/koffice/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kfile-plugins/koffice/Makefile" ;;
++  "tools/kfile-plugins/ooo/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kfile-plugins/ooo/Makefile" ;;
++  "tools/kthesaurus/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/kthesaurus/Makefile" ;;
++  "tools/quickprint/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/quickprint/Makefile" ;;
++  "tools/spell/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/spell/Makefile" ;;
++  "tools/thesaurus/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/thesaurus/Makefile" ;;
++  "tools/thumbnail/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/thumbnail/Makefile" ;;
++  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
++  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
++  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
++echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
++   { (exit 1); exit 1; }; };;
++  esac
++done
++
++# If the user did not use the arguments to specify the items to instantiate,
++# then the envvar interface is used.  Set only those that are not.
++# We use the long form for the default assignment because of an extremely
++# bizarre bug on SunOS 4.1.3.
++if $ac_need_defaults; then
++  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
++  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
++  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
++fi
++
++# Have a temporary directory for convenience.  Make it in the build tree
++# simply because there is no reason to put it here, and in addition,
++# creating and moving files from /tmp can sometimes cause problems.
++# Create a temporary directory, and hook for its removal unless debugging.
++$debug ||
++{
++  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
++  trap '{ (exit 1); exit 1; }' 1 2 13 15
++}
++
++# Create a (secure) tmp directory for tmp files.
++
++{
++  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
++  test -n "$tmp" && test -d "$tmp"
++}  ||
++{
++  tmp=./confstat$$-$RANDOM
++  (umask 077 && mkdir $tmp)
++} ||
++{
++   echo "$me: cannot create a temporary directory in ." >&2
++   { (exit 1); exit 1; }
++}
++
++_ACEOF
++
++cat >>$CONFIG_STATUS <<_ACEOF
++
++#
++# CONFIG_FILES section.
++#
++
++# No need to generate the scripts if there are no CONFIG_FILES.
++# This happens for instance when ./config.status config.h
++if test -n "\$CONFIG_FILES"; then
++  # Protect against being on the right side of a sed subst in config.status.
++  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
++   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
++s, at SHELL@,$SHELL,;t t
++s, at PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
++s, at PACKAGE_NAME@,$PACKAGE_NAME,;t t
++s, at PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
++s, at PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
++s, at PACKAGE_STRING@,$PACKAGE_STRING,;t t
++s, at PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
++s, at exec_prefix@,$exec_prefix,;t t
++s, at prefix@,$prefix,;t t
++s, at program_transform_name@,$program_transform_name,;t t
++s, at bindir@,$bindir,;t t
++s, at sbindir@,$sbindir,;t t
++s, at libexecdir@,$libexecdir,;t t
++s, at datadir@,$datadir,;t t
++s, at sysconfdir@,$sysconfdir,;t t
++s, at sharedstatedir@,$sharedstatedir,;t t
++s, at localstatedir@,$localstatedir,;t t
++s, at libdir@,$libdir,;t t
++s, at includedir@,$includedir,;t t
++s, at oldincludedir@,$oldincludedir,;t t
++s, at infodir@,$infodir,;t t
++s, at mandir@,$mandir,;t t
++s, at build_alias@,$build_alias,;t t
++s, at host_alias@,$host_alias,;t t
++s, at target_alias@,$target_alias,;t t
++s, at DEFS@,$DEFS,;t t
++s, at ECHO_C@,$ECHO_C,;t t
++s, at ECHO_N@,$ECHO_N,;t t
++s, at ECHO_T@,$ECHO_T,;t t
++s, at LIBS@,$LIBS,;t t
++s, at build@,$build,;t t
++s, at build_cpu@,$build_cpu,;t t
++s, at build_vendor@,$build_vendor,;t t
++s, at build_os@,$build_os,;t t
++s, at host@,$host,;t t
++s, at host_cpu@,$host_cpu,;t t
++s, at host_vendor@,$host_vendor,;t t
++s, at host_os@,$host_os,;t t
++s, at target@,$target,;t t
++s, at target_cpu@,$target_cpu,;t t
++s, at target_vendor@,$target_vendor,;t t
++s, at target_os@,$target_os,;t t
++s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
++s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
++s, at INSTALL_DATA@,$INSTALL_DATA,;t t
++s, at CYGPATH_W@,$CYGPATH_W,;t t
++s, at PACKAGE@,$PACKAGE,;t t
++s, at VERSION@,$VERSION,;t t
++s, at ACLOCAL@,$ACLOCAL,;t t
++s, at AUTOCONF@,$AUTOCONF,;t t
++s, at AUTOMAKE@,$AUTOMAKE,;t t
++s, at AUTOHEADER@,$AUTOHEADER,;t t
++s, at MAKEINFO@,$MAKEINFO,;t t
++s, at install_sh@,$install_sh,;t t
++s, at STRIP@,$STRIP,;t t
++s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
++s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
++s, at mkdir_p@,$mkdir_p,;t t
++s, at AWK@,$AWK,;t t
++s, at SET_MAKE@,$SET_MAKE,;t t
++s, at am__leading_dot@,$am__leading_dot,;t t
++s, at AMTAR@,$AMTAR,;t t
++s, at am__tar@,$am__tar,;t t
++s, at am__untar@,$am__untar,;t t
++s, at MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
++s, at MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
++s, at MAINT@,$MAINT,;t t
++s, at KDECONFIG@,$KDECONFIG,;t t
++s, at kde_libs_prefix@,$kde_libs_prefix,;t t
++s, at kde_libs_htmldir@,$kde_libs_htmldir,;t t
++s, at CONF_FILES@,$CONF_FILES,;t t
++s, at CC@,$CC,;t t
++s, at CFLAGS@,$CFLAGS,;t t
++s, at LDFLAGS@,$LDFLAGS,;t t
++s, at CPPFLAGS@,$CPPFLAGS,;t t
++s, at ac_ct_CC@,$ac_ct_CC,;t t
++s, at EXEEXT@,$EXEEXT,;t t
++s, at OBJEXT@,$OBJEXT,;t t
++s, at DEPDIR@,$DEPDIR,;t t
++s, at am__include@,$am__include,;t t
++s, at am__quote@,$am__quote,;t t
++s, at AMDEP_TRUE@,$AMDEP_TRUE,;t t
++s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
++s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
++s, at CCDEPMODE@,$CCDEPMODE,;t t
++s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
++s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
++s, at CPP@,$CPP,;t t
++s, at CXX@,$CXX,;t t
++s, at CXXFLAGS@,$CXXFLAGS,;t t
++s, at ac_ct_CXX@,$ac_ct_CXX,;t t
++s, at CXXDEPMODE@,$CXXDEPMODE,;t t
++s, at am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
++s, at am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
++s, at WOVERLOADED_VIRTUAL@,$WOVERLOADED_VIRTUAL,;t t
++s, at HAVE_GCC_VISIBILITY@,$HAVE_GCC_VISIBILITY,;t t
++s, at unsermake_enable_pch_TRUE@,$unsermake_enable_pch_TRUE,;t t
++s, at unsermake_enable_pch_FALSE@,$unsermake_enable_pch_FALSE,;t t
++s, at USE_EXCEPTIONS@,$USE_EXCEPTIONS,;t t
++s, at USE_RTTI@,$USE_RTTI,;t t
++s, at CXXCPP@,$CXXCPP,;t t
++s, at NOOPT_CXXFLAGS@,$NOOPT_CXXFLAGS,;t t
++s, at NOOPT_CFLAGS@,$NOOPT_CFLAGS,;t t
++s, at ENABLE_PERMISSIVE_FLAG@,$ENABLE_PERMISSIVE_FLAG,;t t
++s, at LDFLAGS_AS_NEEDED@,$LDFLAGS_AS_NEEDED,;t t
++s, at LDFLAGS_NEW_DTAGS@,$LDFLAGS_NEW_DTAGS,;t t
++s, at KDE_USE_FINAL_TRUE@,$KDE_USE_FINAL_TRUE,;t t
++s, at KDE_USE_FINAL_FALSE@,$KDE_USE_FINAL_FALSE,;t t
++s, at KDE_USE_CLOSURE_TRUE@,$KDE_USE_CLOSURE_TRUE,;t t
++s, at KDE_USE_CLOSURE_FALSE@,$KDE_USE_CLOSURE_FALSE,;t t
++s, at KDE_NO_UNDEFINED@,$KDE_NO_UNDEFINED,;t t
++s, at KDE_USE_NMCHECK_TRUE@,$KDE_USE_NMCHECK_TRUE,;t t
++s, at KDE_USE_NMCHECK_FALSE@,$KDE_USE_NMCHECK_FALSE,;t t
++s, at EGREP@,$EGREP,;t t
++s, at LN_S@,$LN_S,;t t
++s, at ECHO@,$ECHO,;t t
++s, at AR@,$AR,;t t
++s, at ac_ct_AR@,$ac_ct_AR,;t t
++s, at RANLIB@,$RANLIB,;t t
++s, at ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
++s, at F77@,$F77,;t t
++s, at FFLAGS@,$FFLAGS,;t t
++s, at ac_ct_F77@,$ac_ct_F77,;t t
++s, at LIBTOOL@,$LIBTOOL,;t t
++s, at KDE_PLUGIN@,$KDE_PLUGIN,;t t
++s, at MSGFMT@,$MSGFMT,;t t
++s, at GMSGFMT@,$GMSGFMT,;t t
++s, at XGETTEXT@,$XGETTEXT,;t t
++s, at LIBUTIL@,$LIBUTIL,;t t
++s, at LIBCOMPAT@,$LIBCOMPAT,;t t
++s, at LIBCRYPT@,$LIBCRYPT,;t t
++s, at LIBRESOLV@,$LIBRESOLV,;t t
++s, at LIB_POLL@,$LIB_POLL,;t t
++s, at FRAMEWORK_COREAUDIO@,$FRAMEWORK_COREAUDIO,;t t
++s, at LIBSOCKET@,$LIBSOCKET,;t t
++s, at X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
++s, at LIBUCB@,$LIBUCB,;t t
++s, at LIBDL@,$LIBDL,;t t
++s, at include_x11_TRUE@,$include_x11_TRUE,;t t
++s, at include_x11_FALSE@,$include_x11_FALSE,;t t
++s, at X_PRE_LIBS@,$X_PRE_LIBS,;t t
++s, at LIB_X11@,$LIB_X11,;t t
++s, at LIB_XRENDER@,$LIB_XRENDER,;t t
++s, at LIBSM@,$LIBSM,;t t
++s, at X_INCLUDES@,$X_INCLUDES,;t t
++s, at X_LDFLAGS@,$X_LDFLAGS,;t t
++s, at x_includes@,$x_includes,;t t
++s, at x_libraries@,$x_libraries,;t t
++s, at QTE_NORTTI@,$QTE_NORTTI,;t t
++s, at LIB_XEXT@,$LIB_XEXT,;t t
++s, at LIBPTHREAD@,$LIBPTHREAD,;t t
++s, at USE_THREADS@,$USE_THREADS,;t t
++s, at KDE_MT_LDFLAGS@,$KDE_MT_LDFLAGS,;t t
++s, at KDE_MT_LIBS@,$KDE_MT_LIBS,;t t
++s, at USER_INCLUDES@,$USER_INCLUDES,;t t
++s, at USER_LDFLAGS@,$USER_LDFLAGS,;t t
++s, at LIBZ@,$LIBZ,;t t
++s, at LIBPNG@,$LIBPNG,;t t
++s, at LIBJPEG@,$LIBJPEG,;t t
++s, at qt_libraries@,$qt_libraries,;t t
++s, at qt_includes@,$qt_includes,;t t
++s, at QT_INCLUDES@,$QT_INCLUDES,;t t
++s, at QT_LDFLAGS@,$QT_LDFLAGS,;t t
++s, at PERL@,$PERL,;t t
++s, at MOC@,$MOC,;t t
++s, at UIC@,$UIC,;t t
++s, at UIC_TR@,$UIC_TR,;t t
++s, at LIB_QT@,$LIB_QT,;t t
++s, at LIB_QPE@,$LIB_QPE,;t t
++s, at kde_qtver@,$kde_qtver,;t t
++s, at KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
++s, at KDE_RPATH@,$KDE_RPATH,;t t
++s, at X_RPATH@,$X_RPATH,;t t
++s, at kde_libraries@,$kde_libraries,;t t
++s, at kde_includes@,$kde_includes,;t t
++s, at KDE_LDFLAGS@,$KDE_LDFLAGS,;t t
++s, at KDE_INCLUDES@,$KDE_INCLUDES,;t t
++s, at all_includes@,$all_includes,;t t
++s, at all_libraries@,$all_libraries,;t t
++s, at AUTODIRS@,$AUTODIRS,;t t
++s, at include_ARTS_TRUE@,$include_ARTS_TRUE,;t t
++s, at include_ARTS_FALSE@,$include_ARTS_FALSE,;t t
++s, at MAKEKDEWIDGETS@,$MAKEKDEWIDGETS,;t t
++s, at KCONFIG_COMPILER@,$KCONFIG_COMPILER,;t t
++s, at KCFG_DEPENDENCIES@,$KCFG_DEPENDENCIES,;t t
++s, at DCOPIDLNG@,$DCOPIDLNG,;t t
++s, at DCOPIDL@,$DCOPIDL,;t t
++s, at DCOPIDL2CPP@,$DCOPIDL2CPP,;t t
++s, at DCOP_DEPENDENCIES@,$DCOP_DEPENDENCIES,;t t
++s, at MCOPIDL@,$MCOPIDL,;t t
++s, at ARTSCCONFIG@,$ARTSCCONFIG,;t t
++s, at MEINPROC@,$MEINPROC,;t t
++s, at KDE_XSL_STYLESHEET@,$KDE_XSL_STYLESHEET,;t t
++s, at XMLLINT@,$XMLLINT,;t t
++s, at kde_htmldir@,$kde_htmldir,;t t
++s, at kde_appsdir@,$kde_appsdir,;t t
++s, at kde_icondir@,$kde_icondir,;t t
++s, at kde_sounddir@,$kde_sounddir,;t t
++s, at kde_datadir@,$kde_datadir,;t t
++s, at kde_locale@,$kde_locale,;t t
++s, at kde_confdir@,$kde_confdir,;t t
++s, at kde_kcfgdir@,$kde_kcfgdir,;t t
++s, at kde_mimedir@,$kde_mimedir,;t t
++s, at kde_wallpaperdir@,$kde_wallpaperdir,;t t
++s, at kde_bindir@,$kde_bindir,;t t
++s, at xdg_appsdir@,$xdg_appsdir,;t t
++s, at xdg_menudir@,$xdg_menudir,;t t
++s, at xdg_directorydir@,$xdg_directorydir,;t t
++s, at kde_templatesdir@,$kde_templatesdir,;t t
++s, at kde_servicesdir@,$kde_servicesdir,;t t
++s, at kde_servicetypesdir@,$kde_servicetypesdir,;t t
++s, at kde_moduledir@,$kde_moduledir,;t t
++s, at kdeinitdir@,$kdeinitdir,;t t
++s, at kde_styledir@,$kde_styledir,;t t
++s, at kde_widgetdir@,$kde_widgetdir,;t t
++s, at LIB_KDECORE@,$LIB_KDECORE,;t t
++s, at LIB_KDEUI@,$LIB_KDEUI,;t t
++s, at LIB_KIO@,$LIB_KIO,;t t
++s, at LIB_KJS@,$LIB_KJS,;t t
++s, at LIB_SMB@,$LIB_SMB,;t t
++s, at LIB_KAB@,$LIB_KAB,;t t
++s, at LIB_KABC@,$LIB_KABC,;t t
++s, at LIB_KHTML@,$LIB_KHTML,;t t
++s, at LIB_KSPELL@,$LIB_KSPELL,;t t
++s, at LIB_KPARTS@,$LIB_KPARTS,;t t
++s, at LIB_KDEPRINT@,$LIB_KDEPRINT,;t t
++s, at LIB_KUTILS@,$LIB_KUTILS,;t t
++s, at LIB_KDEPIM@,$LIB_KDEPIM,;t t
++s, at LIB_KIMPROXY@,$LIB_KIMPROXY,;t t
++s, at LIB_KNEWSTUFF@,$LIB_KNEWSTUFF,;t t
++s, at LIB_KDNSSD@,$LIB_KDNSSD,;t t
++s, at LIB_KUNITTEST@,$LIB_KUNITTEST,;t t
++s, at LIB_KSYCOCA@,$LIB_KSYCOCA,;t t
++s, at LIB_KFILE@,$LIB_KFILE,;t t
++s, at LIB_KFM@,$LIB_KFM,;t t
++s, at QTDOCDIR@,$QTDOCDIR,;t t
++s, at KDE_HAVE_DOT@,$KDE_HAVE_DOT,;t t
++s, at DOXYGEN@,$DOXYGEN,;t t
++s, at DOXYGEN_PROJECT_NAME@,$DOXYGEN_PROJECT_NAME,;t t
++s, at DOXYGEN_PROJECT_NUMBER@,$DOXYGEN_PROJECT_NUMBER,;t t
++s, at KDE_HAS_DOXYGEN@,$KDE_HAS_DOXYGEN,;t t
++s, at LIBMAGICK_LIBS@,$LIBMAGICK_LIBS,;t t
++s, at LIBMAGICK_LDFLAGS@,$LIBMAGICK_LDFLAGS,;t t
++s, at LIBMAGICK_CPPFLAGS@,$LIBMAGICK_CPPFLAGS,;t t
++s, at LIBMAGICK_RPATH@,$LIBMAGICK_RPATH,;t t
++s, at need_kde32_compatibility_TRUE@,$need_kde32_compatibility_TRUE,;t t
++s, at need_kde32_compatibility_FALSE@,$need_kde32_compatibility_FALSE,;t t
++s, at need_kde33_compatibility_TRUE@,$need_kde33_compatibility_TRUE,;t t
++s, at need_kde33_compatibility_FALSE@,$need_kde33_compatibility_FALSE,;t t
++s, at need_kde34_compatibility_TRUE@,$need_kde34_compatibility_TRUE,;t t
++s, at need_kde34_compatibility_FALSE@,$need_kde34_compatibility_FALSE,;t t
++s, at need_kde31_compatibility_TRUE@,$need_kde31_compatibility_TRUE,;t t
++s, at need_kde31_compatibility_FALSE@,$need_kde31_compatibility_FALSE,;t t
++s, at LIBWV2_LIBS@,$LIBWV2_LIBS,;t t
++s, at LIBWV2_CFLAGS@,$LIBWV2_CFLAGS,;t t
++s, at LIBWV2_RPATH@,$LIBWV2_RPATH,;t t
++s, at include_wv2_msword_filter_TRUE@,$include_wv2_msword_filter_TRUE,;t t
++s, at include_wv2_msword_filter_FALSE@,$include_wv2_msword_filter_FALSE,;t t
++s, at LIBPAPER@,$LIBPAPER,;t t
++s, at LIBWPD_LIBS@,$LIBWPD_LIBS,;t t
++s, at LIBWPD_CFLAGS@,$LIBWPD_CFLAGS,;t t
++s, at LIBWPD_RPATH@,$LIBWPD_RPATH,;t t
++s, at include_wpd_filter_TRUE@,$include_wpd_filter_TRUE,;t t
++s, at include_wpd_filter_FALSE@,$include_wpd_filter_FALSE,;t t
++s, at LIBXSLT_LIBS@,$LIBXSLT_LIBS,;t t
++s, at LIBXSLT_CFLAGS@,$LIBXSLT_CFLAGS,;t t
++s, at LIBXSLT_RPATH@,$LIBXSLT_RPATH,;t t
++s, at LIBXML_LIBS@,$LIBXML_LIBS,;t t
++s, at LIBXML_CFLAGS@,$LIBXML_CFLAGS,;t t
++s, at LIBXML_RPATH@,$LIBXML_RPATH,;t t
++s, at include_XSLTFILTERS_TRUE@,$include_XSLTFILTERS_TRUE,;t t
++s, at include_XSLTFILTERS_FALSE@,$include_XSLTFILTERS_FALSE,;t t
++s, at LIBFREETYPE_LIBS@,$LIBFREETYPE_LIBS,;t t
++s, at LIBFREETYPE_CFLAGS@,$LIBFREETYPE_CFLAGS,;t t
++s, at LIBFREETYPE_RPATH@,$LIBFREETYPE_RPATH,;t t
++s, at LIBART_LIBS@,$LIBART_LIBS,;t t
++s, at LIBART_CFLAGS@,$LIBART_CFLAGS,;t t
++s, at LIBART_RPATH@,$LIBART_RPATH,;t t
++s, at LIBFONTCONFIG_LIBS@,$LIBFONTCONFIG_LIBS,;t t
++s, at LIBFONTCONFIG_CFLAGS@,$LIBFONTCONFIG_CFLAGS,;t t
++s, at LIBFONTCONFIG_RPATH@,$LIBFONTCONFIG_RPATH,;t t
++s, at have_readline_TRUE@,$have_readline_TRUE,;t t
++s, at have_readline_FALSE@,$have_readline_FALSE,;t t
++s, at LIBREADLINE@,$LIBREADLINE,;t t
++s, at LIB_KEXI_KMDI@,$LIB_KEXI_KMDI,;t t
++s, at LIB_KEXI_KMDI_INCLUDES@,$LIB_KEXI_KMDI_INCLUDES,;t t
++s, at use_kexi_compat_qextmdi_TRUE@,$use_kexi_compat_qextmdi_TRUE,;t t
++s, at use_kexi_compat_qextmdi_FALSE@,$use_kexi_compat_qextmdi_FALSE,;t t
++s, at MYSQL_INC@,$MYSQL_INC,;t t
++s, at MYSQL_LIBS@,$MYSQL_LIBS,;t t
++s, at compile_mysql_plugin_TRUE@,$compile_mysql_plugin_TRUE,;t t
++s, at compile_mysql_plugin_FALSE@,$compile_mysql_plugin_FALSE,;t t
++s, at PG_INCDIR@,$PG_INCDIR,;t t
++s, at PG_LIBDIR@,$PG_LIBDIR,;t t
++s, at PQXX_INCDIR@,$PQXX_INCDIR,;t t
++s, at PQXX_LIBDIR@,$PQXX_LIBDIR,;t t
++s, at compile_pgsql_plugin_TRUE@,$compile_pgsql_plugin_TRUE,;t t
++s, at compile_pgsql_plugin_FALSE@,$compile_pgsql_plugin_FALSE,;t t
++s, at PYTHON_INCLUDE@,$PYTHON_INCLUDE,;t t
++s, at PYTHON_LIB@,$PYTHON_LIB,;t t
++s, at PYTHON_FLAGS@,$PYTHON_FLAGS,;t t
++s, at compile_kross_plugin_TRUE@,$compile_kross_plugin_TRUE,;t t
++s, at compile_kross_plugin_FALSE@,$compile_kross_plugin_FALSE,;t t
++s, at PYTHONINC@,$PYTHONINC,;t t
++s, at PYTHONLIB@,$PYTHONLIB,;t t
++s, at LIBPYTHON@,$LIBPYTHON,;t t
++s, at PYTHONMODDIR@,$PYTHONMODDIR,;t t
++s, at LIB_XINPUTEXT@,$LIB_XINPUTEXT,;t t
++s, at LCMS_LIBS@,$LCMS_LIBS,;t t
++s, at use_kjsembed_TRUE@,$use_kjsembed_TRUE,;t t
++s, at use_kjsembed_FALSE@,$use_kjsembed_FALSE,;t t
++s, at SQLDIR@,$SQLDIR,;t t
++s, at include_sql_TRUE@,$include_sql_TRUE,;t t
++s, at include_sql_FALSE@,$include_sql_FALSE,;t t
++s, at KWMF_INCLUDES@,$KWMF_INCLUDES,;t t
++s, at KSTORE_INCLUDES@,$KSTORE_INCLUDES,;t t
++s, at KOTEXT_INCLUDES@,$KOTEXT_INCLUDES,;t t
++s, at KOPAINTER_INCLUDES@,$KOPAINTER_INCLUDES,;t t
++s, at KOFFICECORE_INCLUDES@,$KOFFICECORE_INCLUDES,;t t
++s, at KOFFICEUI_INCLUDES@,$KOFFICEUI_INCLUDES,;t t
++s, at KFORMULA_INCLUDES@,$KFORMULA_INCLUDES,;t t
++s, at KOSCRIPT_INCLUDES@,$KOSCRIPT_INCLUDES,;t t
++s, at LIB_KOFFICEUI@,$LIB_KOFFICEUI,;t t
++s, at LIB_KOFFICECORE@,$LIB_KOFFICECORE,;t t
++s, at LIB_KSTORE@,$LIB_KSTORE,;t t
++s, at LIB_KOTEXT@,$LIB_KOTEXT,;t t
++s, at LIB_KOPAINTER@,$LIB_KOPAINTER,;t t
++s, at LIB_KWMF@,$LIB_KWMF,;t t
++s, at LIB_KOWMF@,$LIB_KOWMF,;t t
++s, at LIB_KFORMULA@,$LIB_KFORMULA,;t t
++s, at LIB_KOSCRIPT@,$LIB_KOSCRIPT,;t t
++s, at interfacedir@,$interfacedir,;t t
++s, at KOFFICE_LIBS@,$KOFFICE_LIBS,;t t
++s, at KOFFICE_INCLUDES@,$KOFFICE_INCLUDES,;t t
++s, at LIBKSPELL2@,$LIBKSPELL2,;t t
++s, at TOPSUBDIRS@,$TOPSUBDIRS,;t t
++s, at lib_SUBDIR_included_TRUE@,$lib_SUBDIR_included_TRUE,;t t
++s, at lib_SUBDIR_included_FALSE@,$lib_SUBDIR_included_FALSE,;t t
++s, at interfaces_SUBDIR_included_TRUE@,$interfaces_SUBDIR_included_TRUE,;t t
++s, at interfaces_SUBDIR_included_FALSE@,$interfaces_SUBDIR_included_FALSE,;t t
++s, at autocorrect_SUBDIR_included_TRUE@,$autocorrect_SUBDIR_included_TRUE,;t t
++s, at autocorrect_SUBDIR_included_FALSE@,$autocorrect_SUBDIR_included_FALSE,;t t
++s, at doc_SUBDIR_included_TRUE@,$doc_SUBDIR_included_TRUE,;t t
++s, at doc_SUBDIR_included_FALSE@,$doc_SUBDIR_included_FALSE,;t t
++s, at example_SUBDIR_included_TRUE@,$example_SUBDIR_included_TRUE,;t t
++s, at example_SUBDIR_included_FALSE@,$example_SUBDIR_included_FALSE,;t t
++s, at karbon_SUBDIR_included_TRUE@,$karbon_SUBDIR_included_TRUE,;t t
++s, at karbon_SUBDIR_included_FALSE@,$karbon_SUBDIR_included_FALSE,;t t
++s, at kchart_SUBDIR_included_TRUE@,$kchart_SUBDIR_included_TRUE,;t t
++s, at kchart_SUBDIR_included_FALSE@,$kchart_SUBDIR_included_FALSE,;t t
++s, at kdgantt_SUBDIR_included_TRUE@,$kdgantt_SUBDIR_included_TRUE,;t t
++s, at kdgantt_SUBDIR_included_FALSE@,$kdgantt_SUBDIR_included_FALSE,;t t
++s, at kformula_SUBDIR_included_TRUE@,$kformula_SUBDIR_included_TRUE,;t t
++s, at kformula_SUBDIR_included_FALSE@,$kformula_SUBDIR_included_FALSE,;t t
++s, at kivio_SUBDIR_included_TRUE@,$kivio_SUBDIR_included_TRUE,;t t
++s, at kivio_SUBDIR_included_FALSE@,$kivio_SUBDIR_included_FALSE,;t t
++s, at koshell_SUBDIR_included_TRUE@,$koshell_SUBDIR_included_TRUE,;t t
++s, at koshell_SUBDIR_included_FALSE@,$koshell_SUBDIR_included_FALSE,;t t
++s, at kounavail_SUBDIR_included_TRUE@,$kounavail_SUBDIR_included_TRUE,;t t
++s, at kounavail_SUBDIR_included_FALSE@,$kounavail_SUBDIR_included_FALSE,;t t
++s, at kpresenter_SUBDIR_included_TRUE@,$kpresenter_SUBDIR_included_TRUE,;t t
++s, at kpresenter_SUBDIR_included_FALSE@,$kpresenter_SUBDIR_included_FALSE,;t t
++s, at krita_SUBDIR_included_TRUE@,$krita_SUBDIR_included_TRUE,;t t
++s, at krita_SUBDIR_included_FALSE@,$krita_SUBDIR_included_FALSE,;t t
++s, at kspread_SUBDIR_included_TRUE@,$kspread_SUBDIR_included_TRUE,;t t
++s, at kspread_SUBDIR_included_FALSE@,$kspread_SUBDIR_included_FALSE,;t t
++s, at kugar_SUBDIR_included_TRUE@,$kugar_SUBDIR_included_TRUE,;t t
++s, at kugar_SUBDIR_included_FALSE@,$kugar_SUBDIR_included_FALSE,;t t
++s, at mimetypes_SUBDIR_included_TRUE@,$mimetypes_SUBDIR_included_TRUE,;t t
++s, at mimetypes_SUBDIR_included_FALSE@,$mimetypes_SUBDIR_included_FALSE,;t t
++s, at pics_SUBDIR_included_TRUE@,$pics_SUBDIR_included_TRUE,;t t
++s, at pics_SUBDIR_included_FALSE@,$pics_SUBDIR_included_FALSE,;t t
++s, at plugins_SUBDIR_included_TRUE@,$plugins_SUBDIR_included_TRUE,;t t
++s, at plugins_SUBDIR_included_FALSE@,$plugins_SUBDIR_included_FALSE,;t t
++s, at servicetypes_SUBDIR_included_TRUE@,$servicetypes_SUBDIR_included_TRUE,;t t
++s, at servicetypes_SUBDIR_included_FALSE@,$servicetypes_SUBDIR_included_FALSE,;t t
++s, at templates_SUBDIR_included_TRUE@,$templates_SUBDIR_included_TRUE,;t t
++s, at templates_SUBDIR_included_FALSE@,$templates_SUBDIR_included_FALSE,;t t
++s, at tools_SUBDIR_included_TRUE@,$tools_SUBDIR_included_TRUE,;t t
++s, at tools_SUBDIR_included_FALSE@,$tools_SUBDIR_included_FALSE,;t t
++s, at kword_SUBDIR_included_TRUE@,$kword_SUBDIR_included_TRUE,;t t
++s, at kword_SUBDIR_included_FALSE@,$kword_SUBDIR_included_FALSE,;t t
++s, at kexi_SUBDIR_included_TRUE@,$kexi_SUBDIR_included_TRUE,;t t
++s, at kexi_SUBDIR_included_FALSE@,$kexi_SUBDIR_included_FALSE,;t t
++s, at filters_SUBDIR_included_TRUE@,$filters_SUBDIR_included_TRUE,;t t
++s, at filters_SUBDIR_included_FALSE@,$filters_SUBDIR_included_FALSE,;t t
++s, at compile_filter_KWORD_TRUE@,$compile_filter_KWORD_TRUE,;t t
++s, at compile_filter_KWORD_FALSE@,$compile_filter_KWORD_FALSE,;t t
++s, at compile_filter_KSPREAD_TRUE@,$compile_filter_KSPREAD_TRUE,;t t
++s, at compile_filter_KSPREAD_FALSE@,$compile_filter_KSPREAD_FALSE,;t t
++s, at compile_filter_KCHART_TRUE@,$compile_filter_KCHART_TRUE,;t t
++s, at compile_filter_KCHART_FALSE@,$compile_filter_KCHART_FALSE,;t t
++s, at compile_filter_KARBON_TRUE@,$compile_filter_KARBON_TRUE,;t t
++s, at compile_filter_KARBON_FALSE@,$compile_filter_KARBON_FALSE,;t t
++s, at compile_filter_KPRESENTER_TRUE@,$compile_filter_KPRESENTER_TRUE,;t t
++s, at compile_filter_KPRESENTER_FALSE@,$compile_filter_KPRESENTER_FALSE,;t t
++s, at compile_filter_KFORMULA_TRUE@,$compile_filter_KFORMULA_TRUE,;t t
++s, at compile_filter_KFORMULA_FALSE@,$compile_filter_KFORMULA_FALSE,;t t
++s, at compile_filter_KUGAR_TRUE@,$compile_filter_KUGAR_TRUE,;t t
++s, at compile_filter_KUGAR_FALSE@,$compile_filter_KUGAR_FALSE,;t t
++s, at compile_filter_KRITA_TRUE@,$compile_filter_KRITA_TRUE,;t t
++s, at compile_filter_KRITA_FALSE@,$compile_filter_KRITA_FALSE,;t t
++s, at compile_mailmerge_KWORD_TRUE@,$compile_mailmerge_KWORD_TRUE,;t t
++s, at compile_mailmerge_KWORD_FALSE@,$compile_mailmerge_KWORD_FALSE,;t t
++s, at compile_plugin_KUGAR_TRUE@,$compile_plugin_KUGAR_TRUE,;t t
++s, at compile_plugin_KUGAR_FALSE@,$compile_plugin_KUGAR_FALSE,;t t
++s, at compile_lib_KOPAINTER_TRUE@,$compile_lib_KOPAINTER_TRUE,;t t
++s, at compile_lib_KOPAINTER_FALSE@,$compile_lib_KOPAINTER_FALSE,;t t
++s, at LIB@&t at OBJS@,$LIB@&t at OBJS,;t t
++s, at LTLIBOBJS@,$LTLIBOBJS,;t t
++CEOF
++
++_ACEOF
++
++  cat >>$CONFIG_STATUS <<\_ACEOF
++  # Split the substitutions into bite-sized pieces for seds with
++  # small command number limits, like on Digital OSF/1 and HP-UX.
++  ac_max_sed_lines=48
++  ac_sed_frag=1 # Number of current file.
++  ac_beg=1 # First line for current file.
++  ac_end=$ac_max_sed_lines # Line after last line for current file.
++  ac_more_lines=:
++  ac_sed_cmds=
++  while $ac_more_lines; do
++    if test $ac_beg -gt 1; then
++      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
++    else
++      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
++    fi
++    if test ! -s $tmp/subs.frag; then
++      ac_more_lines=false
++    else
++      # The purpose of the label and of the branching condition is to
++      # speed up the sed processing (if there are no `@' at all, there
++      # is no need to browse any of the substitutions).
++      # These are the two extra sed commands mentioned above.
++      (echo ':t
++  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
++      if test -z "$ac_sed_cmds"; then
++	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
++      else
++	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
++      fi
++      ac_sed_frag=`expr $ac_sed_frag + 1`
++      ac_beg=$ac_end
++      ac_end=`expr $ac_end + $ac_max_sed_lines`
++    fi
++  done
++  if test -z "$ac_sed_cmds"; then
++    ac_sed_cmds=cat
++  fi
++fi # test -n "$CONFIG_FILES"
++
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
++  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
++  case $ac_file in
++  - | *:- | *:-:* ) # input from stdin
++	cat >$tmp/stdin
++	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  * )   ac_file_in=$ac_file.in ;;
++  esac
++
++  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
++  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$ac_file" : 'X\(//\)[^/]' \| \
++	 X"$ac_file" : 'X\(//\)$' \| \
++	 X"$ac_file" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$ac_file" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++  { if $as_mkdir_p; then
++    mkdir -p "$ac_dir"
++  else
++    as_dir="$ac_dir"
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++  ac_builddir=.
++
++if test "$ac_dir" != .; then
++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  # A "../" for each directory in $ac_dir_suffix.
++  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
++else
++  ac_dir_suffix= ac_top_builddir=
++fi
++
++case $srcdir in
++  .)  # No --srcdir option.  We are building in place.
++    ac_srcdir=.
++    if test -z "$ac_top_builddir"; then
++       ac_top_srcdir=.
++    else
++       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
++    fi ;;
++  [\\/]* | ?:[\\/]* )  # Absolute path.
++    ac_srcdir=$srcdir$ac_dir_suffix;
++    ac_top_srcdir=$srcdir ;;
++  *) # Relative path.
++    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
++    ac_top_srcdir=$ac_top_builddir$srcdir ;;
++esac
++
++# Do not use `cd foo && pwd` to compute absolute paths, because
++# the directories may not exist.
++case `pwd` in
++.) ac_abs_builddir="$ac_dir";;
++*)
++  case "$ac_dir" in
++  .) ac_abs_builddir=`pwd`;;
++  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
++  *) ac_abs_builddir=`pwd`/"$ac_dir";;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_builddir=${ac_top_builddir}.;;
++*)
++  case ${ac_top_builddir}. in
++  .) ac_abs_top_builddir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
++  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_srcdir=$ac_srcdir;;
++*)
++  case $ac_srcdir in
++  .) ac_abs_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
++  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_srcdir=$ac_top_srcdir;;
++*)
++  case $ac_top_srcdir in
++  .) ac_abs_top_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
++  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
++  esac;;
++esac
++
++
++  case $INSTALL in
++  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
++  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
++  esac
++
++  # Let's still pretend it is `configure' which instantiates (i.e., don't
++  # use $as_me), people would be surprised to read:
++  #    /* config.h.  Generated by config.status.  */
++  if test x"$ac_file" = x-; then
++    configure_input=
++  else
++    configure_input="$ac_file.  "
++  fi
++  configure_input=$configure_input"Generated from `echo $ac_file_in |
++				     sed 's,.*/,,'` by configure."
++
++  # First look for the input files in the build tree, otherwise in the
++  # src tree.
++  ac_file_inputs=`IFS=:
++    for f in $ac_file_in; do
++      case $f in
++      -) echo $tmp/stdin ;;
++      [\\/$]*)
++	 # Absolute (can't be DOS-style, as IFS=:)
++	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 echo "$f";;
++      *) # Relative
++	 if test -f "$f"; then
++	   # Build tree
++	   echo "$f"
++	 elif test -f "$srcdir/$f"; then
++	   # Source tree
++	   echo "$srcdir/$f"
++	 else
++	   # /dev/null tree
++	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 fi;;
++      esac
++    done` || { (exit 1); exit 1; }
++
++  if test x"$ac_file" != x-; then
++    { echo "$as_me:$LINENO: creating $ac_file" >&5
++echo "$as_me: creating $ac_file" >&6;}
++    rm -f "$ac_file"
++  fi
++_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF
++  sed "$ac_vpsub
++$extrasub
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++:t
++/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
++s, at configure_input@,$configure_input,;t t
++s, at srcdir@,$ac_srcdir,;t t
++s, at abs_srcdir@,$ac_abs_srcdir,;t t
++s, at top_srcdir@,$ac_top_srcdir,;t t
++s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
++s, at builddir@,$ac_builddir,;t t
++s, at abs_builddir@,$ac_abs_builddir,;t t
++s, at top_builddir@,$ac_top_builddir,;t t
++s, at abs_top_builddir@,$ac_abs_top_builddir,;t t
++s, at INSTALL@,$ac_INSTALL,;t t
++" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
++  rm -f $tmp/stdin
++  if test x"$ac_file" != x-; then
++    mv $tmp/out $ac_file
++  else
++    cat $tmp/out
++    rm -f $tmp/out
++  fi
++
++done
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++#
++# CONFIG_HEADER section.
++#
++
++# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
++# NAME is the cpp macro being defined and VALUE is the value it is being given.
++#
++# ac_d sets the value in "#define NAME VALUE" lines.
++ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
++ac_dB='[	 ].*$,\1#\2'
++ac_dC=' '
++ac_dD=',;t'
++# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
++ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
++ac_uB='$,\1#\2define\3'
++ac_uC=' '
++ac_uD=',;t'
++
++for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
++  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
++  case $ac_file in
++  - | *:- | *:-:* ) # input from stdin
++	cat >$tmp/stdin
++	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
++	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
++  * )   ac_file_in=$ac_file.in ;;
++  esac
++
++  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
++echo "$as_me: creating $ac_file" >&6;}
++
++  # First look for the input files in the build tree, otherwise in the
++  # src tree.
++  ac_file_inputs=`IFS=:
++    for f in $ac_file_in; do
++      case $f in
++      -) echo $tmp/stdin ;;
++      [\\/$]*)
++	 # Absolute (can't be DOS-style, as IFS=:)
++	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 # Do quote $f, to prevent DOS paths from being IFS'd.
++	 echo "$f";;
++      *) # Relative
++	 if test -f "$f"; then
++	   # Build tree
++	   echo "$f"
++	 elif test -f "$srcdir/$f"; then
++	   # Source tree
++	   echo "$srcdir/$f"
++	 else
++	   # /dev/null tree
++	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
++echo "$as_me: error: cannot find input file: $f" >&2;}
++   { (exit 1); exit 1; }; }
++	 fi;;
++      esac
++    done` || { (exit 1); exit 1; }
++  # Remove the trailing spaces.
++  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
++
++_ACEOF
++
++# Transform confdefs.h into two sed scripts, `conftest.defines' and
++# `conftest.undefs', that substitutes the proper values into
++# config.h.in to produce config.h.  The first handles `#define'
++# templates, and the second `#undef' templates.
++# And first: Protect against being on the right side of a sed subst in
++# config.status.  Protect against being in an unquoted here document
++# in config.status.
++rm -f conftest.defines conftest.undefs
++# Using a here document instead of a string reduces the quoting nightmare.
++# Putting comments in sed scripts is not portable.
++#
++# `end' is used to avoid that the second main sed command (meant for
++# 0-ary CPP macros) applies to n-ary macro definitions.
++# See the Autoconf documentation for `clear'.
++cat >confdef2sed.sed <<\_ACEOF
++s/[\\&,]/\\&/g
++s,[\\$`],\\&,g
++t clear
++: clear
++s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
++t end
++s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
++: end
++_ACEOF
++# If some macros were called several times there might be several times
++# the same #defines, which is useless.  Nevertheless, we may not want to
++# sort them, since we want the *last* AC-DEFINE to be honored.
++uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
++sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
++rm -f confdef2sed.sed
++
++# This sed command replaces #undef with comments.  This is necessary, for
++# example, in the case of _POSIX_SOURCE, which is predefined and required
++# on some systems where configure will not decide to define it.
++cat >>conftest.undefs <<\_ACEOF
++s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
++_ACEOF
++
++# Break up conftest.defines because some shells have a limit on the size
++# of here documents, and old seds have small limits too (100 cmds).
++echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
++echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
++echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
++echo '  :' >>$CONFIG_STATUS
++rm -f conftest.tail
++while grep . conftest.defines >/dev/null
++do
++  # Write a limited-size here document to $tmp/defines.sed.
++  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
++  # Speed up: don't consider the non `#define' lines.
++  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
++  # Work around the forget-to-reset-the-flag bug.
++  echo 't clr' >>$CONFIG_STATUS
++  echo ': clr' >>$CONFIG_STATUS
++  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
++  echo 'CEOF
++  sed -f $tmp/defines.sed $tmp/in >$tmp/out
++  rm -f $tmp/in
++  mv $tmp/out $tmp/in
++' >>$CONFIG_STATUS
++  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
++  rm -f conftest.defines
++  mv conftest.tail conftest.defines
++done
++rm -f conftest.defines
++echo '  fi # grep' >>$CONFIG_STATUS
++echo >>$CONFIG_STATUS
++
++# Break up conftest.undefs because some shells have a limit on the size
++# of here documents, and old seds have small limits too (100 cmds).
++echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
++rm -f conftest.tail
++while grep . conftest.undefs >/dev/null
++do
++  # Write a limited-size here document to $tmp/undefs.sed.
++  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
++  # Speed up: don't consider the non `#undef'
++  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
++  # Work around the forget-to-reset-the-flag bug.
++  echo 't clr' >>$CONFIG_STATUS
++  echo ': clr' >>$CONFIG_STATUS
++  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
++  echo 'CEOF
++  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
++  rm -f $tmp/in
++  mv $tmp/out $tmp/in
++' >>$CONFIG_STATUS
++  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
++  rm -f conftest.undefs
++  mv conftest.tail conftest.undefs
++done
++rm -f conftest.undefs
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++  # Let's still pretend it is `configure' which instantiates (i.e., don't
++  # use $as_me), people would be surprised to read:
++  #    /* config.h.  Generated by config.status.  */
++  if test x"$ac_file" = x-; then
++    echo "/* Generated by configure.  */" >$tmp/config.h
++  else
++    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
++  fi
++  cat $tmp/in >>$tmp/config.h
++  rm -f $tmp/in
++  if test x"$ac_file" != x-; then
++    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
++      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
++echo "$as_me: $ac_file is unchanged" >&6;}
++    else
++      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
++$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$ac_file" : 'X\(//\)[^/]' \| \
++	 X"$ac_file" : 'X\(//\)$' \| \
++	 X"$ac_file" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$ac_file" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++      { if $as_mkdir_p; then
++    mkdir -p "$ac_dir"
++  else
++    as_dir="$ac_dir"
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++      rm -f $ac_file
++      mv $tmp/config.h $ac_file
++    fi
++  else
++    cat $tmp/config.h
++    rm -f $tmp/config.h
++  fi
++# Compute $ac_file's index in $config_headers.
++_am_stamp_count=1
++for _am_header in $config_headers :; do
++  case $_am_header in
++    $ac_file | $ac_file:* )
++      break ;;
++    * )
++      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
++  esac
++done
++echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
++$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X$ac_file : 'X\(//\)[^/]' \| \
++	 X$ac_file : 'X\(//\)$' \| \
++	 X$ac_file : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X$ac_file |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`/stamp-h$_am_stamp_count
++done
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++#
++# CONFIG_COMMANDS section.
++#
++for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
++  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
++  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
++  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
++$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$ac_dest" : 'X\(//\)[^/]' \| \
++	 X"$ac_dest" : 'X\(//\)$' \| \
++	 X"$ac_dest" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$ac_dest" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++  { if $as_mkdir_p; then
++    mkdir -p "$ac_dir"
++  else
++    as_dir="$ac_dir"
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
++echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++  ac_builddir=.
++
++if test "$ac_dir" != .; then
++  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  # A "../" for each directory in $ac_dir_suffix.
++  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
++else
++  ac_dir_suffix= ac_top_builddir=
++fi
++
++case $srcdir in
++  .)  # No --srcdir option.  We are building in place.
++    ac_srcdir=.
++    if test -z "$ac_top_builddir"; then
++       ac_top_srcdir=.
++    else
++       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
++    fi ;;
++  [\\/]* | ?:[\\/]* )  # Absolute path.
++    ac_srcdir=$srcdir$ac_dir_suffix;
++    ac_top_srcdir=$srcdir ;;
++  *) # Relative path.
++    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
++    ac_top_srcdir=$ac_top_builddir$srcdir ;;
++esac
++
++# Do not use `cd foo && pwd` to compute absolute paths, because
++# the directories may not exist.
++case `pwd` in
++.) ac_abs_builddir="$ac_dir";;
++*)
++  case "$ac_dir" in
++  .) ac_abs_builddir=`pwd`;;
++  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
++  *) ac_abs_builddir=`pwd`/"$ac_dir";;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_builddir=${ac_top_builddir}.;;
++*)
++  case ${ac_top_builddir}. in
++  .) ac_abs_top_builddir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
++  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_srcdir=$ac_srcdir;;
++*)
++  case $ac_srcdir in
++  .) ac_abs_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
++  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
++  esac;;
++esac
++case $ac_abs_builddir in
++.) ac_abs_top_srcdir=$ac_top_srcdir;;
++*)
++  case $ac_top_srcdir in
++  .) ac_abs_top_srcdir=$ac_abs_builddir;;
++  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
++  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
++  esac;;
++esac
++
++
++  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
++echo "$as_me: executing $ac_dest commands" >&6;}
++  case $ac_dest in
++    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; 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.
++  # So let's grep whole file.
++  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
++    dirpart=`(dirname "$mf") 2>/dev/null ||
++$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$mf" : 'X\(//\)[^/]' \| \
++	 X"$mf" : 'X\(//\)$' \| \
++	 X"$mf" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$mf" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; 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"`
++  # When using ansi2knr, U may be empty or an underscore; expand it
++  U=`sed -n 's/^U = //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' -e 's/\$U/'"$U"'/g'`; do
++    # Make sure the directory exists.
++    test -f "$dirpart/$file" && continue
++    fdir=`(dirname "$file") 2>/dev/null ||
++$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$file" : 'X\(//\)[^/]' \| \
++	 X"$file" : 'X\(//\)$' \| \
++	 X"$file" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$file" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    { if $as_mkdir_p; then
++    mkdir -p $dirpart/$fdir
++  else
++    as_dir=$dirpart/$fdir
++    as_dirs=
++    while test ! -d "$as_dir"; do
++      as_dirs="$as_dir $as_dirs"
++      as_dir=`(dirname "$as_dir") 2>/dev/null ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`
++    done
++    test ! -n "$as_dirs" || mkdir $as_dirs
++  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
++echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
++   { (exit 1); exit 1; }; }; }
++
++    # echo "creating $dirpart/$file"
++    echo '# dummy' > "$dirpart/$file"
++  done
++done
++ ;;
++  esac
++done
++_ACEOF
++
++cat >>$CONFIG_STATUS <<\_ACEOF
++
++{ (exit 0); exit 0; }
++_ACEOF
++chmod +x $CONFIG_STATUS
++ac_clean_files=$ac_clean_files_save
++
++
++# configure is writing to config.log, and then calls config.status.
++# config.status does its own redirection, appending to config.log.
++# Unfortunately, on DOS this fails, as config.log is still kept open
++# by configure, so config.status won't be able to write to it; its
++# output is simply discarded.  So we exec the FD to /dev/null,
++# effectively closing config.log, so it can be properly (re)opened and
++# appended to by config.status.  When coming back to configure, we
++# need to make the FD available again.
++if test "$no_create" != yes; then
++  ac_cs_success=:
++  ac_config_status_args=
++  test "$silent" = yes &&
++    ac_config_status_args="$ac_config_status_args --quiet"
++  exec 5>/dev/null
++  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
++  exec 5>>config.log
++  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
++  # would make configure fail if this is the last instruction.
++  $ac_cs_success || { (exit 1); exit 1; }
++fi
++
++if test -z "$LIBWV2_LIBS"; then
++  echo ""
++  echo "You're missing libwv2 0.1.9 or newer. KWord's MS Word filter will not be"
++  echo "compiled. You can download wv2 using anonymous CVS from the Sourceforge"
++  echo "repository (http://sourceforge.net/cvs/?group_id=10501) or get a"
++  echo "tarball at http://sourceforge.net/projects/wvware/"
++#  echo "The MS Word filter won't be compiled due to experimental changes."
++  echo ""
++  all_tests=bad
++fi
++if test -z "$LIBWPD_LIBS"; then
++  echo ""
++  echo "You're missing libwpd 0.8 or newer. KWord's WordPerfect import filter will "
++  echo "not be compiled. You can download libwpd from http://libwpd.sf.net or "
++  echo "install it from appropriate binary package."
++  echo ""
++  all_tests=bad
++fi
++if test -z "$LIBXML_LIBS"; then
++  echo ""
++  echo "You're missing libxml2 (at least version 2.4.8)."
++  echo "The XSLT filters will not be compiled."
++  echo "Please download libxml2 from http://xmlsoft.org ."
++  echo ""
++  all_tests=bad
++fi
++
++if test -z "$LIBXSLT_LIBS"; then
++  echo ""
++  echo "You're missing libxslt (at least version 1.0.7)."
++  echo "The XSLT filters will not be compiled."
++# TODO: URL is not exacly right anymore
++  echo "Please download libxml2 from http://xmlsoft.org ."
++  echo ""
++  all_tests=bad
++fi
++
++if test -z "$LIBART_LIBS"; then
++  echo ""
++  echo "You're missing libart 2.3.8. karbon will not be compiled."
++  echo "You can download libart from"
++  echo "http://svg.kde.org/download.html"
++  echo ""
++  all_tests=bad
++else
++  if test -z "$LIBFONTCONFIG_LIBS"; then
++    echo ""
++    echo "You're missing fontconfig 1.0.1 or newer. karbon will not have text support."
++    echo "You can download fontconfig from http://fontconfig.org/"
++    echo ""
++    all_tests=bad
++  fi
++
++  if test -z "$LIBFREETYPE_LIBS"; then
++    echo ""
++    echo "You're missing libfreetype 5.0 or newer. karbon will not have text support."
++    echo "You can download libfreetype from http://www.freetype.org/"
++    echo ""
++    all_tests=bad
++  fi
++fi
++if test -z "$PG_INCDIR" -o -z "$PG_LIBDIR" -o \
++        -z "$PQXX_INCDIR" -o -z "$PQXX_LIBDIR"; then
++
++  echo "----------------------------------------------------------------------"
++
++# LIBPQ messages
++  if test -z "$PG_INCDIR"; then
++    echo "  + The PostgreSQL C-API (libpq) headers were not found."
++  fi
++
++  if test -z "$PG_LIBDIR"; then
++    echo "  + The PostgreSQL C-API (libpq) libraries were not found."
++  fi
++
++  if test -z "$PG_INCDIR" -a -z "$PG_LIBDIR" ; then
++      pglib_parts_missing="HEADER or the libpq LIBRARY"
++  elif test -z "$PG_INCDIR" ; then
++      pglib_parts_missing="HEADER"
++  elif test -z "$PG_LIBDIR" ; then
++      pglib_parts_missing="LIBRARY"
++  fi
++
++  if test -z "$PG_INCDIR" -o -z "$PG_LIBDIR" ; then
++    cat <<EOS
++    Could not find the libpq $pglib_parts_missing files.
++    These are required by the libpqxx C++ library, which is used by
++    Kexi's PostgreSQL drivers.
++
++    The PostgreSQL C-API usually ship with PostgreSQL, but if you've
++    installed from a distros package then these files may be part of
++    a package called postgresql-devel or libpq-devel"
++
++EOS
++  fi
++
++# LIBPQXX messages
++  if test -z "$PQXX_INCDIR"; then
++    echo "  + The PostgreSQL C++ API (libpqxx) headers were not found."
++  fi
++
++  if test -z "$PQXX_LIBDIR"; then
++    echo "  + The PostgreSQL C++ API (libpqxx) shared libraries were not found."
++  fi
++
++  if test -z "$PQXX_INCDIR" -a -z "$PQXX_LIBDIR" ; then
++      pqxx_parts_missing="HEADER or the libpqxx LIBRARY"
++  elif test -z "$PQXX_INCDIR" ; then
++      pqxx_parts_missing="HEADER"
++  elif test -z "$PQXX_LIBDIR" ; then
++      pqxx_parts_missing="LIBRARY"
++  fi
++
++  if test -z "$PQXX_INCDIR" -o -z "$PQXX_LIBDIR" ; then
++  cat <<EOS
++    Could not find the libpqxx $pqxx_parts_missing files.
++    These are required by Kexi's PostgreSQL drivers.
++
++    Note: Kexi requires the SHARED libpqxx.so library files.
++          If you build pqxx library on your own, don't forget to use the
++          --enable-shared option when you run libpqxx's configure script.
++          This is necessary to compile the SHARED .so library, and
++          not the STATIC libpqxx.a.
++
++    The PostgreSQL C++ API can be downloaded from pqxx.tk or
++    http://gborg.postgresql.org/project/libpqxx/projdisplay.php
++    Grab the latest version (>=2)
++
++EOS
++  fi
++
++# SUMMARY messages
++  cat <<EOS
++  These warnings are not critical, but without installing the files
++  listed above Kexi will be compiled without PostgreSQL support.
++
++  If you want PostgreSQL support in Kexi, you need to install the files
++  listed above, then run this configure script again, and finally run
++  make; make install.  If you don't, simply run make; make install now.
++EOS
++
++  all_tests=bad
++  echo "----------------------------------------------------------------------"
++fi
++if test -z "$LCMS_LIBS"; then
++  echo ""
++  echo "LittleCMS is missing, Krita will not be built."
++  echo ""
++  echo "If you want to compile Krita you should install:"
++    echo "  * lcms 1.12 or newer (http://www.littlecms.com/)"
++  echo ""
++  all_tests=bad
++fi
++if test -z "$LIBKSPELL2"; then
++   echo ""
++   echo "You don't use kdelibs CVS (kspell2 not found). Spell-checking disabled."
++   echo ""
++   all_tests=bad
++fi
++if test -z "$LIBMAGICK_LIBS"; then
++  echo ""
++  echo "You're missing ImageMagick (>=5.5.2). krita will not be compiled."
++  echo "You can download ImageMagick from http://www.imagemagick.org/"
++  echo ""
++  echo "If you have problems compiling ImageMagick, please try configuring it using"
++  echo "the --without-magick-plus-plus flag, the C++ API isn't needed for krita."
++  echo ""
++  all_tests=bad
++fi
++
++# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
++if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
++  # And if so, warn when they don't match
++  if test "$kde_libs_prefix" != "$given_prefix"; then
++    # And if kde doesn't know about the prefix yet
++    echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
++    if test $? -ne 0; then
++      echo ""
++      echo "Warning: you chose to install this package in $given_prefix,"
++      echo "but KDE was found in $kde_libs_prefix."
++      echo "For this to work, you will need to tell KDE about the new prefix, by ensuring"
++      echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix"
++      echo "Then restart KDE."
++      echo ""
++    fi
++  fi
++fi
++
++if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_gcc_visibility_patched = "xno"; then
++  echo ""
++  echo "Your GCC supports symbol visibility, but the patch for Qt supporting visibility"
++  echo "was not included. Therefore, GCC symbol visibility support remains disabled."
++  echo ""
++  echo "For better performance, consider including the Qt visibility supporting patch"
++  echo "located at:"
++  echo ""
++  echo "http://bugs.kde.org/show_bug.cgi?id=109386"
++  echo ""
++  echo "and recompile all of Qt and KDE. Note, this is entirely optional and"
++  echo "everything will continue to work just fine without it."
++  echo ""
++fi
++
++if test "$all_tests" = "bad"; then
++  if test ! "$cache_file" = "/dev/null"; then
++    echo ""
++    echo "Please remove the file $cache_file after changing your setup"
++    echo "so that configure will find the changes next time."
++    echo ""
++  fi
++else
++  echo ""
++  echo "Good - your configure finished. Start make now"
++  echo ""
++fi
+diff -Nrua koffice-1.4.2.orig/autom4te.cache/requests koffice-1.4.2/autom4te.cache/requests
+--- koffice-1.4.2.orig/autom4te.cache/requests	1970-01-01 01:00:00.000000000 +0100
++++ koffice-1.4.2/autom4te.cache/requests	2005-11-11 17:29:26.000000000 +0100
+@@ -0,0 +1,492 @@
++# This file was generated by Autom4te Sun Oct 23 12:30:23 PDT 2005.
++# It contains the lists of macros which have been traced.
++# It can be safely removed.
++
++ at request = (
++             bless( [
++                      '0',
++                      1,
++                      [
++                        '/usr/share/autoconf'
++                      ],
++                      [
++                        '/usr/share/autoconf/autoconf/autoconf.m4f',
++                        '/usr/share/aclocal-1.9/amversion.m4',
++                        '/usr/share/aclocal-1.9/auxdir.m4',
++                        '/usr/share/aclocal-1.9/cond.m4',
++                        '/usr/share/aclocal-1.9/depend.m4',
++                        '/usr/share/aclocal-1.9/depout.m4',
++                        '/usr/share/aclocal-1.9/header.m4',
++                        '/usr/share/aclocal-1.9/init.m4',
++                        '/usr/share/aclocal-1.9/install-sh.m4',
++                        '/usr/share/aclocal-1.9/lead-dot.m4',
++                        '/usr/share/aclocal-1.9/lex.m4',
++                        '/usr/share/aclocal-1.9/maintainer.m4',
++                        '/usr/share/aclocal-1.9/make.m4',
++                        '/usr/share/aclocal-1.9/missing.m4',
++                        '/usr/share/aclocal-1.9/mkdirp.m4',
++                        '/usr/share/aclocal-1.9/options.m4',
++                        '/usr/share/aclocal-1.9/runlog.m4',
++                        '/usr/share/aclocal-1.9/sanity.m4',
++                        '/usr/share/aclocal-1.9/strip.m4',
++                        '/usr/share/aclocal-1.9/tar.m4',
++                        'acinclude.m4',
++                        'configure.in'
++                      ],
++                      {
++                        'AM_ENABLE_STATIC' => 1,
++                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
++                        'AC_REMOVE_FORBIDDEN' => 1,
++                        'AM_FUNC_ERROR_AT_LINE' => 1,
++                        'AC_C_VOLATILE' => 1,
++                        'AC_TYPE_OFF_T' => 1,
++                        'KDE_CHECK_PYTHON_INTERN' => 1,
++                        'AC_REPLACE_FNMATCH' => 1,
++                        'AC_CREATE_KFSSTND' => 1,
++                        'AC_PROG_LIBTOOL' => 1,
++                        '_LT_AC_LANG_CXX_CONFIG' => 1,
++                        'AC_FUNC_STAT' => 1,
++                        'AC_FUNC_WAIT3' => 1,
++                        'AC_FUNC_LSTAT' => 1,
++                        'AC_STRUCT_TM' => 1,
++                        'KDE_SET_PREFIX_CORE' => 1,
++                        'AC_CHECK_HEADERS' => 1,
++                        'AC_FIND_JPEG' => 1,
++                        'KDE_JAVA_PREFIX' => 1,
++                        'KDE_CHECK_LIBDL' => 1,
++                        'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,
++                        '_m4_warn' => 1,
++                        'AC_CHECK_GETDOMAINNAME' => 1,
++                        'KDE_CREATE_LIBS_ALIASES' => 1,
++                        'AM_SANITY_CHECK' => 1,
++                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
++                        'AC_FIND_TIFF' => 1,
++                        'KDE_CHECK_COMPILER_FLAG' => 1,
++                        'AC_LIBTOOL_GCJ' => 1,
++                        'AC_PROG_GCC_TRADITIONAL' => 1,
++                        'AC_LIBTOOL_CONFIG' => 1,
++                        'KDE_PKG_CHECK_MODULES' => 1,
++                        'KDE_CHECK_FINAL' => 1,
++                        'K_PATH_X' => 1,
++                        'KDE_DO_IT_ALL' => 1,
++                        'KDE_CHECK_LARGEFILE' => 1,
++                        'sinclude' => 1,
++                        'AM_DISABLE_SHARED' => 1,
++                        'AC_CHECK_RANDOM' => 1,
++                        '_LT_AC_LANG_CXX' => 1,
++                        'AC_DECL_SYS_SIGLIST' => 1,
++                        'AC_FUNC_FORK' => 1,
++                        'KDE_SET_DEFAULT_PATHS' => 1,
++                        'AC_PROG_NM' => 1,
++                        'AC_PROG_LD_GNU' => 1,
++                        'AC_ENABLE_FAST_INSTALL' => 1,
++                        'AC_INIT' => 1,
++                        'AC_SUBST_KFSSTND' => 1,
++                        'KDE_CHECK_NEW_LDFLAGS' => 1,
++                        'AC_CHECK_STRLCAT' => 1,
++                        'AC_SUBST' => 1,
++                        'AC_FUNC_ALLOCA' => 1,
++                        'KDE_PRINT_QT_PROGRAM' => 1,
++                        'AC_CANONICAL_HOST' => 1,
++                        'KDE_CHECK_TYPES' => 1,
++                        'AC_PROG_RANLIB' => 1,
++                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
++                        'KDE_CHECK_C_COMPILER_FLAG' => 1,
++                        'AC_CONFIG_SUBDIRS' => 1,
++                        'AC_CHECK_S_ISSOCK' => 1,
++                        'AC_TYPE_SIZE_T' => 1,
++                        'KDE_ENABLE_HIDDEN_VISIBILITY' => 1,
++                        'AC_DEFUN_ONCE' => 1,
++                        'AC_FUNC_SELECT_ARGTYPES' => 1,
++                        'AM_LC_MESSAGES' => 1,
++                        'AC_CHECK_SETENV' => 1,
++                        '_LT_AC_LANG_GCJ' => 1,
++                        'AC_FUNC_STRFTIME' => 1,
++                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
++                        'AC_BASE_PATH_KDE' => 1,
++                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
++                        'LT_AC_PROG_SED' => 1,
++                        'KDE_CHECK_STRLCPY' => 1,
++                        'AM_GNU_GETTEXT' => 1,
++                        'KDE_FIND_PATH' => 1,
++                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
++                        'AC_ENABLE_SHARED' => 1,
++                        'AC_CHECK_LIB' => 1,
++                        'AC_FUNC_OBSTACK' => 1,
++                        'AC_PATH_QT' => 1,
++                        'KDE_PATH_X_DIRECT' => 1,
++                        'AC_FUNC_FSEEKO' => 1,
++                        '_LT_AC_TAGVAR' => 1,
++                        'AM_PROG_CC_C_O' => 1,
++                        'AC_PATH_QT_MOC_UIC' => 1,
++                        'AC_HEADER_SYS_WAIT' => 1,
++                        'AC_PROG_LN_S' => 1,
++                        'm4_include' => 1,
++                        'AC_HEADER_DIRENT' => 1,
++                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
++                        'AM_MAKE_INCLUDE' => 1,
++                        '_LT_AC_TAGCONFIG' => 1,
++                        'AC_CONFIG_LIBOBJ_DIR' => 1,
++                        'AC_CHECK_UTMP_FILE' => 1,
++                        '_LT_COMPILER_BOILERPLATE' => 1,
++                        'KDE_CHECK_UIC_PLUGINS' => 1,
++                        'AC_LIBTOOL_SETUP' => 1,
++                        'AC_PROG_LD_RELOAD_FLAG' => 1,
++                        'AC_HEADER_TIME' => 1,
++                        'AC_CHECK_GNU_EXTENSIONS' => 1,
++                        'AC_TYPE_MODE_T' => 1,
++                        'AM_MISSING_HAS_RUN' => 1,
++                        'KDE_CHECK_PATHS_FOR_COMPLETENESS' => 1,
++                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
++                        'KDE_PROG_LIBTOOL' => 1,
++                        'KDE_CHECK_QT_JPEG' => 1,
++                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
++                        'AC_PATH_QT_1_3' => 1,
++                        'AC_HEADER_STDC' => 1,
++                        'AC_LIBTOOL_LINKER_OPTION' => 1,
++                        'AM_DISABLE_LIBRARIES' => 1,
++                        'KOFFICE_PKG_CHECK_MODULES' => 1,
++                        'LT_AC_PROG_GCJ' => 1,
++                        'KDE_FAST_CONFIGURE' => 1,
++                        'AC_FUNC_ERROR_AT_LINE' => 1,
++                        'AM_DISABLE_STATIC' => 1,
++                        '_LT_AC_PROG_CXXCPP' => 1,
++                        'KDE_MOC_ERROR_MESSAGE' => 1,
++                        'AC_FUNC_MBRTOWC' => 1,
++                        'AM_CONFIG_HEADER' => 1,
++                        '_AC_PROG_LIBTOOL' => 1,
++                        'AC_TYPE_SIGNAL' => 1,
++                        'KDE_TRY_TIFFLIB' => 1,
++                        'KDE_1_CHECK_PATH_HEADERS' => 1,
++                        'KDE_CHECK_HEADER' => 1,
++                        'KDE_USE_QT' => 1,
++                        '_AM_IF_OPTION' => 1,
++                        'KDE_FIND_JPEG_HELPER' => 1,
++                        'AC_PATH_TOOL_PREFIX' => 1,
++                        'KDE_SHADOWPASSWD' => 1,
++                        'AC_CHECK_MKSTEMPS' => 1,
++                        'AC_LIBTOOL_F77' => 1,
++                        'm4_pattern_allow' => 1,
++                        'KDE_CHECK_DLOPEN' => 1,
++                        'AM_SET_LEADING_DOT' => 1,
++                        'AC_FIND_FILE' => 1,
++                        'AM_KDE_WITH_NLS' => 1,
++                        '_LT_AC_SYS_COMPILER' => 1,
++                        'AM_PROG_NM' => 1,
++                        'KDE_CHECK_NMCHECK' => 1,
++                        'PKG_CHECK_MODULES' => 1,
++                        'AC_FUNC_STRCOLL' => 1,
++                        'AC_CHECK_STRLCPY' => 1,
++                        'AC_LIBLTDL_CONVENIENCE' => 1,
++                        'KDE_CHECK_PYTHON_DIR' => 1,
++                        'AC_DEPLIBS_CHECK_METHOD' => 1,
++                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
++                        'jm_MAINTAINER_MODE' => 1,
++                        'AC_FUNC_CHOWN' => 1,
++                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
++                        'KDE_SET_DEFAULT_BINDIRS' => 1,
++                        'AC_FUNC_GETPGRP' => 1,
++                        'AC_HAVE_DPMS' => 1,
++                        'AM_INIT_AUTOMAKE' => 1,
++                        'KDE_LANG_CPLUSPLUS' => 1,
++                        'kexi_LIB_READLINE' => 1,
++                        'AC_DISABLE_STATIC' => 1,
++                        'AM_MAINTAINER_MODE' => 1,
++                        'KDE_MISSING_PROG_ERROR' => 1,
++                        '_LT_AC_LOCK' => 1,
++                        'AC_CHECK_GETHOSTNAME' => 1,
++                        '_LT_AC_LANG_RC_CONFIG' => 1,
++                        'KDE_CREATE_SUBDIRSLIST' => 1,
++                        'AC_C_CONST' => 1,
++                        'AC_CHECK_RES_QUERY' => 1,
++                        'KDE_CHECK_EXTRA_LIBS' => 1,
++                        'KDE_UIC_ERROR_MESSAGE' => 1,
++                        'AM_AUX_DIR_EXPAND' => 1,
++                        'AC_PROG_INSTALL' => 1,
++                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
++                        '_AM_SET_OPTIONS' => 1,
++                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
++                        'AH_OUTPUT' => 1,
++                        'AC_CHECK_LIBM' => 1,
++                        '_AM_MANGLE_OPTION' => 1,
++                        'AC_CONFIG_HEADERS' => 1,
++                        'AM_SET_DEPDIR' => 1,
++                        'KDE_CHECK_HEADERS' => 1,
++                        'AC_HAVE_XPM' => 1,
++                        '_LT_CC_BASENAME' => 1,
++                        'AM_KDE_GNU_GETTEXT' => 1,
++                        'KDE_CHECK_THREADING' => 1,
++                        'KDE_CHECK_DYNAMIC_LOADING' => 1,
++                        'AC_CHECK_FUNCS' => 1,
++                        'AC_FUNC_CLOSEDIR_VOID' => 1,
++                        '_LT_AC_SHELL_INIT' => 1,
++                        'AC_DEFUN' => 1,
++                        'AM_PROG_MKDIR_P' => 1,
++                        'AM_AUTOMAKE_VERSION' => 1,
++                        'AC_FUNC_STRTOD' => 1,
++                        'KDE_SET_PATHS' => 1,
++                        'AM_MISSING_PROG' => 1,
++                        'AC_FUNC_STRNLEN' => 1,
++                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
++                        'AC_PROG_CXX' => 1,
++                        '_LT_AC_LANG_C_CONFIG' => 1,
++                        'KDE_TRY_LINK_PYTHON' => 1,
++                        'AC_CHECK_MKDTEMP' => 1,
++                        'KDE_CHECK_VISIBILITY_GCC_BUG' => 1,
++                        'AM_PROG_INSTALL_STRIP' => 1,
++                        'AC_PROG_AWK' => 1,
++                        'AC_LIBTOOL_OBJDIR' => 1,
++                        'AC_HEADER_MAJOR' => 1,
++                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
++                        '_LT_AC_CHECK_DLFCN' => 1,
++                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
++                        'AC_CHECK_BOOL' => 1,
++                        '_AM_PROG_TAR' => 1,
++                        'AC_LIBSOURCE' => 1,
++                        'KDE_C_LONG_DOUBLE' => 1,
++                        'AC_STRUCT_ST_BLOCKS' => 1,
++                        'AC_CHECK_KDEMAXPATHLEN' => 1,
++                        '_LT_AC_LANG_F77' => 1,
++                        'AC_CONFIG_AUX_DIR' => 1,
++                        'AC_PROG_MAKE_SET' => 1,
++                        'AM_PROG_LIBTOOL' => 1,
++                        'AM_PATH_PROG_WITH_TEST_KDE' => 1,
++                        '_LT_AC_FILE_LTDLL_C' => 1,
++                        'AM_PROG_LD' => 1,
++                        'AC_FIND_QIMGIO' => 1,
++                        'AC_FUNC_STRERROR_R' => 1,
++                        'AC_CHECK_SOCKLEN_T' => 1,
++                        'AC_FUNC_VPRINTF' => 1,
++                        'AU_DEFUN' => 1,
++                        'KDE_SUBST_PROGRAMS' => 1,
++                        'KDE_CHECK_JAVA_DIR' => 1,
++                        'AC_LIBTOOL_DLOPEN' => 1,
++                        'AC_PROG_LD' => 1,
++                        'AC_STRUCT_TIMEZONE' => 1,
++                        '_AM_SET_OPTION' => 1,
++                        '_LT_LINKER_BOILERPLATE' => 1,
++                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
++                        'KDE_CHECK_UIC_FLAG' => 1,
++                        'AC_FUNC_SETPGRP' => 1,
++                        'AC_HAVE_GL' => 1,
++                        'AC_FUNC_MMAP' => 1,
++                        'AC_CHECK_TYPES' => 1,
++                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
++                        'AC_CHECK_MEMBERS' => 1,
++                        'AC_FUNC_UTIME_NULL' => 1,
++                        'AC_CHECK_MKSTEMP' => 1,
++                        'KDE_CHECK_CLOSURE' => 1,
++                        'AC_HEADER_STAT' => 1,
++                        'DEF_PAM_SERVICE' => 1,
++                        'AC_C_INLINE' => 1,
++                        'AC_LIBTOOL_RC' => 1,
++                        'AC_DISABLE_FAST_INSTALL' => 1,
++                        'AC_CONFIG_FILES' => 1,
++                        'KDE_INIT_DOXYGEN' => 1,
++                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
++                        'include' => 1,
++                        'KDE_MISSING_ARTS_ERROR' => 1,
++                        'AM_ENABLE_SHARED' => 1,
++                        'AC_CHECK_USLEEP' => 1,
++                        'AC_FUNC_MALLOC' => 1,
++                        'AC_FUNC_GETGROUPS' => 1,
++                        'AC_FUNC_GETLOADAVG' => 1,
++                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
++                        'AC_ENABLE_STATIC' => 1,
++                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
++                        'AM_CONDITIONAL' => 1,
++                        'AC_FUNC_MKTIME' => 1,
++                        'AC_FUNC_MEMCMP' => 1,
++                        'AM_PROG_INSTALL_SH' => 1,
++                        'AC_PROG_EGREP' => 1,
++                        'AC_PATH_MAGIC' => 1,
++                        'AM_PROG_OBJC' => 1,
++                        'KDE_PASSWDLIBS' => 1,
++                        'm4_pattern_forbid' => 1,
++                        'KDE_CONF_FILES' => 1,
++                        'KDE_CHECK_LONG_LONG' => 1,
++                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
++                        'AC_DISABLE_SHARED' => 1,
++                        'AC_CHECK_UNSETENV' => 1,
++                        'AC_LIBTOOL_WIN32_DLL' => 1,
++                        'KDE_CHECK_FOR_BAD_COMPILER' => 1,
++                        'AC_FUNC_GETMNTENT' => 1,
++                        'KDE_CHECK_BINUTILS' => 1,
++                        'AC_FIND_GIF' => 1,
++                        'KDE_SET_PREFIX' => 1,
++                        'm4_sinclude' => 1,
++                        'KDE_CHECK_LIB' => 1,
++                        'AC_PATH_X' => 1,
++                        'KDE_CHECK_LIB64' => 1,
++                        'KDE_CHECK_SSL' => 1,
++                        'KDE_CHECK_STL' => 1,
++                        'AC_CHECK_RES_INIT' => 1,
++                        'LT_AC_PROG_RC' => 1,
++                        'AC_LIBTOOL_CXX' => 1,
++                        'KDE_ADD_INCLUDES' => 1,
++                        'AC_CHECK_RPATH' => 1,
++                        'AC_CHECK_DN_SKIPNAME' => 1,
++                        'AM_DEP_TRACK' => 1,
++                        'KDE_PAM' => 1,
++                        'AC_TYPE_UID_T' => 1,
++                        'KDE_MISC_TESTS' => 1,
++                        'AC_DEFINE_TRACE_LITERAL' => 1,
++                        'KDE_ADD_DEPENDENCIES' => 1,
++                        '_AM_DEPENDENCIES' => 1,
++                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
++                        'AC_PROG_CC' => 1,
++                        'AC_FIND_ZLIB' => 1,
++                        'AC_PROG_YACC' => 1,
++                        'AC_LIBLTDL_INSTALLABLE' => 1,
++                        'KDE_CHECK_NAMESPACES' => 1,
++                        'AC_VALIDIFY_CXXFLAGS' => 1,
++                        'AC_FIND_BZIP2' => 1,
++                        'AC_FUNC_REALLOC' => 1,
++                        'AC_CONFIG_LINKS' => 1,
++                        'AC_PATH_KDE' => 1,
++                        'KDE_CHECK_PTHREAD_OPTION' => 1,
++                        'AC_PATH_QTOPIA' => 1,
++                        'KDE_CHECK_PERL' => 1,
++                        'KDE_CHECK_PYTHON' => 1,
++                        'AC_PROG_CPP' => 1,
++                        'AC_PROG_LEX' => 1,
++                        'AC_TYPE_PID_T' => 1,
++                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
++                        'AC_FUNC_SETVBUF_REVERSED' => 1,
++                        'KDE_1_CHECK_PATHS' => 1,
++                        '_LT_AC_LANG_F77_CONFIG' => 1,
++                        'KDE_CHECK_LIBPTHREAD' => 1,
++                        'AC_CHECK_INITGROUPS' => 1,
++                        'AM_RUN_LOG' => 1,
++                        'AC_LIBTOOL_PICMODE' => 1,
++                        'AM_PROG_LEX' => 1,
++                        'KDE_CHECK_FUNC_EXT' => 1,
++                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
++                        'KDE_NEED_FLEX' => 1,
++                        'AC_CANONICAL_SYSTEM' => 1,
++                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
++                        'AC_FIND_PNG' => 1,
++                        'AC_CHECK_COMPILERS' => 1,
++                        'AM_FUNC_OBSTACK' => 1,
++                        'KDE_CHECK_KDEQTADDON' => 1,
++                        'KDE_EXPAND_MAKEVAR' => 1,
++                        'KDE_CHECK_QT_DIRECT' => 1,
++                        'AC_FIND_JASPER' => 1
++                      }
++                    ], 'Autom4te::Request' ),
++             bless( [
++                      '1',
++                      1,
++                      [
++                        '/usr/share/autoconf'
++                      ],
++                      [
++                        '/usr/share/autoconf/autoconf/autoconf.m4f',
++                        'aclocal.m4',
++                        'configure.in'
++                      ],
++                      {
++                        '_LT_AC_TAGCONFIG' => 1,
++                        'm4_pattern_forbid' => 1,
++                        'AC_CANONICAL_TARGET' => 1,
++                        'AC_CONFIG_LIBOBJ_DIR' => 1,
++                        'AC_TYPE_OFF_T' => 1,
++                        'AC_C_VOLATILE' => 1,
++                        'AC_FUNC_CLOSEDIR_VOID' => 1,
++                        'AC_REPLACE_FNMATCH' => 1,
++                        'AC_PROG_LIBTOOL' => 1,
++                        'AC_FUNC_STAT' => 1,
++                        'AC_HEADER_TIME' => 1,
++                        'AC_FUNC_WAIT3' => 1,
++                        'AM_AUTOMAKE_VERSION' => 1,
++                        'AC_STRUCT_TM' => 1,
++                        'AC_FUNC_LSTAT' => 1,
++                        'AC_TYPE_MODE_T' => 1,
++                        'AC_FUNC_GETMNTENT' => 1,
++                        'AC_FUNC_STRTOD' => 1,
++                        'AC_CHECK_HEADERS' => 1,
++                        'AC_FUNC_STRNLEN' => 1,
++                        'm4_sinclude' => 1,
++                        'AC_PROG_CXX' => 1,
++                        'AC_PATH_X' => 1,
++                        'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,
++                        'AC_PROG_AWK' => 1,
++                        '_m4_warn' => 1,
++                        'AC_HEADER_STDC' => 1,
++                        'AC_HEADER_MAJOR' => 1,
++                        'AC_FUNC_ERROR_AT_LINE' => 1,
++                        'AC_PROG_GCC_TRADITIONAL' => 1,
++                        'AC_LIBSOURCE' => 1,
++                        'AC_FUNC_MBRTOWC' => 1,
++                        'AC_STRUCT_ST_BLOCKS' => 1,
++                        'AC_CANONICAL_BUILD' => 1,
++                        'AC_TYPE_SIGNAL' => 1,
++                        'AC_TYPE_UID_T' => 1,
++                        'AC_CONFIG_AUX_DIR' => 1,
++                        'AC_PROG_MAKE_SET' => 1,
++                        'sinclude' => 1,
++                        'm4_pattern_allow' => 1,
++                        'AC_DEFINE_TRACE_LITERAL' => 1,
++                        'AC_FUNC_STRERROR_R' => 1,
++                        'AC_PROG_CC' => 1,
++                        'AC_FUNC_FORK' => 1,
++                        'AC_DECL_SYS_SIGLIST' => 1,
++                        'AC_FUNC_VPRINTF' => 1,
++                        'AC_FUNC_STRCOLL' => 1,
++                        'AC_PROG_YACC' => 1,
++                        'AC_INIT' => 1,
++                        'AC_STRUCT_TIMEZONE' => 1,
++                        'AC_FUNC_CHOWN' => 1,
++                        'AC_SUBST' => 1,
++                        'AC_FUNC_ALLOCA' => 1,
++                        'AC_CANONICAL_HOST' => 1,
++                        'AC_FUNC_GETPGRP' => 1,
++                        'AC_PROG_RANLIB' => 1,
++                        'AM_INIT_AUTOMAKE' => 1,
++                        'AC_FUNC_SETPGRP' => 1,
++                        'AC_CONFIG_SUBDIRS' => 1,
++                        'AC_FUNC_MMAP' => 1,
++                        'AC_FUNC_REALLOC' => 1,
++                        'AC_TYPE_SIZE_T' => 1,
++                        'AC_CONFIG_LINKS' => 1,
++                        'AC_CHECK_TYPES' => 1,
++                        'LT_SUPPORTED_TAG' => 1,
++                        'AC_CHECK_MEMBERS' => 1,
++                        'AM_MAINTAINER_MODE' => 1,
++                        'AC_FUNC_UTIME_NULL' => 1,
++                        'AC_FUNC_SELECT_ARGTYPES' => 1,
++                        'AC_FUNC_STRFTIME' => 1,
++                        'AC_HEADER_STAT' => 1,
++                        'AC_C_INLINE' => 1,
++                        'AC_PROG_CPP' => 1,
++                        'AM_ENABLE_MULTILIB' => 1,
++                        'AC_TYPE_PID_T' => 1,
++                        'AC_C_CONST' => 1,
++                        'AC_PROG_LEX' => 1,
++                        'AC_CONFIG_FILES' => 1,
++                        'include' => 1,
++                        'AC_FUNC_SETVBUF_REVERSED' => 1,
++                        'AC_PROG_INSTALL' => 1,
++                        'AM_GNU_GETTEXT' => 1,
++                        'AC_FUNC_OBSTACK' => 1,
++                        'AC_CHECK_LIB' => 1,
++                        'AC_FUNC_MALLOC' => 1,
++                        'AC_FUNC_GETGROUPS' => 1,
++                        'AC_FUNC_GETLOADAVG' => 1,
++                        'AH_OUTPUT' => 1,
++                        'AC_FUNC_FSEEKO' => 1,
++                        'AM_PROG_CC_C_O' => 1,
++                        'AM_CONDITIONAL' => 1,
++                        'AC_CANONICAL_SYSTEM' => 1,
++                        'AC_FUNC_MKTIME' => 1,
++                        'AC_CONFIG_HEADERS' => 1,
++                        'AC_HEADER_SYS_WAIT' => 1,
++                        'AC_FUNC_MEMCMP' => 1,
++                        'AC_PROG_LN_S' => 1,
++                        'm4_include' => 1,
++                        'AC_HEADER_DIRENT' => 1,
++                        'AC_CHECK_FUNCS' => 1
++                      }
++                    ], 'Autom4te::Request' )
++           );
++
+diff -Nrua koffice-1.4.2.orig/autom4te.cache/traces.0 koffice-1.4.2/autom4te.cache/traces.0
+--- koffice-1.4.2.orig/autom4te.cache/traces.0	1970-01-01 01:00:00.000000000 +0100
++++ koffice-1.4.2/autom4te.cache/traces.0	2005-11-11 17:29:05.000000000 +0100
+@@ -0,0 +1,20209 @@
++m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
++m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
++m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
++AC_PREREQ([2.50])dnl
++# expand $ac_aux_dir to an absolute path
++am_aux_dir=`cd $ac_aux_dir && pwd`
++])
++m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
++ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
++	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
++AC_SUBST([$1_TRUE])
++AC_SUBST([$1_FALSE])
++if $2; then
++  $1_TRUE=
++  $1_FALSE='#'
++else
++  $1_TRUE='#'
++  $1_FALSE=
++fi
++AC_CONFIG_COMMANDS_PRE(
++[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
++  AC_MSG_ERROR([[conditional "$1" was never defined.
++Usually this means the macro was only invoked conditionally.]])
++fi])])
++m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
++AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
++AC_REQUIRE([AM_MAKE_INCLUDE])dnl
++AC_REQUIRE([AM_DEP_TRACK])dnl
++
++ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
++       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
++       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
++       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
++                   [depcc="$$1"   am_compiler_list=])
++
++AC_CACHE_CHECK([dependency style of $depcc],
++               [am_cv_$1_dependencies_compiler_type],
++[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
++  # We make a subdir and do the tests there.  Otherwise we can end up
++  # making bogus files that we don't know about and never remove.  For
++  # instance it was reported that on HP-UX the gcc test will end up
++  # making a dummy file named `D' -- because `-MD' means `put the output
++  # in D'.
++  mkdir conftest.dir
++  # Copy depcomp to subdir because otherwise we won't find it if we're
++  # using a relative directory.
++  cp "$am_depcomp" conftest.dir
++  cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
++
++  am_cv_$1_dependencies_compiler_type=none
++  if test "$am_compiler_list" = ""; then
++     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
++  fi
++  for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
++    # We need to recreate these files for each test, as the compiler may
++    # overwrite some of them when testing with obscure command lines.
++    # This happens at least with the AIX C compiler.
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
++
++    case $depmode in
++    nosideeffect)
++      # after this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested
++      if test "x$enable_dependency_tracking" = xyes; then
++	continue
++      else
++	break
++      fi
++      ;;
++    none) break ;;
++    esac
++    # We check with `-c' and `-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle `-M -o', and we need to detect this.
++    if depmode=$depmode \
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
++       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_$1_dependencies_compiler_type=$depmode
++        break
++      fi
++    fi
++  done
++
++  cd ..
++  rm -rf conftest.dir
++else
++  am_cv_$1_dependencies_compiler_type=none
++fi
++])
++AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
++AM_CONDITIONAL([am__fastdep$1], [
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
++])
++m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
++AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
++])
++m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
++[  --disable-dependency-tracking  speeds up one-time build
++  --enable-dependency-tracking   do not reject slow dependency extractors])
++if test "x$enable_dependency_tracking" != xno; then
++  am_depcomp="$ac_aux_dir/depcomp"
++  AMDEPBACKSLASH='\'
++fi
++AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
++AC_SUBST([AMDEPBACKSLASH])
++])
++m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; 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.
++  # So let's grep whole file.
++  if grep '^#.*generated by automake' $mf > /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"`
++  # When using ansi2knr, U may be empty or an underscore; expand it
++  U=`sed -n 's/^U = //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' -e 's/\$U/'"$U"'/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
++done
++])
++m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- 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"])
++])
++m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
++m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
++You should run autoupdate.])dnl
++AC_CONFIG_HEADERS($@)])
++m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
++dnl Autoconf wants to disallow AM_ names.  We explicitly allow
++dnl the ones we care about.
++m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
++AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
++AC_REQUIRE([AC_PROG_INSTALL])dnl
++# test to see if srcdir already configured
++if test "`cd $srcdir && pwd`" != "`pwd`" &&
++   test -f $srcdir/config.status; then
++  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
++fi
++
++# test whether we have cygpath
++if test -z "$CYGPATH_W"; then
++  if (cygpath --version) >/dev/null 2>/dev/null; then
++    CYGPATH_W='cygpath -w'
++  else
++    CYGPATH_W=echo
++  fi
++fi
++AC_SUBST([CYGPATH_W])
++
++# Define the identity of the package.
++dnl Distinguish between old-style and new-style calls.
++m4_ifval([$2],
++[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
++ AC_SUBST([PACKAGE], [$1])dnl
++ AC_SUBST([VERSION], [$2])],
++[_AM_SET_OPTIONS([$1])dnl
++ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
++ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
++
++_AM_IF_OPTION([no-define],,
++[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
++ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
++
++# Some tools Automake needs.
++AC_REQUIRE([AM_SANITY_CHECK])dnl
++AC_REQUIRE([AC_ARG_PROGRAM])dnl
++AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
++AM_MISSING_PROG(AUTOCONF, autoconf)
++AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
++AM_MISSING_PROG(AUTOHEADER, autoheader)
++AM_MISSING_PROG(MAKEINFO, makeinfo)
++AM_PROG_INSTALL_SH
++AM_PROG_INSTALL_STRIP
++AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++# We need awk for the "check" target.  The system "awk" is bad on
++# some platforms.
++AC_REQUIRE([AC_PROG_AWK])dnl
++AC_REQUIRE([AC_PROG_MAKE_SET])dnl
++AC_REQUIRE([AM_SET_LEADING_DOT])dnl
++_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
++              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
++	      		     [_AM_PROG_TAR([v7])])])
++_AM_IF_OPTION([no-dependencies],,
++[AC_PROVIDE_IFELSE([AC_PROG_CC],
++                  [_AM_DEPENDENCIES(CC)],
++                  [define([AC_PROG_CC],
++                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
++AC_PROVIDE_IFELSE([AC_PROG_CXX],
++                  [_AM_DEPENDENCIES(CXX)],
++                  [define([AC_PROG_CXX],
++                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
++])
++])
++m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
++_am_stamp_count=1
++for _am_header in $config_headers :; do
++  case $_am_header in
++    $1 | $1:* )
++      break ;;
++    * )
++      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
++  esac
++done
++echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
++m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
++install_sh=${install_sh-"$am_aux_dir/install-sh"}
++AC_SUBST(install_sh)])
++m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
++mkdir .tst 2>/dev/null
++if test -d .tst; then
++  am__leading_dot=.
++else
++  am__leading_dot=_
++fi
++rmdir .tst 2>/dev/null
++AC_SUBST([am__leading_dot])])
++m4trace:/usr/share/aclocal-1.9/lex.m4:22: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
++AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
++AC_REQUIRE([AC_PROG_LEX])dnl
++if test "$LEX" = :; then
++  LEX=${am_missing_run}flex
++fi])
++m4trace:/usr/share/aclocal-1.9/maintainer.m4:26: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
++  dnl maintainer-mode is disabled by default
++  AC_ARG_ENABLE(maintainer-mode,
++[  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer],
++      USE_MAINTAINER_MODE=$enableval,
++      USE_MAINTAINER_MODE=no)
++  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
++  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
++  MAINT=$MAINTAINER_MODE_TRUE
++  AC_SUBST(MAINT)dnl
++
++])
++m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
++m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
++You should run autoupdate.])dnl
++AM_MAINTAINER_MODE])
++m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
++cat > confinc << 'END'
++am__doit:
++	@echo done
++.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
++# We grep out `Entering directory' and `Leaving directory'
++# messages which can occur if `w' ends up in MAKEFLAGS.
++# In particular we don't look at `^make:' because GNU make might
++# be invoked under some other name (usually "gmake"), in which
++# case it prints its new name instead of `make'.
++if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
++   am__include=include
++   am__quote=
++   _am_result=GNU
++fi
++# Now try BSD make style include.
++if test "$am__include" = "#"; then
++   echo '.include "confinc"' > confmf
++   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
++      am__include=.include
++      am__quote="\""
++      _am_result=BSD
++   fi
++fi
++AC_SUBST([am__include])
++AC_SUBST([am__quote])
++AC_MSG_RESULT([$_am_result])
++rm -f confinc confmf
++])
++m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
++$1=${$1-"${am_missing_run}$2"}
++AC_SUBST($1)])
++m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
++test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
++# Use eval to expand $SHELL
++if eval "$MISSING --run true"; then
++  am_missing_run="$MISSING --run "
++else
++  am_missing_run=
++  AC_MSG_WARN([`missing' script is too old or missing])
++fi
++])
++m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
++  # We used to keeping the `.' as first argument, in order to
++  # allow $(mkdir_p) to be used without argument.  As in
++  #   $(mkdir_p) $(somedir)
++  # where $(somedir) is conditionally defined.  However this is wrong
++  # for two reasons:
++  #  1. if the package is installed by a user who cannot write `.'
++  #     make install will fail,
++  #  2. the above comment should most certainly read
++  #     $(mkdir_p) $(DESTDIR)$(somedir)
++  #     so it does not work when $(somedir) is undefined and
++  #     $(DESTDIR) is not.
++  #  To support the latter case, we have to write
++  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
++  #  so the `.' trick is pointless.
++  mkdir_p='mkdir -p --'
++else
++  # On NextStep and OpenStep, the `mkdir' command does not
++  # recognize any option.  It will interpret all options as
++  # directories to create, and then abort because `.' already
++  # exists.
++  for d in ./-p ./--version;
++  do
++    test -d $d && rmdir $d
++  done
++  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
++  if test -f "$ac_aux_dir/mkinstalldirs"; then
++    mkdir_p='$(mkinstalldirs)'
++  else
++    mkdir_p='$(install_sh) -d'
++  fi
++fi
++AC_SUBST([mkdir_p])])
++m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
++m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
++m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
++m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
++m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
++   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
++   ac_status=$?
++   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
++   (exit $ac_status); }])
++m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
++# Just in case
++sleep 1
++echo timestamp > conftest.file
++# Do `set' in a subshell so we don't clobber the current shell's
++# arguments.  Must try -L first in case configure is actually a
++# symlink; some systems play weird games with the mod time of symlinks
++# (eg FreeBSD returns the mod time of the symlink's containing
++# directory).
++if (
++   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
++   if test "$[*]" = "X"; then
++      # -L didn't work.
++      set X `ls -t $srcdir/configure conftest.file`
++   fi
++   rm -f conftest.file
++   if test "$[*]" != "X $srcdir/configure conftest.file" \
++      && test "$[*]" != "X conftest.file $srcdir/configure"; then
++
++      # If neither matched, then we have a broken ls.  This can happen
++      # if, for instance, CONFIG_SHELL is bash and it inherits a
++      # broken ls alias from the environment.  This has actually
++      # happened.  Such a system could not be considered "sane".
++      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
++alias in your environment])
++   fi
++
++   test "$[2]" = conftest.file
++   )
++then
++   # Ok.
++   :
++else
++   AC_MSG_ERROR([newly created file is older than distributed files!
++Check your system clock])
++fi
++AC_MSG_RESULT(yes)])
++m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
++# Installed binaries are usually stripped using `strip' when the user
++# run `make install-strip'.  However `strip' might not be the right
++# tool to use in cross-compilation environments, therefore Automake
++# will honor the `STRIP' environment variable to overrule this program.
++dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
++if test "$cross_compiling" != no; then
++  AC_CHECK_TOOL([STRIP], [strip], :)
++fi
++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
++AC_SUBST([INSTALL_STRIP_PROGRAM])])
++m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
++AM_MISSING_PROG([AMTAR], [tar])
++m4_if([$1], [v7],
++     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
++     [m4_case([$1], [ustar],, [pax],,
++              [m4_fatal([Unknown tar format])])
++AC_MSG_CHECKING([how to create a $1 tar archive])
++# Loop over all known methods to create a tar archive until one works.
++_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
++_am_tools=${am_cv_prog_tar_$1-$_am_tools}
++# Do not fold the above two line into one, because Tru64 sh and
++# Solaris sh will not grok spaces in the rhs of `-'.
++for _am_tool in $_am_tools
++do
++  case $_am_tool in
++  gnutar)
++    for _am_tar in tar gnutar gtar;
++    do
++      AM_RUN_LOG([$_am_tar --version]) && break
++    done
++    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
++    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
++    am__untar="$_am_tar -xf -"
++    ;;
++  plaintar)
++    # Must skip GNU tar: if it does not support --format= it doesn't create
++    # ustar tarball either.
++    (tar --version) >/dev/null 2>&1 && continue
++    am__tar='tar chf - "$$tardir"'
++    am__tar_='tar chf - "$tardir"'
++    am__untar='tar xf -'
++    ;;
++  pax)
++    am__tar='pax -L -x $1 -w "$$tardir"'
++    am__tar_='pax -L -x $1 -w "$tardir"'
++    am__untar='pax -r'
++    ;;
++  cpio)
++    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
++    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
++    am__untar='cpio -i -H $1 -d'
++    ;;
++  none)
++    am__tar=false
++    am__tar_=false
++    am__untar=false
++    ;;
++  esac
++
++  # If the value was cached, stop now.  We just wanted to have am__tar
++  # and am__untar set.
++  test -n "${am_cv_prog_tar_$1}" && break
++
++  # tar/untar a dummy directory, and stop if the command works
++  rm -rf conftest.dir
++  mkdir conftest.dir
++  echo GrepMe > conftest.dir/file
++  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
++  rm -rf conftest.dir
++  if test -s conftest.tar; then
++    AM_RUN_LOG([$am__untar <conftest.tar])
++    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
++  fi
++done
++rm -rf conftest.dir
++
++AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
++AC_MSG_RESULT([$am_cv_prog_tar_$1])])
++AC_SUBST([am__tar])
++AC_SUBST([am__untar])
++])
++m4trace:acinclude.m4:152: -1- AC_DEFUN([KDE_PATH_X_DIRECT], [
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++if test "$ac_x_includes" = NO; then
++  # Guess where to find include files, by looking for this one X11 .h file.
++  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
++
++  # First, try using that file with no special directory specified.
++AC_TRY_CPP([#include <$x_direct_test_include>],
++[# We can compile using X headers with no special include directory.
++ac_x_includes=],
++[# Look for the header file in a standard set of common directories.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++  for ac_dir in               \
++    /usr/X11/include          \
++    /usr/X11R6/include        \
++    /usr/X11R5/include        \
++    /usr/X11R4/include        \
++                              \
++    /usr/include/X11          \
++    /usr/include/X11R6        \
++    /usr/include/X11R5        \
++    /usr/include/X11R4        \
++                              \
++    /usr/local/X11/include    \
++    /usr/local/X11R6/include  \
++    /usr/local/X11R5/include  \
++    /usr/local/X11R4/include  \
++                              \
++    /usr/local/include/X11    \
++    /usr/local/include/X11R6  \
++    /usr/local/include/X11R5  \
++    /usr/local/include/X11R4  \
++                              \
++    /usr/X386/include         \
++    /usr/x386/include         \
++    /usr/XFree86/include/X11  \
++                              \
++    /usr/include              \
++    /usr/local/include        \
++    /usr/unsupported/include  \
++    /usr/athena/include       \
++    /usr/local/x11r5/include  \
++    /usr/lpp/Xamples/include  \
++                              \
++    /usr/openwin/include      \
++    /usr/openwin/share/include \
++    ; \
++  do
++    if test -r "$ac_dir/$x_direct_test_include"; then
++      ac_x_includes=$ac_dir
++      break
++    fi
++  done])
++fi # $ac_x_includes = NO
++
++if test "$ac_x_libraries" = NO; then
++  # Check for the libraries.
++
++  test -z "$x_direct_test_library" && x_direct_test_library=Xt
++  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
++
++  # See if we find them without any special options.
++  # Don't add to $LIBS permanently.
++  ac_save_LIBS="$LIBS"
++  LIBS="-l$x_direct_test_library $LIBS"
++AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}(1)],
++[LIBS="$ac_save_LIBS"
++# We can link X programs with no special library path.
++ac_x_libraries=],
++[LIBS="$ac_save_LIBS"
++# First see if replacing the include by lib works.
++# Check X11 before X11Rn because it is often a symlink to the current release.
++for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
++    /usr/X11/lib${kdelibsuff}           \
++    /usr/X11R6/lib${kdelibsuff}         \
++    /usr/X11R5/lib${kdelibsuff}         \
++    /usr/X11R4/lib${kdelibsuff}         \
++                                        \
++    /usr/lib${kdelibsuff}/X11           \
++    /usr/lib${kdelibsuff}/X11R6         \
++    /usr/lib${kdelibsuff}/X11R5         \
++    /usr/lib${kdelibsuff}/X11R4         \
++                                        \
++    /usr/local/X11/lib${kdelibsuff}     \
++    /usr/local/X11R6/lib${kdelibsuff}   \
++    /usr/local/X11R5/lib${kdelibsuff}   \
++    /usr/local/X11R4/lib${kdelibsuff}   \
++                                        \
++    /usr/local/lib${kdelibsuff}/X11     \
++    /usr/local/lib${kdelibsuff}/X11R6   \
++    /usr/local/lib${kdelibsuff}/X11R5   \
++    /usr/local/lib${kdelibsuff}/X11R4   \
++                                        \
++    /usr/X386/lib${kdelibsuff}          \
++    /usr/x386/lib${kdelibsuff}          \
++    /usr/XFree86/lib${kdelibsuff}/X11   \
++                                        \
++    /usr/lib${kdelibsuff}               \
++    /usr/local/lib${kdelibsuff}         \
++    /usr/unsupported/lib${kdelibsuff}   \
++    /usr/athena/lib${kdelibsuff}        \
++    /usr/local/x11r5/lib${kdelibsuff}   \
++    /usr/lpp/Xamples/lib${kdelibsuff}   \
++    /lib/usr/lib${kdelibsuff}/X11       \
++                                        \
++    /usr/openwin/lib${kdelibsuff}       \
++    /usr/openwin/share/lib${kdelibsuff} \
++    ; \
++do
++dnl Don't even attempt the hair of trying to link an X program!
++  for ac_extension in a so sl; do
++    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
++      ac_x_libraries=$ac_dir
++      break 2
++    fi
++  done
++done])
++fi # $ac_x_libraries = NO
++])
++m4trace:acinclude.m4:174: -1- AC_DEFUN([AC_FIND_FILE], [
++$3=NO
++for i in $2;
++do
++  for j in $1;
++  do
++    echo "configure: __oline__: $i/$j" >&AC_FD_CC
++    if test -r "$i/$j"; then
++      echo "taking that" >&AC_FD_CC
++      $3=$i
++      break 2
++    fi
++  done
++done
++])
++m4trace:acinclude.m4:240: -1- AC_DEFUN([KDE_FIND_PATH], [
++   AC_MSG_CHECKING([for $1])
++   if test -n "$$2"; then
++        kde_cv_path="$$2";
++   else
++        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
++
++        AC_CACHE_VAL(kde_cv_path_$kde_cache,
++        [
++        kde_cv_path="NONE"
++	kde_save_IFS=$IFS
++	IFS=':'
++	dirs=""
++	for dir in $PATH; do
++	  dirs="$dirs $dir"
++	done
++	if test -z "$6"; then  dnl Append dirs in PATH (default)
++	  dirs="$3 $dirs"
++        else  dnl Prepend dirs in PATH (if 6th arg is set)
++	  dirs="$dirs $3"
++	fi
++	IFS=$kde_save_IFS
++
++        for dir in $dirs; do
++	  if test -x "$dir/$1"; then
++	    if test -n "$5"
++	    then
++              evalstr="$dir/$1 $5 2>&1 "
++	      if eval $evalstr; then
++                kde_cv_path="$dir/$1"
++                break
++	      fi
++            else
++		kde_cv_path="$dir/$1"
++                break
++	    fi
++          fi
++        done
++
++        eval "kde_cv_path_$kde_cache=$kde_cv_path"
++
++        ])
++
++      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
++
++   fi
++
++   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
++      AC_MSG_RESULT(not found)
++      $4
++   else
++      AC_MSG_RESULT($kde_cv_path)
++      $2=$kde_cv_path
++
++   fi
++])
++m4trace:acinclude.m4:252: -1- AC_DEFUN([KDE_MOC_ERROR_MESSAGE], [
++    AC_MSG_ERROR([No Qt meta object compiler (moc) found!
++Please check whether you installed Qt correctly.
++You need to have a running moc binary.
++configure tried to run $ac_cv_path_moc and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable MOC to the right one before running
++configure.
++])
++])
++m4trace:acinclude.m4:264: -1- AC_DEFUN([KDE_UIC_ERROR_MESSAGE], [
++    AC_MSG_WARN([No Qt ui compiler (uic) found!
++Please check whether you installed Qt correctly.
++You need to have a running uic binary.
++configure tried to run $ac_cv_path_uic and the test didn't
++succeed. If configure shouldn't have tried this one, set
++the environment variable UIC to the right one before running
++configure.
++])
++])
++m4trace:acinclude.m4:294: -1- AC_DEFUN([KDE_CHECK_UIC_FLAG], [
++    AC_MSG_CHECKING([whether uic supports -$1 ])
++    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
++    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
++    [
++        cat >conftest.ui <<EOT
++        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
++EOT
++        ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null"
++        if AC_TRY_EVAL(ac_uic_testrun); then
++            eval "kde_cv_prog_uic_$kde_cache=yes"
++        else
++            eval "kde_cv_prog_uic_$kde_cache=no"
++        fi
++        rm -f conftest*
++    ])
++
++    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
++        AC_MSG_RESULT([yes])
++        :
++        $3
++    else
++        AC_MSG_RESULT([no])
++        :
++        $4
++    fi
++])
++m4trace:acinclude.m4:348: -1- AC_DEFUN([AC_PATH_QT_MOC_UIC], [
++   AC_REQUIRE([KDE_CHECK_PERL])
++   qt_bindirs=""
++   for dir in $kde_qt_dirs; do
++      qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
++   done
++   qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
++   if test ! "$ac_qt_bindir" = "NO"; then
++      qt_bindirs="$ac_qt_bindir $qt_bindirs"
++   fi
++
++   KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
++   if test -z "$UIC_NOT_NEEDED"; then
++     KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""])
++     if test -z "$UIC_PATH" ; then
++       KDE_UIC_ERROR_MESSAGE
++       exit 1
++     else
++       UIC=$UIC_PATH
++
++       if test $kde_qtver = 3; then
++         KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no)
++         KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no)
++
++         if test x$ac_uic_supports_libpath = xyes; then
++             UIC="$UIC -L \$(kde_widgetdir)"
++         fi
++         if test x$ac_uic_supports_nounload = xyes; then
++             UIC="$UIC -nounload"
++         fi
++       fi
++     fi
++   else
++     UIC="echo uic not available: "
++   fi
++
++   AC_SUBST(MOC)
++   AC_SUBST(UIC)
++
++   UIC_TR="i18n"
++   if test $kde_qtver = 3; then
++     UIC_TR="tr2i18n"
++   fi
++
++   AC_SUBST(UIC_TR)
++])
++m4trace:acinclude.m4:396: -1- AC_DEFUN([KDE_1_CHECK_PATHS], [
++  KDE_1_CHECK_PATH_HEADERS
++
++  KDE_TEST_RPATH=
++
++  if test -n "$USE_RPATH"; then
++
++     if test -n "$kde_libraries"; then
++       KDE_TEST_RPATH="-R $kde_libraries"
++     fi
++
++     if test -n "$qt_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
++     fi
++
++     if test -n "$x_libraries"; then
++       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
++     fi
++
++     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
++  fi
++
++AC_MSG_CHECKING([for KDE libraries installed])
++ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
++
++if AC_TRY_EVAL(ac_link) && test -s conftest; then
++  AC_MSG_RESULT(yes)
++else
++  AC_MSG_ERROR([your system fails at linking a small KDE application!
++Check, if your compiler is installed correctly and if you have used the
++same compiler to compile Qt and kdelibs as you did use now.
++For more details about this problem, look at the end of config.log.])
++fi
++
++if eval `KDEDIR= ./conftest 2>&5`; then
++  kde_result=done
++else
++  kde_result=problems
++fi
++
++KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
++kde_have_all_paths=yes
++
++KDE_SET_PATHS($kde_result)
++
++])
++m4trace:acinclude.m4:424: -1- AC_DEFUN([KDE_SET_PATHS], [
++  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
++	kde_htmldir=\"$kde_htmldir\" \
++	kde_appsdir=\"$kde_appsdir\" \
++	kde_icondir=\"$kde_icondir\" \
++	kde_sounddir=\"$kde_sounddir\" \
++	kde_datadir=\"$kde_datadir\" \
++	kde_locale=\"$kde_locale\" \
++	kde_cgidir=\"$kde_cgidir\" \
++	kde_confdir=\"$kde_confdir\" \
++	kde_kcfgdir=\"$kde_kcfgdir\" \
++	kde_mimedir=\"$kde_mimedir\" \
++	kde_toolbardir=\"$kde_toolbardir\" \
++	kde_wallpaperdir=\"$kde_wallpaperdir\" \
++	kde_templatesdir=\"$kde_templatesdir\" \
++	kde_bindir=\"$kde_bindir\" \
++	kde_servicesdir=\"$kde_servicesdir\" \
++	kde_servicetypesdir=\"$kde_servicetypesdir\" \
++	kde_moduledir=\"$kde_moduledir\" \
++	kde_styledir=\"$kde_styledir\" \
++	kde_widgetdir=\"$kde_widgetdir\" \
++	xdg_appsdir=\"$xdg_appsdir\" \
++	xdg_menudir=\"$xdg_menudir\" \
++	xdg_directorydir=\"$xdg_directorydir\" \
++	kde_result=$1"
++])
++m4trace:acinclude.m4:513: -1- AC_DEFUN([KDE_SET_DEFAULT_PATHS], [
++if test "$1" = "default"; then
++
++  if test -z "$kde_htmldir"; then
++    kde_htmldir='\${datadir}/doc/HTML'
++  fi
++  if test -z "$kde_appsdir"; then
++    kde_appsdir='\${datadir}/applnk'
++  fi
++  if test -z "$kde_icondir"; then
++    kde_icondir='\${datadir}/icons'
++  fi
++  if test -z "$kde_sounddir"; then
++    kde_sounddir='\${datadir}/sounds'
++  fi
++  if test -z "$kde_datadir"; then
++    kde_datadir='\${datadir}/apps'
++  fi
++  if test -z "$kde_locale"; then
++    kde_locale='\${datadir}/locale'
++  fi
++  if test -z "$kde_cgidir"; then
++    kde_cgidir='\${exec_prefix}/cgi-bin'
++  fi
++  if test -z "$kde_confdir"; then
++    kde_confdir='\${datadir}/config'
++  fi
++  if test -z "$kde_kcfgdir"; then
++    kde_kcfgdir='\${datadir}/config.kcfg'
++  fi
++  if test -z "$kde_mimedir"; then
++    kde_mimedir='\${datadir}/mimelnk'
++  fi
++  if test -z "$kde_toolbardir"; then
++    kde_toolbardir='\${datadir}/toolbar'
++  fi
++  if test -z "$kde_wallpaperdir"; then
++    kde_wallpaperdir='\${datadir}/wallpapers'
++  fi
++  if test -z "$kde_templatesdir"; then
++    kde_templatesdir='\${datadir}/templates'
++  fi
++  if test -z "$kde_bindir"; then
++    kde_bindir='\${exec_prefix}/bin'
++  fi
++  if test -z "$kde_servicesdir"; then
++    kde_servicesdir='\${datadir}/services'
++  fi
++  if test -z "$kde_servicetypesdir"; then
++    kde_servicetypesdir='\${datadir}/servicetypes'
++  fi
++  if test -z "$kde_moduledir"; then
++    if test "$kde_qtver" = "2"; then
++      kde_moduledir='\${libdir}/kde2'
++    else
++      kde_moduledir='\${libdir}/kde3'
++    fi
++  fi
++  if test -z "$kde_styledir"; then
++    kde_styledir='\${libdir}/kde3/plugins/styles'
++  fi
++  if test -z "$kde_widgetdir"; then
++    kde_widgetdir='\${libdir}/kde3/plugins/designer'
++  fi
++  if test -z "$xdg_appsdir"; then
++    xdg_appsdir='\${datadir}/applications/kde'
++  fi
++  if test -z "$xdg_menudir"; then
++    xdg_menudir='\${sysconfdir}/xdg/menus'
++  fi
++  if test -z "$xdg_directorydir"; then
++    xdg_directorydir='\${datadir}/desktop-directories'
++  fi
++
++  KDE_SET_PATHS(defaults)
++
++else
++
++  if test $kde_qtver = 1; then
++     AC_MSG_RESULT([compiling])
++     KDE_1_CHECK_PATHS
++  else
++     AC_MSG_ERROR([path checking not yet supported for KDE 2])
++  fi
++
++fi
++])
++m4trace:acinclude.m4:530: -1- AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS], [ if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
++   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
++   test -z "$kde_datadir" || test -z "$kde_locale"  ||
++   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
++   test -z "$kde_kcfgdir" ||
++   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
++   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
++   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
++   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
++   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
++   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
++   test "x$kde_have_all_paths" != "xyes"; then
++     kde_have_all_paths=no
++  fi
++])
++m4trace:acinclude.m4:537: -1- AC_DEFUN([KDE_MISSING_PROG_ERROR], [
++    AC_MSG_ERROR([The important program $1 was not found!
++Please check whether you installed KDE correctly.
++])
++])
++m4trace:acinclude.m4:545: -1- AC_DEFUN([KDE_MISSING_ARTS_ERROR], [
++    AC_MSG_ERROR([The important program $1 was not found!
++Please check whether you installed aRts correctly or use
++--without-arts to compile without aRts support (this will remove functionality).
++])
++])
++m4trace:acinclude.m4:559: -1- AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], [
++    kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
++    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
++    if test -n "$KDEDIRS"; then
++       kde_save_IFS=$IFS
++       IFS=:
++       for dir in $KDEDIRS; do
++            kde_default_bindirs="$dir/bin $kde_default_bindirs "
++       done
++       IFS=$kde_save_IFS
++    fi
++])
++m4trace:acinclude.m4:636: -1- AC_DEFUN([KDE_SUBST_PROGRAMS], [
++    AC_ARG_WITH(arts,
++        AC_HELP_STRING([--without-arts],[build without aRts [default=no]]),
++        [build_arts=$withval],
++        [build_arts=yes]
++    )
++    AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no")
++    if test "$build_arts" = "no"; then
++        AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts])
++    fi
++
++        KDE_SET_DEFAULT_BINDIRS
++        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
++        KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
++        KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
++        if test "$build_arts" '!=' "no"; then
++          KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
++          KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
++        fi
++        KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
++
++        kde32ornewer=1
++        kde33ornewer=1
++        if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
++            kde32ornewer=
++            kde33ornewer=
++        else
++            if test "$kde_qtver" = "3"; then
++              if test "$kde_qtsubver" -le 1; then
++                kde32ornewer=
++              fi
++              if test "$kde_qtsubver" -le 2 -o `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
++                kde33ornewer=
++              fi
++            fi
++        fi
++
++        if test -n "$kde32ornewer"; then
++            KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
++            KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
++        fi
++        if test -n "$kde33ornewer"; then
++            KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
++            AC_SUBST(MAKEKDEWIDGETS)
++        fi
++        KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
++
++        if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
++ 	    kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
++            test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
++            AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
++	    if test "$KDE_XSL_STYLESHEET" = "NO"; then
++		KDE_XSL_STYLESHEET=""
++	    else
++                KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
++	    fi
++        fi
++
++        DCOP_DEPENDENCIES='$(DCOPIDL)'
++        if test -n "$kde32ornewer"; then
++            KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
++            DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
++            AC_SUBST(KCONFIG_COMPILER)
++            AC_SUBST(KCFG_DEPENDENCIES)
++            AC_SUBST(DCOPIDLNG)
++        fi
++        AC_SUBST(DCOPIDL)
++        AC_SUBST(DCOPIDL2CPP)
++        AC_SUBST(DCOP_DEPENDENCIES)
++        AC_SUBST(MCOPIDL)
++        AC_SUBST(ARTSCCONFIG)
++	AC_SUBST(MEINPROC)
++ 	AC_SUBST(KDE_XSL_STYLESHEET)
++	AC_SUBST(XMLLINT)
++])
++m4trace:acinclude.m4:684: -1- AC_DEFUN([AC_CREATE_KFSSTND], [
++AC_REQUIRE([AC_CHECK_RPATH])
++
++AC_MSG_CHECKING([for KDE paths])
++kde_result=""
++kde_cached_paths=yes
++AC_CACHE_VAL(kde_cv_all_paths,
++[
++  KDE_SET_DEFAULT_PATHS($1)
++  kde_cached_paths=no
++])
++eval "$kde_cv_all_paths"
++KDE_CHECK_PATHS_FOR_COMPLETENESS
++if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
++  # wrong values were cached, may be, we can set better ones
++  kde_result=
++  kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
++  kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
++  kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
++  kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
++  kde_have_all_paths=
++  kde_styledir=
++  kde_widgetdir=
++  xdg_appsdir = xdg_menudir= xdg_directorydir= 
++  KDE_SET_DEFAULT_PATHS($1)
++  eval "$kde_cv_all_paths"
++  KDE_CHECK_PATHS_FOR_COMPLETENESS
++  kde_result="$kde_result (cache overridden)"
++fi
++if test "$kde_have_all_paths" = "no"; then
++  AC_MSG_ERROR([configure could not run a little KDE program to test the environment.
++Since it had compiled and linked before, it must be a strange problem on your system.
++Look at config.log for details. If you are not able to fix this, look at
++http://www.kde.org/faq/installation.html or any www.kde.org mirror.
++(If you're using an egcs version on Linux, you may update binutils!)
++])
++else
++  rm -f conftest*
++  AC_MSG_RESULT($kde_result)
++fi
++
++bindir=$kde_bindir
++
++KDE_SUBST_PROGRAMS
++
++])
++m4trace:acinclude.m4:721: -1- AC_DEFUN([AC_SUBST_KFSSTND], [
++AC_SUBST(kde_htmldir)
++AC_SUBST(kde_appsdir)
++AC_SUBST(kde_icondir)
++AC_SUBST(kde_sounddir)
++AC_SUBST(kde_datadir)
++AC_SUBST(kde_locale)
++AC_SUBST(kde_confdir)
++AC_SUBST(kde_kcfgdir)
++AC_SUBST(kde_mimedir)
++AC_SUBST(kde_wallpaperdir)
++AC_SUBST(kde_bindir)
++dnl X Desktop Group standards
++AC_SUBST(xdg_appsdir)
++AC_SUBST(xdg_menudir)
++AC_SUBST(xdg_directorydir)
++dnl for KDE 2
++AC_SUBST(kde_templatesdir)
++AC_SUBST(kde_servicesdir)
++AC_SUBST(kde_servicetypesdir)
++AC_SUBST(kde_moduledir)
++AC_SUBST(kdeinitdir, '$(kde_moduledir)')
++AC_SUBST(kde_styledir)
++AC_SUBST(kde_widgetdir)
++if test "$kde_qtver" = 1; then
++  kde_minidir="$kde_icondir/mini"
++else
++# for KDE 1 - this breaks KDE2 apps using minidir, but
++# that's the plan ;-/
++  kde_minidir="/dev/null"
++fi
++dnl AC_SUBST(kde_minidir)
++dnl AC_SUBST(kde_cgidir)
++dnl AC_SUBST(kde_toolbardir)
++])
++m4trace:acinclude.m4:857: -1- AC_DEFUN([KDE_MISC_TESTS], [
++   dnl Checks for libraries.
++   AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD 
++   AC_SUBST(LIBUTIL)
++   AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
++   AC_SUBST(LIBCOMPAT)
++   kde_have_crypt=
++   AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes],
++      AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [
++        AC_MSG_WARN([you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support])
++	kde_have_crypt=no
++      ]))
++   AC_SUBST(LIBCRYPT)
++   if test $kde_have_crypt = yes; then
++      AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function])
++   fi
++   AC_CHECK_SOCKLEN_T
++   AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
++   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
++      AC_CHECK_LIB(dnet_stub, dnet_ntoa,
++        [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
++   fi
++   AC_CHECK_FUNC(inet_ntoa)
++   if test $ac_cv_func_inet_ntoa = no; then
++     AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl")
++   fi
++   AC_CHECK_FUNC(connect)
++   if test $ac_cv_func_connect = no; then
++      AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,
++        $X_EXTRA_LIBS)
++   fi
++
++   AC_CHECK_FUNC(remove)
++   if test $ac_cv_func_remove = no; then
++      AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
++   fi
++
++   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
++   AC_CHECK_FUNC(shmat, ,
++     AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"))
++   
++   # more headers that need to be explicitly included on darwin
++   AC_CHECK_HEADERS(sys/types.h stdint.h)
++
++   # sys/bitypes.h is needed for uint32_t and friends on Tru64
++   AC_CHECK_HEADERS(sys/bitypes.h)
++
++   # darwin requires a poll emulation library
++   AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll")
++
++   # for some image handling on Mac OS X
++   AC_CHECK_HEADERS(Carbon/Carbon.h)
++
++   # CoreAudio framework
++   AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
++     AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
++     FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio"
++   ])
++
++   AC_CHECK_RES_INIT
++   AC_SUBST(LIB_POLL)
++   AC_SUBST(FRAMEWORK_COREAUDIO)
++   LIBSOCKET="$X_EXTRA_LIBS"
++   AC_SUBST(LIBSOCKET)
++   AC_SUBST(X_EXTRA_LIBS)
++   AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4
++   AC_SUBST(LIBUCB)
++
++   case $host in  dnl this *is* LynxOS specific
++   *-*-lynxos* )
++        AC_MSG_CHECKING([LynxOS header file wrappers])
++        [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"]
++        AC_MSG_RESULT(disabled)
++        AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS
++         ;;
++    esac
++
++   KDE_CHECK_TYPES
++   KDE_CHECK_LIBDL
++   KDE_CHECK_STRLCPY
++
++# darwin needs this to initialize the environment
++AC_CHECK_HEADERS(crt_externs.h)
++AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
++ 
++AH_VERBATIM(_DARWIN_ENVIRON,
++[
++#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
++# include <sys/time.h>
++# include <crt_externs.h>
++# define environ (*_NSGetEnviron())
++#endif
++])
++
++AH_VERBATIM(_AIX_STRINGS_H_BZERO,
++[
++/*
++ * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
++ * that defines bzero.
++ */
++
++#if defined(_AIX)
++#include <strings.h>
++#endif
++])
++
++AC_CHECK_FUNCS([vsnprintf snprintf])
++
++AH_VERBATIM(_TRU64,[
++/*
++ * On HP-UX, the declaration of vsnprintf() is needed every time !
++ */
++
++#if !defined(HAVE_VSNPRINTF) || defined(hpux)
++#if __STDC__
++#include <stdarg.h>
++#include <stdlib.h>
++#else
++#include <varargs.h>
++#endif
++#ifdef __cplusplus
++extern "C"
++#endif
++int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
++#ifdef __cplusplus
++extern "C"
++#endif
++int snprintf(char *str, size_t n, char const *fmt, ...);
++#endif
++])
++
++])
++m4trace:acinclude.m4:1082: -1- AC_DEFUN([K_PATH_X], [
++AC_REQUIRE([KDE_MISC_TESTS])dnl
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++AC_ARG_ENABLE(
++  embedded,
++  AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]),
++  kde_use_qt_emb=$enableval,
++  kde_use_qt_emb=no
++)
++
++AC_ARG_ENABLE(
++  qtopia,
++  AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]),
++  kde_use_qt_emb_palm=$enableval,
++  kde_use_qt_emb_palm=no
++)
++
++AC_ARG_ENABLE(
++  mac,
++  AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]),
++  kde_use_qt_mac=$enableval,
++  kde_use_qt_mac=no
++)
++
++# used to disable x11-specific stuff on special platforms
++AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no")
++
++if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
++
++AC_MSG_CHECKING(for X)
++
++AC_CACHE_VAL(kde_cv_have_x,
++[# One or both of the vars are not set, and there is no cached value.
++if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
++   kde_x_includes=NO
++else
++   kde_x_includes=$x_includes
++fi
++if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
++   kde_x_libraries=NO
++else
++   kde_x_libraries=$x_libraries
++fi
++
++# below we use the standard autoconf calls
++ac_x_libraries=$kde_x_libraries
++ac_x_includes=$kde_x_includes
++
++KDE_PATH_X_DIRECT
++dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries.
++dnl Unfortunately, if compiling with the N32 ABI, this is not the correct
++dnl location. The correct location is /usr/lib32 or an undefined value
++dnl (the linker is smart enough to pick the correct default library).
++dnl Things work just fine if you use just AC_PATH_X_DIRECT.
++dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to
++dnl /usr/openwin/include, which doesn't work. /usr/include does work, so
++dnl x_includes should be left alone.
++case "$host" in
++mips-sgi-irix6*)
++  ;;
++*-*-solaris*)
++  ;;
++*)
++  _AC_PATH_X_XMKMF
++  if test -z "$ac_x_includes"; then
++    ac_x_includes="."
++  fi
++  if test -z "$ac_x_libraries"; then
++    ac_x_libraries="/usr/lib${kdelibsuff}"
++  fi
++esac
++#from now on we use our own again
++
++# when the user already gave --x-includes, we ignore
++# what the standard autoconf macros told us.
++if test "$kde_x_includes" = NO; then
++  kde_x_includes=$ac_x_includes
++fi
++
++# for --x-libraries too
++if test "$kde_x_libraries" = NO; then
++  kde_x_libraries=$ac_x_libraries
++fi
++
++if test "$kde_x_includes" = NO; then
++  AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!])
++fi
++
++if test "$kde_x_libraries" = NO; then
++  AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!])
++fi
++
++# Record where we found X for the cache.
++kde_cv_have_x="have_x=yes \
++         kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
++])dnl
++
++eval "$kde_cv_have_x"
++
++if test "$have_x" != yes; then
++  AC_MSG_RESULT($have_x)
++  no_x=yes
++else
++  AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes])
++fi
++
++if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
++  X_INCLUDES=""
++  x_includes="."; dnl better than nothing :-
++ else
++  x_includes=$kde_x_includes
++  X_INCLUDES="-I$x_includes"
++fi
++
++if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then
++  X_LDFLAGS=""
++  x_libraries="/usr/lib"; dnl better than nothing :-
++ else
++  x_libraries=$kde_x_libraries
++  X_LDFLAGS="-L$x_libraries"
++fi
++all_includes="$X_INCLUDES"
++all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
++
++# Check for libraries that X11R6 Xt/Xaw programs need.
++ac_save_LDFLAGS="$LDFLAGS"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
++# check for ICE first), but we must link in the order -lSM -lICE or
++# we get undefined symbols.  So assume we have SM if we have ICE.
++# These have to be linked with before -lX11, unlike the other
++# libraries we check for below, so use a different variable.
++#  --interran at uluru.Stanford.EDU, kb at cs.umb.edu.
++AC_CHECK_LIB(ICE, IceConnectionNumber,
++  [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS)
++LDFLAGS="$ac_save_LDFLAGS"
++
++LIB_X11='-lX11 $(LIBSOCKET)'
++
++AC_MSG_CHECKING(for libXext)
++AC_CACHE_VAL(kde_cv_have_libXext,
++[
++kde_ldflags_safe="$LDFLAGS"
++kde_libs_safe="$LIBS"
++
++LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
++LIBS="-lXext -lX11 $LIBSOCKET"
++
++AC_TRY_LINK([
++#include <stdio.h>
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++],
++[
++printf("hello Xext\n");
++],
++kde_cv_have_libXext=yes,
++kde_cv_have_libXext=no
++)
++
++LDFLAGS=$kde_ldflags_safe
++LIBS=$kde_libs_safe
++])
++
++AC_MSG_RESULT($kde_cv_have_libXext)
++
++if test "$kde_cv_have_libXext" = "no"; then
++  AC_MSG_ERROR([We need a working libXext to proceed. Since configure
++can't find it itself, we stop here assuming that make wouldn't find
++them either.])
++fi
++
++LIB_XEXT="-lXext"
++QTE_NORTTI=""
++
++elif test "$kde_use_qt_emb" = "yes"; then
++  dnl We're using QT Embedded
++  CPPFLAGS=-DQWS
++  CXXFLAGS="$CXXFLAGS -fno-rtti"
++  QTE_NORTTI="-fno-rtti -DQWS"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++elif test "$kde_use_qt_mac" = "yes"; then
++  dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to
++  dnl be included to get the information) --Sam
++  CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
++  CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
++  X_PRE_LIBS=""
++  LIB_X11=""
++  LIB_XEXT=""
++  LIB_XRENDER=""
++  LIBSM=""
++  X_INCLUDES=""
++  X_LDFLAGS=""
++  x_includes=""
++  x_libraries=""
++fi
++AC_SUBST(X_PRE_LIBS)
++AC_SUBST(LIB_X11)
++AC_SUBST(LIB_XRENDER)
++AC_SUBST(LIBSM)
++AC_SUBST(X_INCLUDES)
++AC_SUBST(X_LDFLAGS)
++AC_SUBST(x_includes)
++AC_SUBST(x_libraries)
++AC_SUBST(QTE_NORTTI)
++AC_SUBST(LIB_XEXT)
++
++])
++m4trace:acinclude.m4:1145: -1- AC_DEFUN([KDE_PRINT_QT_PROGRAM], [
++AC_REQUIRE([KDE_USE_QT])
++cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qglobal.h>
++#include <qapplication.h>
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qevent.h>
++#include <qstring.h>
++#include <qstyle.h>
++EOF
++
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++#if QT_VERSION < 210
++#error 1
++#endif
++EOF
++fi
++fi
++
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++#include <qcursor.h>
++#include <qstylefactory.h>
++#include <private/qucomextra_p.h>
++EOF
++fi
++
++echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
++cat >> conftest.$ac_ext <<EOF
++#error 1
++#endif
++
++int main() {
++EOF
++if test "$kde_qtver" = "2"; then
++cat >> conftest.$ac_ext <<EOF
++    QStringList *t = new QStringList();
++    Q_UNUSED(t);
++EOF
++if test $kde_qtsubver -gt 0; then
++cat >> conftest.$ac_ext <<EOF
++    QString s;
++    s.setLatin1("Elvis is alive", 14);
++EOF
++fi
++fi
++if test "$kde_qtver" = "3"; then
++cat >> conftest.$ac_ext <<EOF
++    (void)QStyleFactory::create(QString::null);
++    QCursor c(Qt::WhatsThisCursor);
++EOF
++fi
++cat >> conftest.$ac_ext <<EOF
++    return 0;
++}
++EOF
++])
++m4trace:acinclude.m4:1231: -1- AC_DEFUN([KDE_USE_QT], [
++if test -z "$1"; then
++  # Current default Qt version: 3.3
++  kde_qtver=3
++  kde_qtsubver=3
++else
++  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
++  # following is the check if subversion isnt found in passed argument
++  if test "$kde_qtsubver" = "$1"; then
++    kde_qtsubver=1
++  fi
++  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
++  if test "$kde_qtver" = "1"; then
++    kde_qtsubver=42
++  fi
++fi
++
++if test -z "$2"; then
++  if test "$kde_qtver" = "2"; then
++    if test $kde_qtsubver -gt 0; then
++      kde_qt_minversion=">= Qt 2.2.2"
++    else
++      kde_qt_minversion=">= Qt 2.0.2"
++    fi
++  fi
++  if test "$kde_qtver" = "3"; then
++    if test $kde_qtsubver -gt 0; then
++	 if test $kde_qtsubver -gt 1; then
++	    if test $kde_qtsubver -gt 2; then
++		kde_qt_minversion=">= Qt 3.3 and < 4.0"
++	    else
++	        kde_qt_minversion=">= Qt 3.2 and < 4.0"
++	    fi
++	 else
++            kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
++         fi
++    else
++      kde_qt_minversion=">= Qt 3.0 and < 4.0"
++    fi
++  fi
++  if test "$kde_qtver" = "1"; then
++    kde_qt_minversion=">= 1.42 and < 2.0"
++  fi
++else
++   kde_qt_minversion="$2"
++fi
++
++if test -z "$3"; then
++   if test $kde_qtver = 3; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 0x03 at VER@00 && QT_VERSION < 0x040000"
++       qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
++       kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s, at VER@,$qtsubver,"`
++     else
++       kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
++     fi
++   fi
++   if test $kde_qtver = 2; then
++     if test $kde_qtsubver -gt 0; then
++       kde_qt_verstring="QT_VERSION >= 222"
++     else
++       kde_qt_verstring="QT_VERSION >= 200"
++     fi
++   fi
++   if test $kde_qtver = 1; then
++    kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
++   fi
++else
++   kde_qt_verstring="$3"
++fi
++
++if test $kde_qtver = 4; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
++fi
++if test $kde_qtver = 3; then
++  kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
++fi
++if test $kde_qtver = 2; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
++fi
++if test $kde_qtver = 1; then
++   kde_qt_dirs="$QTDIR /usr/lib/qt"
++fi
++])
++m4trace:acinclude.m4:1288: -1- AC_DEFUN([KDE_CHECK_QT_DIRECT], [
++AC_REQUIRE([KDE_USE_QT])
++AC_MSG_CHECKING([if Qt compiles without flags])
++AC_CACHE_VAL(kde_cv_qt_direct,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
++ac_LIBRARY_PATH="$LIBRARY_PATH"
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_includes"
++LDFLAGS="$LDFLAGS $X_LDFLAGS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
++else
++LIBS="$LIBQT $LIBSOCKET"
++fi
++LD_LIBRARY_PATH=
++export LD_LIBRARY_PATH
++LIBRARY_PATH=
++export LIBRARY_PATH
++
++KDE_PRINT_QT_PROGRAM
++
++if AC_TRY_EVAL(ac_link) && test -s conftest; then
++  kde_cv_qt_direct="yes"
++else
++  kde_cv_qt_direct="no"
++  echo "configure: failed program was:" >&AC_FD_CC
++  cat conftest.$ac_ext >&AC_FD_CC
++fi
++
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
++export LD_LIBRARY_PATH
++LIBRARY_PATH="$ac_LIBRARY_PATH"
++export LIBRARY_PATH
++AC_LANG_RESTORE
++])
++
++if test "$kde_cv_qt_direct" = "yes"; then
++  AC_MSG_RESULT(yes)
++  $1
++else
++  AC_MSG_RESULT(no)
++  $2
++fi
++])
++m4trace:acinclude.m4:1595: -1- AC_DEFUN([AC_PATH_QT_1_3], [
++AC_REQUIRE([K_PATH_X])
++AC_REQUIRE([KDE_USE_QT])
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++dnl ------------------------------------------------------------------------
++dnl Add configure flag to enable linking to MT version of Qt library.
++dnl ------------------------------------------------------------------------
++
++AC_ARG_ENABLE(
++  mt,
++  AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]),
++  kde_use_qt_mt=$enableval,
++  [
++    if test $kde_qtver = 3; then
++      kde_use_qt_mt=yes
++    else
++      kde_use_qt_mt=no
++    fi
++  ]
++)
++
++USING_QT_MT=""
++
++dnl ------------------------------------------------------------------------
++dnl If we not get --disable-qt-mt then adjust some vars for the host.
++dnl ------------------------------------------------------------------------
++
++KDE_MT_LDFLAGS=
++KDE_MT_LIBS=
++if test "x$kde_use_qt_mt" = "xyes"; then
++  KDE_CHECK_THREADING
++  if test "x$kde_use_threading" = "xyes"; then
++    CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
++    KDE_MT_LDFLAGS="$USE_THREADS"
++    KDE_MT_LIBS="$LIBPTHREAD"
++  else
++    kde_use_qt_mt=no
++  fi
++fi
++AC_SUBST(KDE_MT_LDFLAGS)
++AC_SUBST(KDE_MT_LIBS)
++
++kde_qt_was_given=yes
++
++dnl ------------------------------------------------------------------------
++dnl If we haven't been told how to link to Qt, we work it out for ourselves.
++dnl ------------------------------------------------------------------------
++if test -z "$LIBQT_GLOB"; then
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    LIBQT_GLOB="libqte.*"
++  else
++    LIBQT_GLOB="libqt.*"
++  fi
++fi
++
++if test -z "$LIBQT"; then
++dnl ------------------------------------------------------------
++dnl If we got --enable-embedded then adjust the Qt library name.
++dnl ------------------------------------------------------------
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    qtlib="qte"
++  else
++    qtlib="qt"
++  fi
++
++  kde_int_qt="-l$qtlib"
++else
++  kde_int_qt="$LIBQT"
++  kde_lib_qt_set=yes
++fi
++
++if test -z "$LIBQPE"; then
++dnl ------------------------------------------------------------
++dnl If we got --enable-palmtop then add -lqpe to the link line
++dnl ------------------------------------------------------------
++  if test "x$kde_use_qt_emb" = "xyes"; then
++    if test "x$kde_use_qt_emb_palm" = "xyes"; then
++      LIB_QPE="-lqpe"
++    else
++      LIB_QPE=""
++    fi
++  else
++    LIB_QPE=""
++  fi
++fi
++
++dnl ------------------------------------------------------------------------
++dnl If we got --enable-qt-mt then adjust the Qt library name for the host.
++dnl ------------------------------------------------------------------------
++
++if test "x$kde_use_qt_mt" = "xyes"; then
++  LIBQT="-l$qtlib-mt"
++  kde_int_qt="-l$qtlib-mt"
++  LIBQT_GLOB="lib$qtlib-mt.*"
++  USING_QT_MT="using -mt"
++else
++  LIBQT="-l$qtlib"
++fi
++
++if test $kde_qtver != 1; then
++
++  AC_REQUIRE([AC_FIND_PNG])
++  AC_REQUIRE([AC_FIND_JPEG])
++  LIBQT="$LIBQT $LIBPNG $LIBJPEG"
++fi
++
++if test $kde_qtver = 3; then
++  AC_REQUIRE([KDE_CHECK_LIBDL])
++  LIBQT="$LIBQT $LIBDL"
++fi
++
++AC_MSG_CHECKING([for Qt])
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
++fi
++ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
++qt_libraries=""
++qt_includes=""
++AC_ARG_WITH(qt-dir,
++    AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
++    [  ac_qt_includes="$withval"/include
++       ac_qt_libraries="$withval"/lib${kdelibsuff}
++       ac_qt_bindir="$withval"/bin
++    ])
++
++AC_ARG_WITH(qt-includes,
++    AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]),
++    [
++       ac_qt_includes="$withval"
++    ])
++
++kde_qt_libs_given=no
++
++AC_ARG_WITH(qt-libraries,
++    AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]),
++    [  ac_qt_libraries="$withval"
++       kde_qt_libs_given=yes
++    ])
++
++AC_CACHE_VAL(ac_cv_have_qt,
++[#try to guess Qt locations
++
++qt_incdirs=""
++for dir in $kde_qt_dirs; do
++   qt_incdirs="$qt_incdirs $dir/include $dir"
++done
++qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
++if test ! "$ac_qt_includes" = "NO"; then
++   qt_incdirs="$ac_qt_includes $qt_incdirs"
++fi
++
++if test "$kde_qtver" != "1"; then
++  kde_qt_header=qstyle.h
++else
++  kde_qt_header=qglobal.h
++fi
++
++AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir)
++ac_qt_includes="$qt_incdir"
++
++qt_libdirs=""
++for dir in $kde_qt_dirs; do
++   qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
++done
++qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
++if test ! "$ac_qt_libraries" = "NO"; then
++  qt_libdir=$ac_qt_libraries
++else
++  qt_libdirs="$ac_qt_libraries $qt_libdirs"
++  # if the Qt was given, the chance is too big that libqt.* doesn't exist
++  qt_libdir=NONE
++  for dir in $qt_libdirs; do
++    try="ls -1 $dir/${LIBQT_GLOB}"
++    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
++  done
++fi
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++    LIBQT="$LIBQT ${kde_int_qt}_incremental"
++    break
++  fi
++done
++
++ac_qt_libraries="$qt_libdir"
++
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++
++ac_cxxflags_safe="$CXXFLAGS"
++ac_ldflags_safe="$LDFLAGS"
++ac_libs_safe="$LIBS"
++
++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
++LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
++LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
++
++KDE_PRINT_QT_PROGRAM
++
++if AC_TRY_EVAL(ac_link) && test -s conftest; then
++  rm -f conftest*
++else
++  echo "configure: failed program was:" >&AC_FD_CC
++  cat conftest.$ac_ext >&AC_FD_CC
++  ac_qt_libraries="NO"
++fi
++rm -f conftest*
++CXXFLAGS="$ac_cxxflags_safe"
++LDFLAGS="$ac_ldflags_safe"
++LIBS="$ac_libs_safe"
++
++AC_LANG_RESTORE
++if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
++  ac_cv_have_qt="have_qt=no"
++  ac_qt_notfound=""
++  missing_qt_mt=""
++  if test "$ac_qt_includes" = NO; then
++    if test "$ac_qt_libraries" = NO; then
++      ac_qt_notfound="(headers and libraries)";
++    else
++      ac_qt_notfound="(headers)";
++    fi
++  else
++    if test "x$kde_use_qt_mt" = "xyes"; then
++       missing_qt_mt="
++Make sure that you have compiled Qt with thread support!"
++       ac_qt_notfound="(library $qtlib-mt)";
++    else
++       ac_qt_notfound="(library $qtlib)";
++    fi
++  fi
++
++  AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
++For more details about this problem, look at the end of config.log.$missing_qt_mt])
++else
++  have_qt="yes"
++fi
++])
++
++eval "$ac_cv_have_qt"
++
++if test "$have_qt" != yes; then
++  AC_MSG_RESULT([$have_qt]);
++else
++  ac_cv_have_qt="have_qt=yes \
++    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
++  AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT])
++
++  qt_libraries="$ac_qt_libraries"
++  qt_includes="$ac_qt_includes"
++fi
++
++if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
++     KDE_CHECK_QT_DIRECT(qt_libraries= ,[])
++fi
++
++AC_SUBST(qt_libraries)
++AC_SUBST(qt_includes)
++
++if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
++ QT_INCLUDES=""
++else
++ QT_INCLUDES="-I$qt_includes"
++ all_includes="$QT_INCLUDES $all_includes"
++fi
++
++if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
++ QT_LDFLAGS=""
++else
++ QT_LDFLAGS="-L$qt_libraries"
++ all_libraries="$QT_LDFLAGS $all_libraries"
++fi
++test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
++
++AC_SUBST(QT_INCLUDES)
++AC_SUBST(QT_LDFLAGS)
++AC_PATH_QT_MOC_UIC
++
++KDE_CHECK_QT_JPEG
++
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
++else
++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
++fi
++test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
++  if test -e "$a"; then
++     LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
++     break
++  fi
++done
++
++AC_SUBST(LIB_QT)
++AC_SUBST(LIB_QPE)
++
++AC_SUBST(kde_qtver)
++])
++m4trace:acinclude.m4:1600: -1- AC_DEFUN([AC_PATH_QT], [
++AC_PATH_QT_1_3
++])
++m4trace:acinclude.m4:1656: -1- AC_DEFUN([KDE_CHECK_UIC_PLUGINS], [
++AC_REQUIRE([AC_PATH_QT_MOC_UIC])
++
++if test x$ac_uic_supports_libpath = xyes; then
++
++AC_MSG_CHECKING([if UIC has KDE plugins available])
++AC_CACHE_VAL(kde_cv_uic_plugins,
++[
++cat > actest.ui << EOF
++<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
++<class>NewConnectionDialog</class>
++<widget class="QDialog">
++   <widget class="KLineEdit">
++        <property name="name">
++           <cstring>testInput</cstring>
++        </property>
++   </widget>
++</widget>
++</UI>
++EOF
++       
++
++
++kde_cv_uic_plugins=no
++kde_line="$UIC_PATH -L $kde_widgetdir"
++if test x$ac_uic_supports_nounload = xyes; then
++   kde_line="$kde_line -nounload"
++fi
++kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
++if AC_TRY_EVAL(kde_line); then
++	# if you're trying to debug this check and think it's incorrect,
++	# better check your installation. The check _is_ correct - your
++	# installation is not.
++	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
++		kde_cv_uic_plugins=yes
++	fi
++fi
++rm -f actest.ui actest.cpp
++])
++
++AC_MSG_RESULT([$kde_cv_uic_plugins])
++if test "$kde_cv_uic_plugins" != yes; then
++	AC_MSG_ERROR([
++you need to install kdelibs first.
++
++If you did install kdelibs, then the Qt version that is picked up by
++this configure is not the same version you used to compile kdelibs. 
++The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
++_same Qt version_, compiled with the _same compiler_ and the same Qt
++configuration settings.
++])
++fi
++fi
++])
++m4trace:acinclude.m4:1674: -1- AC_DEFUN([KDE_CHECK_FINAL], [
++  AC_ARG_ENABLE(final,
++	AC_HELP_STRING([--enable-final],
++		       [build size optimized apps (experimental - needs lots of memory)]),
++	kde_use_final=$enableval, kde_use_final=no)
++
++  if test "x$kde_use_final" = "xyes"; then
++      KDE_USE_FINAL_TRUE=""
++      KDE_USE_FINAL_FALSE="#"
++   else
++      KDE_USE_FINAL_TRUE="#"
++      KDE_USE_FINAL_FALSE=""
++  fi
++  AC_SUBST(KDE_USE_FINAL_TRUE)
++  AC_SUBST(KDE_USE_FINAL_FALSE)
++])
++m4trace:acinclude.m4:1695: -1- AC_DEFUN([KDE_CHECK_CLOSURE], [
++  AC_ARG_ENABLE(closure,
++		AC_HELP_STRING([--enable-closure],[delay template instantiation]),
++  	kde_use_closure=$enableval, kde_use_closure=no)
++
++  KDE_NO_UNDEFINED=""
++  if test "x$kde_use_closure" = "xyes"; then
++       KDE_USE_CLOSURE_TRUE=""
++       KDE_USE_CLOSURE_FALSE="#"
++#       CXXFLAGS="$CXXFLAGS $REPO"
++  else
++       KDE_USE_CLOSURE_TRUE="#"
++       KDE_USE_CLOSURE_FALSE=""
++       KDE_NO_UNDEFINED=""
++  fi
++  AC_SUBST(KDE_USE_CLOSURE_TRUE)
++  AC_SUBST(KDE_USE_CLOSURE_FALSE)
++  AC_SUBST(KDE_NO_UNDEFINED)
++])
++m4trace:acinclude.m4:1718: -1- AC_DEFUN([KDE_CHECK_NEW_LDFLAGS], [
++  AC_ARG_ENABLE(new_ldflags,
++		AC_HELP_STRING([--enable-new-ldflags],
++		[enable the new linker flags]),
++	kde_use_new_ldflags=$enableval, 
++	kde_use_new_ldflags=no)
++
++  LDFLAGS_AS_NEEDED=""
++  LDFLAGS_NEW_DTAGS=""
++  if test "x$kde_use_new_ldflags" = "xyes"; then
++       LDFLAGS_NEW_DTAGS=""
++       KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags],
++		[LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],)
++
++       KDE_CHECK_COMPILER_FLAG([Wl,--as-needed],
++		[LDFLAGS_AS_NEEDED="-Wl,--as-needed"],)
++  fi
++  AC_SUBST(LDFLAGS_AS_NEEDED)
++  AC_SUBST(LDFLAGS_NEW_DTAGS)
++])
++m4trace:acinclude.m4:1734: -1- AC_DEFUN([KDE_CHECK_NMCHECK], [
++  AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]),
++	kde_use_nmcheck=$enableval, kde_use_nmcheck=no)
++
++  if test "$kde_use_nmcheck" = "yes"; then
++      KDE_USE_NMCHECK_TRUE=""
++      KDE_USE_NMCHECK_FALSE="#"
++   else
++      KDE_USE_NMCHECK_TRUE="#"
++      KDE_USE_NMCHECK_FALSE=""
++  fi
++  AC_SUBST(KDE_USE_NMCHECK_TRUE)
++  AC_SUBST(KDE_USE_NMCHECK_FALSE)
++])
++m4trace:acinclude.m4:1742: -1- AC_DEFUN([KDE_EXPAND_MAKEVAR], [
++savex=$exec_prefix
++test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++tmp=$$2
++while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done
++exec_prefix=$savex
++])
++m4trace:acinclude.m4:1902: -1- AC_DEFUN([AC_BASE_PATH_KDE], [
++AC_REQUIRE([KDE_CHECK_STL])
++AC_REQUIRE([AC_PATH_QT])dnl
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++AC_CHECK_RPATH
++AC_MSG_CHECKING([for KDE])
++
++if test "${prefix}" != NONE; then
++  kde_includes=${includedir}
++  KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir)
++
++  kde_libraries=${libdir}
++  KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir)
++
++else
++  ac_kde_includes=
++  ac_kde_libraries=
++  kde_libraries=""
++  kde_includes=""
++fi
++
++AC_CACHE_VAL(ac_cv_have_kde,
++[#try to guess kde locations
++
++if test "$kde_qtver" = 1; then
++  kde_check_header="ksock.h"
++  kde_check_lib="libkdecore.la"
++else
++  kde_check_header="ksharedptr.h"
++  kde_check_lib="libkio.la"
++fi
++
++if test -z "$1"; then
++
++kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
++test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
++kde_incdirs="$ac_kde_includes $kde_incdirs"
++AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
++ac_kde_includes="$kde_incdir"
++
++if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
++  AC_MSG_ERROR([
++in the prefix, you've chosen, are no KDE headers installed. This will fail.
++So, check this please and use another prefix!])
++fi
++
++kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
++test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
++kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
++AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
++ac_kde_libraries="$kde_libdir"
++
++kde_widgetdir=NO
++dnl this might be somewhere else
++AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
++
++if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
++AC_MSG_ERROR([
++in the prefix, you've chosen, are no KDE libraries installed. This will fail.
++So, check this please and use another prefix!])
++fi
++
++if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
++AC_MSG_ERROR([
++I can't find the designer plugins. These are required and should have been installed
++by kdelibs])
++fi
++
++if test -n "$kde_widgetdir"; then
++    kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
++fi
++
++
++if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
++  ac_cv_have_kde="have_kde=no"
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++fi
++
++else dnl test -z $1, e.g. from kdelibs
++
++  ac_cv_have_kde="have_kde=no"
++
++fi
++])dnl
++
++eval "$ac_cv_have_kde"
++
++if test "$have_kde" != "yes"; then
++ if test "${prefix}" = NONE; then
++  ac_kde_prefix="$ac_default_prefix"
++ else
++  ac_kde_prefix="$prefix"
++ fi
++ if test "$exec_prefix" = NONE; then
++  ac_kde_exec_prefix="$ac_kde_prefix"
++  AC_MSG_RESULT([will be installed in $ac_kde_prefix])
++ else
++  ac_kde_exec_prefix="$exec_prefix"
++  AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix])
++ fi
++
++ kde_libraries="${libdir}"
++ kde_includes="${includedir}"
++
++else
++  ac_cv_have_kde="have_kde=yes \
++    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
++  AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes])
++
++  kde_libraries="$ac_kde_libraries"
++  kde_includes="$ac_kde_includes"
++fi
++AC_SUBST(kde_libraries)
++AC_SUBST(kde_includes)
++
++if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
++ KDE_INCLUDES=""
++else
++ KDE_INCLUDES="-I$kde_includes"
++ all_includes="$KDE_INCLUDES $all_includes"
++fi
++
++KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
++ 
++KDE_LDFLAGS="-L$kde_libraries"
++if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
++ all_libraries="$KDE_LDFLAGS $all_libraries"
++fi
++
++AC_SUBST(KDE_LDFLAGS)
++AC_SUBST(KDE_INCLUDES)
++
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++all_libraries="$all_libraries $USER_LDFLAGS"
++all_includes="$all_includes $USER_INCLUDES"
++AC_SUBST(all_includes)
++AC_SUBST(all_libraries)
++
++if test -z "$1"; then
++KDE_CHECK_UIC_PLUGINS
++fi
++
++ac_kde_libraries="$kde_libdir"
++
++AC_SUBST(AUTODIRS)
++
++
++])
++m4trace:acinclude.m4:1956: -1- AC_DEFUN([KDE_CHECK_EXTRA_LIBS], [
++AC_MSG_CHECKING(for extra includes)
++AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]),
++  kde_use_extra_includes="$withval",
++  kde_use_extra_includes=NONE
++)
++kde_extra_includes=
++if test -n "$kde_use_extra_includes" && \
++   test "$kde_use_extra_includes" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_includes; do
++     kde_extra_includes="$kde_extra_includes $dir"
++     USER_INCLUDES="$USER_INCLUDES -I$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_includes="added"
++else
++   kde_use_extra_includes="no"
++fi
++AC_SUBST(USER_INCLUDES)
++
++AC_MSG_RESULT($kde_use_extra_includes)
++
++kde_extra_libs=
++AC_MSG_CHECKING(for extra libs)
++AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]),
++  kde_use_extra_libs=$withval,
++  kde_use_extra_libs=NONE
++)
++if test -n "$kde_use_extra_libs" && \
++   test "$kde_use_extra_libs" != "NONE"; then
++
++   ac_save_ifs=$IFS
++   IFS=':'
++   for dir in $kde_use_extra_libs; do
++     kde_extra_libs="$kde_extra_libs $dir"
++     KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
++     USER_LDFLAGS="$USER_LDFLAGS -L$dir"
++   done
++   IFS=$ac_save_ifs
++   kde_use_extra_libs="added"
++else
++   kde_use_extra_libs="no"
++fi
++
++AC_SUBST(USER_LDFLAGS)
++
++AC_MSG_RESULT($kde_use_extra_libs)
++
++])
++m4trace:acinclude.m4:2011: -1- AC_DEFUN([KDE_1_CHECK_PATH_HEADERS], [
++    AC_MSG_CHECKING([for KDE headers installed])
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include "confdefs.h"
++#include <kapp.h>
++
++int main() {
++    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
++    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
++    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
++    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
++    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
++    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
++    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
++    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
++    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
++    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
++    printf("kde_wallpaperdir=\\"%s\\"\n",
++	KApplication::kde_wallpaperdir().data());
++    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
++    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
++    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
++    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
++    printf("kde_styledir=\\"/tmp/dummy\\"\n");
++    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
++    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
++    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
++    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
++    return 0;
++    }
++EOF
++
++ ac_save_CPPFLAGS=$CPPFLAGS
++ CPPFLAGS="$all_includes $CPPFLAGS"
++ if AC_TRY_EVAL(ac_compile); then
++   AC_MSG_RESULT(yes)
++ else
++   AC_MSG_ERROR([your system is not able to compile a small KDE application!
++Check, if you installed the KDE header files correctly.
++For more details about this problem, look at the end of config.log.])
++  fi
++  CPPFLAGS=$ac_save_CPPFLAGS
++
++  AC_LANG_RESTORE
++])
++m4trace:acinclude.m4:2047: -1- AC_DEFUN([KDE_CHECK_KDEQTADDON], [
++AC_MSG_CHECKING(for kde-qt-addon)
++AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
++[
++ kde_ldflags_safe="$LDFLAGS"
++ kde_libs_safe="$LIBS"
++ kde_cxxflags_safe="$CXXFLAGS"
++
++ LIBS="-lkde-qt-addon $LIBQT $LIBS"
++ CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes"
++ LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
++
++ AC_TRY_LINK([
++   #include <qdom.h>
++ ],
++ [
++   QDomDocument doc;
++ ],
++  kde_cv_have_kdeqtaddon=yes,
++  kde_cv_have_kdeqtaddon=no
++ )
++
++ LDFLAGS=$kde_ldflags_safe
++ LIBS=$kde_libs_safe
++ CXXFLAGS=$kde_cxxflags_safe
++])
++
++AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
++
++if test "$kde_cv_have_kdeqtaddon" = "no"; then
++  AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
++It is a separate package (and CVS module) named kde-qt-addon.])
++fi
++])
++m4trace:acinclude.m4:2095: -1- AC_DEFUN([KDE_CREATE_LIBS_ALIASES], [
++   AC_REQUIRE([KDE_MISC_TESTS])
++   AC_REQUIRE([KDE_CHECK_LIBDL])
++   AC_REQUIRE([K_PATH_X])
++
++if test $kde_qtver = 3; then
++   AC_SUBST(LIB_KDECORE, "-lkdecore")
++   AC_SUBST(LIB_KDEUI, "-lkdeui")
++   AC_SUBST(LIB_KIO, "-lkio")
++   AC_SUBST(LIB_KJS, "-lkjs")
++   AC_SUBST(LIB_SMB, "-lsmb")
++   AC_SUBST(LIB_KAB, "-lkab")
++   AC_SUBST(LIB_KABC, "-lkabc")
++   AC_SUBST(LIB_KHTML, "-lkhtml")
++   AC_SUBST(LIB_KSPELL, "-lkspell")
++   AC_SUBST(LIB_KPARTS, "-lkparts")
++   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
++   AC_SUBST(LIB_KUTILS, "-lkutils")
++   AC_SUBST(LIB_KDEPIM, "-lkdepim")
++   AC_SUBST(LIB_KIMPROXY, "-lkimproxy")
++   AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
++   AC_SUBST(LIB_KDNSSD, "-lkdnssd")
++   AC_SUBST(LIB_KUNITTEST, "-lkunittest")
++# these are for backward compatibility
++   AC_SUBST(LIB_KSYCOCA, "-lkio")
++   AC_SUBST(LIB_KFILE, "-lkio")
++elif test $kde_qtver = 2; then
++   AC_SUBST(LIB_KDECORE, "-lkdecore")
++   AC_SUBST(LIB_KDEUI, "-lkdeui")
++   AC_SUBST(LIB_KIO, "-lkio")
++   AC_SUBST(LIB_KSYCOCA, "-lksycoca")
++   AC_SUBST(LIB_SMB, "-lsmb")
++   AC_SUBST(LIB_KFILE, "-lkfile")
++   AC_SUBST(LIB_KAB, "-lkab")
++   AC_SUBST(LIB_KHTML, "-lkhtml")
++   AC_SUBST(LIB_KSPELL, "-lkspell")
++   AC_SUBST(LIB_KPARTS, "-lkparts")
++   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
++else
++   AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)")
++   AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)")
++   AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)")
++   AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)")
++   AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)")
++fi
++])
++m4trace:acinclude.m4:2119: -1- AC_DEFUN([AC_PATH_KDE], [
++  AC_BASE_PATH_KDE
++  AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]),
++  [
++  if test "$enableval" = "no";
++    then ac_use_path_checking="default"
++    else ac_use_path_checking=""
++  fi
++  ],
++  [
++  if test "$kde_qtver" = 1;
++    then ac_use_path_checking=""
++    else ac_use_path_checking="default"
++  fi
++  ]
++  )
++
++  AC_CREATE_KFSSTND($ac_use_path_checking)
++
++  AC_SUBST_KFSSTND
++  KDE_CREATE_LIBS_ALIASES
++])
++m4trace:acinclude.m4:2208: -1- AC_DEFUN([KDE_CHECK_FUNC_EXT], [
++AC_MSG_CHECKING(for $1)
++AC_CACHE_VAL(kde_cv_func_$1,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++save_CXXFLAGS="$CXXFLAGS"
++kde_safe_LIBS="$LIBS"
++LIBS="$LIBS $X_EXTRA_LIBS"
++AC_TRY_COMPILE([
++$2
++],
++[
++$3
++],
++kde_cv_func_$1=yes,
++kde_cv_func_$1=no)
++CXXFLAGS="$save_CXXFLAGS"
++LIBS="$kde_safe_LIBS"
++AC_LANG_RESTORE
++])
++
++AC_MSG_RESULT($kde_cv_func_$1)
++
++AC_MSG_CHECKING([if $1 needs custom prototype])
++AC_CACHE_VAL(kde_cv_proto_$1,
++[
++if test "x$kde_cv_func_$1" = xyes; then
++  kde_cv_proto_$1=no
++else
++  case "$1" in
++	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
++		kde_cv_proto_$1="yes - in libkdefakes"
++		;;
++	*)
++		kde_cv_proto_$1=unknown
++		;;
++  esac
++fi
++
++if test "x$kde_cv_proto_$1" = xunknown; then
++
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++  kde_safe_libs=$LIBS
++  LIBS="$LIBS $X_EXTRA_LIBS"
++  AC_TRY_LINK([
++$2
++
++extern "C" $4;
++],
++[
++$3
++],
++[ kde_cv_func_$1=yes
++  kde_cv_proto_$1=yes ],
++  [kde_cv_proto_$1="$1 unavailable"]
++)
++LIBS=$kde_safe_libs
++AC_LANG_RESTORE
++fi
++])
++AC_MSG_RESULT($kde_cv_proto_$1)
++
++if test "x$kde_cv_func_$1" = xyes; then
++  AC_DEFINE(HAVE_$5, 1, [Define if you have $1])
++  $6
++fi
++if test "x$kde_cv_proto_$1" = xno; then
++  AC_DEFINE(HAVE_$5_PROTO, 1,
++  [Define if you have the $1 prototype])
++fi
++
++AH_VERBATIM([_HAVE_$5_PROTO],
++[
++#if !defined(HAVE_$5_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++$4;
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++])
++m4trace:acinclude.m4:2218: -1- AC_DEFUN([AC_CHECK_SETENV], [
++	KDE_CHECK_FUNC_EXT(setenv, [
++#include <stdlib.h>
++], 
++		[setenv("VAR", "VALUE", 1);],
++	        [int setenv (const char *, const char *, int)],
++		[SETENV])
++])
++m4trace:acinclude.m4:2228: -1- AC_DEFUN([AC_CHECK_UNSETENV], [
++	KDE_CHECK_FUNC_EXT(unsetenv, [
++#include <stdlib.h>
++], 
++		[unsetenv("VAR");],
++	        [void unsetenv (const char *)],
++		[UNSETENV])
++])
++m4trace:acinclude.m4:2244: -1- AC_DEFUN([AC_CHECK_GETDOMAINNAME], [
++	KDE_CHECK_FUNC_EXT(getdomainname, [
++#include <stdlib.h>
++#include <unistd.h>
++#include <netdb.h>
++], 
++		[
++char buffer[200];
++getdomainname(buffer, 200);
++], 	
++	        [#include <sys/types.h>
++		int getdomainname (char *, size_t)],
++		[GETDOMAINNAME])
++])
++m4trace:acinclude.m4:2258: -1- AC_DEFUN([AC_CHECK_GETHOSTNAME], [
++	KDE_CHECK_FUNC_EXT(gethostname, [
++#include <stdlib.h>
++#include <unistd.h>
++], 
++		[
++char buffer[200];
++gethostname(buffer, 200);
++], 	
++	        [int gethostname (char *, unsigned int)],
++		[GETHOSTNAME])
++])
++m4trace:acinclude.m4:2270: -1- AC_DEFUN([AC_CHECK_USLEEP], [
++	KDE_CHECK_FUNC_EXT(usleep, [
++#include <unistd.h>
++], 
++		[
++usleep(200);
++], 	
++	        [int usleep (unsigned int)],
++		[USLEEP])
++])
++m4trace:acinclude.m4:2293: -1- AC_DEFUN([AC_CHECK_RANDOM], [
++	KDE_CHECK_FUNC_EXT(random, [
++#include <stdlib.h>
++], 
++		[
++random();
++], 	
++	        [long int random(void)],
++		[RANDOM])
++
++	KDE_CHECK_FUNC_EXT(srandom, [
++#include <stdlib.h>
++], 
++		[
++srandom(27);
++], 	
++	        [void srandom(unsigned int)],
++		[SRANDOM])
++
++])
++m4trace:acinclude.m4:2308: -1- AC_DEFUN([AC_CHECK_INITGROUPS], [
++	KDE_CHECK_FUNC_EXT(initgroups, [
++#include <sys/types.h>
++#include <unistd.h>
++#include <grp.h>
++],
++	[
++char buffer[200];
++initgroups(buffer, 27);
++],
++	[int initgroups(const char *, gid_t)],
++	[INITGROUPS])
++])
++m4trace:acinclude.m4:2321: -1- AC_DEFUN([AC_CHECK_MKSTEMPS], [
++	KDE_CHECK_FUNC_EXT(mkstemps, [
++#include <stdlib.h>
++#include <unistd.h>
++],
++	[
++mkstemps("/tmp/aaaXXXXXX", 6);
++],
++	[int mkstemps(char *, int)],
++	[MKSTEMPS])
++])
++m4trace:acinclude.m4:2334: -1- AC_DEFUN([AC_CHECK_MKSTEMP], [
++	KDE_CHECK_FUNC_EXT(mkstemp, [
++#include <stdlib.h>
++#include <unistd.h>
++],
++	[
++mkstemp("/tmp/aaaXXXXXX");
++],
++	[int mkstemp(char *)],
++	[MKSTEMP])
++])
++m4trace:acinclude.m4:2347: -1- AC_DEFUN([AC_CHECK_MKDTEMP], [
++	KDE_CHECK_FUNC_EXT(mkdtemp, [
++#include <stdlib.h>
++#include <unistd.h>
++],
++	[
++mkdtemp("/tmp/aaaXXXXXX");
++],
++	[char *mkdtemp(char *)],
++	[MKDTEMP])
++])
++m4trace:acinclude.m4:2385: -1- AC_DEFUN([AC_CHECK_RES_INIT], [
++  AC_MSG_CHECKING([if res_init needs -lresolv])
++  kde_libs_safe="$LIBS"
++  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
++  AC_TRY_LINK(
++    [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    ],
++    [
++      res_init(); 
++    ],
++    [
++      LIBRESOLV="-lresolv"
++      AC_MSG_RESULT(yes)
++      AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function])
++    ],
++    [ AC_MSG_RESULT(no) ]
++  )
++  LIBS=$kde_libs_safe
++  AC_SUBST(LIBRESOLV)
++
++  KDE_CHECK_FUNC_EXT(res_init,
++    [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    ],
++    [res_init()],
++    [int res_init(void)],
++    [RES_INIT])
++])
++m4trace:acinclude.m4:2397: -1- AC_DEFUN([AC_CHECK_STRLCPY], [
++	KDE_CHECK_FUNC_EXT(strlcpy, [
++#include <string.h>
++],
++[ char buf[20];
++  strlcpy(buf, "KDE function test", sizeof(buf));
++],
++ 	[unsigned long strlcpy(char*, const char*, unsigned long)],
++	[STRLCPY])
++])
++m4trace:acinclude.m4:2410: -1- AC_DEFUN([AC_CHECK_STRLCAT], [
++	KDE_CHECK_FUNC_EXT(strlcat, [
++#include <string.h>
++],
++[ char buf[20];
++  buf[0]='\0';
++  strlcat(buf, "KDE function test", sizeof(buf));
++],
++ 	[unsigned long strlcat(char*, const char*, unsigned long)],
++	[STRLCAT])
++])
++m4trace:acinclude.m4:2426: -1- AC_DEFUN([AC_CHECK_RES_QUERY], [
++	KDE_CHECK_FUNC_EXT(res_query, [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++#include <netdb.h>
++],
++[
++res_query(NULL, 0, 0, NULL, 0);
++],
++	[int res_query(const char *, int, int, unsigned char *, int)],
++	[RES_QUERY])
++])
++m4trace:acinclude.m4:2441: -1- AC_DEFUN([AC_CHECK_DN_SKIPNAME], [
++	KDE_CHECK_FUNC_EXT(dn_skipname, [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++],
++[
++dn_skipname (NULL, NULL);
++],
++	[int dn_skipname (unsigned char *, unsigned char *)],
++	[DN_SKIPNAME])
++])
++m4trace:acinclude.m4:2476: -1- AC_DEFUN([AC_FIND_GIF], [AC_MSG_CHECKING([for giflib])
++AC_CACHE_VAL(ac_cv_lib_gif,
++[ac_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
++else
++LIBS="$all_libraries -lgif"
++fi
++AC_TRY_LINK(dnl
++[
++#ifdef __cplusplus
++extern "C" {
++#endif
++int GifLastError(void);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++],
++            [return GifLastError();],
++            eval "ac_cv_lib_gif=yes",
++            eval "ac_cv_lib_gif=no")
++LIBS="$ac_save_LIBS"
++])dnl
++if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
++  AC_MSG_RESULT(yes)
++  AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif])
++else
++  AC_MSG_ERROR(You need giflib30. Please install the kdesupport package)
++fi
++])
++m4trace:acinclude.m4:2518: -1- AC_DEFUN([KDE_FIND_JPEG_HELPER], [
++AC_MSG_CHECKING([for libjpeg$2])
++AC_CACHE_VAL(ac_cv_lib_jpeg_$1,
++[
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(
++[/* Override any gcc2 internal prototype to avoid an error.  */
++struct jpeg_decompress_struct;
++typedef struct jpeg_decompress_struct * j_decompress_ptr;
++typedef int size_t;
++#ifdef __cplusplus
++extern "C" {
++#endif
++    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
++                                    int version, size_t structsize);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++],
++            [jpeg_CreateDecompress(0L, 0, 0);],
++            eval "ac_cv_lib_jpeg_$1=-ljpeg$2",
++            eval "ac_cv_lib_jpeg_$1=no")
++LIBS="$ac_save_LIBS"
++CFLAGS="$ac_save_CFLAGS"
++])
++
++if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
++  LIBJPEG="$ac_cv_lib_jpeg_$1"
++  AC_MSG_RESULT($ac_cv_lib_jpeg_$1)
++else
++  AC_MSG_RESULT(no)
++  $3
++fi
++
++])
++m4trace:acinclude.m4:2570: -1- AC_DEFUN([AC_FIND_JPEG], [
++dnl first look for libraries
++KDE_FIND_JPEG_HELPER(6b, 6b,
++   KDE_FIND_JPEG_HELPER(normal, [],
++    [
++       LIBJPEG=
++    ]
++   )
++)
++
++dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h
++dnl requires system dependent includes loaded before it)
++jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
++AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
++test "x$jpeg_incdir" = xNO && jpeg_incdir=
++
++dnl if headers _and_ libraries are missing, this is no error, and we
++dnl continue with a warning (the user will get no jpeg support in khtml)
++dnl if only one is missing, it means a configuration error, but we still
++dnl only warn
++if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
++  AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg])
++else
++  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
++    AC_MSG_WARN([
++There is an installation error in jpeg support. You seem to have only one
++of either the headers _or_ the libraries installed. You may need to either
++provide correct --with-extra-... options, or the development package of
++libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
++Disabling JPEG support.
++])
++  else
++    AC_MSG_WARN([libjpeg not found. disable JPEG support.])
++  fi
++  jpeg_incdir=
++  LIBJPEG=
++fi
++
++AC_SUBST(LIBJPEG)
++AH_VERBATIM(_AC_CHECK_JPEG,
++[/*
++ * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
++ * headers and I'm too lazy to write a configure test as long as only
++ * unixware is related
++ */
++#ifdef _UNIXWARE
++#define HAVE_BOOLEAN
++#endif
++])
++])
++m4trace:acinclude.m4:2607: -1- AC_DEFUN([KDE_CHECK_QT_JPEG], [
++if test -n "$LIBJPEG"; then
++AC_MSG_CHECKING([if Qt needs $LIBJPEG])
++AC_CACHE_VAL(kde_cv_qt_jpeg,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
++LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
++ac_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(
++[#include <qapplication.h>],
++            [
++            int argc;
++            char** argv;
++            QApplication app(argc, argv);],
++            eval "kde_cv_qt_jpeg=no",
++            eval "kde_cv_qt_jpeg=yes")
++LIBS="$ac_save_LIBS"
++CXXFLAGS="$ac_save_CXXFLAGS"
++AC_LANG_RESTORE
++fi
++])
++
++if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
++  AC_MSG_RESULT(yes)
++  LIBJPEG_QT='$(LIBJPEG)'
++else
++  AC_MSG_RESULT(no)
++  LIBJPEG_QT=
++fi
++
++])
++m4trace:acinclude.m4:2649: -1- AC_DEFUN([AC_FIND_ZLIB], [
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_MSG_CHECKING([for libz])
++AC_CACHE_VAL(ac_cv_lib_z,
++[
++kde_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(dnl
++[
++#include<zlib.h>
++],
++[
++  char buf[42];
++  gzFile f = (gzFile) 0;
++  /* this would segfault.. but we only link, don't run */
++  (void) gzgets(f, buf, sizeof(buf));
++
++  return (zlibVersion() == ZLIB_VERSION); 
++],
++            eval "ac_cv_lib_z='-lz'",
++            eval "ac_cv_lib_z=no")
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++])dnl
++if test ! "$ac_cv_lib_z" = no; then
++  AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz])
++  LIBZ="$ac_cv_lib_z"
++  AC_MSG_RESULT($ac_cv_lib_z)
++else
++  AC_MSG_ERROR(not found. 
++          Possibly configure picks up an outdated version
++          installed by XFree86. Remove it from your system.
++
++          Check your installation and look into config.log)
++  LIBZ=""
++fi
++AC_SUBST(LIBZ)
++])
++m4trace:acinclude.m4:2695: -1- AC_DEFUN([KDE_TRY_TIFFLIB], [
++AC_MSG_CHECKING([for libtiff $1])
++
++AC_CACHE_VAL(kde_cv_libtiff_$1,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++kde_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm"
++else
++LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm"
++fi
++kde_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++
++AC_TRY_LINK(dnl
++[
++#include<tiffio.h>
++],
++    [return (TIFFOpen( "", "r") == 0); ],
++[
++    kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ"
++], [
++    kde_cv_libtiff_$1=no
++])
++
++LIBS="$kde_save_LIBS"
++CXXFLAGS="$kde_save_CXXFLAGS"
++AC_LANG_RESTORE
++])
++
++if test "$kde_cv_libtiff_$1" = "no"; then
++    AC_MSG_RESULT(no)
++    LIBTIFF=""
++    $3
++else
++    LIBTIFF="$kde_cv_libtiff_$1"
++    AC_MSG_RESULT(yes)
++    AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff])
++    $2
++fi
++
++])
++m4trace:acinclude.m4:2708: -1- AC_DEFUN([AC_FIND_TIFF], [
++AC_REQUIRE([K_PATH_X])
++AC_REQUIRE([AC_FIND_ZLIB])
++AC_REQUIRE([AC_FIND_JPEG])
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++KDE_TRY_TIFFLIB(tiff, [],
++   KDE_TRY_TIFFLIB(tiff34))
++
++AC_SUBST(LIBTIFF)
++])
++m4trace:acinclude.m4:2752: -1- AC_DEFUN([AC_FIND_PNG], [
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_REQUIRE([AC_FIND_ZLIB])
++AC_MSG_CHECKING([for libpng])
++AC_CACHE_VAL(ac_cv_lib_png,
++[
++kde_save_LIBS="$LIBS"
++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
++else
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
++fi
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++
++AC_TRY_LINK(dnl
++    [
++    #include<png.h>
++    ],
++    [
++    png_structp png_ptr = png_create_read_struct(  /* image ptr */
++		PNG_LIBPNG_VER_STRING, 0, 0, 0 );
++    return( png_ptr != 0 );
++    ],
++    eval "ac_cv_lib_png='-lpng $LIBZ -lm'",
++    eval "ac_cv_lib_png=no"
++)
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++])dnl
++if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
++  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
++  LIBPNG="$ac_cv_lib_png"
++  AC_SUBST(LIBPNG)
++  AC_MSG_RESULT($ac_cv_lib_png)
++else
++  AC_MSG_RESULT(no)
++  LIBPNG=""
++  AC_SUBST(LIBPNG)
++fi
++])
++m4trace:acinclude.m4:2789: -1- AC_DEFUN([AC_FIND_JASPER], [
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_REQUIRE([AC_FIND_JPEG])
++AC_MSG_CHECKING([for jasper])
++AC_CACHE_VAL(ac_cv_jasper,
++[
++kde_save_LIBS="$LIBS"
++LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm"
++kde_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++
++AC_TRY_LINK(dnl
++    [
++    #include<jasper/jasper.h>
++    ],
++    [
++    return( jas_init() );
++    ],
++    eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'",
++    eval "ac_cv_jasper=no"
++)
++LIBS="$kde_save_LIBS"
++CFLAGS="$kde_save_CFLAGS"
++])dnl
++if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then
++  AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper])
++  LIB_JASPER="$ac_cv_jasper"
++  AC_MSG_RESULT($ac_cv_jasper)
++else
++  AC_MSG_RESULT(no)
++  LIB_JASPER=""
++fi
++AC_SUBST(LIB_JASPER)
++])
++m4trace:acinclude.m4:2794: -1- AC_DEFUN([AC_CHECK_BOOL], [
++  AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool])
++])
++m4trace:acinclude.m4:2822: -1- AC_DEFUN([AC_CHECK_GNU_EXTENSIONS], [
++AC_MSG_CHECKING(if you need GNU extensions)
++AC_CACHE_VAL(ac_cv_gnu_extensions,
++[
++cat > conftest.c << EOF
++#include <features.h>
++
++#ifdef __GNU_LIBRARY__
++yes
++#endif
++EOF
++
++if (eval "$ac_cpp conftest.c") 2>&5 |
++  egrep "yes" >/dev/null 2>&1; then
++  rm -rf conftest*
++  ac_cv_gnu_extensions=yes
++else
++  ac_cv_gnu_extensions=no
++fi
++])
++
++AC_MSG_RESULT($ac_cv_gnu_extensions)
++if test "$ac_cv_gnu_extensions" = "yes"; then
++  AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions])
++fi
++])
++m4trace:acinclude.m4:2847: -1- AC_DEFUN([KDE_CHECK_COMPILER_FLAG], [
++AC_MSG_CHECKING([whether $CXX supports -$1])
++kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
++AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
++[
++  AC_LANG_SAVE
++  AC_LANG_CPLUSPLUS
++  save_CXXFLAGS="$CXXFLAGS"
++  CXXFLAGS="$CXXFLAGS -$1"
++  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], [])
++  CXXFLAGS="$save_CXXFLAGS"
++  AC_LANG_RESTORE
++])
++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
++ AC_MSG_RESULT(yes)
++ :
++ $2
++else
++ AC_MSG_RESULT(no)
++ :
++ $3
++fi
++])
++m4trace:acinclude.m4:2872: -1- AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG], [
++AC_MSG_CHECKING([whether $CC supports -$1])
++kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
++AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache,
++[
++  AC_LANG_SAVE
++  AC_LANG_C
++  save_CFLAGS="$CFLAGS"
++  CFLAGS="$CFLAGS -$1"
++  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], [])
++  CFLAGS="$save_CFLAGS"
++  AC_LANG_RESTORE
++])
++if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
++ AC_MSG_RESULT(yes)
++ :
++ $2
++else
++ AC_MSG_RESULT(no)
++ :
++ $3
++fi
++])
++m4trace:acinclude.m4:2896: -1- AC_DEFUN([AC_REMOVE_FORBIDDEN], [ __val=$$1
++  __forbid=" $2 "
++  if test -n "$__val"; then
++    __new=""
++    ac_save_IFS=$IFS
++    IFS=" 	"
++    for i in $__val; do
++      case "$__forbid" in
++        *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;;
++	*) # Careful to not add spaces, where there were none, because otherwise
++	   # libtool gets confused, if we change e.g. CXX
++	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
++      esac
++    done
++    IFS=$ac_save_IFS
++    $1=$__new
++  fi
++])
++m4trace:acinclude.m4:2937: -1- AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER], [
++  AC_MSG_CHECKING([whether $CC is blacklisted])
++
++  dnl In theory we have tu run this test against $CC and $CXX
++  dnl in C and in C++ mode, because its perfectly legal for
++  dnl the user to mix compiler versions, since C has a defined
++  dnl ABI. 
++  dnl 
++  dnl For now, we assume the user is not on crack.
++
++  AC_TRY_COMPILE([
++#ifdef __GNUC__
++#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
++choke me
++#endif
++#endif
++], ,
++  kde_bad_compiler=no, 
++  kde_bad_compiler=yes
++)
++
++  AC_MSG_RESULT($kde_bad_compiler)
++
++if test "$kde_bad_compiler" = "yes"; then
++  AC_MSG_ERROR([
++
++This particular compiler version is blacklisted because it
++is known to miscompile KDE. Please use a newer version, or
++if that is not yet available, choose an older version. 
++
++Please do not report a bug or bother us reporting this
++configure error. We know about it, and we introduced
++it by intention to avoid untraceable bugs or crashes in KDE.
++
++])
++fi
++
++])
++m4trace:acinclude.m4:2949: -1- AC_DEFUN([AC_VALIDIFY_CXXFLAGS], [dnl
++if test "x$kde_use_qt_emb" != "xyes"; then
++ AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath])
++ AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath])
++else
++ AC_REMOVE_FORBIDDEN(CXX, [-rpath])
++ AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath])
++fi
++])
++m4trace:acinclude.m4:3234: -1- AC_DEFUN([AC_CHECK_COMPILERS], [
++  AC_ARG_ENABLE(debug,
++	        AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]),
++  [
++    case $enableval in
++      yes)
++        kde_use_debug_code="yes"
++        kde_use_debug_define=no
++        ;;
++      full)
++        kde_use_debug_code="full"
++        kde_use_debug_define=no
++        ;;
++      *)
++        kde_use_debug_code="no"
++        kde_use_debug_define=yes
++        ;;
++    esac
++  ], 
++    [kde_use_debug_code="no"
++      kde_use_debug_define=no
++  ])
++
++  dnl Just for configure --help
++  AC_ARG_ENABLE(dummyoption,
++	        AC_HELP_STRING([--disable-debug],
++	  		       [disables debug output and debug symbols [default=no]]),
++		[],[])
++
++  AC_ARG_ENABLE(strict,
++		AC_HELP_STRING([--enable-strict],
++			      [compiles with strict compiler options (may not work!)]),
++   [
++    if test $enableval = "no"; then
++         kde_use_strict_options="no"
++       else
++         kde_use_strict_options="yes"
++    fi
++   ], [kde_use_strict_options="no"])
++
++  AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]),
++   [
++    if test $enableval = "no"; then
++         kde_use_warnings="no"
++       else
++         kde_use_warnings="yes"
++    fi
++   ], [kde_use_warnings="yes"])
++
++  dnl enable warnings for debug build
++  if test "$kde_use_debug_code" != "no"; then
++    kde_use_warnings=yes
++  fi
++
++  AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]),
++    [kde_use_profiling=$enableval],
++    [kde_use_profiling="no"]
++  )
++
++  dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS
++  CFLAGS=" $CFLAGS"
++
++  AC_PROG_CC 
++
++  AC_PROG_CPP
++
++  if test "$GCC" = "yes"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test $kde_use_debug_code = "full"; then
++        CFLAGS="-g3 -fno-inline $CFLAGS"
++      else
++        CFLAGS="-g -O2 $CFLAGS"
++      fi
++    else
++      CFLAGS="-O2 $CFLAGS"
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CFLAGS="-DNDEBUG $CFLAGS"
++  fi
++
++
++  case "$host" in
++  *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
++  *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
++  esac
++
++  if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
++     LDFLAGS=""
++  fi
++
++  CXXFLAGS=" $CXXFLAGS"
++
++  AC_PROG_CXX
++
++  KDE_CHECK_FOR_BAD_COMPILER
++
++  if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
++    if test "$kde_use_debug_code" != "no"; then
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
++      else
++        if test "$kde_use_debug_code" = "full"; then
++          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
++        else
++          CXXFLAGS="-g -O2 $CXXFLAGS"
++        fi
++      fi
++      KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"])
++
++      dnl convenience compiler flags
++      KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
++      AC_SUBST(WOVERLOADED_VIRTUAL)
++    else
++      if test "$CXX" = "KCC"; then
++        CXXFLAGS="+K3 $CXXFLAGS"
++      else
++        CXXFLAGS="-O2 $CXXFLAGS"
++      fi  
++    fi
++  fi
++
++  if test "$kde_use_debug_define" = "yes"; then
++    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
++  fi  
++
++  if test "$kde_use_profiling" = "yes"; then
++    KDE_CHECK_COMPILER_FLAG(pg,
++    [
++      CFLAGS="-pg $CFLAGS"
++      CXXFLAGS="-pg $CXXFLAGS"
++    ])
++  fi
++
++  if test "$kde_use_warnings" = "yes"; then
++      if test "$GCC" = "yes"; then
++        CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
++        case $host in
++          *-*-linux-gnu)	
++            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
++            KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
++            KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
++          ;;
++        esac
++        KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"])
++        KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"])
++        dnl ### FIXME: revert for KDE 4
++        KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
++     fi
++  fi
++
++  if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
++    CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
++  fi
++
++  AC_ARG_ENABLE(pch,
++     AC_HELP_STRING([--enable-pch],
++                    [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]),
++    [ kde_use_pch=$enableval ],[ kde_use_pch=no ])
++ 
++  HAVE_GCC_VISIBILITY=0
++  AC_SUBST([HAVE_GCC_VISIBILITY])
++
++  if test "$GXX" = "yes"; then
++    KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"])
++    KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"])
++    KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"])
++    KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS=	)
++    ENABLE_PERMISSIVE_FLAG="-fpermissive"
++
++    if test "$kde_use_pch" = "yes"; then
++        AC_MSG_CHECKING(whether gcc supports precompiling c header files)
++        echo >conftest.h
++        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
++            kde_gcc_supports_pch=yes
++            AC_MSG_RESULT(yes)
++        else
++            kde_gcc_supports_pch=no
++            AC_MSG_RESULT(no)
++        fi
++        if test "$kde_gcc_supports_pch" = "yes"; then
++            AC_MSG_CHECKING(whether gcc supports precompiling c++ header files)
++            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
++                kde_gcc_supports_pch=yes
++                AC_MSG_RESULT(yes)
++            else
++                kde_gcc_supports_pch=no
++                AC_MSG_RESULT(no)
++            fi
++        fi
++        rm -f conftest.h conftest.h.gch
++    fi
++  fi
++  AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
++  if test "$CXX" = "KCC"; then
++    dnl unfortunately we currently cannot disable exception support in KCC
++    dnl because doing so is binary incompatible and Qt by default links with exceptions :-(
++    dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"])
++    dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS=	)
++
++    if test "$kde_use_pch" = "yes"; then
++      dnl TODO: support --pch-dir!
++      KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"])
++      dnl the below works (but the dir must exist), but it's
++      dnl useless for a whole package.
++      dnl The are precompiled headers for each source file, so when compiling
++      dnl from scratch, it doesn't make a difference, and they take up
++      dnl around ~5Mb _per_ sourcefile.
++      dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp,
++      dnl   [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"])
++    fi
++    dnl this flag controls inlining. by default KCC inlines in optimisation mode
++    dnl all implementations that are defined inside the class {} declaration. 
++    dnl because of templates-compatibility with broken gcc compilers, this
++    dnl can cause excessive inlining. This flag limits it to a sane level
++    KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
++    KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
++    KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
++    KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
++    dnl Some source files are shared between multiple executables
++    dnl (or libraries) and some of those need template instantiations.
++    dnl In that case KCC needs to compile those sources with
++    dnl --one_instantiation_per_object.  To make it easy for us we compile
++    dnl _all_ objects with that flag (--one_per is a shorthand).
++    KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"])
++  fi
++  AC_SUBST(USE_EXCEPTIONS)
++  dnl obsolete macro - provided to keep things going
++  USE_RTTI=
++  AC_SUBST(USE_RTTI)
++
++  case "$host" in
++      *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
++      *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
++      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
++      *-*-solaris*) 
++        if test "$GXX" = yes; then
++          libstdcpp=`$CXX -print-file-name=libstdc++.so`
++          if test ! -f $libstdcpp; then
++             AC_MSG_ERROR([You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so])
++          fi
++        fi
++        ;;
++  esac
++
++  AC_VALIDIFY_CXXFLAGS
++
++  AC_PROG_CXXCPP
++
++  if test "$GCC" = yes; then
++     NOOPT_CFLAGS=-O0
++  fi
++  KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0])
++
++  AC_ARG_ENABLE(coverage,
++    AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [
++      if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker="-lgcc"
++      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
++        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
++        ac_coverage_linker=""
++      else
++        AC_MSG_ERROR([coverage with your compiler is not supported])
++      fi
++      CFLAGS="$CFLAGS $ac_coverage_compiler"
++      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
++      LDFLAGS="$LDFLAGS $ac_coverage_linker"
++    ])
++
++  AC_SUBST(NOOPT_CXXFLAGS)
++  AC_SUBST(NOOPT_CFLAGS)
++  AC_SUBST(ENABLE_PERMISSIVE_FLAG)
++
++  KDE_CHECK_NEW_LDFLAGS
++  KDE_CHECK_FINAL
++  KDE_CHECK_CLOSURE
++  KDE_CHECK_NMCHECK
++
++  ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), [])
++])
++m4trace:acinclude.m4:3271: -1- AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG], [
++    AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug,
++      [
++        AC_LANG_SAVE
++        AC_LANG_CPLUSPLUS
++
++        safe_CXXFLAGS=$CXXFLAGS
++        safe_LDFLAGS=$LDFLAGS
++        CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0"
++        LDFLAGS="$LDFLAGS -shared -fPIC"
++
++        AC_TRY_LINK(
++        [
++          /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */
++	  #include <string>
++          int some_function( void ) __attribute__ ((visibility("default")));
++          int some_function( void )
++          {
++	    std::string s("blafasel");
++            return 0;
++          }
++        ], [/* elvis is alive */],
++        kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes)
++
++        CXXFLAGS=$safe_CXXFLAGS
++        LDFLAGS=$safe_LDFLAGS
++        AC_LANG_RESTORE
++      ]
++    )
++
++    if test x$kde_cv_val_gcc_visibility_bug = xno; then
++      CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
++    fi
++  
++])
++m4trace:acinclude.m4:3313: -1- AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY], [
++dnl  AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
++dnl
++dnl  if test "x$GXX" = "xyes"; then
++dnl    kde_have_gcc_visibility=no
++dnl    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
++dnl    [
++dnl      kde_have_gcc_visibility=yes
++dnl      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
++dnl        [
++dnl          AC_LANG_SAVE
++dnl          AC_LANG_CPLUSPLUS
++dnl
++dnl          safe_CXXFLAGS=$CXXFLAGS
++dnl          CXXFLAGS="$CXXFLAGS $all_includes"
++dnl
++dnl          AC_TRY_COMPILE(
++dnl          [
++dnl#include <qglobal.h>
++dnl#if Q_EXPORT - 0 != 0
++dnl/* if this compiles, then Q_EXPORT is undefined */
++dnl/* if Q_EXPORT is nonempty, this will break compilation */
++dnl#endif
++dnl          ], [/* elvis is alive */],
++dnl          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
++dnl
++dnl          CXXFLAGS=$safe_CXXFLAGS
++dnl          AC_LANG_RESTORE
++dnl        ]
++dnl      )
++dnl
++dnl      if test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
++dnl        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
++dnl        KDE_CHECK_VISIBILITY_GCC_BUG
++dnl        HAVE_GCC_VISIBILITY=1
++dnl        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
++dnl      fi
++dnl    ])
++dnl  fi
++])
++m4trace:acinclude.m4:3319: -1- AC_DEFUN([KDE_ADD_DEPENDENCIES], [
++   [A]M_DEPENDENCIES(CC)
++   [A]M_DEPENDENCIES(CXX)
++])
++m4trace:acinclude.m4:3344: -1- AC_DEFUN([KDE_PROG_LIBTOOL], [
++AC_REQUIRE([AC_CHECK_COMPILERS])
++AC_REQUIRE([AC_ENABLE_SHARED])
++AC_REQUIRE([AC_ENABLE_STATIC])
++
++AC_REQUIRE([AC_LIBTOOL_DLOPEN])
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++AC_OBJEXT
++AC_EXEEXT
++
++AM_PROG_LIBTOOL
++AC_LIBTOOL_CXX
++
++LIBTOOL_SHELL="/bin/sh ./libtool"
++#  LIBTOOL="$LIBTOOL --silent"
++KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
++AC_SUBST(KDE_PLUGIN)
++
++# we patch configure quite some so we better keep that consistent for incremental runs 
++AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure')
++])
++m4trace:acinclude.m4:3372: -1- AC_DEFUN([KDE_CHECK_LIB64], [
++    kdelibsuff="$kde_libs_suffix"
++    if test -z "$kdelibsuff"; then
++       kdelibsuff=no
++    fi
++    AC_ARG_ENABLE(libsuffix,
++        AC_HELP_STRING([--enable-libsuffix],
++            [/lib directory suffix (64,32,none[=default])]),
++            kdelibsuff=$enableval)
++    # TODO: add an auto case that compiles a little C app to check
++    # where the glibc is
++    if test "$kdelibsuff" = "no"; then
++       kdelibsuff=
++    fi
++    if test -z "$kdelibsuff"; then
++        AC_MSG_RESULT([not using lib directory suffix])
++        AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
++    else
++        if test "$libdir" = '${exec_prefix}/lib'; then
++            libdir="$libdir${kdelibsuff}"
++            AC_SUBST([libdir], ["$libdir"])  dnl ugly hack for lib64 platforms
++        fi
++        AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
++        AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
++    fi
++])
++m4trace:acinclude.m4:3379: -1- AC_DEFUN([KDE_CHECK_TYPES], [  AC_CHECK_SIZEOF(int, 4)dnl
++   AC_CHECK_SIZEOF(short)dnl
++  AC_CHECK_SIZEOF(long, 4)dnl
++  AC_CHECK_SIZEOF(char *, 4)dnl
++])
++m4trace:acinclude.m4:3393: -1- AC_DEFUN([KDE_DO_IT_ALL], [
++AC_CANONICAL_SYSTEM
++AC_ARG_PROGRAM
++AM_INIT_AUTOMAKE($1, $2)
++AM_DISABLE_LIBRARIES
++AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
++AC_CHECK_COMPILERS
++KDE_PROG_LIBTOOL
++AM_KDE_WITH_NLS
++AC_PATH_KDE
++])
++m4trace:acinclude.m4:3426: -1- AC_DEFUN([AC_CHECK_RPATH], [
++AC_MSG_CHECKING(for rpath)
++AC_ARG_ENABLE(rpath,
++      AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]),
++      USE_RPATH=$enableval, USE_RPATH=yes)
++
++if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
++
++  KDE_RPATH="-R \$(libdir)"
++
++  if test "$kde_libraries" != "$libdir"; then
++      KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
++  fi
++
++  if test -n "$qt_libraries"; then
++    KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
++  fi
++  dnl $x_libraries is set to /usr/lib in case
++  if test -n "$X_LDFLAGS"; then
++    X_RPATH="-R \$(x_libraries)"
++    KDE_RPATH="$KDE_RPATH $X_RPATH"
++  fi
++  if test -n "$KDE_EXTRA_RPATH"; then
++    KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
++  fi
++fi
++AC_SUBST(KDE_EXTRA_RPATH)
++AC_SUBST(KDE_RPATH)
++AC_SUBST(X_RPATH)
++AC_MSG_RESULT($USE_RPATH)
++])
++m4trace:acinclude.m4:3479: -1- AC_DEFUN([AC_CHECK_SOCKLEN_T], [
++   AC_MSG_CHECKING(for socklen_t)
++   AC_CACHE_VAL(kde_cv_socklen_t,
++   [
++      AC_LANG_PUSH(C++)
++      kde_cv_socklen_t=no
++      AC_TRY_COMPILE([
++         #include <sys/types.h>
++         #include <sys/socket.h>
++      ],
++      [
++         socklen_t len;
++         getpeername(0,0,&len);
++      ],
++      [
++         kde_cv_socklen_t=yes
++         kde_cv_socklen_t_equiv=socklen_t
++      ])
++      AC_LANG_POP(C++)
++   ])
++   AC_MSG_RESULT($kde_cv_socklen_t)
++   if test $kde_cv_socklen_t = no; then
++      AC_MSG_CHECKING([for socklen_t equivalent for socket functions])
++      AC_CACHE_VAL(kde_cv_socklen_t_equiv,
++      [
++         kde_cv_socklen_t_equiv=int
++         AC_LANG_PUSH(C++)
++         for t in int size_t unsigned long "unsigned long"; do
++            AC_TRY_COMPILE([
++               #include <sys/types.h>
++               #include <sys/socket.h>
++            ],
++            [
++               $t len;
++               getpeername(0,0,&len);
++            ],
++            [
++               kde_cv_socklen_t_equiv="$t"
++               break
++            ])
++         done
++         AC_LANG_POP(C++)
++      ])
++      AC_MSG_RESULT($kde_cv_socklen_t_equiv)
++   fi
++   AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv,
++                     [type to use in place of socklen_t if not defined])
++   AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv,
++                     [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)])
++])
++m4trace:acinclude.m4:3530: -1- AC_DEFUN([AM_KDE_WITH_NLS], [
++    dnl If we use NLS figure out what method
++
++    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
++        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
++    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
++
++     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
++        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
++        GMSGFMT=":"
++      fi
++      MSGFMT=$GMSGFMT
++      AC_SUBST(GMSGFMT)
++      AC_SUBST(MSGFMT)
++
++      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
++	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
++
++      dnl Test whether we really found GNU xgettext.
++      if test "$XGETTEXT" != ":"; then
++	dnl If it is no GNU xgettext we define it as : so that the
++	dnl Makefiles still can work.
++	if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
++	  : ;
++	else
++	  AC_MSG_RESULT(
++	    [found xgettext programs is not GNU xgettext; ignore it])
++	  XGETTEXT=":"
++	fi
++      fi
++     AC_SUBST(XGETTEXT)
++
++  ])
++m4trace:acinclude.m4:3574: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE], [# Extract the first word of "$2", so it can be a program name with args.
++set dummy $2; ac_word=[$]2
++AC_MSG_CHECKING([for $ac_word])
++AC_CACHE_VAL(ac_cv_path_$1,
++[case "[$]$1" in
++  /*)
++  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
++  ;;
++  *)
++  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++  for ac_dir in ifelse([$5], , $PATH, [$5]); do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if [$3]; then
++	ac_cv_path_$1="$ac_dir/$ac_word"
++	break
++      fi
++    fi
++  done
++  IFS="$ac_save_ifs"
++dnl If no 4th arg is given, leave the cache variable unset,
++dnl so AC_PATH_PROGS will keep looking.
++ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
++])dnl
++  ;;
++esac])dnl
++$1="$ac_cv_path_$1"
++if test -n "[$]$1"; then
++  AC_MSG_RESULT([$]$1)
++else
++  AC_MSG_RESULT(no)
++fi
++AC_SUBST($1)dnl
++])
++m4trace:acinclude.m4:3590: -1- AC_DEFUN([AM_LC_MESSAGES], [if test $ac_cv_header_locale_h = yes; then
++    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
++      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
++       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
++    if test $am_cv_val_LC_MESSAGES = yes; then
++      AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES])
++    fi
++  fi])
++m4trace:acinclude.m4:3606: -1- AC_DEFUN([AM_FUNC_OBSTACK], [AC_CACHE_CHECK([for obstacks], am_cv_func_obstack,
++ [AC_TRY_LINK([#include "obstack.h"],
++	      [struct obstack *mem;obstack_free(mem,(char *) 0)],
++	      am_cv_func_obstack=yes,
++	      am_cv_func_obstack=no)])
++ if test $am_cv_func_obstack = yes; then
++   AC_DEFINE(HAVE_OBSTACK)
++ else
++   LIBOBJS="$LIBOBJS obstack.o"
++ fi
++])
++m4trace:acinclude.m4:3620: -1- AC_DEFUN([AM_FUNC_ERROR_AT_LINE], [AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
++ [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
++              am_cv_lib_error_at_line=yes,
++	      am_cv_lib_error_at_line=no)])
++ if test $am_cv_lib_error_at_line = no; then
++   LIBOBJS="$LIBOBJS error.o"
++ fi
++ AC_SUBST(LIBOBJS)dnl
++])
++m4trace:acinclude.m4:3688: -1- AC_DEFUN([AM_KDE_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
++   AC_REQUIRE([AC_PROG_RANLIB])dnl
++   AC_REQUIRE([AC_HEADER_STDC])dnl
++   AC_REQUIRE([AC_TYPE_OFF_T])dnl
++   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
++   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
++   AC_REQUIRE([AC_FUNC_MMAP])dnl
++   AC_REQUIRE([AM_KDE_WITH_NLS])dnl
++   AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h])
++   AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \
++__argz_count __argz_stringify __argz_next])
++
++   AC_MSG_CHECKING(for stpcpy)
++   AC_CACHE_VAL(kde_cv_func_stpcpy,
++   [
++   kde_safe_cxxflags=$CXXFLAGS
++   CXXFLAGS="-Werror"
++   AC_LANG_SAVE
++   AC_LANG_CPLUSPLUS
++   AC_TRY_COMPILE([
++   #include <string.h>
++   ],
++   [
++   char buffer[200];
++   stpcpy(buffer, buffer);
++   ],
++   kde_cv_func_stpcpy=yes,
++   kde_cv_func_stpcpy=no)
++   AC_LANG_RESTORE
++   CXXFLAGS=$kde_safe_cxxflags
++   ])
++   AC_MSG_RESULT($kde_cv_func_stpcpy)
++   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
++     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
++   fi
++
++   AM_LC_MESSAGES
++
++   if test "x$CATOBJEXT" != "x"; then
++     if test "x$ALL_LINGUAS" = "x"; then
++       LINGUAS=
++     else
++       AC_MSG_CHECKING(for catalogs to be installed)
++       NEW_LINGUAS=
++       for lang in ${LINGUAS=$ALL_LINGUAS}; do
++         case "$ALL_LINGUAS" in
++          *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
++         esac
++       done
++       LINGUAS=$NEW_LINGUAS
++       AC_MSG_RESULT($LINGUAS)
++     fi
++
++     dnl Construct list of names of catalog files to be constructed.
++     if test -n "$LINGUAS"; then
++       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
++     fi
++   fi
++
++  ])
++m4trace:acinclude.m4:3743: -1- AC_DEFUN([AC_HAVE_XPM], [AC_REQUIRE_CPP()dnl
++  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++ test -z "$XPM_LDFLAGS" && XPM_LDFLAGS=
++ test -z "$XPM_INCLUDE" && XPM_INCLUDE=
++
++ AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]),
++	xpm_test=$withval, xpm_test="yes")
++ if test "x$xpm_test" = xno; then
++   ac_cv_have_xpm=no
++ else
++   AC_MSG_CHECKING(for XPM)
++   AC_CACHE_VAL(ac_cv_have_xpm,
++   [
++    ac_save_ldflags="$LDFLAGS"
++    ac_save_cflags="$CFLAGS"
++    if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
++      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET"
++    else
++      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET"
++    fi
++    CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES"
++    test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS"
++    AC_TRY_LINK([#include <X11/xpm.h>],[],
++	ac_cv_have_xpm="yes",ac_cv_have_xpm="no")
++    LDFLAGS="$ac_save_ldflags"
++    CFLAGS="$ac_save_cflags"
++   ])dnl
++
++  if test "$ac_cv_have_xpm" = no; then
++    AC_MSG_RESULT(no)
++    XPM_LDFLAGS=""
++    XPMINC=""
++    $2
++  else
++    AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support])
++    if test "$XPM_LDFLAGS" = ""; then
++       XPMLIB='-lXpm $(LIB_X11)'
++    else
++       XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)'
++    fi
++    if test "$XPM_INCLUDE" = ""; then
++       XPMINC=""
++    else
++       XPMINC="-I$XPM_INCLUDE"
++    fi
++    AC_MSG_RESULT(yes)
++    $1
++  fi
++ fi
++ AC_SUBST(XPMINC)
++ AC_SUBST(XPMLIB)
++])
++m4trace:acinclude.m4:3840: -1- AC_DEFUN([AC_HAVE_DPMS], [AC_REQUIRE_CPP()dnl
++  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++ test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS=
++ test -z "$DPMS_INCLUDE" && DPMS_INCLUDE=
++ DPMS_LIB=
++
++ AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]),
++	dpms_test=$withval, dpms_test="yes")
++ if test "x$dpms_test" = xno; then
++   ac_cv_have_dpms=no
++ else
++   AC_MSG_CHECKING(for DPMS)
++   dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms.
++   dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms".
++   AC_CACHE_VAL(ac_cv_have_dpms,
++   [
++    if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then
++      AC_MSG_RESULT(no)
++      ac_cv_have_dpms="no"
++    else
++      ac_save_ldflags="$LDFLAGS"
++      ac_save_cflags="$CFLAGS"
++      ac_save_libs="$LIBS"
++      LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries"
++      LIBS="-lX11 -lXext $LIBSOCKET"
++      CFLAGS="$CFLAGS $X_INCLUDES"
++      test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
++      AC_TRY_LINK([
++	  #include <X11/Xproto.h>
++	  #include <X11/X.h>
++	  #include <X11/Xlib.h>
++	  #include <X11/extensions/dpms.h>
++	  int foo_test_dpms()
++	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
++	  ac_cv_have_dpms="yes", [
++              LIBS="-lXdpms $LIBS"
++              AC_TRY_LINK([
++	          #include <X11/Xproto.h>
++        	  #include <X11/X.h>
++        	  #include <X11/Xlib.h>
++        	  #include <X11/extensions/dpms.h>
++        	  int foo_test_dpms()
++        	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
++        	  [
++                  ac_cv_have_dpms="-lXdpms"
++                  ],ac_cv_have_dpms="no")
++              ])
++      LDFLAGS="$ac_save_ldflags"
++      CFLAGS="$ac_save_cflags"
++      LIBS="$ac_save_libs"
++    fi
++   ])dnl
++
++  if test "$ac_cv_have_dpms" = no; then
++    AC_MSG_RESULT(no)
++    DPMS_LDFLAGS=""
++    DPMSINC=""
++    $2
++  else
++    AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support])
++    if test "$ac_cv_have_dpms" = "-lXdpms"; then
++       DPMS_LIB="-lXdpms"
++    fi
++    if test "$DPMS_LDFLAGS" = ""; then
++       DPMSLIB="$DPMS_LIB "'$(LIB_X11)'
++    else
++       DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)'
++    fi
++    if test "$DPMS_INCLUDE" = ""; then
++       DPMSINC=""
++    else
++       DPMSINC="-I$DPMS_INCLUDE"
++    fi
++    AC_MSG_RESULT(yes)
++    $1
++  fi
++ fi
++ ac_save_cflags="$CFLAGS"
++ CFLAGS="$CFLAGS $X_INCLUDES"
++ test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
++ AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO,
++   [Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h>])
++ AC_CHECK_DECL(DPMSCapable,
++   AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),,
++   [#include <X11/extensions/dpms.h>])
++ AH_TEMPLATE(HAVE_DPMSINFO_PROTO,
++   [Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h>])
++ AC_CHECK_DECL(DPMSInfo,
++   AC_DEFINE(HAVE_DPMSINFO_PROTO),,
++   [#include <X11/extensions/dpms.h>])
++ CFLAGS="$ac_save_cflags"
++ AC_SUBST(DPMSINC)
++ AC_SUBST(DPMSLIB)
++])
++m4trace:acinclude.m4:3904: -1- AC_DEFUN([AC_HAVE_GL], [AC_REQUIRE_CPP()dnl
++  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++
++ test -z "$GL_LDFLAGS" && GL_LDFLAGS=
++ test -z "$GL_INCLUDE" && GL_INCLUDE=
++
++ AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]),
++	gl_test=$withval, gl_test="yes")
++ if test "x$kde_use_qt_emb" = "xyes"; then
++   # GL and Qt Embedded is a no-go for now.
++   ac_cv_have_gl=no
++ elif test "x$gl_test" = xno; then
++   ac_cv_have_gl=no
++ else
++   AC_MSG_CHECKING(for GL)
++   AC_CACHE_VAL(ac_cv_have_gl,
++   [
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++    ac_save_ldflags=$LDFLAGS
++    ac_save_cxxflags=$CXXFLAGS
++    ac_save_libs=$LIBS
++    LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries"
++    LIBS="$LIBS -lGL -lGLU"
++    test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11"
++    LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET"
++    CXXFLAGS="$CFLAGS $X_INCLUDES"
++    test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS"
++    AC_TRY_LINK([#include <GL/gl.h>
++#include <GL/glu.h>
++], [],
++	ac_cv_have_gl="yes", ac_cv_have_gl="no")
++    AC_LANG_RESTORE
++    LDFLAGS=$ac_save_ldflags
++    CXXFLAGS=$ac_save_cxxflags
++    LIBS=$ac_save_libs
++   ])dnl
++
++  if test "$ac_cv_have_gl" = "no"; then
++    AC_MSG_RESULT(no)
++    GL_LDFLAGS=""
++    GLINC=""
++    $2
++  else
++    AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)])
++    if test "$GL_LDFLAGS" = ""; then
++       GLLIB='-lGLU -lGL $(LIB_X11)'
++    else
++       GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)'
++    fi
++    if test "$GL_INCLUDE" = ""; then
++       GLINC=""
++    else
++       GLINC="-I$GL_INCLUDE"
++    fi
++    AC_MSG_RESULT($ac_cv_have_gl)
++    $1
++  fi
++ fi
++ AC_SUBST(GLINC)
++ AC_SUBST(GLLIB)
++])
++m4trace:acinclude.m4:3969: -1- AC_DEFUN([KDE_PAM], [
++  AC_REQUIRE([KDE_CHECK_LIBDL])
++
++  want_pam=
++  AC_ARG_WITH(pam,
++    AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]),
++    [ if test "x$withval" = "xyes"; then
++        want_pam=yes
++        pam_service=kde
++      elif test "x$withval" = "xno"; then
++        want_pam=no
++      else
++        want_pam=yes
++        pam_service=$withval
++      fi
++    ], [ pam_service=kde ])
++
++  use_pam=
++  PAMLIBS=
++  if test "x$want_pam" != xno; then
++    AC_CHECK_LIB(pam, pam_start, [
++      AC_CHECK_HEADER(security/pam_appl.h,
++        [ pam_header=security/pam_appl.h ],
++        [ AC_CHECK_HEADER(pam/pam_appl.h,
++            [ pam_header=pam/pam_appl.h ],
++            [
++    AC_MSG_WARN([PAM detected, but no headers found!
++Make sure you have the necessary development packages installed.])
++            ]
++          )
++        ]
++      )
++    ], , $LIBDL)
++    if test -z "$pam_header"; then
++      if test "x$want_pam" = xyes; then
++        AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!])
++      fi
++    else
++      AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)])
++      PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL"
++      use_pam=yes
++
++      dnl darwin claims to be something special
++      if test "$pam_header" = "pam/pam_appl.h"; then
++        AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/])
++      fi
++
++      dnl test whether struct pam_message is const (Linux) or not (Sun)
++      AC_MSG_CHECKING(for const pam_message)
++      AC_EGREP_HEADER([struct pam_message], $pam_header,
++        [ AC_EGREP_HEADER([const struct pam_message], $pam_header,
++                          [AC_MSG_RESULT([const: Linux-type PAM])],
++                          [AC_MSG_RESULT([nonconst: Sun-type PAM])
++                          AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])]
++                          )],
++        [AC_MSG_RESULT([not found - assume const, Linux-type PAM])])
++    fi
++  fi
++
++  AC_SUBST(PAMLIBS)
++])
++m4trace:acinclude.m4:3991: -1- AC_DEFUN([DEF_PAM_SERVICE], [
++  AC_ARG_WITH($1-pam,
++    AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]),
++    [ if test "x$use_pam" = xyes; then
++        $3_PAM_SERVICE=$withval
++      else
++        AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected.
++You may want to enforce it by using --with-pam.])
++      fi
++    ], 
++    [ if test "x$use_pam" = xyes; then
++        $3_PAM_SERVICE="$pam_service"
++      fi
++    ])
++    if test -n "$$3_PAM_SERVICE"; then
++      AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE])
++      AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2])
++    fi
++    AC_SUBST($3_PAM_SERVICE)
++])
++m4trace:acinclude.m4:4048: -1- AC_DEFUN([KDE_SHADOWPASSWD], [
++  AC_REQUIRE([KDE_PAM])
++
++  AC_CHECK_LIB(shadow, getspent,
++    [ LIBSHADOW="-lshadow"
++      ac_use_shadow=yes
++    ],
++    [ dnl for UnixWare
++      AC_CHECK_LIB(gen, getspent, 
++        [ LIBGEN="-lgen"
++          ac_use_shadow=yes
++        ], 
++        [ AC_CHECK_FUNC(getspent, 
++            [ ac_use_shadow=yes ],
++            [ ac_use_shadow=no ])
++	])
++    ])
++  AC_SUBST(LIBSHADOW)
++  AC_SUBST(LIBGEN)
++  
++  AC_MSG_CHECKING([for shadow passwords])
++
++  AC_ARG_WITH(shadow,
++    AC_HELP_STRING([--with-shadow],[If you want shadow password support]),
++    [ if test "x$withval" != "xno"; then
++        use_shadow=yes
++      else
++        use_shadow=no
++      fi
++    ], [
++      use_shadow="$ac_use_shadow"
++    ])
++
++  if test "x$use_shadow" = xyes; then
++    AC_MSG_RESULT(yes)
++    AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords])
++  else
++    AC_MSG_RESULT(no)
++    LIBSHADOW=
++    LIBGEN=
++  fi
++
++  dnl finally make the relevant binaries setuid root, if we have shadow passwds.
++  dnl this still applies, if we could use it indirectly through pam.
++  if test "x$use_shadow" = xyes || 
++     ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then
++      case $host in
++      *-*-freebsd* | *-*-netbsd* | *-*-openbsd*)
++	SETUIDFLAGS="-m 4755 -o root";;
++      *)
++	SETUIDFLAGS="-m 4755";;
++      esac
++  fi
++  AC_SUBST(SETUIDFLAGS)
++
++])
++m4trace:acinclude.m4:4074: -1- AC_DEFUN([KDE_PASSWDLIBS], [
++  AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT
++  AC_REQUIRE([KDE_PAM])
++  AC_REQUIRE([KDE_SHADOWPASSWD])
++
++  if test "x$use_pam" = "xyes"; then 
++    PASSWDLIBS="$PAMLIBS"
++  else
++    PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN"
++  fi
++
++  dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but
++  dnl /etc/master.passwd holds the actual passwords.  /etc/master.passwd requires
++  dnl root to read, so kcheckpass needs to be root (even when using pam, since pam
++  dnl may need to read /etc/master.passwd).
++  case $host in
++  *-*-freebsd*)
++    SETUIDFLAGS="-m 4755 -o root"
++    ;;
++  *)
++    ;;
++  esac
++
++  AC_SUBST(PASSWDLIBS)
++])
++m4trace:acinclude.m4:4089: -1- AC_DEFUN([KDE_CHECK_LIBDL], [
++AC_CHECK_LIB(dl, dlopen, [
++LIBDL="-ldl"
++ac_cv_have_dlfcn=yes
++])
++
++AC_CHECK_LIB(dld, shl_unload, [
++LIBDL="-ldld"
++ac_cv_have_shload=yes
++])
++
++AC_SUBST(LIBDL)
++])
++m4trace:acinclude.m4:4129: -1- AC_DEFUN([KDE_CHECK_DLOPEN], [
++KDE_CHECK_LIBDL
++AC_CHECK_HEADERS(dlfcn.h dl.h)
++if test "$ac_cv_header_dlfcn_h" = "no"; then
++  ac_cv_have_dlfcn=no
++fi
++
++if test "$ac_cv_header_dl_h" = "no"; then
++  ac_cv_have_shload=no
++fi
++
++dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE
++dnl (MM)
++AC_ARG_ENABLE(dlopen,
++AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]),
++enable_dlopen=$enableval,
++enable_dlopen=yes)
++
++# override the user's opinion, if we know it better ;)
++if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then
++  enable_dlopen=no
++fi
++
++if test "$ac_cv_have_dlfcn" = "yes"; then
++  AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn])
++fi
++
++if test "$ac_cv_have_shload" = "yes"; then
++  AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload])
++fi
++
++if test "$enable_dlopen" = no ; then
++  test -n "$1" && eval $1
++else
++  test -n "$2" && eval $2
++fi
++
++])
++m4trace:acinclude.m4:4149: -1- AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING], [
++KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no)
++KDE_PROG_LIBTOOL
++AC_MSG_CHECKING([dynamic loading])
++eval "`egrep '^build_libtool_libs=' libtool`"
++if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then
++  dynamic_loading=yes
++  AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING)
++else
++  dynamic_loading=no
++fi
++AC_MSG_RESULT($dynamic_loading)
++if test "$dynamic_loading" = "yes"; then
++  $1
++else
++  $2
++fi
++])
++m4trace:acinclude.m4:4185: -1- AC_DEFUN([KDE_ADD_INCLUDES], [
++if test -z "$1"; then
++  test_include="Pix.h"
++else
++  test_include="$1"
++fi
++
++AC_MSG_CHECKING([for libg++ ($test_include)])
++
++AC_CACHE_VAL(kde_cv_libgpp_includes,
++[
++kde_cv_libgpp_includes=no
++
++   for ac_dir in               \
++                               \
++     /usr/include/g++          \
++     /usr/include              \
++     /usr/unsupported/include  \
++     /opt/include              \
++     $extra_include            \
++     ; \
++   do
++     if test -r "$ac_dir/$test_include"; then
++       kde_cv_libgpp_includes=$ac_dir
++       break
++     fi
++   done
++])
++
++AC_MSG_RESULT($kde_cv_libgpp_includes)
++if test "$kde_cv_libgpp_includes" != "no"; then
++  all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES"
++fi
++])
++m4trace:acinclude.m4:4235: -1- AC_DEFUN([KDE_CHECK_LIBPTHREAD], [
++  dnl This code is here specifically to handle the
++  dnl various flavors of threading library on FreeBSD
++  dnl 4-, 5-, and 6-, and the (weird) rules around it.
++  dnl There may be an environment PTHREAD_LIBS that 
++  dnl specifies what to use; otherwise, search for it.
++  dnl -pthread is special cased and unsets LIBPTHREAD
++  dnl below if found.
++  LIBPTHREAD=""
++
++  if test -n "$PTHREAD_LIBS"; then
++    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
++      LIBPTHREAD="PTHREAD"
++    else
++      PTHREAD_LIBS_save="$PTHREAD_LIBS"
++      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
++      AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS])
++      KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [
++          LIBPTHREAD="$PTHREAD_LIBS_save"])
++      PTHREAD_LIBS="$PTHREAD_LIBS_save"
++    fi
++  fi
++
++  dnl Is this test really needed, in the face of the Tru64 test below?
++  if test -z "$LIBPTHREAD"; then
++    AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"])
++  fi
++
++  dnl This is a special Tru64 check, see BR 76171 issue #18.
++  if test -z "$LIBPTHREAD" ; then
++    AC_MSG_CHECKING([for pthread_create in -lpthread])
++    kde_safe_libs=$LIBS
++    LIBS="$LIBS -lpthread"
++    AC_TRY_LINK([#include <pthread.h>],[(void)pthread_create(0,0,0,0);],[
++        AC_MSG_RESULT(yes)
++        LIBPTHREAD="-lpthread"],[
++	AC_MSG_RESULT(no)])
++    LIBS=$kde_safe_libs
++  fi
++
++  dnl Un-special-case for FreeBSD.
++  if test "x$LIBPTHREAD" = "xPTHREAD" ; then
++    LIBPTHREAD=""
++  fi
++
++  AC_SUBST(LIBPTHREAD)
++])
++m4trace:acinclude.m4:4272: -1- AC_DEFUN([KDE_CHECK_PTHREAD_OPTION], [
++      USE_THREADS=""
++      if test -z "$LIBPTHREAD"; then
++        KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"])
++      fi
++
++    AH_VERBATIM(__svr_define, [
++#if defined(__SVR4) && !defined(__svr4__)
++#define __svr4__ 1
++#endif
++])
++    case $host_os in
++ 	solaris*)
++		KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"])
++                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
++    		;;
++        freebsd*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
++                ;;
++        aix*)
++                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
++                LIBPTHREAD="$LIBPTHREAD -lc_r"
++                ;;
++        linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
++                if test "$CXX" = "KCC"; then
++                  CXXFLAGS="$CXXFLAGS --thread_safe"
++		  NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
++                fi
++                ;;
++	*)
++		;;
++    esac
++    AC_SUBST(USE_THREADS)
++    AC_SUBST(LIBPTHREAD)
++])
++m4trace:acinclude.m4:4293: -1- AC_DEFUN([KDE_CHECK_THREADING], [
++  AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
++  AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION])
++  dnl default is yes if libpthread is found and no if no libpthread is available
++  if test -z "$LIBPTHREAD"; then
++    if test -z "$USE_THREADS"; then
++      kde_check_threading_default=no
++    else
++      kde_check_threading_default=yes
++    fi
++  else
++    kde_check_threading_default=yes
++  fi
++  AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]),
++   kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default)
++  if test "x$kde_use_threading" = "xyes"; then
++    AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)])
++  fi
++])
++m4trace:acinclude.m4:4342: -1- AC_DEFUN([KDE_TRY_LINK_PYTHON], [
++if test "$kde_python_link_found" = no; then
++
++if test "$1" = normal; then
++  AC_MSG_CHECKING(if a Python application links)
++else
++  AC_MSG_CHECKING(if Python depends on $2)
++fi
++
++AC_CACHE_VAL(kde_cv_try_link_python_$1,
++[
++kde_save_cflags="$CFLAGS"
++CFLAGS="$CFLAGS $PYTHONINC"
++kde_save_libs="$LIBS"
++LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET"
++kde_save_ldflags="$LDFLAGS"
++LDFLAGS="$LDFLAGS $PYTHONLIB"
++
++AC_TRY_LINK(
++[
++#include <Python.h>
++],[
++	PySys_SetArgv(1, 0);
++],
++	[kde_cv_try_link_python_$1=yes],
++	[kde_cv_try_link_python_$1=no]
++)
++CFLAGS="$kde_save_cflags"
++LIBS="$kde_save_libs"
++LDFLAGS="$kde_save_ldflags"
++])
++
++if test "$kde_cv_try_link_python_$1" = "yes"; then
++  AC_MSG_RESULT(yes)
++  kde_python_link_found=yes
++  if test ! "$1" = normal; then
++    LIBPYTHON="$LIBPYTHON $2"
++  fi
++  $3
++else
++  AC_MSG_RESULT(no)
++  $4
++fi
++
++fi
++
++])
++m4trace:acinclude.m4:4365: -1- AC_DEFUN([KDE_CHECK_PYTHON_DIR], [
++AC_MSG_CHECKING([for Python directory])
++ 
++AC_CACHE_VAL(kde_cv_pythondir,
++[
++  if test -z "$PYTHONDIR"; then
++    kde_cv_pythondir=/usr/local
++  else
++    kde_cv_pythondir="$PYTHONDIR"
++  fi
++])
++ 
++AC_ARG_WITH(pythondir,
++AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]),
++[
++  ac_python_dir=$withval
++], ac_python_dir=$kde_cv_pythondir
++)
++ 
++AC_MSG_RESULT($ac_python_dir)
++])
++m4trace:acinclude.m4:4456: -1- AC_DEFUN([KDE_CHECK_PYTHON_INTERN], [
++AC_REQUIRE([KDE_CHECK_LIBDL])
++AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
++AC_REQUIRE([KDE_CHECK_PYTHON_DIR])
++
++if test -z "$1"; then
++  version="1.5"
++else
++  version="$1"
++fi
++
++AC_MSG_CHECKING([for Python$version])
++
++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
++AC_FIND_FILE(Python.h, $python_incdirs, python_incdir)
++if test ! -r $python_incdir/Python.h; then
++  AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir)
++  python_incdir=$python_incdir/python$version
++  if test ! -r $python_incdir/Python.h; then
++    python_incdir=no
++  fi
++fi
++
++PYTHONINC=-I$python_incdir
++
++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
++AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
++if test ! -r $python_libdir/libpython$version.so; then
++  AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
++  if test ! -r $python_libdir/libpython$version.a; then
++    AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir)
++    python_libdir=$python_libdir/python$version/config
++    if test ! -r $python_libdir/libpython$version.a; then
++      python_libdir=no
++    fi
++  fi
++fi
++
++PYTHONLIB=-L$python_libdir
++kde_orig_LIBPYTHON=$LIBPYTHON
++if test -z "$LIBPYTHON"; then
++  LIBPYTHON=-lpython$version
++fi
++
++AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
++python_moddir=$python_moddir/python$version
++if test ! -r $python_moddir/copy.py; then
++  python_moddir=no
++fi
++
++PYTHONMODDIR=$python_moddir
++
++AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir)
++
++if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
++   LIBPYTHON=$kde_orig_LIBPYTHON
++   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
++   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
++   $2
++else 
++  dnl Note: this test is very weak
++  kde_python_link_found=no
++  KDE_TRY_LINK_PYTHON(normal)
++  KDE_TRY_LINK_PYTHON(m, -lm)
++  KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD)
++  KDE_TRY_LINK_PYTHON(tcl, -ltcl)
++  KDE_TRY_LINK_PYTHON(db2, -ldb2)
++  KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil])
++  KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++  KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++  KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++  KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [],
++	[AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++
++  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
++  AC_SUBST(PYTHONINC)
++  AC_SUBST(PYTHONLIB)
++  AC_SUBST(LIBPYTHON)
++  AC_SUBST(PYTHONMODDIR)
++  AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python])
++fi
++
++])
++m4trace:acinclude.m4:4471: -1- AC_DEFUN([KDE_CHECK_PYTHON], [
++  KDE_CHECK_PYTHON_INTERN("2.4",
++   [KDE_CHECK_PYTHON_INTERN("2.3", 
++     [KDE_CHECK_PYTHON_INTERN("2.2", 
++       [KDE_CHECK_PYTHON_INTERN("2.1", 
++         [KDE_CHECK_PYTHON_INTERN("2.0", 
++           [KDE_CHECK_PYTHON_INTERN($1, $2) ])
++         ])
++       ])
++     ])
++  ])
++])
++m4trace:acinclude.m4:4507: -1- AC_DEFUN([KDE_CHECK_STL], [
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++    ac_save_CXXFLAGS="$CXXFLAGS"
++    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
++
++    AC_MSG_CHECKING([if C++ programs can be compiled])
++    AC_CACHE_VAL(kde_cv_stl_works,
++    [
++      AC_TRY_COMPILE([
++#include <string>
++using namespace std;
++],[
++  string astring="Hallo Welt.";
++  astring.erase(0, 6); // now astring is "Welt"
++  return 0;
++], kde_cv_stl_works=yes,
++   kde_cv_stl_works=no)
++])
++
++   AC_MSG_RESULT($kde_cv_stl_works)
++
++   if test "$kde_cv_stl_works" = "yes"; then
++     # back compatible
++	 AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI])
++   else
++	 AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs.
++Check config.log for details - if you're using a Linux distribution you might miss
++a package named similar to libstdc++-dev.])
++   fi
++
++   CXXFLAGS="$ac_save_CXXFLAGS"
++   AC_LANG_RESTORE
++])
++m4trace:acinclude.m4:4546: -1- AC_DEFUN([AC_FIND_QIMGIO], [AC_REQUIRE([AC_FIND_JPEG])
++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
++AC_MSG_CHECKING([for qimgio])
++AC_CACHE_VAL(ac_cv_lib_qimgio,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++ac_save_LIBS="$LIBS"
++ac_save_CXXFLAGS="$CXXFLAGS"
++LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
++AC_TRY_RUN(dnl
++[
++#include <qimageio.h>
++#include <qstring.h>
++int main() {
++		QString t = "hallo";
++		t.fill('t');
++		qInitImageIO();
++}
++],
++            ac_cv_lib_qimgio=yes,
++            ac_cv_lib_qimgio=no,
++	    ac_cv_lib_qimgio=no)
++LIBS="$ac_save_LIBS"
++CXXFLAGS="$ac_save_CXXFLAGS"
++AC_LANG_RESTORE
++])dnl
++if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
++  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
++  AC_MSG_RESULT(yes)
++  AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available])
++  AC_SUBST(LIBQIMGIO)
++else
++  AC_MSG_RESULT(not found)
++fi
++])
++m4trace:acinclude.m4:4554: -1- AC_DEFUN([AM_DISABLE_LIBRARIES], [
++    AC_PROVIDE([AM_ENABLE_STATIC])
++    AC_PROVIDE([AM_ENABLE_SHARED])
++    enable_static=no
++    enable_shared=yes
++])
++m4trace:acinclude.m4:4587: -1- AC_DEFUN([AC_CHECK_UTMP_FILE], [
++    AC_MSG_CHECKING([for utmp file])
++
++    AC_CACHE_VAL(kde_cv_utmp_file,
++    [
++    kde_cv_utmp_file=no
++
++    for ac_file in    \
++                      \
++	/var/run/utmp \
++	/var/adm/utmp \
++	/etc/utmp     \
++     ; \
++    do
++     if test -r "$ac_file"; then
++       kde_cv_utmp_file=$ac_file
++       break
++     fi
++    done
++    ])
++
++    if test "$kde_cv_utmp_file" != "no"; then
++	AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
++	$1
++	AC_MSG_RESULT($kde_cv_utmp_file)
++    else
++    	$2
++	AC_MSG_RESULT([non found])
++    fi
++])
++m4trace:acinclude.m4:4635: -1- AC_DEFUN([KDE_CREATE_SUBDIRSLIST], [
++
++DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
++TOPSUBDIRS=""
++
++if test ! -s $srcdir/subdirs; then
++  dnl Note: Makefile.common creates subdirs, so this is just a fallback
++  files=`cd $srcdir && ls -1`
++  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
++  for i in $dirs; do
++    echo $i >> $srcdir/subdirs
++  done
++fi
++
++ac_topsubdirs=
++if test -s $srcdir/inst-apps; then
++  ac_topsubdirs="`cat $srcdir/inst-apps`"
++elif test -s $srcdir/subdirs; then
++  ac_topsubdirs="`cat $srcdir/subdirs`"
++fi
++
++for i in $ac_topsubdirs; do
++  AC_MSG_CHECKING([if $i should be compiled])
++  if test -d $srcdir/$i; then
++    install_it="yes"
++    for j in $DO_NOT_COMPILE; do
++      if test $i = $j; then
++        install_it="no"
++      fi
++    done
++  else
++    install_it="no"
++  fi
++  AC_MSG_RESULT($install_it)
++  vari=`echo $i | sed -e 's,[[-+.@]],_,g'`
++  if test $install_it = "yes"; then
++    TOPSUBDIRS="$TOPSUBDIRS $i"
++    eval "$vari""_SUBDIR_included=yes"
++  else
++    eval "$vari""_SUBDIR_included=no"
++  fi
++done
++
++AC_SUBST(TOPSUBDIRS)
++])
++m4trace:acinclude.m4:4661: -1- AC_DEFUN([KDE_CHECK_NAMESPACES], [
++AC_MSG_CHECKING(whether C++ compiler supports namespaces)
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++AC_TRY_COMPILE([
++],
++[
++namespace Foo {
++  extern int i;
++  namespace Bar {
++    extern int i;
++  }
++}
++
++int Foo::i = 0;
++int Foo::Bar::i = 1;
++],[
++  AC_MSG_RESULT(yes)
++  AC_DEFINE(HAVE_NAMESPACES)
++], [
++AC_MSG_RESULT(no)
++])
++AC_LANG_RESTORE
++])
++m4trace:acinclude.m4:4696: -1- AC_DEFUN([AC_CHECK_S_ISSOCK], [
++AC_MSG_CHECKING(for S_ISSOCK)
++AC_CACHE_VAL(ac_cv_have_s_issock,
++[
++AC_TRY_LINK(
++[
++#include <sys/stat.h>
++],
++[
++struct stat buff;
++int b = S_ISSOCK( buff.st_mode );
++],
++ac_cv_have_s_issock=yes,
++ac_cv_have_s_issock=no)
++])
++AC_MSG_RESULT($ac_cv_have_s_issock)
++if test "$ac_cv_have_s_issock" = "yes"; then
++  AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.])
++fi
++
++AH_VERBATIM(_ISSOCK,
++[
++#ifndef HAVE_S_ISSOCK
++#define HAVE_S_ISSOCK
++#define S_ISSOCK(mode) (1==0)
++#endif
++])
++
++])
++m4trace:acinclude.m4:4734: -1- AC_DEFUN([AC_CHECK_KDEMAXPATHLEN], [
++AC_MSG_CHECKING(for MAXPATHLEN)
++AC_CACHE_VAL(ac_cv_maxpathlen,
++[
++cat > conftest.$ac_ext <<EOF
++#ifdef STDC_HEADERS
++# include <stdlib.h>
++#endif
++#include <stdio.h>
++#include <sys/param.h>
++#ifndef MAXPATHLEN
++#define MAXPATHLEN 1024
++#endif
++
++KDE_HELLO MAXPATHLEN
++
++EOF
++
++ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
++
++if AC_TRY_EVAL(ac_try) && test -s conftest.out; then
++    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
++else
++    ac_cv_maxpathlen=1024
++fi
++
++rm conftest.*
++
++])
++AC_MSG_RESULT($ac_cv_maxpathlen)
++AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] )
++])
++m4trace:acinclude.m4:4745: -1- AC_DEFUN([KDE_CHECK_HEADER], [
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   AC_LANG_SAVE
++   AC_LANG_CPLUSPLUS
++   AC_CHECK_HEADER([$1], [$2], [$3], [$4])
++   AC_LANG_RESTORE
++   CPPFLAGS=$kde_safe_cppflags
++])
++m4trace:acinclude.m4:4757: -1- AC_DEFUN([KDE_CHECK_HEADERS], [
++   AH_CHECK_HEADERS([$1])
++   AC_LANG_SAVE
++   kde_safe_cppflags=$CPPFLAGS
++   CPPFLAGS="$CPPFLAGS $all_includes"
++   AC_LANG_CPLUSPLUS
++   AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
++   CPPFLAGS=$kde_safe_cppflags
++   AC_LANG_RESTORE
++])
++m4trace:acinclude.m4:4764: -1- AC_DEFUN([KDE_FAST_CONFIGURE], [
++  dnl makes configure fast (needs perl)
++  AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]),
++      with_fast_perl=$enableval, with_fast_perl=yes)
++])
++m4trace:acinclude.m4:4779: -1- AC_DEFUN([KDE_CONF_FILES], [
++  val=
++  if test -f $srcdir/configure.files ; then
++    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
++  fi
++  CONF_FILES=
++  if test -n "$val" ; then
++    for i in $val ; do
++      CONF_FILES="$CONF_FILES $i"
++    done
++  fi
++  AC_SUBST(CONF_FILES)
++])
++m4trace:acinclude.m4:4804: -1- AC_DEFUN([KDE_SET_PREFIX_CORE], [
++  unset CDPATH
++  dnl make $KDEDIR the default for the installation
++  AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
++
++  if test "x$prefix" = "xNONE"; then
++    prefix=$ac_default_prefix
++    ac_configure_args="$ac_configure_args --prefix=$prefix"
++  fi
++  # And delete superfluous '/' to make compares easier
++  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++
++  kde_libs_prefix='$(prefix)'
++  kde_libs_htmldir='$(kde_htmldir)'
++  AC_SUBST(kde_libs_prefix)
++  AC_SUBST(kde_libs_htmldir)
++  KDE_FAST_CONFIGURE
++  KDE_CONF_FILES
++])
++m4trace:acinclude.m4:4857: -1- AC_DEFUN([KDE_SET_PREFIX], [
++  unset CDPATH
++  dnl We can't give real code to that macro, only a value.
++  dnl It only matters for --help, since we set the prefix in this function anyway.
++  AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
++
++  KDE_SET_DEFAULT_BINDIRS
++  if test "x$prefix" = "xNONE"; then
++    dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it
++    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
++  else
++    dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH
++    kde_save_PATH="$PATH"
++    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
++    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
++    PATH="$kde_save_PATH"
++  fi
++
++  kde_libs_prefix=`$KDECONFIG --prefix`
++  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
++       AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
++                    This means it has been moved since you installed it.
++                    This won't work. Please recompile kdelibs for the new prefix.
++                    ])
++  fi
++  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
++  kde_libs_suffix=`$KDECONFIG --libsuffix`
++
++  AC_MSG_CHECKING([where to install])
++  if test "x$prefix" = "xNONE"; then
++    prefix=$kde_libs_prefix
++    AC_MSG_RESULT([$prefix (as returned by kde-config)])
++  else
++    dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
++    given_prefix=$prefix
++    AC_MSG_RESULT([$prefix (as requested)])
++  fi
++
++  # And delete superfluous '/' to make compares easier
++  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++  given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
++
++  AC_SUBST(KDECONFIG)
++  AC_SUBST(kde_libs_prefix)
++  AC_SUBST(kde_libs_htmldir)
++
++  KDE_FAST_CONFIGURE
++  KDE_CONF_FILES
++])
++m4trace:acinclude.m4:4929: -1- AC_DEFUN([KDE_LANG_CPLUSPLUS], [AC_LANG_CPLUSPLUS
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC'
++pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS])
++])
++m4trace:acinclude.m4:4954: -1- AC_DEFUN([KDE_CHECK_LONG_LONG], [
++AC_MSG_CHECKING(for long long)
++AC_CACHE_VAL(kde_cv_c_long_long,
++[
++  AC_LANG_SAVE
++  AC_LANG_CPLUSPLUS
++  AC_TRY_LINK([], [
++  long long foo = 0;
++  foo = foo+1;
++  ],
++  kde_cv_c_long_long=yes, kde_cv_c_long_long=no)
++  AC_LANG_RESTORE
++])
++AC_MSG_RESULT($kde_cv_c_long_long)
++if test "$kde_cv_c_long_long" = yes; then
++   AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype])
++fi
++])
++m4trace:acinclude.m4:4970: -1- AC_DEFUN([KDE_CHECK_LIB], [
++     kde_save_LDFLAGS="$LDFLAGS"
++     dnl AC_CHECK_LIB modifies LIBS, so save it here
++     kde_save_LIBS="$LIBS"
++     LDFLAGS="$LDFLAGS $all_libraries"
++     case $host_os in
++      aix*) LDFLAGS="-brtl $LDFLAGS"
++	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
++	;;
++     esac
++     AC_CHECK_LIB($1, $2, $3, $4, $5)
++     LDFLAGS="$kde_save_LDFLAGS"
++     LIBS="$kde_save_LIBS"
++])
++m4trace:acinclude.m4:4992: -1- AC_DEFUN([KDE_JAVA_PREFIX], [
++	dir=`dirname "$1"`
++	base=`basename "$1"`
++	list=`ls -1 $dir 2> /dev/null`
++	for entry in $list; do 
++		if test -d $dir/$entry/bin; then
++			case $entry in
++			   $base)
++				javadirs="$javadirs $dir/$entry/bin"
++				;;
++			esac
++		elif test -d $dir/$entry/jre/bin; then
++			case $entry in
++			   $base)
++				javadirs="$javadirs $dir/$entry/jre/bin"
++				;;
++			esac
++		fi
++	done
++])
++m4trace:acinclude.m4:5227: -1- AC_DEFUN([KDE_CHECK_JAVA_DIR], [
++
++AC_ARG_WITH(java,
++AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]),
++[  ac_java_dir=$withval
++], ac_java_dir=""
++)
++
++AC_MSG_CHECKING([for Java])
++
++dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH
++if test "x$ac_java_dir" = "xno"; then
++   kde_java_bindir=no
++   kde_java_includedir=no
++   kde_java_libjvmdir=no
++   kde_java_libgcjdir=no
++   kde_java_libhpidir=no
++else
++  if test "x$ac_java_dir" = "x"; then
++     
++     
++      dnl No option set -> collect list of candidate paths
++      if test -n "$JAVA_HOME"; then
++        KDE_JAVA_PREFIX($JAVA_HOME)
++      fi
++      KDE_JAVA_PREFIX(/usr/j2se)
++      KDE_JAVA_PREFIX(/usr/lib/j2se)
++      KDE_JAVA_PREFIX(/usr/j*dk*)
++      KDE_JAVA_PREFIX(/usr/lib/j*dk*)
++      KDE_JAVA_PREFIX(/opt/j*sdk*)
++      KDE_JAVA_PREFIX(/usr/lib/java*)
++      KDE_JAVA_PREFIX(/usr/java*)
++      KDE_JAVA_PREFIX(/usr/java/j*dk*)
++      KDE_JAVA_PREFIX(/usr/java/j*re*)
++      KDE_JAVA_PREFIX(/usr/lib/SunJava2*)
++      KDE_JAVA_PREFIX(/usr/lib/SunJava*)
++      KDE_JAVA_PREFIX(/usr/lib/IBMJava2*)
++      KDE_JAVA_PREFIX(/usr/lib/IBMJava*)
++      KDE_JAVA_PREFIX(/opt/java*)
++
++      kde_cv_path="NONE"
++      kde_save_IFS=$IFS
++      IFS=':'
++      for dir in $PATH; do
++	  if test -d "$dir"; then
++	      javadirs="$javadirs $dir"
++	  fi
++      done
++      IFS=$kde_save_IFS
++      jredirs=
++
++      dnl Now javadirs contains a list of paths that exist, all ending with bin/
++      for dir in $javadirs; do
++          dnl Check for the java executable
++	  if test -x "$dir/java"; then
++	      dnl And also check for a libjvm.so somewhere under there
++	      dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big.
++              if test "$dir" != "/usr/bin"; then
++                  libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
++		  if test ! -f $libjvmdir/libjvm.so; then continue; fi
++		  jredirs="$jredirs $dir"
++	      fi
++	  fi
++      done
++
++      dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found
++      JAVAC=
++      JAVA=
++      kde_java_bindir=no
++      for dir in $jredirs; do
++	  JAVA="$dir/java"
++	  kde_java_bindir=$dir
++	  if test -x "$dir/javac"; then
++		JAVAC="$dir/javac"
++                break
++	  fi
++      done
++
++      if test -n "$JAVAC"; then
++          dnl this substitution might not work - well, we test for jni.h below
++          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
++      else
++          kde_java_includedir=no
++      fi
++  else
++    dnl config option set
++    kde_java_bindir=$ac_java_dir/bin
++    if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then
++	kde_java_includedir=no
++    else
++        kde_java_includedir=$ac_java_dir/include
++    fi
++  fi
++fi
++
++dnl At this point kde_java_bindir and kde_java_includedir are either set or "no"
++if test "x$kde_java_bindir" != "xno"; then
++
++  dnl Look for libjvm.so
++  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
++  dnl Look for libgcj.so
++  kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1`
++  dnl Look for libhpi.so and avoid green threads
++  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
++
++  dnl Now check everything's fine under there
++  dnl the include dir is our flag for having the JDK
++  if test -d "$kde_java_includedir"; then
++    if test ! -x "$kde_java_bindir/javac"; then
++      AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.])
++    fi
++    if test ! -x "$kde_java_bindir/javah"; then
++      AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
++    fi
++    if test ! -x "$kde_java_bindir/jar"; then
++      AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
++    fi
++    if test ! -r "$kde_java_includedir/jni.h"; then
++      AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.])
++    fi
++
++    jni_includes="-I$kde_java_includedir"
++    dnl Strange thing, jni.h requires jni_md.h which is under genunix here..
++    dnl and under linux here.. 
++    
++    dnl not needed for gcj
++
++    if test "x$kde_java_libgcjdir" = "x"; then 
++      test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux"
++      test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris"
++      test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix"
++    fi
++
++  else
++    JAVAC=
++    jni_includes=
++  fi
++
++  if test "x$kde_java_libgcjdir" = "x"; then 
++     if test ! -r "$kde_java_libjvmdir/libjvm.so"; then
++        AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.])
++     fi 
++  else
++     if test ! -r "$kde_java_libgcjdir/libgcj.so"; then
++        AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.])
++     fi 
++  fi
++
++  if test ! -x "$kde_java_bindir/java"; then
++      AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
++  fi
++
++  dnl not needed for gcj compile
++
++  if test "x$kde_java_libgcjdir" = "x"; then 
++      if test ! -r "$kde_java_libhpidir/libhpi.so"; then
++        AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.])
++      fi
++  fi
++
++  if test -n "$jni_includes"; then
++    dnl Check for JNI version
++    AC_LANG_SAVE
++    AC_LANG_CPLUSPLUS
++    ac_cxxflags_safe="$CXXFLAGS"
++    CXXFLAGS="$CXXFLAGS $all_includes $jni_includes"
++
++    AC_TRY_COMPILE([
++  #include <jni.h>
++	      ],
++	      [
++  #ifndef JNI_VERSION_1_2
++  Syntax Error
++  #endif
++	      ],[ kde_jni_works=yes ],
++	      [ kde_jni_works=no ])
++
++    if test $kde_jni_works = no; then
++      AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h.
++		    You need to have Java Development Kit (JDK) version 1.2. 
++
++		    Use --with-java to specify another location.
++		    Use --without-java to configure without java support.
++		    Or download a newer JDK and try again. 
++		    See e.g. http://java.sun.com/products/jdk/1.2 ])
++    fi
++
++    CXXFLAGS="$ac_cxxflags_safe"    
++    AC_LANG_RESTORE
++
++    dnl All tests ok, inform and subst the variables
++
++    JAVAC=$kde_java_bindir/javac
++    JAVAH=$kde_java_bindir/javah
++    JAR=$kde_java_bindir/jar
++    AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
++    if test "x$kde_java_libgcjdir" = "x"; then 
++      JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi"
++    else
++      JVMLIBS="-L$kde_java_libgcjdir -lgcj"
++    fi
++    AC_MSG_RESULT([java JDK in $kde_java_bindir])
++
++  else
++      AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
++      AC_MSG_RESULT([java JRE in $kde_java_bindir])
++  fi
++elif test -d "/Library/Java/Home"; then
++  kde_java_bindir="/Library/Java/Home/bin"
++  jni_includes="-I/Library/Java/Home/include"
++
++  JAVAC=$kde_java_bindir/javac
++  JAVAH=$kde_java_bindir/javah
++  JAR=$kde_java_bindir/jar
++  JVMLIBS="-Xlinker -framework -Xlinker JavaVM"
++
++  AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
++  AC_MSG_RESULT([Apple Java Framework])
++else
++  AC_MSG_RESULT([none found])
++fi
++
++AC_SUBST(JAVAC)
++AC_SUBST(JAVAH)
++AC_SUBST(JAR)
++AC_SUBST(JVMLIBS)
++AC_SUBST(jni_includes)
++
++# for backward compat
++kde_cv_java_includedir=$kde_java_includedir
++kde_cv_java_bindir=$kde_java_bindir
++])
++m4trace:acinclude.m4:5255: -1- AC_DEFUN([KDE_NEED_FLEX], [
++kde_libs_safe=$LIBS
++LIBS="$LIBS $USER_LDFLAGS"
++AM_PROG_LEX
++LIBS=$kde_libs_safe
++if test -z "$LEXLIB"; then
++    AC_MSG_ERROR([You need to have flex installed.])
++fi
++AC_SUBST(LEXLIB)
++])
++m4trace:acinclude.m4:5358: -1- AC_DEFUN([AC_PATH_QTOPIA], [
++  dnl TODO: use AC_CACHE_VAL
++
++  if test -z "$1"; then
++    qtopia_minver_maj=1
++    qtopia_minver_min=5
++    qtopia_minver_pat=0
++  else
++    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
++    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
++    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
++  fi
++
++  qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat"
++  qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat"
++
++  AC_REQUIRE([AC_PATH_QT])
++
++  AC_MSG_CHECKING([for Qtopia])
++
++  LIB_QTOPIA="-lqpe"
++  AC_SUBST(LIB_QTOPIA)
++
++  kde_qtopia_dirs="$QPEDIR /opt/Qtopia"
++
++  ac_qtopia_incdir=NO
++
++  AC_ARG_WITH(qtopia-dir,
++              AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]),
++              [  ac_qtopia_incdir="$withval"/include] ) 
++  
++  qtopia_incdirs=""
++  for dir in $kde_qtopia_dirs; do
++    qtopia_incdirs="$qtopia_incdirs $dir/include"
++  done
++
++  if test ! "$ac_qtopia_incdir" = "NO"; then
++    qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs"
++  fi
++
++  qtopia_incdir=""
++  AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir)
++  ac_qtopia_incdir="$qtopia_incdir"
++
++  if test -z "$qtopia_incdir"; then
++    AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.])
++  fi
++
++  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
++  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
++  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
++
++  qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat"
++  qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat"
++  if test "$qtopia_ver" -lt "$qtopia_minver"; then
++    AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr
++is required.])
++  fi
++
++  AC_LANG_SAVE
++  AC_LANG_CPLUSPLUS
++
++  ac_cxxflags_safe="$CXXFLAGS"
++  ac_ldflags_safe="$LDFLAGS"
++  ac_libs_safe="$LIBS"
++
++  CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes"
++  LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
++  LIBS="$LIBS $LIB_QTOPIA $LIBQT"
++
++  cat > conftest.$ac_ext <<EOF
++#include "confdefs.h"
++#include <qpe/qpeapplication.h>
++#include <qpe/version.h>
++
++int main( int argc, char **argv )
++{
++    QPEApplication app( argc, argv );
++    return 0;
++}
++EOF
++
++  if AC_TRY_EVAL(ac_link) && test -s conftest; then
++    rm -f conftest*
++  else
++    rm -f conftest*
++    AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at
++the end of config.log])
++  fi
++
++  CXXFLAGS="$ac_cxxflags_safe"
++  LDFLAGS="$ac_ldflags_safe"
++  LIBS="$ac_libs_safe"
++
++  AC_LANG_RESTORE
++
++  QTOPIA_INCLUDES="-I$qtopia_incdir"
++  AC_SUBST(QTOPIA_INCLUDES)
++
++  AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir])
++])
++m4trace:acinclude.m4:5395: -1- AC_DEFUN([KDE_INIT_DOXYGEN], [
++AC_MSG_CHECKING([for Qt docs])
++kde_qtdir=
++if test "${with_qt_dir+set}" = set; then
++  kde_qtdir="$with_qt_dir"
++fi
++
++AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR)
++AC_MSG_RESULT($QTDOCDIR)
++
++AC_SUBST(QTDOCDIR)
++
++KDE_FIND_PATH(dot, DOT, [], [])
++if test -n "$DOT"; then
++  KDE_HAVE_DOT="YES"
++else
++  KDE_HAVE_DOT="NO"
++fi
++AC_SUBST(KDE_HAVE_DOT)
++KDE_FIND_PATH(doxygen, DOXYGEN, [], [])
++AC_SUBST(DOXYGEN)
++
++DOXYGEN_PROJECT_NAME="$1"
++DOXYGEN_PROJECT_NUMBER="$2"
++AC_SUBST(DOXYGEN_PROJECT_NAME)
++AC_SUBST(DOXYGEN_PROJECT_NUMBER)
++
++KDE_HAS_DOXYGEN=no
++if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
++  KDE_HAS_DOXYGEN=yes
++fi
++AC_SUBST(KDE_HAS_DOXYGEN)
++
++])
++m4trace:acinclude.m4:5477: -1- AC_DEFUN([AC_FIND_BZIP2], [
++AC_MSG_CHECKING([for bzDecompress in libbz2])
++AC_CACHE_VAL(ac_cv_lib_bzip2,
++[
++AC_LANG_SAVE
++AC_LANG_CPLUSPLUS
++kde_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET"
++kde_save_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
++AC_TRY_LINK(dnl
++[
++#define BZ_NO_STDIO
++#include<bzlib.h>
++],
++            [ bz_stream s; (void) bzDecompress(&s); ],
++            eval "ac_cv_lib_bzip2='-lbz2'",
++            eval "ac_cv_lib_bzip2=no")
++LIBS="$kde_save_LIBS"
++CXXFLAGS="$kde_save_CXXFLAGS"
++AC_LANG_RESTORE
++])dnl
++AC_MSG_RESULT($ac_cv_lib_bzip2)
++
++if test ! "$ac_cv_lib_bzip2" = no; then
++  BZIP2DIR=bzip2
++
++  LIBBZ2="$ac_cv_lib_bzip2"
++  AC_SUBST(LIBBZ2)
++
++else
++
++   cxx_shared_flag=
++   ld_shared_flag=
++   KDE_CHECK_COMPILER_FLAG(shared, [
++	ld_shared_flag="-shared"
++   ])
++   KDE_CHECK_COMPILER_FLAG(fPIC, [
++        cxx_shared_flag="-fPIC"
++   ])
++
++   AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2])
++   AC_CACHE_VAL(ac_cv_lib_bzip2_prefix,
++   [
++   AC_LANG_SAVE
++   AC_LANG_CPLUSPLUS
++   kde_save_LIBS="$LIBS"
++   LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET"
++   kde_save_CXXFLAGS="$CXXFLAGS"
++   CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES"
++
++   AC_TRY_LINK(dnl
++   [
++   #define BZ_NO_STDIO
++   #include<bzlib.h>
++   ],
++               [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
++               eval "ac_cv_lib_bzip2_prefix='-lbz2'",
++               eval "ac_cv_lib_bzip2_prefix=no")
++   LIBS="$kde_save_LIBS"
++   CXXFLAGS="$kde_save_CXXFLAGS"
++   AC_LANG_RESTORE
++   ])dnl
++
++   AC_MSG_RESULT($ac_cv_lib_bzip2_prefix)
++   
++   if test ! "$ac_cv_lib_bzip2_prefix" = no; then
++     BZIP2DIR=bzip2
++    
++     LIBBZ2="$ac_cv_lib_bzip2_prefix"
++     AC_SUBST(LIBBZ2)
++
++     AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix])
++   dnl else, we just ignore this
++   fi
++
++fi
++AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR")
++])
++m4trace:acinclude.m4:5665: -1- AC_DEFUN([KDE_CHECK_SSL], [
++LIBSSL="-lssl -lcrypto"
++AC_REQUIRE([KDE_CHECK_LIB64])
++
++ac_ssl_includes=NO ac_ssl_libraries=NO
++ssl_libraries=""
++ssl_includes=""
++AC_ARG_WITH(ssl-dir,
++    AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
++    [  ac_ssl_includes="$withval"/include
++       ac_ssl_libraries="$withval"/lib$kdelibsuff
++    ])
++
++want_ssl=yes
++AC_ARG_WITH(ssl,
++    AC_HELP_STRING([--without-ssl],[disable SSL checks]),
++    [want_ssl=$withval])
++
++if test $want_ssl = yes; then
++
++AC_MSG_CHECKING(for OpenSSL)
++
++AC_CACHE_VAL(ac_cv_have_ssl,
++[#try to guess OpenSSL locations
++  
++  ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes"
++  ssl_incdirs="$ac_ssl_includes $ssl_incdirs"
++  AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
++  ac_ssl_includes="$ssl_incdir"
++
++  ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs"
++  if test ! "$ac_ssl_libraries" = "NO"; then
++    ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
++  fi
++
++  test=NONE
++  ssl_libdir=NONE
++  for dir in $ssl_libdirs; do
++    try="ls -1 $dir/libssl*"
++    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
++  done
++
++  ac_ssl_libraries="$ssl_libdir"
++
++  ac_ldflags_safe="$LDFLAGS"
++  ac_libs_safe="$LIBS"
++
++  LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries"
++  LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref"
++
++  AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();,
++  ac_ssl_rsaref="yes"
++  ,
++  ac_ssl_rsaref="no"
++  )
++
++  LDFLAGS="$ac_ldflags_safe"
++  LIBS="$ac_libs_safe"
++
++  if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then
++    have_ssl=no
++  else
++    have_ssl=yes;
++  fi
++
++  ])
++
++  eval "$ac_cv_have_ssl"
++
++  AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes])
++
++  AC_MSG_CHECKING([whether OpenSSL uses rsaref])
++  AC_MSG_RESULT($ac_ssl_rsaref)
++
++  AC_MSG_CHECKING([for easter eggs])
++  AC_MSG_RESULT([none found])
++
++else
++  have_ssl=no
++fi
++
++if test "$have_ssl" = yes; then
++  AC_MSG_CHECKING(for OpenSSL version)
++  dnl Check for SSL version
++  AC_CACHE_VAL(ac_cv_ssl_version,
++  [
++
++    cat >conftest.$ac_ext <<EOF
++#include <openssl/opensslv.h>
++#include <stdio.h>
++    int main() {
++ 
++#ifndef OPENSSL_VERSION_NUMBER
++      printf("ssl_version=\\"error\\"\n");
++#else
++      if (OPENSSL_VERSION_NUMBER < 0x00906000)
++        printf("ssl_version=\\"old\\"\n");
++      else
++        printf("ssl_version=\\"ok\\"\n");
++#endif
++     return (0);
++    }
++EOF
++
++    ac_save_CPPFLAGS=$CPPFLAGS
++    if test "$ac_ssl_includes" != "/usr/include"; then
++        CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes"
++    fi
++
++    if AC_TRY_EVAL(ac_link); then 
++
++      if eval `./conftest 2>&5`; then
++        if test $ssl_version = error; then
++          AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !])
++        else
++          if test $ssl_version = old; then
++            AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.])
++            have_ssl=no
++          fi
++        fi
++        ac_cv_ssl_version="ssl_version=$ssl_version"
++      else
++        AC_MSG_ERROR([Your system couldn't run a small SSL test program.
++        Check config.log, and if you can't figure it out, send a mail to 
++        David Faure <faure at kde.org>, attaching your config.log])
++      fi
++
++    else
++      AC_MSG_ERROR([Your system couldn't link a small SSL test program.
++      Check config.log, and if you can't figure it out, send a mail to 
++      David Faure <faure at kde.org>, attaching your config.log])
++    fi 
++    CPPFLAGS=$ac_save_CPPFLAGS
++
++  ])
++
++  eval "$ac_cv_ssl_version"
++  AC_MSG_RESULT($ssl_version)
++fi
++
++if test "$have_ssl" != yes; then
++  LIBSSL="";
++else
++  AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL])
++  ac_cv_have_ssl="have_ssl=yes \
++    ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref"
++  
++  
++  ssl_libraries="$ac_ssl_libraries"
++  ssl_includes="$ac_ssl_includes"
++
++  if test "$ac_ssl_rsaref" = yes; then
++    LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" 
++  fi
++
++  if test $ssl_version = "old"; then
++    AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6])
++  fi
++fi
++
++SSL_INCLUDES=
++
++if test "$ssl_includes" = "/usr/include"; then
++  if test -f /usr/kerberos/include/krb5.h; then
++	SSL_INCLUDES="-I/usr/kerberos/include"
++  fi
++elif test  "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then
++  SSL_INCLUDES="-I$ssl_includes"
++fi
++
++if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then
++ SSL_LDFLAGS=""
++else
++ SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries"
++fi
++
++AC_SUBST(SSL_INCLUDES)
++AC_SUBST(SSL_LDFLAGS)
++AC_SUBST(LIBSSL)
++])
++m4trace:acinclude.m4:5686: -1- AC_DEFUN([KDE_CHECK_STRLCPY], [
++  AC_REQUIRE([AC_CHECK_STRLCAT])
++  AC_REQUIRE([AC_CHECK_STRLCPY])
++  AC_CHECK_SIZEOF(size_t)
++  AC_CHECK_SIZEOF(unsigned long)
++
++  AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long])
++  AC_TRY_COMPILE(,[
++    #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
++       choke me
++    #endif
++    ],AC_MSG_RESULT([yes]),[
++      AC_MSG_RESULT(no)
++      AC_MSG_ERROR([
++       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
++       does not apply. Please mail kde-devel at kde.org with a description of your system!
++      ])
++  ])
++])
++m4trace:acinclude.m4:5711: -1- AC_DEFUN([KDE_CHECK_BINUTILS], [
++  AC_MSG_CHECKING([if ld supports unversioned version maps])
++
++  kde_save_LDFLAGS="$LDFLAGS"
++  LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
++  echo "{ local: extern \"C++\" { foo }; };" > conftest.map
++  AC_TRY_LINK([int foo;],
++[
++#ifdef __INTEL_COMPILER
++icc apparently does not support libtools version-info and version-script
++at the same time. Dunno where the bug is, but until somebody figured out,
++better disable the optional version scripts.
++#endif
++
++  foo = 42;
++], kde_supports_versionmaps=yes, kde_supports_versionmaps=no)
++  LDFLAGS="$kde_save_LDFLAGS"
++  rm -f conftest.map
++  AM_CONDITIONAL(include_VERSION_SCRIPT, 
++    [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"])
++
++  AC_MSG_RESULT($kde_supports_versionmaps)
++])
++m4trace:acinclude.m4:5721: -1- AC_DEFUN([AM_PROG_OBJC], [
++AC_CHECK_PROGS(OBJC, gcc, gcc)
++test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH])
++if test "x${OBJCFLAGS-unset}" = xunset; then
++   OBJCFLAGS="-g -O2"
++fi
++AC_SUBST(OBJCFLAGS)
++_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)])
++])
++m4trace:acinclude.m4:5730: -1- AC_DEFUN([KDE_CHECK_PERL], [
++	KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [
++		    AC_MSG_ERROR([No Perl found in your $PATH.
++We need perl to generate some code.])
++	])
++    AC_SUBST(PERL)
++])
++m4trace:acinclude.m4:5743: -1- AC_DEFUN([KDE_CHECK_LARGEFILE], [
++AC_SYS_LARGEFILE
++if test "$ac_cv_sys_file_offset_bits" != no; then
++  CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
++fi
++
++if test "x$ac_cv_sys_large_files" != "xno"; then
++  CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
++fi
++
++])
++m4trace:acinclude.m4:5759: -1- AC_DEFUN([KDE_PKG_CHECK_MODULES], [
++
++   PKG_CONFIG_PATH="$prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
++   if test "$prefix" != "$kde_libs_prefix"; then
++       PKG_CONFIG_PATH="$kde_libs_prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
++   fi
++   export PKG_CONFIG_PATH
++   PKG_CHECK_MODULES($1,$2,$3,$4)
++])
++m4trace:acinclude.m4:5815: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
++dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
++dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
++  AC_PROVIDE_IFELSE([AC_PROG_CXX],
++    [AC_LIBTOOL_CXX],
++    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
++  ])])
++dnl And a similar setup for Fortran 77 support
++  AC_PROVIDE_IFELSE([AC_PROG_F77],
++    [AC_LIBTOOL_F77],
++    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
++])])
++
++dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
++dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
++dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
++  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
++    [AC_LIBTOOL_GCJ],
++    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
++      [AC_LIBTOOL_GCJ],
++      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
++	[AC_LIBTOOL_GCJ],
++      [ifdef([AC_PROG_GCJ],
++	     [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
++       ifdef([A][M_PROG_GCJ],
++	     [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
++       ifdef([LT_AC_PROG_GCJ],
++	     [define([LT_AC_PROG_GCJ],
++		defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
++])])
++m4trace:acinclude.m4:5835: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
++AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
++AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
++AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
++
++# This can be used to rebuild libtool when needed
++LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++
++# Always use our own libtool.
++LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++AC_SUBST(LIBTOOL)dnl
++
++# Prevent multiple expansion
++define([AC_PROG_LIBTOOL], [])
++])
++m4trace:acinclude.m4:5979: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
++AC_REQUIRE([AC_ENABLE_SHARED])dnl
++AC_REQUIRE([AC_ENABLE_STATIC])dnl
++AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
++AC_REQUIRE([AC_CANONICAL_HOST])dnl
++AC_REQUIRE([AC_CANONICAL_BUILD])dnl
++AC_REQUIRE([AC_PROG_CC])dnl
++AC_REQUIRE([AC_PROG_LD])dnl
++AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
++AC_REQUIRE([AC_PROG_NM])dnl
++
++AC_REQUIRE([AC_PROG_LN_S])dnl
++AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
++# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
++AC_REQUIRE([AC_OBJEXT])dnl
++AC_REQUIRE([AC_EXEEXT])dnl
++dnl
++
++AC_LIBTOOL_SYS_MAX_CMD_LEN
++AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
++AC_LIBTOOL_OBJDIR
++
++AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
++_LT_AC_PROG_ECHO_BACKSLASH
++
++case $host_os in
++aix3*)
++  # AIX sometimes has problems with the GCC collect2 program.  For some
++  # reason, if we set the COLLECT_NAMES environment variable, the problems
++  # vanish in a puff of smoke.
++  if test "X${COLLECT_NAMES+set}" != Xset; then
++    COLLECT_NAMES=
++    export COLLECT_NAMES
++  fi
++  ;;
++esac
++
++# Sed substitution that helps us do robust quoting.  It backslashifies
++# metacharacters that are still active within double-quoted strings.
++Xsed='sed -e 1s/^X//'
++[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
++
++# Same as above, but do not quote variable references.
++[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
++
++# Sed substitution to delay expansion of an escaped shell variable in a
++# double_quote_subst'ed string.
++delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
++
++# Sed substitution to avoid accidental globbing in evaled expressions
++no_glob_subst='s/\*/\\\*/g'
++
++# Constants:
++rm="rm -f"
++
++# Global variables:
++default_ofile=libtool
++can_build_shared=yes
++
++# All known linkers require a `.a' archive for static linking (except MSVC,
++# which needs '.lib').
++libext=a
++ltmain="$ac_aux_dir/ltmain.sh"
++ofile="$default_ofile"
++with_gnu_ld="$lt_cv_prog_gnu_ld"
++
++AC_CHECK_TOOL(AR, ar, false)
++AC_CHECK_TOOL(RANLIB, ranlib, :)
++AC_CHECK_TOOL(STRIP, strip, :)
++
++old_CC="$CC"
++old_CFLAGS="$CFLAGS"
++
++# Set sane defaults for various variables
++test -z "$AR" && AR=ar
++test -z "$AR_FLAGS" && AR_FLAGS=cru
++test -z "$AS" && AS=as
++test -z "$CC" && CC=cc
++test -z "$LTCC" && LTCC=$CC
++test -z "$DLLTOOL" && DLLTOOL=dlltool
++test -z "$LD" && LD=ld
++test -z "$LN_S" && LN_S="ln -s"
++test -z "$MAGIC_CMD" && MAGIC_CMD=file
++test -z "$NM" && NM=nm
++test -z "$SED" && SED=sed
++test -z "$OBJDUMP" && OBJDUMP=objdump
++test -z "$RANLIB" && RANLIB=:
++test -z "$STRIP" && STRIP=:
++test -z "$ac_objext" && ac_objext=o
++
++# Determine commands to create old-style static archives.
++old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
++old_postinstall_cmds='chmod 644 $oldlib'
++old_postuninstall_cmds=
++
++if test -n "$RANLIB"; then
++  case $host_os in
++  openbsd*)
++    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
++    ;;
++  *)
++    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
++    ;;
++  esac
++  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
++fi
++
++_LT_CC_BASENAME([$compiler])
++
++# Only perform the check for file, if the check method requires it
++case $deplibs_check_method in
++file_magic*)
++  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
++    AC_PATH_MAGIC
++  fi
++  ;;
++esac
++
++AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
++AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
++enable_win32_dll=yes, enable_win32_dll=no)
++
++AC_ARG_ENABLE([libtool-lock],
++    [AC_HELP_STRING([--disable-libtool-lock],
++	[avoid locking (might break parallel builds)])])
++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
++
++AC_ARG_WITH([pic],
++    [AC_HELP_STRING([--with-pic],
++	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
++    [pic_mode="$withval"],
++    [pic_mode=default])
++test -z "$pic_mode" && pic_mode=default
++
++# Use C for the default configuration in the libtool script
++tagname=
++AC_LIBTOOL_LANG_C_CONFIG
++_LT_AC_TAGCONFIG
++])
++m4trace:acinclude.m4:5992: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
++
++# If no C compiler was specified, use CC.
++LTCC=${LTCC-"$CC"}
++
++# Allow CC to be a program name with arguments.
++compiler=$CC
++])
++m4trace:acinclude.m4:6008: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
++  case $cc_temp in
++    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
++    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++])
++m4trace:acinclude.m4:6021: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++])
++m4trace:acinclude.m4:6034: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++])
++m4trace:acinclude.m4:6053: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`
++# Check for a 64-bit object if we didn't find anything.
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
++}'`; fi],[])
++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
++])
++m4trace:acinclude.m4:6064: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
++	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
++	 [AC_DIVERT_PUSH(NOTICE)])
++$1
++AC_DIVERT_POP
++])
++m4trace:acinclude.m4:6220: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
++# Check that we are running under the correct shell.
++SHELL=${CONFIG_SHELL-/bin/sh}
++
++case X$ECHO in
++X*--fallback-echo)
++  # Remove one level of quotation (which was required for Make).
++  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
++  ;;
++esac
++
++echo=${ECHO-echo}
++if test "X[$]1" = X--no-reexec; then
++  # Discard the --no-reexec flag, and continue.
++  shift
++elif test "X[$]1" = X--fallback-echo; then
++  # Avoid inline document here, it may be left over
++  :
++elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
++  # Yippee, $echo works!
++  :
++else
++  # Restart under the correct shell.
++  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
++fi
++
++if test "X[$]1" = X--fallback-echo; then
++  # used as fallback echo
++  shift
++  cat <<EOF
++[$]*
++EOF
++  exit 0
++fi
++
++# The HP-UX ksh and POSIX shell print the target directory to stdout
++# if CDPATH is set.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++if test -z "$ECHO"; then
++if test "X${echo_test_string+set}" != Xset; then
++# find a string as large as possible, as long as the shell can cope with it
++  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
++    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
++    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++       echo_test_string=`eval $cmd` &&
++       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
++    then
++      break
++    fi
++  done
++fi
++
++if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++   test "X$echo_testing_string" = "X$echo_test_string"; then
++  :
++else
++  # The Solaris, AIX, and Digital Unix default echo programs unquote
++  # backslashes.  This makes it impossible to quote backslashes using
++  #   echo "$something" | sed 's/\\/\\\\/g'
++  #
++  # So, first we look for a working echo in the user's PATH.
++
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for dir in $PATH /usr/ucb; do
++    IFS="$lt_save_ifs"
++    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
++       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      echo="$dir/echo"
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++
++  if test "X$echo" = Xecho; then
++    # We didn't find a better echo, so look for alternatives.
++    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      # This shell has a builtin print -r that does the trick.
++      echo='print -r'
++    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
++	 test "X$CONFIG_SHELL" != X/bin/ksh; then
++      # If we have ksh, try running configure again with it.
++      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
++      export ORIGINAL_CONFIG_SHELL
++      CONFIG_SHELL=/bin/ksh
++      export CONFIG_SHELL
++      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
++    else
++      # Try using printf.
++      echo='printf %s\n'
++      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++	 test "X$echo_testing_string" = "X$echo_test_string"; then
++	# Cool, printf works
++	:
++      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
++	export CONFIG_SHELL
++	SHELL="$CONFIG_SHELL"
++	export SHELL
++	echo="$CONFIG_SHELL [$]0 --fallback-echo"
++      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	echo="$CONFIG_SHELL [$]0 --fallback-echo"
++      else
++	# maybe with a smaller string...
++	prev=:
++
++	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
++	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
++	  then
++	    break
++	  fi
++	  prev="$cmd"
++	done
++
++	if test "$prev" != 'sed 50q "[$]0"'; then
++	  echo_test_string=`eval $prev`
++	  export echo_test_string
++	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
++	else
++	  # Oops.  We lost completely, so just stick with echo.
++	  echo=echo
++	fi
++      fi
++    fi
++  fi
++fi
++fi
++
++# Copy echo and quote the copy suitably for passing to libtool from
++# the Makefile, instead of quoting the original, which is used later.
++ECHO=$echo
++if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
++   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
++fi
++
++AC_SUBST(ECHO)
++])])
++m4trace:acinclude.m4:6348: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
++    [AC_HELP_STRING([--disable-libtool-lock],
++	[avoid locking (might break parallel builds)])])
++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
++
++# Some flags need to be propagated to the compiler or linker for good
++# libtool support.
++case $host in
++ia64-*-hpux*)
++  # Find out which ABI we are using.
++  echo 'int i;' > conftest.$ac_ext
++  if AC_TRY_EVAL(ac_compile); then
++    case `/usr/bin/file conftest.$ac_objext` in
++    *ELF-32*)
++      HPUX_IA64_MODE="32"
++      ;;
++    *ELF-64*)
++      HPUX_IA64_MODE="64"
++      ;;
++    esac
++  fi
++  rm -rf conftest*
++  ;;
++*-*-irix6*)
++  # Find out which ABI we are using.
++  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
++  if AC_TRY_EVAL(ac_compile); then
++   if test "$lt_cv_prog_gnu_ld" = yes; then
++    case `/usr/bin/file conftest.$ac_objext` in
++    *32-bit*)
++      LD="${LD-ld} -melf32bsmip"
++      ;;
++    *N32*)
++      LD="${LD-ld} -melf32bmipn32"
++      ;;
++    *64-bit*)
++      LD="${LD-ld} -melf64bmip"
++      ;;
++    esac
++   else
++    case `/usr/bin/file conftest.$ac_objext` in
++    *32-bit*)
++      LD="${LD-ld} -32"
++      ;;
++    *N32*)
++      LD="${LD-ld} -n32"
++      ;;
++    *64-bit*)
++      LD="${LD-ld} -64"
++      ;;
++    esac
++   fi
++  fi
++  rm -rf conftest*
++  ;;
++
++x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
++  # Find out which ABI we are using.
++  echo 'int i;' > conftest.$ac_ext
++  if AC_TRY_EVAL(ac_compile); then
++    case `/usr/bin/file conftest.o` in
++    *32-bit*)
++      case $host in
++        x86_64-*linux*)
++          LD="${LD-ld} -m elf_i386"
++          ;;
++        ppc64-*linux*|powerpc64-*linux*)
++          LD="${LD-ld} -m elf32ppclinux"
++          ;;
++        s390x-*linux*)
++          LD="${LD-ld} -m elf_s390"
++          ;;
++        sparc64-*linux*)
++          LD="${LD-ld} -m elf32_sparc"
++          ;;
++      esac
++      ;;
++    *64-bit*)
++      case $host in
++        x86_64-*linux*)
++          LD="${LD-ld} -m elf_x86_64"
++          ;;
++        ppc*-*linux*|powerpc*-*linux*)
++          LD="${LD-ld} -m elf64ppc"
++          ;;
++        s390*-*linux*)
++          LD="${LD-ld} -m elf64_s390"
++          ;;
++        sparc*-*linux*)
++          LD="${LD-ld} -m elf64_sparc"
++          ;;
++      esac
++      ;;
++    esac
++  fi
++  rm -rf conftest*
++  ;;
++
++*-*-sco3.2v5*)
++  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
++  SAVE_CFLAGS="$CFLAGS"
++  CFLAGS="$CFLAGS -belf"
++  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
++    [AC_LANG_PUSH(C)
++     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
++     AC_LANG_POP])
++  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
++    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
++    CFLAGS="$SAVE_CFLAGS"
++  fi
++  ;;
++AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
++[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
++  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
++  AC_CHECK_TOOL(AS, as, false)
++  AC_CHECK_TOOL(OBJDUMP, objdump, false)
++  ;;
++  ])
++esac
++
++need_locks="$enable_libtool_lock"
++
++])
++m4trace:acinclude.m4:6393: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
++AC_CACHE_CHECK([$1], [$2],
++  [$2=no
++  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++   lt_compiler_flag="$3"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   # The option is referenced via a variable to avoid confusing sed.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
++   (eval "$lt_compile" 2>conftest.err)
++   ac_status=$?
++   cat conftest.err >&AS_MESSAGE_LOG_FD
++   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
++   if (exit $ac_status) && test -s "$ac_outfile"; then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
++       $2=yes
++     fi
++   fi
++   $rm conftest*
++])
++
++if test x"[$]$2" = xyes; then
++    ifelse([$5], , :, [$5])
++else
++    ifelse([$6], , :, [$6])
++fi
++])
++m4trace:acinclude.m4:6430: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
++  [$2=no
++   save_LDFLAGS="$LDFLAGS"
++   LDFLAGS="$LDFLAGS $3"
++   printf "$lt_simple_link_test_code" > conftest.$ac_ext
++   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
++     # The linker can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     if test -s conftest.err; then
++       # Append any errors to the config.log.
++       cat conftest.err 1>&AS_MESSAGE_LOG_FD
++       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
++       $SED '/^$/d' conftest.err >conftest.er2
++       if diff conftest.exp conftest.er2 >/dev/null; then
++         $2=yes
++       fi
++     else
++       $2=yes
++     fi
++   fi
++   $rm conftest*
++   LDFLAGS="$save_LDFLAGS"
++])
++
++if test x"[$]$2" = xyes; then
++    ifelse([$4], , :, [$4])
++else
++    ifelse([$5], , :, [$5])
++fi
++])
++m4trace:acinclude.m4:6528: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
++AC_MSG_CHECKING([the maximum length of command line arguments])
++AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
++  i=0
++  teststring="ABCD"
++
++  case $build_os in
++  msdosdjgpp*)
++    # On DJGPP, this test can blow up pretty badly due to problems in libc
++    # (any single argument exceeding 2000 bytes causes a buffer overrun
++    # during glob expansion).  Even if it were fixed, the result of this
++    # check would be larger than it should be.
++    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
++    ;;
++
++  gnu*)
++    # Under GNU Hurd, this test is not required because there is
++    # no limit to the length of command line arguments.
++    # Libtool will interpret -1 as no limit whatsoever
++    lt_cv_sys_max_cmd_len=-1;
++    ;;
++
++  cygwin* | mingw*)
++    # On Win9x/ME, this test blows up -- it succeeds, but takes
++    # about 5 minutes as the teststring grows exponentially.
++    # Worse, since 9x/ME are not pre-emptively multitasking,
++    # you end up with a "frozen" computer, even though with patience
++    # the test eventually succeeds (with a max line length of 256k).
++    # Instead, let's just punt: use the minimum linelength reported by
++    # all of the supported platforms: 8192 (on NT/2K/XP).
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  amigaos*)
++    # On AmigaOS with pdksh, this test takes hours, literally.
++    # So we just punt and use a minimum line length of 8192.
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++    # This has been around since 386BSD, at least.  Likely further.
++    if test -x /sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
++    elif test -x /usr/sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
++    else
++      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
++    fi
++    # And add a safety zone
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
++    ;;
++  osf*)
++    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
++    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
++    # nice to cause kernel panics so lets avoid the loop below.
++    # First set a reasonable default.
++    lt_cv_sys_max_cmd_len=16384
++    #
++    if test -x /sbin/sysconfig; then
++      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
++        *1*) lt_cv_sys_max_cmd_len=-1 ;;
++      esac
++    fi
++    ;;
++  *)
++    # If test is not a shell built-in, we'll probably end up computing a
++    # maximum length that is only half of the actual maximum length, but
++    # we can't tell.
++    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
++    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
++	       = "XX$teststring") >/dev/null 2>&1 &&
++	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
++	    lt_cv_sys_max_cmd_len=$new_result &&
++	    test $i != 17 # 1/2 MB should be enough
++    do
++      i=`expr $i + 1`
++      teststring=$teststring$teststring
++    done
++    teststring=
++    # Add a significant safety factor because C++ compilers can tack on massive
++    # amounts of additional arguments before passing them to the linker.
++    # It appears as though 1/2 is a usable value.
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
++    ;;
++  esac
++])
++if test -n $lt_cv_sys_max_cmd_len ; then
++  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
++else
++  AC_MSG_RESULT(none)
++fi
++])
++m4trace:acinclude.m4:6535: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
++])
++m4trace:acinclude.m4:6624: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
++if test "$cross_compiling" = yes; then :
++  [$4]
++else
++  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
++  lt_status=$lt_dlunknown
++  cat > conftest.$ac_ext <<EOF
++[#line __oline__ "configure"
++#include "confdefs.h"
++
++#if HAVE_DLFCN_H
++#include <dlfcn.h>
++#endif
++
++#include <stdio.h>
++
++#ifdef RTLD_GLOBAL
++#  define LT_DLGLOBAL		RTLD_GLOBAL
++#else
++#  ifdef DL_GLOBAL
++#    define LT_DLGLOBAL		DL_GLOBAL
++#  else
++#    define LT_DLGLOBAL		0
++#  endif
++#endif
++
++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
++   find out it does not work in some platform. */
++#ifndef LT_DLLAZY_OR_NOW
++#  ifdef RTLD_LAZY
++#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
++#  else
++#    ifdef DL_LAZY
++#      define LT_DLLAZY_OR_NOW		DL_LAZY
++#    else
++#      ifdef RTLD_NOW
++#        define LT_DLLAZY_OR_NOW	RTLD_NOW
++#      else
++#        ifdef DL_NOW
++#          define LT_DLLAZY_OR_NOW	DL_NOW
++#        else
++#          define LT_DLLAZY_OR_NOW	0
++#        endif
++#      endif
++#    endif
++#  endif
++#endif
++
++#ifdef __cplusplus
++extern "C" void exit (int);
++#endif
++
++void fnord() { int i=42;}
++int main ()
++{
++  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
++  int status = $lt_dlunknown;
++
++  if (self)
++    {
++      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
++      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
++      /* dlclose (self); */
++    }
++
++    exit (status);
++}]
++EOF
++  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
++    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
++    lt_status=$?
++    case x$lt_status in
++      x$lt_dlno_uscore) $1 ;;
++      x$lt_dlneed_uscore) $2 ;;
++      x$lt_unknown|x*) $3 ;;
++    esac
++  else :
++    # compilation failed
++    $3
++  fi
++fi
++rm -fr conftest*
++])
++m4trace:acinclude.m4:6737: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
++if test "x$enable_dlopen" != xyes; then
++  enable_dlopen=unknown
++  enable_dlopen_self=unknown
++  enable_dlopen_self_static=unknown
++else
++  lt_cv_dlopen=no
++  lt_cv_dlopen_libs=
++
++  case $host_os in
++  beos*)
++    lt_cv_dlopen="load_add_on"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ;;
++
++  mingw* | pw32*)
++    lt_cv_dlopen="LoadLibrary"
++    lt_cv_dlopen_libs=
++   ;;
++
++  cygwin*)
++    lt_cv_dlopen="dlopen"
++    lt_cv_dlopen_libs=
++   ;;
++
++  darwin*)
++  # if libdl is installed we need to link against it
++    AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ])
++   ;;
++
++  *)
++    AC_CHECK_FUNC([shl_load],
++	  [lt_cv_dlopen="shl_load"],
++      [AC_CHECK_LIB([dld], [shl_load],
++	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
++	[AC_CHECK_FUNC([dlopen],
++	      [lt_cv_dlopen="dlopen"],
++	  [AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
++	    [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++	  ])
++	])
++      ])
++    ;;
++  esac
++
++  if test "x$lt_cv_dlopen" != xno; then
++    enable_dlopen=yes
++  else
++    enable_dlopen=no
++  fi
++
++  case $lt_cv_dlopen in
++  dlopen)
++    save_CPPFLAGS="$CPPFLAGS"
++    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
++
++    save_LDFLAGS="$LDFLAGS"
++    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
++
++    save_LIBS="$LIBS"
++    LIBS="$lt_cv_dlopen_libs $LIBS"
++
++    AC_CACHE_CHECK([whether a program can dlopen itself],
++	  lt_cv_dlopen_self, [dnl
++	  _LT_AC_TRY_DLOPEN_SELF(
++	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
++	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
++    ])
++
++    if test "x$lt_cv_dlopen_self" = xyes; then
++      LDFLAGS="$LDFLAGS $link_static_flag"
++      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
++    	  lt_cv_dlopen_self_static, [dnl
++	  _LT_AC_TRY_DLOPEN_SELF(
++	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
++	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
++      ])
++    fi
++
++    CPPFLAGS="$save_CPPFLAGS"
++    LDFLAGS="$save_LDFLAGS"
++    LIBS="$save_LIBS"
++    ;;
++  esac
++
++  case $lt_cv_dlopen_self in
++  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
++  *) enable_dlopen_self=unknown ;;
++  esac
++
++  case $lt_cv_dlopen_self_static in
++  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
++  *) enable_dlopen_self_static=unknown ;;
++  esac
++fi
++])
++m4trace:acinclude.m4:6788: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
++AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
++  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
++  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
++   $rm -r conftest 2>/dev/null
++   mkdir conftest
++   cd conftest
++   mkdir out
++   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++   lt_compiler_flag="-o out/conftest2.$ac_objext"
++   # Insert the option either (1) after the last *FLAGS variable, or
++   # (2) before a word containing "conftest.", or (3) at the end.
++   # Note that $ac_compile itself does not contain backslashes and begins
++   # with a dollar sign (not a hyphen), so the echo should work correctly.
++   lt_compile=`echo "$ac_compile" | $SED \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
++   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
++   -e 's:$: $lt_compiler_flag:'`
++   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
++   (eval "$lt_compile" 2>out/conftest.err)
++   ac_status=$?
++   cat out/conftest.err >&AS_MESSAGE_LOG_FD
++   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
++   if (exit $ac_status) && test -s out/conftest2.$ac_objext
++   then
++     # The compiler can only warn and ignore the option if not recognized
++     # So say no if there are warnings
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
++       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
++     fi
++   fi
++   chmod u+w . 2>&AS_MESSAGE_LOG_FD
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
++   cd ..
++   rmdir conftest
++   $rm conftest*
++])
++])
++m4trace:acinclude.m4:6815: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
++
++hard_links="nottested"
++if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
++  # do not overwrite the value of need_locks provided by the user
++  AC_MSG_CHECKING([if we can lock with hard links])
++  hard_links=yes
++  $rm conftest*
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  touch conftest.a
++  ln conftest.a conftest.b 2>&5 || hard_links=no
++  ln conftest.a conftest.b 2>/dev/null && hard_links=no
++  AC_MSG_RESULT([$hard_links])
++  if test "$hard_links" = no; then
++    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
++    need_locks=warn
++  fi
++else
++  need_locks=no
++fi
++])
++m4trace:acinclude.m4:6832: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
++[rm -f .libs 2>/dev/null
++mkdir .libs 2>/dev/null
++if test -d .libs; then
++  lt_cv_objdir=.libs
++else
++  # MS-DOS does not allow filenames that begin with a dot.
++  lt_cv_objdir=_libs
++fi
++rmdir .libs 2>/dev/null])
++objdir=$lt_cv_objdir
++])
++m4trace:acinclude.m4:6873: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
++_LT_AC_TAGVAR(hardcode_action, $1)=
++if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
++   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
++   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
++
++  # We can hardcode non-existant directories.
++  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
++     # If the only mechanism to avoid hardcoding is shlibpath_var, we
++     # have to relink, otherwise we might link with an installed library
++     # when we should be linking with a yet-to-be-installed one
++     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
++     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
++    # Linking always hardcodes the temporary library directory.
++    _LT_AC_TAGVAR(hardcode_action, $1)=relink
++  else
++    # We can link without hardcoding, and we can hardcode nonexisting dirs.
++    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
++  fi
++else
++  # We cannot hardcode anything, or else we can only hardcode existing
++  # directories.
++  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
++fi
++AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
++
++if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
++  # Fast installation is not supported
++  enable_fast_install=no
++elif test "$shlibpath_overrides_runpath" = yes ||
++     test "$enable_shared" = no; then
++  # Fast installation is not necessary
++  enable_fast_install=needless
++fi
++])
++m4trace:acinclude.m4:6902: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
++old_striplib=
++AC_MSG_CHECKING([whether stripping libraries is possible])
++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
++  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
++  AC_MSG_RESULT([yes])
++else
++# FIXME - insert some real tests, host_os isn't really good enough
++  case $host_os in
++   darwin*)
++       if test -n "$STRIP" ; then
++         striplib="$STRIP -x"
++         AC_MSG_RESULT([yes])
++       else
++  AC_MSG_RESULT([no])
++fi
++       ;;
++   *)
++  AC_MSG_RESULT([no])
++    ;;
++  esac
++fi
++])
++m4trace:acinclude.m4:7476: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
++library_names_spec=
++libname_spec='lib$name'
++soname_spec=
++shrext_cmds=".so"
++postinstall_cmds=
++postuninstall_cmds=
++finish_cmds=
++finish_eval=
++shlibpath_var=
++shlibpath_overrides_runpath=unknown
++version_type=none
++dynamic_linker="$host_os ld.so"
++sys_lib_dlsearch_path_spec="/lib /usr/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
++need_lib_prefix=unknown
++hardcode_into_libs=no
++
++# when you set need_version to no, make sure it does not cause -set_version
++# flags to be left without arguments
++need_version=unknown
++
++case $host_os in
++aix3*)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
++  shlibpath_var=LIBPATH
++
++  # AIX 3 has no versioning support, so we append a major version to the name.
++  soname_spec='${libname}${release}${shared_ext}$major'
++  ;;
++
++aix4* | aix5*)
++  version_type=linux
++  need_lib_prefix=no
++  need_version=no
++  hardcode_into_libs=yes
++  if test "$host_cpu" = ia64; then
++    # AIX 5 supports IA64
++    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
++    shlibpath_var=LD_LIBRARY_PATH
++  else
++    # With GCC up to 2.95.x, collect2 would create an import file
++    # for dependence libraries.  The import file would start with
++    # the line `#! .'.  This would cause the generated library to
++    # depend on `.', always an invalid library.  This was fixed in
++    # development snapshots of GCC prior to 3.0.
++    case $host_os in
++      aix4 | aix4.[[01]] | aix4.[[01]].*)
++      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
++	   echo ' yes '
++	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
++	:
++      else
++	can_build_shared=no
++      fi
++      ;;
++    esac
++    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
++    # soname into executable. Probably we can add versioning support to
++    # collect2, so additional links can be useful in future.
++    if test "$aix_use_runtimelinking" = yes; then
++      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
++      # instead of lib<name>.a to let people know that these are not
++      # typical AIX shared libraries.
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    else
++      # We preserve .a as extension for shared libraries through AIX4.2
++      # and later when we are not doing run time linking.
++      library_names_spec='${libname}${release}.a $libname.a'
++      soname_spec='${libname}${release}${shared_ext}$major'
++    fi
++    shlibpath_var=LIBPATH
++  fi
++  ;;
++
++amigaos*)
++  library_names_spec='$libname.ixlibrary $libname.a'
++  # Create ${libname}_ixlibrary.a entries in /sys/libs.
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
++  ;;
++
++beos*)
++  library_names_spec='${libname}${shared_ext}'
++  dynamic_linker="$host_os ld.so"
++  shlibpath_var=LIBRARY_PATH
++  ;;
++
++bsdi[[45]]*)
++  version_type=linux
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
++  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
++  # the default ld.so.conf also contains /usr/contrib/lib and
++  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
++  # libtool to hard-code these into programs
++  ;;
++
++cygwin* | mingw* | pw32*)
++  version_type=windows
++  shrext_cmds=".dll"
++  need_version=no
++  need_lib_prefix=no
++
++  case $GCC,$host_os in
++  yes,cygwin* | yes,mingw* | yes,pw32*)
++    library_names_spec='$libname.dll.a'
++    # DLL is installed to $(libdir)/../bin by postinstall_cmds
++    postinstall_cmds='base_file=`basename \${file}`~
++      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
++      dldir=$destdir/`dirname \$dlpath`~
++      test -d \$dldir || mkdir -p \$dldir~
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
++    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
++      dlpath=$dir/\$dldll~
++       $rm \$dlpath'
++    shlibpath_overrides_runpath=yes
++
++    case $host_os in
++    cygwin*)
++      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
++      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
++      ;;
++    mingw*)
++      # MinGW DLLs use traditional 'lib' prefix
++      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
++      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
++        # It is most probably a Windows format PATH printed by
++        # mingw gcc, but we are running on Cygwin. Gcc prints its search
++        # path with ; separators, and with drive letters. We can handle the
++        # drive letters (cygwin fileutils understands them), so leave them,
++        # especially as we might pass files found there to a mingw objdump,
++        # which wouldn't understand a cygwinified path. Ahh.
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++      else
++        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++      fi
++      ;;
++    pw32*)
++      # pw32 DLLs use 'pw' prefix rather than 'lib'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
++      ;;
++    esac
++    ;;
++
++  *)
++    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
++    ;;
++  esac
++  dynamic_linker='Win32 ld.exe'
++  # FIXME: first we should search . and the directory the executable is in
++  shlibpath_var=PATH
++  ;;
++
++darwin* | rhapsody*)
++  dynamic_linker="$host_os dyld"
++  version_type=darwin
++  need_lib_prefix=no
++  need_version=no
++  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
++  soname_spec='${libname}${release}${major}$shared_ext'
++  shlibpath_overrides_runpath=yes
++  shlibpath_var=DYLD_LIBRARY_PATH
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
++  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
++  if test "$GCC" = yes; then
++    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
++  else
++    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
++  fi
++  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
++  ;;
++
++dgux*)
++  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
++  ;;
++
++freebsd1*)
++  dynamic_linker=no
++  ;;
++
++kfreebsd*-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='GNU ld.so'
++  ;;
++
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[[123]]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
++  version_type=freebsd-$objformat
++  case $version_type in
++    freebsd-elf*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
++      need_version=no
++      need_lib_prefix=no
++      ;;
++    freebsd-*)
++      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
++      need_version=yes
++      ;;
++  esac
++  shlibpath_var=LD_LIBRARY_PATH
++  case $host_os in
++  freebsd2*)
++    shlibpath_overrides_runpath=yes
++    ;;
++  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
++    shlibpath_overrides_runpath=yes
++    hardcode_into_libs=yes
++    ;;
++  *) # from 3.2 on
++    shlibpath_overrides_runpath=no
++    hardcode_into_libs=yes
++    ;;
++  esac
++  ;;
++
++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
++  hardcode_into_libs=yes
++  ;;
++
++hpux9* | hpux10* | hpux11*)
++  # Give a soname corresponding to the major version so that dld.sl refuses to
++  # link against other versions.
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  case $host_cpu in
++  ia64*)
++    shrext_cmds='.so'
++    hardcode_into_libs=yes
++    dynamic_linker="$host_os dld.so"
++    shlibpath_var=LD_LIBRARY_PATH
++    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    if test "X$HPUX_IA64_MODE" = X32; then
++      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
++    else
++      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
++    fi
++    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++    ;;
++   hppa*64*)
++     shrext_cmds='.sl'
++     hardcode_into_libs=yes
++     dynamic_linker="$host_os dld.sl"
++     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
++     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
++     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++     soname_spec='${libname}${release}${shared_ext}$major'
++     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
++     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
++     ;;
++   *)
++    shrext_cmds='.sl'
++    dynamic_linker="$host_os dld.sl"
++    shlibpath_var=SHLIB_PATH
++    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    ;;
++  esac
++  # HP-UX runs *really* slowly unless shared libraries are mode 555.
++  postinstall_cmds='chmod 555 $lib'
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $host_os in
++    nonstopux*) version_type=nonstopux ;;
++    *)
++	if test "$lt_cv_prog_gnu_ld" = yes; then
++		version_type=linux
++	else
++		version_type=irix
++	fi ;;
++  esac
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
++  case $host_os in
++  irix5* | nonstopux*)
++    libsuff= shlibsuff=
++    ;;
++  *)
++    case $LD in # libtool.m4 will add one of these switches to LD
++    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
++      libsuff= shlibsuff= libmagic=32-bit;;
++    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
++      libsuff=32 shlibsuff=N32 libmagic=N32;;
++    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
++      libsuff=64 shlibsuff=64 libmagic=64-bit;;
++    *) libsuff= shlibsuff= libmagic=never-match;;
++    esac
++    ;;
++  esac
++  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
++  shlibpath_overrides_runpath=no
++  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
++  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
++  hardcode_into_libs=yes
++  ;;
++
++# No shared lib support for Linux oldld, aout, or coff.
++linux*oldld* | linux*aout* | linux*coff*)
++  dynamic_linker=no
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  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'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=no
++  # This implies no fast_install, which is unacceptable.
++  # Some rework will be needed to allow for fast_install
++  # before this can be enabled.
++  hardcode_into_libs=yes
++
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
++  # We used to test for /lib/ld.so.1 and disable shared libraries on
++  # powerpc, because MkLinux only supported shared libraries with the
++  # GNU dynamic linker.  Since this was broken with cross compilers,
++  # most powerpc-linux boxes support dynamic linking these days and
++  # people can always --disable-shared, the test was removed, and we
++  # assume the GNU/Linux dynamic linker is in use.
++  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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
++netbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  need_version=no
++  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++    dynamic_linker='NetBSD (a.out) ld.so'
++  else
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
++    soname_spec='${libname}${release}${shared_ext}$major'
++    dynamic_linker='NetBSD ld.elf_so'
++  fi
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  hardcode_into_libs=yes
++  ;;
++
++newsos6)
++  version_type=linux
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  ;;
++
++nto-qnx*)
++  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=yes
++  ;;
++
++openbsd*)
++  version_type=sunos
++  need_lib_prefix=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    case $host_os in
++      openbsd2.[[89]] | openbsd2.[[89]].*)
++	shlibpath_overrides_runpath=no
++	;;
++      *)
++	shlibpath_overrides_runpath=yes
++	;;
++      esac
++  else
++    shlibpath_overrides_runpath=yes
++  fi
++  ;;
++
++os2*)
++  libname_spec='$name'
++  shrext_cmds=".dll"
++  need_lib_prefix=no
++  library_names_spec='$libname${shared_ext} $libname.a'
++  dynamic_linker='OS/2 ld.exe'
++  shlibpath_var=LIBPATH
++  ;;
++
++osf3* | osf4* | osf5*)
++  version_type=osf
++  need_lib_prefix=no
++  need_version=no
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
++  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
++  ;;
++
++sco3.2v5*)
++  version_type=osf
++  soname_spec='${libname}${release}${shared_ext}$major'
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
++  shlibpath_var=LD_LIBRARY_PATH
++  ;;
++
++solaris*)
++  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=yes
++  hardcode_into_libs=yes
++  # ldd complains unless libraries are executable
++  postinstall_cmds='chmod +x $lib'
++  ;;
++
++sunos4*)
++  version_type=sunos
++  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
++  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
++  shlibpath_var=LD_LIBRARY_PATH
++  shlibpath_overrides_runpath=yes
++  if test "$with_gnu_ld" = yes; then
++    need_lib_prefix=no
++  fi
++  need_version=yes
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  version_type=linux
++  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
++  case $host_vendor in
++    sni)
++      shlibpath_overrides_runpath=no
++      need_lib_prefix=no
++      export_dynamic_flag_spec='${wl}-Blargedynsym'
++      runpath_var=LD_RUN_PATH
++      ;;
++    siemens)
++      need_lib_prefix=no
++      ;;
++    motorola)
++      need_lib_prefix=no
++      need_version=no
++      shlibpath_overrides_runpath=no
++      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
++      ;;
++  esac
++  ;;
++
++sysv4*MP*)
++  if test -d /usr/nec ;then
++    version_type=linux
++    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
++    soname_spec='$libname${shared_ext}.$major'
++    shlibpath_var=LD_LIBRARY_PATH
++  fi
++  ;;
++
++uts4*)
++  version_type=linux
++  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
++  ;;
++
++*)
++  dynamic_linker=no
++  ;;
++esac
++AC_MSG_RESULT([$dynamic_linker])
++test "$dynamic_linker" = no && can_build_shared=no
++])
++m4trace:acinclude.m4:7577: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
++    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
++        [include additional configurations @<:@automatic@:>@])],
++    [tagnames="$withval"])
++
++if test -f "$ltmain" && test -n "$tagnames"; then
++  if test ! -f "${ofile}"; then
++    AC_MSG_WARN([output file `$ofile' does not exist])
++  fi
++
++  if test -z "$LTCC"; then
++    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
++    if test -z "$LTCC"; then
++      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
++    else
++      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
++    fi
++  fi
++
++  # Extract list of available tagged configurations in $ofile.
++  # Note that this assumes the entire list is on one line.
++  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
++
++  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++  for tagname in $tagnames; do
++    IFS="$lt_save_ifs"
++    # Check whether tagname contains only valid characters
++    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
++    "") ;;
++    *)  AC_MSG_ERROR([invalid tag name: $tagname])
++	;;
++    esac
++
++    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
++    then
++      AC_MSG_ERROR([tag name \"$tagname\" already exists])
++    fi
++
++    # Update the list of available tags.
++    if test -n "$tagname"; then
++      echo appending configuration tag \"$tagname\" to $ofile
++
++      case $tagname in
++      CXX)
++	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++	    (test "X$CXX" != "Xg++"))) ; then
++	  AC_LIBTOOL_LANG_CXX_CONFIG
++	else
++	  tagname=""
++	fi
++	;;
++
++      F77)
++	if test -n "$F77" && test "X$F77" != "Xno"; then
++	  AC_LIBTOOL_LANG_F77_CONFIG
++	else
++	  tagname=""
++	fi
++	;;
++
++      GCJ)
++	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
++	  AC_LIBTOOL_LANG_GCJ_CONFIG
++	else
++	  tagname=""
++	fi
++	;;
++
++      RC)
++	AC_LIBTOOL_LANG_RC_CONFIG
++	;;
++
++      *)
++	AC_MSG_ERROR([Unsupported tag name: $tagname])
++	;;
++      esac
++
++      # Append the new tag name to the list of available tags.
++      if test -n "$tagname" ; then
++      available_tags="$available_tags $tagname"
++    fi
++    fi
++  done
++  IFS="$lt_save_ifs"
++
++  # Now substitute the updated list of available tags.
++  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
++    mv "${ofile}T" "$ofile"
++    chmod +x "$ofile"
++  else
++    rm -f "${ofile}T"
++    AC_MSG_ERROR([unable to update list of available tagged configurations.])
++  fi
++fi
++])
++m4trace:acinclude.m4:7585: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
++])
++m4trace:acinclude.m4:7593: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
++])
++m4trace:acinclude.m4:7623: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
++AC_ARG_ENABLE([shared],
++    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
++	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
++    [p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_shared=yes ;;
++    no) enable_shared=no ;;
++    *)
++      enable_shared=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_shared=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac],
++    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
++])
++m4trace:acinclude.m4:7632: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
++AC_ENABLE_SHARED(no)
++])
++m4trace:acinclude.m4:7662: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
++AC_ARG_ENABLE([static],
++    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
++	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
++    [p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_static=yes ;;
++    no) enable_static=no ;;
++    *)
++     enable_static=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_static=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac],
++    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
++])
++m4trace:acinclude.m4:7671: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
++AC_ENABLE_STATIC(no)
++])
++m4trace:acinclude.m4:7701: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
++AC_ARG_ENABLE([fast-install],
++    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
++    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
++    [p=${PACKAGE-default}
++    case $enableval in
++    yes) enable_fast_install=yes ;;
++    no) enable_fast_install=no ;;
++    *)
++      enable_fast_install=no
++      # Look at the argument we got.  We use all the common list separators.
++      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
++      for pkg in $enableval; do
++	IFS="$lt_save_ifs"
++	if test "X$pkg" = "X$p"; then
++	  enable_fast_install=yes
++	fi
++      done
++      IFS="$lt_save_ifs"
++      ;;
++    esac],
++    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
++])
++m4trace:acinclude.m4:7710: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
++AC_ENABLE_FAST_INSTALL(no)
++])
++m4trace:acinclude.m4:7720: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
++pic_mode=ifelse($#,1,$1,default)
++])
++m4trace:acinclude.m4:7798: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
++AC_MSG_CHECKING([for $1])
++AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
++[case $MAGIC_CMD in
++[[\\/*] |  ?:[\\/]*])
++  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
++  ;;
++*)
++  lt_save_MAGIC_CMD="$MAGIC_CMD"
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++dnl $ac_dummy forces splitting on constant user-supplied paths.
++dnl POSIX.2 word splitting is done only on the output of word expansions,
++dnl not every word.  This closes a longstanding sh security hole.
++  ac_dummy="ifelse([$2], , $PATH, [$2])"
++  for ac_dir in $ac_dummy; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$1; then
++      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
++      if test -n "$file_magic_test_file"; then
++	case $deplibs_check_method in
++	"file_magic "*)
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
++	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
++	    $EGREP "$file_magic_regex" > /dev/null; then
++	    :
++	  else
++	    cat <<EOF 1>&2
++
++*** Warning: the command libtool uses to detect shared libraries,
++*** $file_magic_cmd, produces output that libtool cannot recognize.
++*** The result is that libtool may fail to recognize shared libraries
++*** as such.  This will affect the creation of libtool libraries that
++*** depend on shared libraries, but programs linked with such libtool
++*** libraries will work regardless of this problem.  Nevertheless, you
++*** may want to report the problem to your system manager and/or to
++*** bug-libtool at gnu.org
++
++EOF
++	  fi ;;
++	esac
++      fi
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++  MAGIC_CMD="$lt_save_MAGIC_CMD"
++  ;;
++esac])
++MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
++if test -n "$MAGIC_CMD"; then
++  AC_MSG_RESULT($MAGIC_CMD)
++else
++  AC_MSG_RESULT(no)
++fi
++])
++m4trace:acinclude.m4:7813: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
++if test -z "$lt_cv_path_MAGIC_CMD"; then
++  if test -n "$ac_tool_prefix"; then
++    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
++  else
++    MAGIC_CMD=:
++  fi
++fi
++])
++m4trace:acinclude.m4:7898: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
++    [AC_HELP_STRING([--with-gnu-ld],
++	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
++    [test "$withval" = no || with_gnu_ld=yes],
++    [with_gnu_ld=no])
++AC_REQUIRE([LT_AC_PROG_SED])dnl
++AC_REQUIRE([AC_PROG_CC])dnl
++AC_REQUIRE([AC_CANONICAL_HOST])dnl
++AC_REQUIRE([AC_CANONICAL_BUILD])dnl
++ac_prog=ld
++if test "$GCC" = yes; then
++  # Check if gcc -print-prog-name=ld gives a path.
++  AC_MSG_CHECKING([for ld used by $CC])
++  case $host in
++  *-*-mingw*)
++    # gcc leaves a trailing carriage return which upsets mingw
++    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
++  *)
++    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
++  esac
++  case $ac_prog in
++    # Accept absolute paths.
++    [[\\/]]* | ?:[[\\/]]*)
++      re_direlt='/[[^/]][[^/]]*/\.\./'
++      # Canonicalize the pathname of ld
++      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
++      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
++	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
++      done
++      test -z "$LD" && LD="$ac_prog"
++      ;;
++  "")
++    # If it fails, then pretend we aren't using GCC.
++    ac_prog=ld
++    ;;
++  *)
++    # If it is relative, then search for the first ld in PATH.
++    with_gnu_ld=unknown
++    ;;
++  esac
++elif test "$with_gnu_ld" = yes; then
++  AC_MSG_CHECKING([for GNU ld])
++else
++  AC_MSG_CHECKING([for non-GNU ld])
++fi
++AC_CACHE_VAL(lt_cv_path_LD,
++[if test -z "$LD"; then
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
++      lt_cv_path_LD="$ac_dir/$ac_prog"
++      # Check to see if the program is GNU ld.  I'd rather use --version,
++      # but apparently some variants of GNU ld only accept -v.
++      # Break only if it was the GNU/non-GNU ld that we prefer.
++      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
++      *GNU* | *'with BFD'*)
++	test "$with_gnu_ld" != no && break
++	;;
++      *)
++	test "$with_gnu_ld" != yes && break
++	;;
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++else
++  lt_cv_path_LD="$LD" # Let the user override the test with a path.
++fi])
++LD="$lt_cv_path_LD"
++if test -n "$LD"; then
++  AC_MSG_RESULT($LD)
++else
++  AC_MSG_RESULT(no)
++fi
++test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
++AC_PROG_LD_GNU
++])
++m4trace:acinclude.m4:7916: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
++AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
++[# I'd rather use --version here, but apparently some GNU lds only accept -v.
++case `$LD -v 2>&1 </dev/null` in
++*GNU* | *'with BFD'*)
++  lt_cv_prog_gnu_ld=yes
++  ;;
++*)
++  lt_cv_prog_gnu_ld=no
++  ;;
++esac])
++with_gnu_ld=$lt_cv_prog_gnu_ld
++])
++m4trace:acinclude.m4:7942: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
++  lt_cv_ld_reload_flag,
++  [lt_cv_ld_reload_flag='-r'])
++reload_flag=$lt_cv_ld_reload_flag
++case $reload_flag in
++"" | " "*) ;;
++*) reload_flag=" $reload_flag" ;;
++esac
++reload_cmds='$LD$reload_flag -o $output$reload_objs'
++case $host_os in
++  darwin*)
++    if test "$GCC" = yes; then
++      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
++    else
++      reload_cmds='$LD$reload_flag -o $output$reload_objs'
++    fi
++    ;;
++esac
++])
++m4trace:acinclude.m4:8121: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
++lt_cv_deplibs_check_method,
++[lt_cv_file_magic_cmd='$MAGIC_CMD'
++lt_cv_file_magic_test_file=
++lt_cv_deplibs_check_method='unknown'
++# Need to set the preceding variable on all platforms that support
++# interlibrary dependencies.
++# 'none' -- dependencies not supported.
++# `unknown' -- same as none, but documents that we really don't know.
++# 'pass_all' -- all dependencies passed with no checks.
++# 'test_compile' -- check by making test program.
++# 'file_magic [[regex]]' -- check by looking for files in library path
++# which responds to the $file_magic_cmd with a given extended regex.
++# If you have `file' or equivalent on your system and you're not sure
++# whether `pass_all' will *always* work, you probably want this one.
++
++case $host_os in
++aix4* | aix5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++beos*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++bsdi[[45]]*)
++  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
++  lt_cv_file_magic_cmd='/usr/bin/file -L'
++  lt_cv_file_magic_test_file=/shlib/libc.so
++  ;;
++
++cygwin*)
++  # func_win32_libid is a shell function defined in ltmain.sh
++  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
++  lt_cv_file_magic_cmd='func_win32_libid'
++  ;;
++
++mingw* | pw32*)
++  # Base MSYS/MinGW do not provide the 'file' command needed by
++  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
++  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
++  lt_cv_file_magic_cmd='$OBJDUMP -f'
++  ;;
++
++darwin* | rhapsody*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++freebsd* | kfreebsd*-gnu | dragonfly*)
++  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
++    case $host_cpu in
++    i*86 )
++      # Not sure whether the presence of OpenBSD here was a mistake.
++      # Let's accept both of them until this is cleared up.
++      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
++      lt_cv_file_magic_cmd=/usr/bin/file
++      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
++      ;;
++    esac
++  else
++    lt_cv_deplibs_check_method=pass_all
++  fi
++  ;;
++
++gnu*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++hpux10.20* | hpux11*)
++  lt_cv_file_magic_cmd=/usr/bin/file
++  case $host_cpu in
++  ia64*)
++    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
++    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
++    ;;
++  hppa*64*)
++    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
++    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
++    ;;
++  *)
++    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
++    lt_cv_file_magic_test_file=/usr/lib/libc.sl
++    ;;
++  esac
++  ;;
++
++irix5* | irix6* | nonstopux*)
++  case $LD in
++  *-32|*"-32 ") libmagic=32-bit;;
++  *-n32|*"-n32 ") libmagic=N32;;
++  *-64|*"-64 ") libmagic=64-bit;;
++  *) libmagic=never-match;;
++  esac
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++# This must be Linux ELF.
++linux*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++  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
++    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
++  fi
++  ;;
++
++newos6*)
++  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
++  lt_cv_file_magic_cmd=/usr/bin/file
++  lt_cv_file_magic_test_file=/usr/lib/libnls.so
++  ;;
++
++nto-qnx*)
++  lt_cv_deplibs_check_method=unknown
++  ;;
++
++openbsd*)
++  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
++  else
++    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
++  fi
++  ;;
++
++osf3* | osf4* | osf5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++sco3.2v5*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++solaris*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++
++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++  case $host_vendor in
++  motorola)
++    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
++    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
++    ;;
++  ncr)
++    lt_cv_deplibs_check_method=pass_all
++    ;;
++  sequent)
++    lt_cv_file_magic_cmd='/bin/file'
++    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
++    ;;
++  sni)
++    lt_cv_file_magic_cmd='/bin/file'
++    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
++    lt_cv_file_magic_test_file=/lib/libc.so
++    ;;
++  siemens)
++    lt_cv_deplibs_check_method=pass_all
++    ;;
++  esac
++  ;;
++
++sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
++  lt_cv_deplibs_check_method=pass_all
++  ;;
++esac
++])
++file_magic_cmd=$lt_cv_file_magic_cmd
++deplibs_check_method=$lt_cv_deplibs_check_method
++test -z "$deplibs_check_method" && deplibs_check_method=unknown
++])
++m4trace:acinclude.m4:8166: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
++[if test -n "$NM"; then
++  # Let the user override the test.
++  lt_cv_path_NM="$NM"
++else
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
++    IFS="$lt_save_ifs"
++    test -z "$ac_dir" && ac_dir=.
++    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
++    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
++      # Check to see if the nm accepts a BSD-compat flag.
++      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
++      #   nm: unknown option "B" ignored
++      # Tru64's nm complains that /dev/null is an invalid object file
++      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
++      */dev/null* | *'Invalid file or object type'*)
++	lt_cv_path_NM="$tmp_nm -B"
++	break
++        ;;
++      *)
++	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
++	*/dev/null*)
++	  lt_cv_path_NM="$tmp_nm -p"
++	  break
++	  ;;
++	*)
++	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
++	  continue # so that we can try to find one that supports BSD flags
++	  ;;
++	esac
++      esac
++    fi
++  done
++  IFS="$lt_save_ifs"
++  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
++fi])
++NM="$lt_cv_path_NM"
++])
++m4trace:acinclude.m4:8187: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
++LIBM=
++case $host in
++*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
++  # These system don't have libm, or don't need it
++  ;;
++*-ncr-sysv4.3*)
++  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
++  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
++  ;;
++*)
++  AC_CHECK_LIB(m, cos, LIBM="-lm")
++  ;;
++esac
++])
++m4trace:acinclude.m4:8212: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
++  case $enable_ltdl_convenience in
++  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
++  "") enable_ltdl_convenience=yes
++      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
++  esac
++  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
++  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
++  # For backwards non-gettext consistent compatibility...
++  INCLTDL="$LTDLINCL"
++])
++m4trace:acinclude.m4:8248: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
++  AC_CHECK_LIB(ltdl, lt_dlinit,
++  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
++  [if test x"$enable_ltdl_install" = xno; then
++     AC_MSG_WARN([libltdl not installed, but installation disabled])
++   else
++     enable_ltdl_install=yes
++   fi
++  ])
++  if test x"$enable_ltdl_install" = x"yes"; then
++    ac_configure_args="$ac_configure_args --enable-ltdl-install"
++    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
++    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
++  else
++    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
++    LIBLTDL="-lltdl"
++    LTDLINCL=
++  fi
++  # For backwards non-gettext consistent compatibility...
++  INCLTDL="$LTDLINCL"
++])
++m4trace:acinclude.m4:8256: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
++])
++m4trace:acinclude.m4:8265: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
++AC_REQUIRE([_LT_AC_PROG_CXXCPP])
++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
++])
++m4trace:acinclude.m4:8277: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
++AC_REQUIRE([AC_PROG_CXX])
++if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++    (test "X$CXX" != "Xg++"))) ; then
++  AC_PROG_CXXCPP
++fi
++])
++m4trace:acinclude.m4:8284: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
++])
++m4trace:acinclude.m4:8292: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
++])
++m4trace:acinclude.m4:8300: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
++])
++m4trace:acinclude.m4:8313: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
++  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
++    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
++      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
++	 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
++	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
++])
++m4trace:acinclude.m4:8322: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
++])
++m4trace:acinclude.m4:8330: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
++m4trace:acinclude.m4:8434: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
++AC_LANG_PUSH(C)
++
++# Source file extension for C test sources.
++ac_ext=c
++
++# Object file extension for compiled C test sources.
++objext=o
++_LT_AC_TAGVAR(objext, $1)=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="int some_variable = 0;\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='int main(){return(0);}\n'
++
++_LT_AC_SYS_COMPILER
++
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
++#
++# Check for any special shared library compilation flags.
++#
++_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
++if test "$GCC" = no; then
++  case $host_os in
++  sco3.2v5*)
++    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
++    ;;
++  esac
++fi
++if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
++  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
++  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
++  else
++    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
++    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
++  fi
++fi
++
++
++#
++# Check to make sure the static flag actually works.
++#
++AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
++  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
++  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
++  [],
++  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
++
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
++AC_LIBTOOL_PROG_COMPILER_PIC($1)
++AC_LIBTOOL_PROG_CC_C_O($1)
++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
++AC_LIBTOOL_PROG_LD_SHLIBS($1)
++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
++AC_LIBTOOL_SYS_LIB_STRIP
++AC_LIBTOOL_DLOPEN_SELF($1)
++
++# Report which librarie types wil actually be built
++AC_MSG_CHECKING([if libtool supports shared libraries])
++AC_MSG_RESULT([$can_build_shared])
++
++AC_MSG_CHECKING([whether to build shared libraries])
++test "$can_build_shared" = "no" && enable_shared=no
++
++# On AIX, shared libraries and static libraries use the same namespace, and
++# are all built from PIC.
++case $host_os in
++aix3*)
++  test "$enable_shared" = yes && enable_static=no
++  if test -n "$RANLIB"; then
++    archive_cmds="$archive_cmds~\$RANLIB \$lib"
++    postinstall_cmds='$RANLIB $lib'
++  fi
++  ;;
++
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
++    ;;
++esac
++AC_MSG_RESULT([$enable_shared])
++
++AC_MSG_CHECKING([whether to build static libraries])
++# Make sure either enable_shared or enable_static is yes.
++test "$enable_shared" = yes || enable_static=yes
++AC_MSG_RESULT([$enable_static])
++
++AC_LIBTOOL_CONFIG($1)
++
++AC_LANG_POP
++CC="$lt_save_CC"
++])
++m4trace:acinclude.m4:8442: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
++m4trace:acinclude.m4:9385: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
++AC_REQUIRE([AC_PROG_CXX])
++AC_REQUIRE([_LT_AC_PROG_CXXCPP])
++
++_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++_LT_AC_TAGVAR(allow_undefined_flag, $1)=
++_LT_AC_TAGVAR(always_export_symbols, $1)=no
++_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
++_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
++_LT_AC_TAGVAR(hardcode_direct, $1)=no
++_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
++_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
++_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
++_LT_AC_TAGVAR(hardcode_automatic, $1)=no
++_LT_AC_TAGVAR(module_cmds, $1)=
++_LT_AC_TAGVAR(module_expsym_cmds, $1)=
++_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
++_LT_AC_TAGVAR(no_undefined_flag, $1)=
++_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
++
++# Dependencies to place before and after the object being linked:
++_LT_AC_TAGVAR(predep_objects, $1)=
++_LT_AC_TAGVAR(postdep_objects, $1)=
++_LT_AC_TAGVAR(predeps, $1)=
++_LT_AC_TAGVAR(postdeps, $1)=
++_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
++
++# Source file extension for C++ test sources.
++ac_ext=cpp
++
++# Object file extension for compiled C++ test sources.
++objext=o
++_LT_AC_TAGVAR(objext, $1)=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="int some_variable = 0;\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++_LT_AC_SYS_COMPILER
++
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
++# Allow CC to be a program name with arguments.
++lt_save_CC=$CC
++lt_save_LD=$LD
++lt_save_GCC=$GCC
++GCC=$GXX
++lt_save_with_gnu_ld=$with_gnu_ld
++lt_save_path_LD=$lt_cv_path_LD
++if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
++  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
++else
++  unset lt_cv_prog_gnu_ld
++fi
++if test -n "${lt_cv_path_LDCXX+set}"; then
++  lt_cv_path_LD=$lt_cv_path_LDCXX
++else
++  unset lt_cv_path_LD
++fi
++test -z "${LDCXX+set}" || LD=$LDCXX
++CC=${CXX-"c++"}
++compiler=$CC
++_LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
++
++# We don't want -fno-exception wen compiling C++ code, so set the
++# no_builtin_flag separately
++if test "$GXX" = yes; then
++  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
++else
++  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
++fi
++
++if test "$GXX" = yes; then
++  # Set up default GNU C++ configuration
++
++  AC_PROG_LD
++
++  # Check if GNU C++ uses GNU ld as the underlying linker, since the
++  # archiving commands below assume that GNU ld is being used.
++  if test "$with_gnu_ld" = yes; then
++    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
++    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
++    #     investigate it a little bit more. (MM)
++    wlarc='${wl}'
++
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
++	grep 'no-whole-archive' > /dev/null; then
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    else
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++    fi
++  else
++    with_gnu_ld=no
++    wlarc=
++
++    # A generic and very simple default shared library creation
++    # command for GNU C++ for the case where it uses the native
++    # linker, instead of GNU ld.  If possible, this setting should
++    # overridden to take advantage of the native linker features on
++    # the platform it is being used on.
++    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++  fi
++
++  # Commands to make compiler produce verbose output that lists
++  # what "hidden" libraries, object files and flags are used when
++  # linking a shared library.
++  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++else
++  GXX=no
++  with_gnu_ld=no
++  wlarc=
++fi
++
++# PORTME: fill in a description of your system's C++ link characteristics
++AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
++_LT_AC_TAGVAR(ld_shlibs, $1)=yes
++case $host_os in
++  aix3*)
++    # FIXME: insert proper C++ library support
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  aix4* | aix5*)
++    if test "$host_cpu" = ia64; then
++      # On IA64, the linker does run time linking by default, so we don't
++      # have to do anything special.
++      aix_use_runtimelinking=no
++      exp_sym_flag='-Bexport'
++      no_entry_flag=""
++    else
++      aix_use_runtimelinking=no
++
++      # Test if we are trying to use run time linking or normal
++      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++      # need to do runtime linking.
++      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
++	for ld_flag in $LDFLAGS; do
++	  case $ld_flag in
++	  *-brtl*)
++	    aix_use_runtimelinking=yes
++	    break
++	    ;;
++	  esac
++	done
++      esac
++
++      exp_sym_flag='-bexport'
++      no_entry_flag='-bnoentry'
++    fi
++
++    # When large executables or shared objects are built, AIX ld can
++    # have problems creating the table of contents.  If linking a library
++    # or program results in "error TOC overflow" add -mminimal-toc to
++    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++    _LT_AC_TAGVAR(archive_cmds, $1)=''
++    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
++    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++
++    if test "$GXX" = yes; then
++      case $host_os in aix4.[[012]]|aix4.[[012]].*)
++      # We only want to do this on AIX 4.2 and lower, the check
++      # below for broken collect2 doesn't work under 4.3+
++	collect2name=`${CC} -print-prog-name=collect2`
++	if test -f "$collect2name" && \
++	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	then
++	  # We have reworked collect2
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++	else
++	  # We have old collect2
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
++	  # It fails to find uninstalled libraries when the uninstalled
++	  # path is not listed in the libpath.  Setting hardcode_minus_L
++	  # to unsupported forces relinking
++	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
++	fi
++      esac
++      shared_flag='-shared'
++      if test "$aix_use_runtimelinking" = yes; then
++	shared_flag="$shared_flag "'${wl}-G'
++      fi
++    else
++      # not using gcc
++      if test "$host_cpu" = ia64; then
++	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++	# chokes on -Wl,-G. The following line is correct:
++	shared_flag='-G'
++      else
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag='${wl}-G'
++	else
++	  shared_flag='${wl}-bM:SRE'
++	fi
++      fi
++    fi
++
++    # It seems that -bexpall does not export symbols beginning with
++    # underscore (_), so it is better to generate a list of symbols to export.
++    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
++    if test "$aix_use_runtimelinking" = yes; then
++      # Warning - without using the other runtime loading flags (-brtl),
++      # -berok will link without error, but may produce a broken library.
++      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
++      # Determine the default libpath from the value encoded in an empty executable.
++      _LT_AC_SYS_LIBPATH_AIX
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
++
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++     else
++      if test "$host_cpu" = ia64; then
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++      else
++	# Determine the default libpath from the value encoded in an empty executable.
++	_LT_AC_SYS_LIBPATH_AIX
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
++	# Warning - without using the other run time loading flags,
++	# -berok will link without error, but may produce a broken library.
++	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
++	# -bexpall does not export symbols beginning with underscore (_)
++	_LT_AC_TAGVAR(always_export_symbols, $1)=yes
++	# Exported symbols can be pulled into shared objects from archives
++	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
++	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
++	# This is similar to how AIX traditionally builds its shared libraries.
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++      fi
++    fi
++    ;;
++  chorus*)
++    case $cc_basename in
++      *)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++    esac
++    ;;
++
++
++  cygwin* | mingw* | pw32*)
++    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
++    # as there is no search path for DLLs.
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
++    _LT_AC_TAGVAR(always_export_symbols, $1)=no
++    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
++
++    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++      # If the export-symbols file already is a .def file (1st line
++      # is EXPORTS), use it as is; otherwise, prepend...
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	cp $export_symbols $output_objdir/$soname.def;
++      else
++	echo EXPORTS > $output_objdir/$soname.def;
++	cat $export_symbols >> $output_objdir/$soname.def;
++      fi~
++      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++    else
++      _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    fi
++  ;;
++      darwin* | rhapsody*)
++        case $host_os in
++        rhapsody* | darwin1.[[012]])
++         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[[012]])
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++        esac
++      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++      _LT_AC_TAGVAR(hardcode_direct, $1)=no
++      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
++      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++
++    if test "$GXX" = yes ; then
++      lt_int_apple_cc_single_mod=no
++      output_verbose_link_cmd='echo'
++      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++       lt_int_apple_cc_single_mod=yes
++      fi
++      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      else
++          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++        fi
++        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          else
++            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          fi
++            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         _LT_AC_TAGVAR(ld_shlibs, $1)=no
++          ;;
++      esac
++      fi
++        ;;
++
++  dgux*)
++    case $cc_basename in
++      ec++*)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      ghcx*)
++	# Green Hills C++ Compiler
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++    esac
++    ;;
++  freebsd[[12]]*)
++    # C++ shared libraries reported to be fairly broken before switch to ELF
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  freebsd-elf*)
++    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++    ;;
++  freebsd* | kfreebsd*-gnu | dragonfly*)
++    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
++    # conventions
++    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
++    ;;
++  gnu*)
++    ;;
++  hpux9*)
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
++				# but as the default
++				# location of the library.
++
++    case $cc_basename in
++    CC*)
++      # FIXME: insert proper C++ library support
++      _LT_AC_TAGVAR(ld_shlibs, $1)=no
++      ;;
++    aCC*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      # Commands to make compiler produce verbose output that lists
++      # what "hidden" libraries, object files and flags are used when
++      # linking a shared library.
++      #
++      # There doesn't appear to be a way to prevent this compiler from
++      # explicitly linking system object files so we need to strip them
++      # from the output so that they don't get included in the library
++      # dependencies.
++      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++      ;;
++    *)
++      if test "$GXX" = yes; then
++        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++        # FIXME: insert proper C++ library support
++        _LT_AC_TAGVAR(ld_shlibs, $1)=no
++      fi
++      ;;
++    esac
++    ;;
++  hpux10*|hpux11*)
++    if test $with_gnu_ld = no; then
++      case $host_cpu in
++      hppa*64*)
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++        ;;
++      ia64*)
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++        ;;
++      *)
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++        ;;
++      esac
++    fi
++    case $host_cpu in
++    hppa*64*)
++      _LT_AC_TAGVAR(hardcode_direct, $1)=no
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++    ia64*)
++      _LT_AC_TAGVAR(hardcode_direct, $1)=no
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
++					      # but as the default
++					      # location of the library.
++      ;;
++    *)
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
++					      # but as the default
++					      # location of the library.
++      ;;
++    esac
++
++    case $cc_basename in
++      CC*)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      aCC*)
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++	  ;;
++	*)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	  ;;
++	esac
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes; then
++	  if test $with_gnu_ld = no; then
++	    case $host_cpu in
++	    ia64*|hppa*64*)
++	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
++	      ;;
++	    *)
++	      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	      ;;
++	    esac
++	  fi
++	else
++	  # FIXME: insert proper C++ library support
++	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
++	fi
++	;;
++    esac
++    ;;
++  irix5* | irix6*)
++    case $cc_basename in
++      CC*)
++	# SGI C++
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++
++	# Archives containing C++ object files must be created using
++	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
++	# necessary to make sure instantiated templates are included
++	# in the archive.
++	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
++	;;
++      *)
++	if test "$GXX" = yes; then
++	  if test "$with_gnu_ld" = no; then
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	  else
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
++	  fi
++	fi
++	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++	;;
++    esac
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++    ;;
++  linux*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
++	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++
++	# Archives containing C++ object files must be created using
++	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
++	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
++	;;
++      icpc*)
++	# Intel C++
++	with_gnu_ld=yes
++	# version 8.0 and above of icpc choke on multiply defined symbols
++	# if we add $predep_objects and $postdep_objects, however 7.1 and
++	# earlier do not add the objects themselves.
++	case `$CC -V 2>&1` in
++	*"Version 7."*)
++  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++  	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	*)  # Version 8.0 or newer
++	  tmp_idyn=
++	  case $host_cpu in
++	    ia64*) tmp_idyn=' -i_dynamic';;
++	  esac
++  	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	esac
++	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
++	;;
++      pgCC*)
++        # Portland Group C++ compiler
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
++  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
++	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++        ;;
++      cxx*)
++	# Compaq C++
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
++
++	runpath_var=LD_RUN_PATH
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++    esac
++    ;;
++  lynxos*)
++    # FIXME: insert proper C++ library support
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  m88k*)
++    # FIXME: insert proper C++ library support
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  mvs*)
++    case $cc_basename in
++      cxx*)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++    esac
++    ;;
++  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
++      wlarc=
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++    fi
++    # Workaround some broken pre-1.5 toolchains
++    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
++    ;;
++  openbsd2*)
++    # C++ shared libraries are fairly broken
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  openbsd*)
++    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    fi
++    output_verbose_link_cmd='echo'
++    ;;
++  osf3*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++	# Archives containing C++ object files must be created using
++	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
++	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
++
++	;;
++      RCC*)
++	# Rational C++ 2.4.1
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      cxx*)
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++	  # Commands to make compiler produce verbose output that lists
++	  # what "hidden" libraries, object files and flags are used when
++	  # linking a shared library.
++	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++	else
++	  # FIXME: insert proper C++ library support
++	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
++	fi
++	;;
++    esac
++    ;;
++  osf4* | osf5*)
++    case $cc_basename in
++      KCC*)
++	# Kuck and Associates, Inc. (KAI) C++ Compiler
++
++	# KCC will only create a shared library if the output file
++	# ends with ".so" (or ".sl" for HP-UX), so rename the library
++	# to its proper name (with version) after linking.
++	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++	# Archives containing C++ object files must be created using
++	# the KAI C++ compiler.
++	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
++	;;
++      RCC*)
++	# Rational C++ 2.4.1
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      cxx*)
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
++	  echo "-hidden">> $lib.exp~
++	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
++	  $rm $lib.exp'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
++	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++	# Commands to make compiler produce verbose output that lists
++	# what "hidden" libraries, object files and flags are used when
++	# linking a shared library.
++	#
++	# There doesn't appear to be a way to prevent this compiler from
++	# explicitly linking system object files so we need to strip them
++	# from the output so that they don't get included in the library
++	# dependencies.
++	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	;;
++      *)
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
++	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++
++	  # Commands to make compiler produce verbose output that lists
++	  # what "hidden" libraries, object files and flags are used when
++	  # linking a shared library.
++	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
++
++	else
++	  # FIXME: insert proper C++ library support
++	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
++	fi
++	;;
++    esac
++    ;;
++  psos*)
++    # FIXME: insert proper C++ library support
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  sco*)
++    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++    case $cc_basename in
++      CC*)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++    esac
++    ;;
++  sunos4*)
++    case $cc_basename in
++      CC*)
++	# Sun C++ 4.x
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      lcc*)
++	# Lucid
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++    esac
++    ;;
++  solaris*)
++    case $cc_basename in
++      CC*)
++	# Sun C++ 4.2, 5.x and Centerline C++
++        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
++	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
++	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++	case $host_os in
++	  solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
++	  *)
++	    # The C++ compiler is used as linker so we must use $wl
++	    # flag to pass the commands to the underlying system
++	    # linker. We must also pass each convience library through
++	    # to the system linker between allextract/defaultextract.
++	    # The C++ compiler will combine linker options so we
++	    # cannot just pass the convience library names through
++	    # without $wl.
++	    # Supported since Solaris 2.6 (maybe 2.5.1?)
++	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
++	    ;;
++	esac
++	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++
++	output_verbose_link_cmd='echo'
++
++	# Archives containing C++ object files must be created using
++	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
++	# necessary to make sure instantiated templates are included
++	# in the archive.
++	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
++	;;
++      gcx*)
++	# Green Hills C++ Compiler
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++
++	# The C++ compiler must be used to create the archive.
++	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
++	;;
++      *)
++	# GNU C++ compiler with Solaris linker
++	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
++	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
++	  if $CC --version | grep -v '^2\.7' > /dev/null; then
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	    # Commands to make compiler produce verbose output that lists
++	    # what "hidden" libraries, object files and flags are used when
++	    # linking a shared library.
++	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
++	  else
++	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
++	    # platform.
++	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
++	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
++
++	    # Commands to make compiler produce verbose output that lists
++	    # what "hidden" libraries, object files and flags are used when
++	    # linking a shared library.
++	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
++	  fi
++
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
++	fi
++	;;
++    esac
++    ;;
++  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
++    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++    ;;
++  tandem*)
++    case $cc_basename in
++      NCC*)
++	# NonStop-UX NCC 3.20
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++      *)
++	# FIXME: insert proper C++ library support
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	;;
++    esac
++    ;;
++  vxworks*)
++    # FIXME: insert proper C++ library support
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++  *)
++    # FIXME: insert proper C++ library support
++    _LT_AC_TAGVAR(ld_shlibs, $1)=no
++    ;;
++esac
++AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
++
++_LT_AC_TAGVAR(GCC, $1)="$GXX"
++_LT_AC_TAGVAR(LD, $1)="$LD"
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++AC_LIBTOOL_POSTDEP_PREDEP($1)
++AC_LIBTOOL_PROG_COMPILER_PIC($1)
++AC_LIBTOOL_PROG_CC_C_O($1)
++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
++AC_LIBTOOL_PROG_LD_SHLIBS($1)
++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
++AC_LIBTOOL_SYS_LIB_STRIP
++AC_LIBTOOL_DLOPEN_SELF($1)
++
++AC_LIBTOOL_CONFIG($1)
++
++AC_LANG_POP
++CC=$lt_save_CC
++LDCXX=$LD
++LD=$lt_save_LD
++GCC=$lt_save_GCC
++with_gnu_ldcxx=$with_gnu_ld
++with_gnu_ld=$lt_save_with_gnu_ld
++lt_cv_path_LDCXX=$lt_cv_path_LD
++lt_cv_path_LD=$lt_save_path_LD
++lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
++lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
++])
++m4trace:acinclude.m4:9536: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
++dnl we can't use the lt_simple_compile_test_code here,
++dnl because it contains code intended for an executable,
++dnl not a library.  It's possible we should let each
++dnl tag define a new lt_????_link_test_code variable,
++dnl but it's only used here...
++ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
++int a;
++void foo (void) { a = 0; }
++EOF
++],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
++class Foo
++{
++public:
++  Foo (void) { a = 0; }
++private:
++  int a;
++};
++EOF
++],[$1],[F77],[cat > conftest.$ac_ext <<EOF
++      subroutine foo
++      implicit none
++      integer*4 a
++      a=0
++      return
++      end
++EOF
++],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
++public class foo {
++  private int a;
++  public void bar (void) {
++    a = 0;
++  }
++};
++EOF
++])
++dnl Parse the compiler output and extract the necessary
++dnl objects, libraries and library flags.
++if AC_TRY_EVAL(ac_compile); then
++  # Parse the compiler output and extract the necessary
++  # objects, libraries and library flags.
++
++  # Sentinel used to keep track of whether or not we are before
++  # the conftest object file.
++  pre_test_object_deps_done=no
++
++  # The `*' in the case matches for architectures that use `case' in
++  # $output_verbose_cmd can trigger glob expansion during the loop
++  # eval without this substitution.
++  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
++
++  for p in `eval $output_verbose_link_cmd`; do
++    case $p in
++
++    -L* | -R* | -l*)
++       # Some compilers place space between "-{L,R}" and the path.
++       # Remove the space.
++       if test $p = "-L" \
++	  || test $p = "-R"; then
++	 prev=$p
++	 continue
++       else
++	 prev=
++       fi
++
++       if test "$pre_test_object_deps_done" = no; then
++	 case $p in
++	 -L* | -R*)
++	   # Internal compiler library paths should come after those
++	   # provided the user.  The postdeps already come after the
++	   # user supplied libs so there is no need to process them.
++	   if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
++	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
++	   else
++	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
++	   fi
++	   ;;
++	 # The "-l" case would never come before the object being
++	 # linked, so don't bother handling this case.
++	 esac
++       else
++	 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
++	   _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
++	 else
++	   _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
++	 fi
++       fi
++       ;;
++
++    *.$objext)
++       # This assumes that the test object file only shows up
++       # once in the compiler output.
++       if test "$p" = "conftest.$objext"; then
++	 pre_test_object_deps_done=yes
++	 continue
++       fi
++
++       if test "$pre_test_object_deps_done" = no; then
++	 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
++	   _LT_AC_TAGVAR(predep_objects, $1)="$p"
++	 else
++	   _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
++	 fi
++       else
++	 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
++	   _LT_AC_TAGVAR(postdep_objects, $1)="$p"
++	 else
++	   _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
++	 fi
++       fi
++       ;;
++
++    *) ;; # Ignore the rest.
++
++    esac
++  done
++
++  # Clean up.
++  rm -f a.out a.exe
++else
++  echo "libtool.m4: error: problem compiling $1 test program"
++fi
++
++$rm -f confest.$objext
++
++# PORTME: override above test on systems where it is broken
++ifelse([$1],[CXX],
++[case $host_os in
++solaris*)
++  case $cc_basename in
++  CC*)
++    # Adding this requires a known-good setup of shared libraries for
++    # Sun compiler versions before 5.6, else PIC objects from an old
++    # archive will be linked into the output, leading to subtle bugs.
++    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
++    ;;
++  esac
++esac
++])
++
++case " $_LT_AC_TAGVAR(postdeps, $1) " in
++*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
++esac
++])
++m4trace:acinclude.m4:9543: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
++m4trace:acinclude.m4:9641: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
++AC_LANG_PUSH(Fortran 77)
++
++_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++_LT_AC_TAGVAR(allow_undefined_flag, $1)=
++_LT_AC_TAGVAR(always_export_symbols, $1)=no
++_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
++_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
++_LT_AC_TAGVAR(hardcode_direct, $1)=no
++_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
++_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
++_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
++_LT_AC_TAGVAR(hardcode_automatic, $1)=no
++_LT_AC_TAGVAR(module_cmds, $1)=
++_LT_AC_TAGVAR(module_expsym_cmds, $1)=
++_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
++_LT_AC_TAGVAR(no_undefined_flag, $1)=
++_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
++
++# Source file extension for f77 test sources.
++ac_ext=f
++
++# Object file extension for compiled f77 test sources.
++objext=o
++_LT_AC_TAGVAR(objext, $1)=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code="      program t\n      end\n"
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++_LT_AC_SYS_COMPILER
++
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${F77-"f77"}
++compiler=$CC
++_LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
++
++AC_MSG_CHECKING([if libtool supports shared libraries])
++AC_MSG_RESULT([$can_build_shared])
++
++AC_MSG_CHECKING([whether to build shared libraries])
++test "$can_build_shared" = "no" && enable_shared=no
++
++# On AIX, shared libraries and static libraries use the same namespace, and
++# are all built from PIC.
++case $host_os in
++aix3*)
++  test "$enable_shared" = yes && enable_static=no
++  if test -n "$RANLIB"; then
++    archive_cmds="$archive_cmds~\$RANLIB \$lib"
++    postinstall_cmds='$RANLIB $lib'
++  fi
++  ;;
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
++  ;;
++esac
++AC_MSG_RESULT([$enable_shared])
++
++AC_MSG_CHECKING([whether to build static libraries])
++# Make sure either enable_shared or enable_static is yes.
++test "$enable_shared" = yes || enable_static=yes
++AC_MSG_RESULT([$enable_static])
++
++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
++
++_LT_AC_TAGVAR(GCC, $1)="$G77"
++_LT_AC_TAGVAR(LD, $1)="$LD"
++
++AC_LIBTOOL_PROG_COMPILER_PIC($1)
++AC_LIBTOOL_PROG_CC_C_O($1)
++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
++AC_LIBTOOL_PROG_LD_SHLIBS($1)
++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
++AC_LIBTOOL_SYS_LIB_STRIP
++
++
++AC_LIBTOOL_CONFIG($1)
++
++AC_LANG_POP
++CC="$lt_save_CC"
++])
++m4trace:acinclude.m4:9649: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
++m4trace:acinclude.m4:9703: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
++
++# Source file extension for Java test sources.
++ac_ext=java
++
++# Object file extension for compiled Java test sources.
++objext=o
++_LT_AC_TAGVAR(objext, $1)=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code="class foo {}\n"
++
++# Code to be used in simple link tests
++lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++_LT_AC_SYS_COMPILER
++
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${GCJ-"gcj"}
++compiler=$CC
++_LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
++
++# GCJ did not exist at the time GCC didn't implicitly link libc in.
++_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++
++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
++AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
++AC_LIBTOOL_PROG_COMPILER_PIC($1)
++AC_LIBTOOL_PROG_CC_C_O($1)
++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
++AC_LIBTOOL_PROG_LD_SHLIBS($1)
++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
++AC_LIBTOOL_SYS_LIB_STRIP
++AC_LIBTOOL_DLOPEN_SELF($1)
++
++AC_LIBTOOL_CONFIG($1)
++
++AC_LANG_RESTORE
++CC="$lt_save_CC"
++])
++m4trace:acinclude.m4:9711: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
++m4trace:acinclude.m4:9747: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
++
++# Source file extension for RC test sources.
++ac_ext=rc
++
++# Object file extension for compiled RC test sources.
++objext=o
++_LT_AC_TAGVAR(objext, $1)=$objext
++
++# Code to be used in simple compile tests
++lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
++
++# Code to be used in simple link tests
++lt_simple_link_test_code="$lt_simple_compile_test_code"
++
++# ltmain only uses $CC for tagged configurations so make sure $CC is set.
++_LT_AC_SYS_COMPILER
++
++# save warnings/boilerplate of simple test code
++_LT_COMPILER_BOILERPLATE
++_LT_LINKER_BOILERPLATE
++
++# Allow CC to be a program name with arguments.
++lt_save_CC="$CC"
++CC=${RC-"windres"}
++compiler=$CC
++_LT_AC_TAGVAR(compiler, $1)=$CC
++_LT_CC_BASENAME([$compiler])
++_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
++
++AC_LIBTOOL_CONFIG($1)
++
++AC_LANG_RESTORE
++CC="$lt_save_CC"
++])
++m4trace:acinclude.m4:10238: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
++# libtool distribution, otherwise you forgot to ship ltmain.sh
++# with your package, and you will get complaints that there are
++# no rules to generate ltmain.sh.
++if test -f "$ltmain"; then
++  # See if we are running on zsh, and set the options which allow our commands through
++  # without removal of \ escapes.
++  if test -n "${ZSH_VERSION+set}" ; then
++    setopt NO_GLOB_SUBST
++  fi
++  # Now quote all the things that may contain metacharacters while being
++  # careful not to overquote the AC_SUBSTed values.  We take copies of the
++  # variables and quote the copies for generation of the libtool script.
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
++    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
++    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
++    deplibs_check_method reload_flag reload_cmds need_locks \
++    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
++    lt_cv_sys_global_symbol_to_c_name_address \
++    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
++    old_postinstall_cmds old_postuninstall_cmds \
++    _LT_AC_TAGVAR(compiler, $1) \
++    _LT_AC_TAGVAR(CC, $1) \
++    _LT_AC_TAGVAR(LD, $1) \
++    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
++    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
++    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
++    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
++    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
++    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
++    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
++    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
++    _LT_AC_TAGVAR(old_archive_cmds, $1) \
++    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
++    _LT_AC_TAGVAR(predep_objects, $1) \
++    _LT_AC_TAGVAR(postdep_objects, $1) \
++    _LT_AC_TAGVAR(predeps, $1) \
++    _LT_AC_TAGVAR(postdeps, $1) \
++    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
++    _LT_AC_TAGVAR(archive_cmds, $1) \
++    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
++    _LT_AC_TAGVAR(postinstall_cmds, $1) \
++    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
++    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
++    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
++    _LT_AC_TAGVAR(no_undefined_flag, $1) \
++    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
++    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
++    _LT_AC_TAGVAR(hardcode_automatic, $1) \
++    _LT_AC_TAGVAR(module_cmds, $1) \
++    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
++    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
++    _LT_AC_TAGVAR(exclude_expsyms, $1) \
++    _LT_AC_TAGVAR(include_expsyms, $1); do
++
++    case $var in
++    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
++    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
++    _LT_AC_TAGVAR(archive_cmds, $1) | \
++    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
++    _LT_AC_TAGVAR(module_cmds, $1) | \
++    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
++    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
++    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
++    extract_expsyms_cmds | reload_cmds | finish_cmds | \
++    postinstall_cmds | postuninstall_cmds | \
++    old_postinstall_cmds | old_postuninstall_cmds | \
++    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
++      # Double-quote double-evaled strings.
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
++      ;;
++    *)
++      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
++      ;;
++    esac
++  done
++
++  case $lt_echo in
++  *'\[$]0 --fallback-echo"')
++    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
++    ;;
++  esac
++
++ifelse([$1], [],
++  [cfgfile="${ofile}T"
++  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
++  $rm -f "$cfgfile"
++  AC_MSG_NOTICE([creating $ofile])],
++  [cfgfile="$ofile"])
++
++  cat <<__EOF__ >> "$cfgfile"
++ifelse([$1], [],
++[#! $SHELL
++
++# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
++# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
++# NOTE: Changes made to this file will be lost: look at ltmain.sh.
++#
++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
++# Free Software Foundation, Inc.
++#
++# This file is part of GNU Libtool:
++# Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
++#
++# 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
++# the Free Software Foundation; either version 2 of the License, or
++# (at your option) any later version.
++#
++# This program is distributed in the hope that it will be useful, but
++# WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 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, write to the Free Software
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
++#
++# As a special exception to the GNU General Public License, if you
++# distribute this file as part of a program that contains a
++# configuration script generated by Autoconf, you may include it under
++# the same distribution terms that you use for the rest of that program.
++
++# A sed program that does not truncate output.
++SED=$lt_SED
++
++# Sed that helps us avoid accidentally triggering echo(1) options like -n.
++Xsed="$SED -e 1s/^X//"
++
++# The HP-UX ksh and POSIX shell print the target directory to stdout
++# if CDPATH is set.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++# The names of the tagged configurations supported by this script.
++available_tags=
++
++# ### BEGIN LIBTOOL CONFIG],
++[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
++
++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
++
++# Shell to use when invoking shell scripts.
++SHELL=$lt_SHELL
++
++# Whether or not to build shared libraries.
++build_libtool_libs=$enable_shared
++
++# Whether or not to build static libraries.
++build_old_libs=$enable_static
++
++# Whether or not to add -lc for building shared libraries.
++build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
++
++# Whether or not to disallow shared libs when runtime libs are static
++allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
++
++# Whether or not to optimize for fast installation.
++fast_install=$enable_fast_install
++
++# The host system.
++host_alias=$host_alias
++host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
++
++# An echo program that does not interpret backslashes.
++echo=$lt_echo
++
++# The archiver.
++AR=$lt_AR
++AR_FLAGS=$lt_AR_FLAGS
++
++# A C compiler.
++LTCC=$lt_LTCC
++
++# A language-specific compiler.
++CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
++
++# Is the compiler the GNU C compiler?
++with_gcc=$_LT_AC_TAGVAR(GCC, $1)
++
++# An ERE matcher.
++EGREP=$lt_EGREP
++
++# The linker used to build libraries.
++LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
++
++# Whether we need hard or soft links.
++LN_S=$lt_LN_S
++
++# A BSD-compatible nm program.
++NM=$lt_NM
++
++# A symbol stripping program
++STRIP=$lt_STRIP
++
++# Used to examine libraries when file_magic_cmd begins "file"
++MAGIC_CMD=$MAGIC_CMD
++
++# Used on cygwin: DLL creation program.
++DLLTOOL="$DLLTOOL"
++
++# Used on cygwin: object dumper.
++OBJDUMP="$OBJDUMP"
++
++# Used on cygwin: assembler.
++AS="$AS"
++
++# The name of the directory that contains temporary libtool files.
++objdir=$objdir
++
++# How to create reloadable object files.
++reload_flag=$lt_reload_flag
++reload_cmds=$lt_reload_cmds
++
++# How to pass a linker flag through the compiler.
++wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
++
++# Object file suffix (normally "o").
++objext="$ac_objext"
++
++# Old archive suffix (normally "a").
++libext="$libext"
++
++# Shared library suffix (normally ".so").
++shrext_cmds='$shrext_cmds'
++
++# Executable file suffix (normally "").
++exeext="$exeext"
++
++# Additional compiler flags for building library objects.
++pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
++pic_mode=$pic_mode
++
++# What is the maximum length of a command?
++max_cmd_len=$lt_cv_sys_max_cmd_len
++
++# Does compiler simultaneously support -c and -o options?
++compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
++
++# Must we lock files when doing compilation?
++need_locks=$lt_need_locks
++
++# Do we need the lib prefix for modules?
++need_lib_prefix=$need_lib_prefix
++
++# Do we need a version for libraries?
++need_version=$need_version
++
++# Whether dlopen is supported.
++dlopen_support=$enable_dlopen
++
++# Whether dlopen of programs is supported.
++dlopen_self=$enable_dlopen_self
++
++# Whether dlopen of statically linked programs is supported.
++dlopen_self_static=$enable_dlopen_self_static
++
++# Compiler flag to prevent dynamic linking.
++link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
++
++# Compiler flag to turn off builtin functions.
++no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
++
++# Compiler flag to allow reflexive dlopens.
++export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
++
++# Compiler flag to generate shared objects directly from archives.
++whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
++
++# Compiler flag to generate thread-safe objects.
++thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
++
++# Library versioning type.
++version_type=$version_type
++
++# Format of library name prefix.
++libname_spec=$lt_libname_spec
++
++# List of archive names.  First name is the real one, the rest are links.
++# The last name is the one that the linker finds with -lNAME.
++library_names_spec=$lt_library_names_spec
++
++# The coded name of the library, if different from the real name.
++soname_spec=$lt_soname_spec
++
++# Commands used to build and install an old-style archive.
++RANLIB=$lt_RANLIB
++old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
++old_postinstall_cmds=$lt_old_postinstall_cmds
++old_postuninstall_cmds=$lt_old_postuninstall_cmds
++
++# Create an old-style archive from a shared archive.
++old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
++
++# Create a temporary old-style archive to link instead of a shared archive.
++old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
++
++# Commands used to build and install a shared archive.
++archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
++archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
++postinstall_cmds=$lt_postinstall_cmds
++postuninstall_cmds=$lt_postuninstall_cmds
++
++# Commands used to build a loadable module (assumed same as above if empty)
++module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
++module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
++
++# Commands to strip libraries.
++old_striplib=$lt_old_striplib
++striplib=$lt_striplib
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
++
++# Dependencies to place before the objects being linked to create a
++# shared library.
++predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
++
++# Dependencies to place after the objects being linked to create a
++# shared library.
++postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
++
++# The library search path used internally by the compiler when linking
++# a shared library.
++compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
++
++# Method to check whether dependent libraries are shared objects.
++deplibs_check_method=$lt_deplibs_check_method
++
++# Command to use when deplibs_check_method == file_magic.
++file_magic_cmd=$lt_file_magic_cmd
++
++# Flag that allows shared libraries with undefined symbols to be built.
++allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
++
++# Flag that forces no undefined symbols.
++no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
++
++# Commands used to finish a libtool library installation in a directory.
++finish_cmds=$lt_finish_cmds
++
++# Same as above, but a single script fragment to be evaled but not shown.
++finish_eval=$lt_finish_eval
++
++# Take the output of nm and produce a listing of raw symbols and C names.
++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
++
++# Transform the output of nm in a proper C declaration
++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
++
++# Transform the output of nm in a C name address pair
++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
++
++# This is the shared library runtime path variable.
++runpath_var=$runpath_var
++
++# This is the shared library path variable.
++shlibpath_var=$shlibpath_var
++
++# Is shlibpath searched before the hard-coded library search path?
++shlibpath_overrides_runpath=$shlibpath_overrides_runpath
++
++# How to hardcode a shared library path into an executable.
++hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
++
++# Whether we should hardcode library paths into libraries.
++hardcode_into_libs=$hardcode_into_libs
++
++# Flag to hardcode \$libdir into a binary during linking.
++# This must work even if \$libdir does not exist.
++hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
++
++# If ld is used when linking, flag to hardcode \$libdir into
++# a binary during linking. This must work even if \$libdir does
++# not exist.
++hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
++
++# Whether we need a single -rpath flag with a separated argument.
++hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
++
++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
++# resulting binary.
++hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
++
++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
++# resulting binary.
++hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
++
++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
++# the resulting binary.
++hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
++
++# Set to yes if building a shared library automatically hardcodes DIR into the library
++# and all subsequent libraries and executables linked against it.
++hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
++
++# Variables whose values should be saved in libtool wrapper scripts and
++# restored at relink time.
++variables_saved_for_relink="$variables_saved_for_relink"
++
++# Whether libtool must link a program against all its dependency libraries.
++link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
++
++# Compile-time system search path for libraries
++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
++
++# Run-time system search path for libraries
++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
++
++# Fix the shell variable \$srcfile for the compiler.
++fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
++
++# Set to yes if exported symbols are required.
++always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
++
++# The commands to list exported symbols.
++export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
++
++# The commands to extract the exported symbol list from a shared archive.
++extract_expsyms_cmds=$lt_extract_expsyms_cmds
++
++# Symbols that should not be listed in the preloaded symbols.
++exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
++
++# Symbols that must always be exported.
++include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
++
++ifelse([$1],[],
++[# ### END LIBTOOL CONFIG],
++[# ### END LIBTOOL TAG CONFIG: $tagname])
++
++__EOF__
++
++ifelse([$1],[], [
++  case $host_os in
++  aix3*)
++    cat <<\EOF >> "$cfgfile"
++
++# AIX sometimes has problems with the GCC collect2 program.  For some
++# reason, if we set the COLLECT_NAMES environment variable, the problems
++# vanish in a puff of smoke.
++if test "X${COLLECT_NAMES+set}" != Xset; then
++  COLLECT_NAMES=
++  export COLLECT_NAMES
++fi
++EOF
++    ;;
++  esac
++
++  # We use sed instead of cat because bash on DJGPP gets confused if
++  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
++  # text mode, it properly converts lines to CR/LF.  This bash problem
++  # is reportedly fixed, but why not run on old versions too?
++  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
++
++  mv -f "$cfgfile" "$ofile" || \
++    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
++  chmod +x "$ofile"
++])
++else
++  # If there is no Makefile yet, we rely on a make rule to execute
++  # `config.status --recheck' to rerun these tests and create the
++  # libtool script then.
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
++fi
++])
++m4trace:acinclude.m4:10256: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
++
++_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
++
++if test "$GCC" = yes; then
++  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
++
++  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
++    lt_cv_prog_compiler_rtti_exceptions,
++    [-fno-rtti -fno-exceptions], [],
++    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
++fi
++])
++m4trace:acinclude.m4:10449: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
++AC_REQUIRE([AC_PROG_NM])
++AC_REQUIRE([AC_OBJEXT])
++# Check for command to grab the raw symbol name followed by C symbol from nm.
++AC_MSG_CHECKING([command to parse $NM output from $compiler object])
++AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
++[
++# These are sane defaults that work on at least a few old systems.
++# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
++
++# Character class describing NM global symbol codes.
++symcode='[[BCDEGRST]]'
++
++# Regexp to match symbols that can be accessed directly from C.
++sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
++
++# Transform an extracted symbol line into a proper C declaration
++lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
++
++# Transform an extracted symbol line into symbol name and symbol address
++lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++
++# Define system-specific variables.
++case $host_os in
++aix*)
++  symcode='[[BCDT]]'
++  ;;
++cygwin* | mingw* | pw32*)
++  symcode='[[ABCDGISTW]]'
++  ;;
++hpux*) # Its linker distinguishes data from code symbols
++  if test "$host_cpu" = ia64; then
++    symcode='[[ABCDEGRST]]'
++  fi
++  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  ;;
++linux*)
++  if test "$host_cpu" = ia64; then
++    symcode='[[ABCDGIRSTW]]'
++    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  fi
++  ;;
++irix* | nonstopux*)
++  symcode='[[BCDEGRST]]'
++  ;;
++osf*)
++  symcode='[[BCDEGQRST]]'
++  ;;
++solaris* | sysv5*)
++  symcode='[[BDRT]]'
++  ;;
++sysv4)
++  symcode='[[DFNSTU]]'
++  ;;
++esac
++
++# Handle CRLF in mingw tool chain
++opt_cr=
++case $build_os in
++mingw*)
++  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
++  ;;
++esac
++
++# If we're using GNU nm, then use its standard symbol codes.
++case `$NM -V 2>&1` in
++*GNU* | *'with BFD'*)
++  symcode='[[ABCDGIRSTW]]' ;;
++esac
++
++# Try without a prefix undercore, then with it.
++for ac_symprfx in "" "_"; do
++
++  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
++  symxfrm="\\1 $ac_symprfx\\2 \\2"
++
++  # Write the raw and C identifiers.
++  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
++
++  # Check to see that the pipe works correctly.
++  pipe_works=no
++
++  rm -f conftest*
++  cat > conftest.$ac_ext <<EOF
++#ifdef __cplusplus
++extern "C" {
++#endif
++char nm_test_var;
++void nm_test_func(){}
++#ifdef __cplusplus
++}
++#endif
++int main(){nm_test_var='a';nm_test_func();return(0);}
++EOF
++
++  if AC_TRY_EVAL(ac_compile); then
++    # Now try to grab the symbols.
++    nlist=conftest.nm
++    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
++      # Try sorting and uniquifying the output.
++      if sort "$nlist" | uniq > "$nlist"T; then
++	mv -f "$nlist"T "$nlist"
++      else
++	rm -f "$nlist"T
++      fi
++
++      # Make sure that we snagged all the symbols we need.
++      if grep ' nm_test_var$' "$nlist" >/dev/null; then
++	if grep ' nm_test_func$' "$nlist" >/dev/null; then
++	  cat <<EOF > conftest.$ac_ext
++#ifdef __cplusplus
++extern "C" {
++#endif
++
++EOF
++	  # Now generate the symbol file.
++	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
++
++	  cat <<EOF >> conftest.$ac_ext
++#if defined (__STDC__) && __STDC__
++# define lt_ptr_t void *
++#else
++# define lt_ptr_t char *
++# define const
++#endif
++
++/* The mapping between symbol names and symbols. */
++const struct {
++  const char *name;
++  lt_ptr_t address;
++}
++lt_preloaded_symbols[[]] =
++{
++EOF
++	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
++	  cat <<\EOF >> conftest.$ac_ext
++  {0, (lt_ptr_t) 0}
++};
++
++#ifdef __cplusplus
++}
++#endif
++EOF
++	  # Now try linking the two files.
++	  mv conftest.$ac_objext conftstm.$ac_objext
++	  lt_save_LIBS="$LIBS"
++	  lt_save_CFLAGS="$CFLAGS"
++	  LIBS="conftstm.$ac_objext"
++	  CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
++	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
++	    pipe_works=yes
++	  fi
++	  LIBS="$lt_save_LIBS"
++	  CFLAGS="$lt_save_CFLAGS"
++	else
++	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
++	fi
++      else
++	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
++      fi
++    else
++      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
++    fi
++  else
++    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
++    cat conftest.$ac_ext >&5
++  fi
++  rm -f conftest* conftst*
++
++  # Do not use the global_symbol_pipe unless it works.
++  if test "$pipe_works" = yes; then
++    break
++  else
++    lt_cv_sys_global_symbol_pipe=
++  fi
++done
++])
++if test -z "$lt_cv_sys_global_symbol_pipe"; then
++  lt_cv_sys_global_symbol_to_cdecl=
++fi
++if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
++  AC_MSG_RESULT(failed)
++else
++  AC_MSG_RESULT(ok)
++fi
++])
++m4trace:acinclude.m4:10953: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
++_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
++_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
++
++AC_MSG_CHECKING([for $compiler option to produce PIC])
++ ifelse([$1],[CXX],[
++  # C++ specific cases for pic, static, wl, etc.
++  if test "$GXX" = yes; then
++    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
++
++    case $host_os in
++    aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      fi
++      ;;
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
++      ;;
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++    mingw* | os2* | pw32*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
++      ;;
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
++      ;;
++    *djgpp*)
++      # DJGPP does not support shared libraries at all
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
++      ;;
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
++      fi
++      ;;
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	;;
++      *)
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++	;;
++      esac
++      ;;
++    *)
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++      ;;
++    esac
++  else
++    case $host_os in
++      aix4* | aix5*)
++	# All AIX code is PIC.
++	if test "$host_cpu" = ia64; then
++	  # AIX 5 now supports IA64 processor
++	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++	else
++	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
++	fi
++	;;
++      chorus*)
++	case $cc_basename in
++	cxch68*)
++	  # Green Hills C++ Compiler
++	  # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
++	  ;;
++	esac
++	;;
++       darwin*)
++         # PIC is the default on this platform
++         # Common symbols not allowed in MH_DYLIB files
++         case $cc_basename in
++           xlc*)
++           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
++           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++           ;;
++         esac
++       ;;
++      dgux*)
++	case $cc_basename in
++	  ec++*)
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++	    ;;
++	  ghcx*)
++	    # Green Hills C++ Compiler
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      freebsd* | kfreebsd*-gnu | dragonfly*)
++	# FreeBSD uses GNU C++
++	;;
++      hpux9* | hpux10* | hpux11*)
++	case $cc_basename in
++	  CC*)
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++	    if test "$host_cpu" != ia64; then
++	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
++	    fi
++	    ;;
++	  aCC*)
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
++	    case $host_cpu in
++	    hppa*64*|ia64*)
++	      # +Z the default
++	      ;;
++	    *)
++	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
++	      ;;
++	    esac
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      irix5* | irix6* | nonstopux*)
++	case $cc_basename in
++	  CC*)
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
++	    # CC pic flag -KPIC is the default.
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      linux*)
++	case $cc_basename in
++	  KCC*)
++	    # KAI C++ Compiler
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++	    ;;
++	  icpc* | ecpc*)
++	    # Intel C++
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
++	    ;;
++	  pgCC*)
++	    # Portland Group C++ compiler.
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++	    ;;
++	  cxx*)
++	    # Compaq C++
++	    # Make sure the PIC flag is empty.  It appears that all Alpha
++	    # Linux and Compaq Tru64 Unix objects are PIC.
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      lynxos*)
++	;;
++      m88k*)
++	;;
++      mvs*)
++	case $cc_basename in
++	  cxx*)
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++	;;
++      osf3* | osf4* | osf5*)
++	case $cc_basename in
++	  KCC*)
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
++	    ;;
++	  RCC*)
++	    # Rational C++ 2.4.1
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
++	    ;;
++	  cxx*)
++	    # Digital/Compaq C++
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	    # Make sure the PIC flag is empty.  It appears that all Alpha
++	    # Linux and Compaq Tru64 Unix objects are PIC.
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      psos*)
++	;;
++      sco*)
++	case $cc_basename in
++	  CC*)
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      solaris*)
++	case $cc_basename in
++	  CC*)
++	    # Sun C++ 4.2, 5.x and Centerline C++
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
++	    ;;
++	  gcx*)
++	    # Green Hills C++ Compiler
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      sunos4*)
++	case $cc_basename in
++	  CC*)
++	    # Sun C++ 4.x
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
++	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++	    ;;
++	  lcc*)
++	    # Lucid
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      tandem*)
++	case $cc_basename in
++	  NCC*)
++	    # NonStop-UX NCC 3.20
++	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++	    ;;
++	  *)
++	    ;;
++	esac
++	;;
++      unixware*)
++	;;
++      vxworks*)
++	;;
++      *)
++	_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
++	;;
++    esac
++  fi
++],
++[
++  if test "$GCC" = yes; then
++    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
++
++    case $host_os in
++      aix*)
++      # All AIX code is PIC.
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      fi
++      ;;
++
++    amigaos*)
++      # FIXME: we need at least 68020 code to build shared libraries, but
++      # adding the `-m68020' flag to GCC prevents building anything better,
++      # like `-m68040'.
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
++      ;;
++
++    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
++      # PIC is the default for these OSes.
++      ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
++      ;;
++
++    darwin* | rhapsody*)
++      # PIC is the default on this platform
++      # Common symbols not allowed in MH_DYLIB files
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
++      ;;
++
++    msdosdjgpp*)
++      # Just because we use GCC doesn't mean we suddenly get shared libraries
++      # on systems that don't support them.
++      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
++      enable_shared=no
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
++      fi
++      ;;
++
++    hpux*)
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++	;;
++      esac
++      ;;
++
++    *)
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
++      ;;
++    esac
++  else
++    # PORTME Check for flag to pass linker flags through the system compiler.
++    case $host_os in
++    aix*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++      if test "$host_cpu" = ia64; then
++	# AIX 5 now supports IA64 processor
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      else
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
++      fi
++      ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
++         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++         ;;
++       esac
++       ;;
++
++    mingw* | pw32* | os2*)
++      # This hack is so that the source file can tell whether it is being
++      # built for inclusion in a dll (and should export symbols for example).
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
++      ;;
++
++    hpux9* | hpux10* | hpux11*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
++      # not for PA HP-UX.
++      case $host_cpu in
++      hppa*64*|ia64*)
++	# +Z the default
++	;;
++      *)
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
++	;;
++      esac
++      # Is there a better lt_prog_compiler_static that works with the bundled CC?
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++      # PIC (with -KPIC) is the default.
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
++      ;;
++
++    newsos6)
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      ;;
++
++    linux*)
++      case $cc_basename in
++      icc* | ecc*)
++	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
++        ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++        ;;
++      ccc*)
++        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++        # All Alpha code is PIC.
++        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
++        ;;
++      esac
++      ;;
++
++    osf3* | osf4* | osf5*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++      # All OSF/1 code is PIC.
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
++      ;;
++
++    sco3.2v5*)
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
++      ;;
++
++    solaris*)
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
++      *)
++	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
++      esac
++      ;;
++
++    sunos4*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      ;;
++
++    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec ;then
++	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
++	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      fi
++      ;;
++
++    unicos*)
++      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
++      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
++      ;;
++
++    uts4*)
++      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
++      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
++      ;;
++
++    *)
++      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
++      ;;
++    esac
++  fi
++])
++AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
++
++#
++# Check to make sure the PIC flag actually works.
++#
++if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
++  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
++    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
++    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
++    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
++     "" | " "*) ;;
++     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
++     esac],
++    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
++     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
++fi
++case $host_os in
++  # For platforms which do not support PIC, -DPIC is meaningless:
++  *djgpp*)
++    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
++    ;;
++  *)
++    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
++    ;;
++esac
++])
++m4trace:acinclude.m4:11829: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
++ifelse([$1],[CXX],[
++  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  case $host_os in
++  aix4* | aix5*)
++    # If we're using GNU nm, then we don't want the "-C" option.
++    # -C means demangle to AIX nm, but means don't demangle with GNU nm
++    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
++    else
++      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
++    fi
++    ;;
++  pw32*)
++    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
++  ;;
++  cygwin* | mingw*)
++    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  linux*)
++    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
++  ;;
++  *)
++    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  esac
++],[
++  runpath_var=
++  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
++  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
++  _LT_AC_TAGVAR(archive_cmds, $1)=
++  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
++  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
++  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
++  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
++  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
++  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
++  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
++  _LT_AC_TAGVAR(hardcode_direct, $1)=no
++  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
++  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
++  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
++  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
++  _LT_AC_TAGVAR(module_cmds, $1)=
++  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
++  _LT_AC_TAGVAR(always_export_symbols, $1)=no
++  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
++  # include_expsyms should be a list of space-separated symbols to be *always*
++  # included in the symbol list
++  _LT_AC_TAGVAR(include_expsyms, $1)=
++  # exclude_expsyms can be an extended regexp of symbols to exclude
++  # it will be wrapped by ` (' and `)$', so one must not match beginning or
++  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
++  # as well as any symbol that contains `d'.
++  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
++  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
++  # platforms (ab)use it in PIC code, but their linkers get confused if
++  # the symbol is explicitly referenced.  Since portable code cannot
++  # rely on this symbol name, it's probably fine to never include it in
++  # preloaded symbol tables.
++  extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  _LT_CC_BASENAME([$compiler])
++  case $host_os in
++  cygwin* | mingw* | pw32*)
++    # FIXME: the MSVC++ port hasn't been tested in a loooong time
++    # When not using gcc, we currently assume that we are using
++    # Microsoft Visual C++.
++    if test "$GCC" != yes; then
++      with_gnu_ld=no
++    fi
++    ;;
++  openbsd*)
++    with_gnu_ld=no
++    ;;
++  esac
++
++  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
++  if test "$with_gnu_ld" = yes; then
++    # If archive_cmds runs LD, not CC, wlarc should be empty
++    wlarc='${wl}'
++
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
++    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
++    # See if GNU ld supports shared libraries.
++    case $host_os in
++    aix3* | aix4* | aix5*)
++      # On AIX/PPC, the GNU linker is very broken
++      if test "$host_cpu" != ia64; then
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	cat <<EOF 1>&2
++
++*** Warning: the GNU linker, at least up to release 2.9.1, is reported
++*** to be unable to reliably create shared libraries on AIX.
++*** Therefore, libtool is disabling shared libraries support.  If you
++*** really care for shared libraries, you may want to modify your PATH
++*** so that a non-GNU linker is found, and then restart.
++
++EOF
++      fi
++      ;;
++
++    amigaos*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++
++      # Samuel A. Falvo II <kc5tja at dolphin.openprojects.net> reports
++      # that the semantics of dynamic libraries on AmigaOS, at least up
++      # to version 4, is to share data among multiple programs linked
++      # with the same dynamic library.  Since this doesn't match the
++      # behavior of shared libraries on other platforms, we can't use
++      # them.
++      _LT_AC_TAGVAR(ld_shlibs, $1)=no
++      ;;
++
++    beos*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
++	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
++	# support --undefined.  This deserves some investigation.  FIXME
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++      else
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++      fi
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
++      # as there is no search path for DLLs.
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
++      _LT_AC_TAGVAR(always_export_symbols, $1)=no
++      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
++      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
++
++      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
++        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++	# If the export-symbols file already is a .def file (1st line
++	# is EXPORTS), use it as is; otherwise, prepend...
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
++	  cp $export_symbols $output_objdir/$soname.def;
++	else
++	  echo EXPORTS > $output_objdir/$soname.def;
++	  cat $export_symbols >> $output_objdir/$soname.def;
++	fi~
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	_LT_AC_TAGVAR(link_all_deplibs, $1)=no
++      else
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++      fi
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
++	wlarc=
++      else
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      fi
++      ;;
++
++    solaris* | sysv5*)
++      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++	cat <<EOF 1>&2
++
++*** Warning: The releases 2.8.* of the GNU linker cannot reliably
++*** create shared libraries on Solaris systems.  Therefore, libtool
++*** is disabling shared libraries support.  We urge you to upgrade GNU
++*** binutils to release 2.9.1 or newer.  Another option is to modify
++*** your PATH or compiler configuration so that the native linker is
++*** used, and then restart.
++
++EOF
++      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++      fi
++      ;;
++
++    sunos4*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      wlarc=
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    *)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++      else
++	_LT_AC_TAGVAR(ld_shlibs, $1)=no
++      fi
++      ;;
++    esac
++
++    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
++      runpath_var=
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
++    fi
++  else
++    # PORTME fill in a description of your system's linker (not GNU ld)
++    case $host_os in
++    aix3*)
++      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
++      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
++      # Note: this linker hardcodes the directories in LIBPATH if there
++      # are no directories specified by -L.
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++      if test "$GCC" = yes && test -z "$link_static_flag"; then
++	# Neither direct hardcoding nor static linking is supported with a
++	# broken collect2.
++	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
++      fi
++      ;;
++
++    aix4* | aix5*)
++      if test "$host_cpu" = ia64; then
++	# On IA64, the linker does run time linking by default, so we don't
++	# have to do anything special.
++	aix_use_runtimelinking=no
++	exp_sym_flag='-Bexport'
++	no_entry_flag=""
++      else
++	# If we're using GNU nm, then we don't want the "-C" option.
++	# -C means demangle to AIX nm, but means don't demangle with GNU nm
++	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
++	  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
++	else
++	  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
++	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
++
++	exp_sym_flag='-bexport'
++	no_entry_flag='-bnoentry'
++      fi
++
++      # When large executables or shared objects are built, AIX ld can
++      # have problems creating the table of contents.  If linking a library
++      # or program results in "error TOC overflow" add -mminimal-toc to
++      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
++      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
++
++      _LT_AC_TAGVAR(archive_cmds, $1)=''
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
++      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++
++      if test "$GCC" = yes; then
++	case $host_os in aix4.[[012]]|aix4.[[012]].*)
++	# We only want to do this on AIX 4.2 and lower, the check
++	# below for broken collect2 doesn't work under 4.3+
++	  collect2name=`${CC} -print-prog-name=collect2`
++	  if test -f "$collect2name" && \
++  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
++	  then
++  	  # We have reworked collect2
++  	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++	  else
++  	  # We have old collect2
++  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
++  	  # It fails to find uninstalled libraries when the uninstalled
++  	  # path is not listed in the libpath.  Setting hardcode_minus_L
++  	  # to unsupported forces relinking
++  	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
++	  fi
++	esac
++	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
++      else
++	# not using gcc
++	if test "$host_cpu" = ia64; then
++  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
++  	# chokes on -Wl,-G. The following line is correct:
++	  shared_flag='-G'
++	else
++  	if test "$aix_use_runtimelinking" = yes; then
++	    shared_flag='${wl}-G'
++	  else
++	    shared_flag='${wl}-bM:SRE'
++  	fi
++	fi
++      fi
++
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
++      if test "$aix_use_runtimelinking" = yes; then
++	# Warning - without using the other runtime loading flags (-brtl),
++	# -berok will link without error, but may produce a broken library.
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
++       # Determine the default libpath from the value encoded in an empty executable.
++       _LT_AC_SYS_LIBPATH_AIX
++       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       else
++	if test "$host_cpu" = ia64; then
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
++	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	else
++	 # Determine the default libpath from the value encoded in an empty executable.
++	 _LT_AC_SYS_LIBPATH_AIX
++	 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
++	  # Warning - without using the other run time loading flags,
++	  # -berok will link without error, but may produce a broken library.
++	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
++	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
++	  # -bexpall does not export symbols beginning with underscore (_)
++	  _LT_AC_TAGVAR(always_export_symbols, $1)=yes
++	  # Exported symbols can be pulled into shared objects from archives
++	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
++	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	fi
++      fi
++      ;;
++
++    amigaos*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++      # see comment about different semantics on the GNU ld section
++      _LT_AC_TAGVAR(ld_shlibs, $1)=no
++      ;;
++
++    bsdi[[45]]*)
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
++      ;;
++
++    cygwin* | mingw* | pw32*)
++      # When not using gcc, we currently assume that we are using
++      # Microsoft Visual C++.
++      # hardcode_libdir_flag_spec is actually meaningless, as there is
++      # no search path for DLLs.
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
++      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
++      # Tell ltmain to make .lib files, not .a files.
++      libext=lib
++      # Tell ltmain to make .dll files, not .so files.
++      shrext_cmds=".dll"
++      # FIXME: Setting linknames here is a bad hack.
++      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      # The linker will automatically build a .lib file if we build a DLL.
++      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
++      # FIXME: Should let the user specify the lib program.
++      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
++      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
++      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
++      ;;
++
++    darwin* | rhapsody*)
++      case $host_os in
++        rhapsody* | darwin1.[[012]])
++         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[[012]])
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++      esac
++      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++      _LT_AC_TAGVAR(hardcode_direct, $1)=no
++      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
++      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++    else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         _LT_AC_TAGVAR(ld_shlibs, $1)=no
++          ;;
++      esac
++    fi
++      ;;
++
++    dgux*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    freebsd1*)
++      _LT_AC_TAGVAR(ld_shlibs, $1)=no
++      ;;
++
++    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
++    # support.  Future versions do this automatically, but an explicit c++rt0.o
++    # does not break anything, and helps significantly (at the cost of a little
++    # extra space).
++    freebsd2.2*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
++    freebsd2*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    hpux9*)
++      if test "$GCC" = yes; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      else
++	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++      fi
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++
++      # hardcode_minus_L: Not really in the search PATH,
++      # but as the default location of the library.
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++      ;;
++
++    hpux10* | hpux11*)
++      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	*)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
++	  ;;
++	esac
++      else
++	case $host_cpu in
++	hppa*64*|ia64*)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	*)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
++	  ;;
++	esac
++      fi
++      if test "$with_gnu_ld" = no; then
++	case $host_cpu in
++	hppa*64*)
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
++	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
++	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++	  ;;
++	ia64*)
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
++	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++	  ;;
++	*)
++	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
++	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++
++	  # hardcode_minus_L: Not really in the search PATH,
++	  # but as the default location of the library.
++	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++	  ;;
++	esac
++      fi
++      ;;
++
++    irix5* | irix6* | nonstopux*)
++      if test "$GCC" = yes; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
++      fi
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++      ;;
++
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
++      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
++      else
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
++      fi
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    newsos6)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    openbsd*)
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
++      else
++       case $host_os in
++	 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
++	   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
++	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
++	   ;;
++	 *)
++	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
++	   ;;
++       esac
++      fi
++      ;;
++
++    os2*)
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
++      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
++      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
++      ;;
++
++    osf3*)
++      if test "$GCC" = yes; then
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++      else
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++      fi
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++      ;;
++
++    osf4* | osf5*)	# as osf3* with the addition of -msym flag
++      if test "$GCC" = yes; then
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
++      else
++	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
++
++	# Both c and cxx compiler support -rpath directly
++	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
++      fi
++      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
++      ;;
++
++    sco3.2v5*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
++      runpath_var=LD_RUN_PATH
++      hardcode_runpath_var=yes
++      ;;
++
++    solaris*)
++      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
++      if test "$GCC" = yes; then
++	wlarc='${wl}'
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
++      else
++	wlarc=''
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      fi
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      case $host_os in
++      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
++      esac
++      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
++      ;;
++
++    sunos4*)
++      if test "x$host_vendor" = xsequent; then
++	# Use $CC to link under sequent, because it throws in some extra .o
++	# files that make .init and .fini sections work.
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
++      fi
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    sysv4)
++      case $host_vendor in
++	sni)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
++	;;
++	siemens)
++	  ## LD is ld it makes a PLAMLIB
++	  ## CC just makes a GrossModule.
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++	  _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
++        ;;
++	motorola)
++	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	  _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
++	;;
++      esac
++      runpath_var='LD_RUN_PATH'
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    sysv4.3*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
++      ;;
++
++    sysv4*MP*)
++      if test -d /usr/nec; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++	runpath_var=LD_RUN_PATH
++	hardcode_runpath_var=yes
++	_LT_AC_TAGVAR(ld_shlibs, $1)=yes
++      fi
++      ;;
++
++    sysv4.2uw2*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
++      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      hardcode_runpath_var=yes
++      runpath_var=LD_RUN_PATH
++      ;;
++
++   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
++      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
++      if test "$GCC" = yes; then
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      else
++	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
++      fi
++      runpath_var='LD_RUN_PATH'
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    sysv5*)
++      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
++      # $CC -shared without GNU ld will not create a library from C++
++      # object files and a static libstdc++, better avoid it by now
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
++  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      runpath_var='LD_RUN_PATH'
++      ;;
++
++    uts4*)
++      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
++      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
++      ;;
++
++    *)
++      _LT_AC_TAGVAR(ld_shlibs, $1)=no
++      ;;
++    esac
++  fi
++])
++AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
++
++variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
++if test "$GCC" = yes; then
++  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
++fi
++
++#
++# Do we need to explicitly link libc?
++#
++case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
++x|xyes)
++  # Assume -lc should be added
++  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
++
++  if test "$enable_shared" = yes && test "$GCC" = yes; then
++    case $_LT_AC_TAGVAR(archive_cmds, $1) in
++    *'~'*)
++      # FIXME: we may have to deal with multi-command sequences.
++      ;;
++    '$CC '*)
++      # Test whether the compiler implicitly links with -lc since on some
++      # systems, -lgcc has to come before -lc. If gcc already passes -lc
++      # to ld, don't add -lc before -lgcc.
++      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
++      $rm conftest*
++      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
++
++      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
++        soname=conftest
++        lib=conftest
++        libobjs=conftest.$ac_objext
++        deplibs=
++        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
++        compiler_flags=-v
++        linker_flags=-v
++        verstring=
++        output_objdir=.
++        libname=conftest
++        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
++        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
++        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
++        then
++	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++        else
++	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
++        fi
++        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
++      else
++        cat conftest.err 1>&5
++      fi
++      $rm conftest*
++      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
++      ;;
++    esac
++  fi
++  ;;
++esac
++])
++m4trace:acinclude.m4:11869: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
++# /* ltdll.c starts here */
++# #define WIN32_LEAN_AND_MEAN
++# #include <windows.h>
++# #undef WIN32_LEAN_AND_MEAN
++# #include <stdio.h>
++#
++# #ifndef __CYGWIN__
++# #  ifdef __CYGWIN32__
++# #    define __CYGWIN__ __CYGWIN32__
++# #  endif
++# #endif
++#
++# #ifdef __cplusplus
++# extern "C" {
++# #endif
++# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
++# #ifdef __cplusplus
++# }
++# #endif
++#
++# #ifdef __CYGWIN__
++# #include <cygwin/cygwin_dll.h>
++# DECLARE_CYGWIN_DLL( DllMain );
++# #endif
++# HINSTANCE __hDllInstance_base;
++#
++# BOOL APIENTRY
++# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
++# {
++#   __hDllInstance_base = hInst;
++#   return TRUE;
++# }
++# /* ltdll.c ends here */
++])
++m4trace:acinclude.m4:11874: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
++m4trace:acinclude.m4:11878: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
++m4trace:acinclude.m4:11879: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
++m4trace:acinclude.m4:11880: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
++m4trace:acinclude.m4:11881: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
++m4trace:acinclude.m4:11882: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
++m4trace:acinclude.m4:11883: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
++m4trace:acinclude.m4:11884: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
++m4trace:acinclude.m4:11893: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
++  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
++  AC_SUBST(GCJFLAGS)
++])
++m4trace:acinclude.m4:11897: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
++])
++m4trace:acinclude.m4:11960: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
++AC_CACHE_VAL(lt_cv_path_SED,
++[# Loop through the user's path and test for sed and gsed.
++# Then use that list of sed's as ones to test for truncation.
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++  for lt_ac_prog in sed gsed; do
++    for ac_exec_ext in '' $ac_executable_extensions; do
++      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
++        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
++      fi
++    done
++  done
++done
++lt_ac_max=0
++lt_ac_count=0
++# Add /usr/xpg4/bin/sed as it is typically found on Solaris
++# along with /bin/sed that truncates output.
++for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
++  test ! -f $lt_ac_sed && continue
++  cat /dev/null > conftest.in
++  lt_ac_count=0
++  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
++  # Check for GNU sed and select it if it is found.
++  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
++    lt_cv_path_SED=$lt_ac_sed
++    break
++  fi
++  while true; do
++    cat conftest.in conftest.in >conftest.tmp
++    mv conftest.tmp conftest.in
++    cp conftest.in conftest.nl
++    echo >>conftest.nl
++    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
++    cmp -s conftest.out conftest.nl || break
++    # 10000 chars as input seems more than enough
++    test $lt_ac_count -gt 10 && break
++    lt_ac_count=`expr $lt_ac_count + 1`
++    if test $lt_ac_count -gt $lt_ac_max; then
++      lt_ac_max=$lt_ac_count
++      lt_cv_path_SED=$lt_ac_sed
++    fi
++  done
++done
++])
++SED=$lt_cv_path_SED
++AC_MSG_RESULT([$SED])
++])
++m4trace:acinclude.m4:12015: -1- AC_DEFUN([PKG_CHECK_MODULES], [
++  succeeded=no
++
++  if test -z "$PKG_CONFIG"; then
++    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
++  fi
++
++  if test "$PKG_CONFIG" = "no" ; then
++     echo "*** The pkg-config script could not be found. Make sure it is"
++     echo "*** in your path, or set the PKG_CONFIG environment variable"
++     echo "*** to the full path to pkg-config."
++     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
++  else
++     PKG_CONFIG_MIN_VERSION=0.9.0
++     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
++        AC_MSG_CHECKING(for $2)
++
++        if $PKG_CONFIG --exists "$2" ; then
++            AC_MSG_RESULT(yes)
++            succeeded=yes
++
++            AC_MSG_CHECKING($1_CFLAGS)
++            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
++            AC_MSG_RESULT($$1_CFLAGS)
++
++            AC_MSG_CHECKING($1_LIBS)
++            $1_LIBS=`$PKG_CONFIG --libs "$2"`
++            AC_MSG_RESULT($$1_LIBS)
++        else
++            $1_CFLAGS=""
++            $1_LIBS=""
++            ## If we have a custom action on failure, don't print errors, but 
++            ## do set a variable so people can do so.
++            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
++            ifelse([$4], ,echo $$1_PKG_ERRORS,)
++        fi
++
++        AC_SUBST($1_CFLAGS)
++        AC_SUBST($1_LIBS)
++     else
++        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
++        echo "*** See http://www.freedesktop.org/software/pkgconfig"
++     fi
++  fi
++
++  if test $succeeded = yes; then
++     ifelse([$3], , :, [$3])
++  else
++     ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
++  fi
++])
++m4trace:configure.in:29: -1- AC_INIT([acinclude.m4])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^_?A[CHUM]_])
++m4trace:configure.in:29: -1- m4_pattern_forbid([_AC_])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
++m4trace:configure.in:29: -1- m4_pattern_allow([^AS_FLAGS$])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^_?m4_])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^dnl$])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^_?AS_])
++m4trace:configure.in:29: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
++m4trace:configure.in:29: -1- AC_SUBST([PATH_SEPARATOR])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
++m4trace:configure.in:29: -1- AC_SUBST([exec_prefix], [NONE])
++m4trace:configure.in:29: -1- AC_SUBST([prefix], [NONE])
++m4trace:configure.in:29: -1- AC_SUBST([program_transform_name], [s,x,x,])
++m4trace:configure.in:29: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
++m4trace:configure.in:29: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
++m4trace:configure.in:29: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
++m4trace:configure.in:29: -1- AC_SUBST([datadir], ['${prefix}/share'])
++m4trace:configure.in:29: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
++m4trace:configure.in:29: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
++m4trace:configure.in:29: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
++m4trace:configure.in:29: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
++m4trace:configure.in:29: -1- AC_SUBST([includedir], ['${prefix}/include'])
++m4trace:configure.in:29: -1- AC_SUBST([oldincludedir], ['/usr/include'])
++m4trace:configure.in:29: -1- AC_SUBST([infodir], ['${prefix}/info'])
++m4trace:configure.in:29: -1- AC_SUBST([mandir], ['${prefix}/man'])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
++#undef PACKAGE_NAME])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
++#undef PACKAGE_TARNAME])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
++#undef PACKAGE_VERSION])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
++#undef PACKAGE_STRING])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
++#undef PACKAGE_BUGREPORT])
++m4trace:configure.in:29: -1- AC_SUBST([build_alias])
++m4trace:configure.in:29: -1- AC_SUBST([host_alias])
++m4trace:configure.in:29: -1- AC_SUBST([target_alias])
++m4trace:configure.in:29: -1- AC_SUBST([DEFS])
++m4trace:configure.in:29: -1- AC_SUBST([ECHO_C])
++m4trace:configure.in:29: -1- AC_SUBST([ECHO_N])
++m4trace:configure.in:29: -1- AC_SUBST([ECHO_T])
++m4trace:configure.in:29: -1- AC_SUBST([LIBS])
++m4trace:configure.in:32: -1- AC_CONFIG_AUX_DIR([admin])
++m4trace:configure.in:38: -1- AC_CANONICAL_SYSTEM
++m4trace:configure.in:38: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:1660: AC_CANONICAL_SYSTEM is expanded from...
++configure.in:38: the top level])
++m4trace:configure.in:38: -1- AC_CANONICAL_HOST
++m4trace:configure.in:38: -1- AC_SUBST([build], [$ac_cv_build])
++m4trace:configure.in:38: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
++m4trace:configure.in:38: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
++m4trace:configure.in:38: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
++m4trace:configure.in:38: -1- AC_SUBST([host], [$ac_cv_host])
++m4trace:configure.in:38: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
++m4trace:configure.in:38: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
++m4trace:configure.in:38: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
++m4trace:configure.in:38: -1- AC_SUBST([target], [$ac_cv_target])
++m4trace:configure.in:38: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
++m4trace:configure.in:38: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
++m4trace:configure.in:38: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
++m4trace:configure.in:43: -1- AM_INIT_AUTOMAKE([koffice], ["1.4.2"])
++m4trace:configure.in:43: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
++m4trace:configure.in:43: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
++m4trace:configure.in:43: -1- AM_AUTOMAKE_VERSION([1.9.6])
++m4trace:configure.in:43: -1- AC_PROG_INSTALL
++m4trace:configure.in:43: -1- AC_PROG_INSTALL
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_PROGRAM])
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_SCRIPT])
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_DATA])
++m4trace:configure.in:43: -1- AC_SUBST([CYGPATH_W])
++m4trace:configure.in:43: -1- AC_SUBST([PACKAGE], [koffice])
++m4trace:configure.in:43: -1- AC_SUBST([VERSION], ["1.4.2"])
++m4trace:configure.in:43: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
++ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
++m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([no-define])
++m4trace:configure.in:43: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
++m4trace:configure.in:43: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
++#undef PACKAGE])
++m4trace:configure.in:43: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
++m4trace:configure.in:43: -1- AH_OUTPUT([VERSION], [/* Version number of package */
++#undef VERSION])
++m4trace:configure.in:43: -1- AM_SANITY_CHECK
++m4trace:configure.in:43: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
++m4trace:configure.in:43: -1- AM_MISSING_HAS_RUN
++m4trace:configure.in:43: -1- AM_AUX_DIR_EXPAND
++m4trace:configure.in:43: -1- AC_SUBST([ACLOCAL])
++m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
++m4trace:configure.in:43: -1- AC_SUBST([AUTOCONF])
++m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
++m4trace:configure.in:43: -1- AC_SUBST([AUTOMAKE])
++m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
++m4trace:configure.in:43: -1- AC_SUBST([AUTOHEADER])
++m4trace:configure.in:43: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
++m4trace:configure.in:43: -1- AC_SUBST([MAKEINFO])
++m4trace:configure.in:43: -1- AM_PROG_INSTALL_SH
++m4trace:configure.in:43: -1- AC_SUBST([install_sh])
++m4trace:configure.in:43: -1- AM_PROG_INSTALL_STRIP
++m4trace:configure.in:43: -1- AC_SUBST([STRIP])
++m4trace:configure.in:43: -1- AC_SUBST([ac_ct_STRIP])
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
++m4trace:configure.in:43: -1- AM_PROG_MKDIR_P
++m4trace:configure.in:43: -1- AC_SUBST([mkdir_p])
++m4trace:configure.in:43: -1- AC_PROG_AWK
++m4trace:configure.in:43: -1- AC_SUBST([AWK])
++m4trace:configure.in:43: -1- AC_PROG_MAKE_SET
++m4trace:configure.in:43: -1- AC_SUBST([SET_MAKE])
++m4trace:configure.in:43: -1- AM_SET_LEADING_DOT
++m4trace:configure.in:43: -1- AC_SUBST([am__leading_dot])
++m4trace:configure.in:43: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
++	      		     [_AM_PROG_TAR([v7])])])
++m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([tar-ustar])
++m4trace:configure.in:43: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
++m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([tar-pax])
++m4trace:configure.in:43: -1- _AM_PROG_TAR([v7])
++m4trace:configure.in:43: -1- AM_MISSING_PROG([AMTAR], [tar])
++m4trace:configure.in:43: -1- AC_SUBST([AMTAR])
++m4trace:configure.in:43: -1- AC_SUBST([am__tar])
++m4trace:configure.in:43: -1- AC_SUBST([am__untar])
++m4trace:configure.in:43: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
++                  [_AM_DEPENDENCIES(CC)],
++                  [define([AC_PROG_CC],
++                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
++AC_PROVIDE_IFELSE([AC_PROG_CXX],
++                  [_AM_DEPENDENCIES(CXX)],
++                  [define([AC_PROG_CXX],
++                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
++])
++m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([no-dependencies])
++m4trace:configure.in:45: -1- AM_MAINTAINER_MODE
++m4trace:configure.in:45: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
++m4trace:configure.in:45: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
++m4trace:configure.in:45: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
++m4trace:configure.in:45: -1- AC_SUBST([MAINT])
++m4trace:configure.in:47: -1- KDE_SET_PREFIX
++m4trace:configure.in:47: -1- KDE_SET_DEFAULT_BINDIRS
++m4trace:configure.in:47: -1- KDE_FIND_PATH([kde-config], [KDECONFIG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], [prepend])
++m4trace:configure.in:47: -1- KDE_MISSING_PROG_ERROR([kde-config])
++m4trace:configure.in:47: -1- KDE_FIND_PATH([kde-config], [KDECONFIG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], [prepend])
++m4trace:configure.in:47: -1- KDE_MISSING_PROG_ERROR([kde-config])
++m4trace:configure.in:47: -1- AC_SUBST([KDECONFIG])
++m4trace:configure.in:47: -1- AC_SUBST([kde_libs_prefix])
++m4trace:configure.in:47: -1- AC_SUBST([kde_libs_htmldir])
++m4trace:configure.in:47: -1- KDE_FAST_CONFIGURE
++m4trace:configure.in:47: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:4764: KDE_FAST_CONFIGURE is expanded from...
++acinclude.m4:4857: KDE_SET_PREFIX is expanded from...
++configure.in:47: the top level])
++m4trace:configure.in:47: -1- KDE_CONF_FILES
++m4trace:configure.in:47: -1- AC_SUBST([CONF_FILES])
++m4trace:configure.in:50: -1- AM_CONFIG_HEADER([config.h])
++m4trace:configure.in:50: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
++You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
++configure.in:50: the top level])
++m4trace:configure.in:50: -1- AC_CONFIG_HEADERS([config.h])
++m4trace:configure.in:53: -1- AC_CHECK_COMPILERS
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_PROG_CC
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([CFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CC])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CC])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CC])
++m4trace:configure.in:53: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
++m4trace:configure.in:53: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
++m4trace:configure.in:53: -1- _AM_DEPENDENCIES([CC])
++m4trace:configure.in:53: -1- AM_SET_DEPDIR
++m4trace:configure.in:53: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
++m4trace:configure.in:53: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
++m4trace:configure.in:53: -1- AM_MAKE_INCLUDE
++m4trace:configure.in:53: -1- AC_SUBST([am__include])
++m4trace:configure.in:53: -1- AC_SUBST([am__quote])
++m4trace:configure.in:53: -1- AM_DEP_TRACK
++m4trace:configure.in:53: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
++m4trace:configure.in:53: -1- AC_SUBST([AMDEP_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([AMDEP_FALSE])
++m4trace:configure.in:53: -1- AC_SUBST([AMDEPBACKSLASH])
++m4trace:configure.in:53: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
++m4trace:configure.in:53: -1- AM_CONDITIONAL([am__fastdepCC], [
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCC_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCC_FALSE])
++m4trace:configure.in:53: -1- AC_PROG_CPP
++m4trace:configure.in:53: -1- AC_SUBST([CPP])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CPP])
++m4trace:configure.in:53: -1- AC_PROG_CXX
++m4trace:configure.in:53: -1- AC_SUBST([CXX])
++m4trace:configure.in:53: -1- AC_SUBST([CXXFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CXX])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CXX])
++m4trace:configure.in:53: -1- _AM_DEPENDENCIES([CXX])
++m4trace:configure.in:53: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
++m4trace:configure.in:53: -1- AM_CONDITIONAL([am__fastdepCXX], [
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCXX_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCXX_FALSE])
++m4trace:configure.in:53: -1- KDE_CHECK_FOR_BAD_COMPILER
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++acinclude.m4:2937: KDE_CHECK_FOR_BAD_COMPILER is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([fno-builtin], [CXXFLAGS="-fno-builtin $CXXFLAGS"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([Woverloaded-virtual], [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([WOVERLOADED_VIRTUAL])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([pg], [
++      CFLAGS="-pg $CFLAGS"
++      CXXFLAGS="-pg $CXXFLAGS"
++    ])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([Wmissing-format-attribute], [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_C_COMPILER_FLAG([Wmissing-format-attribute], [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([Wundef], [CXXFLAGS="-Wundef $CXXFLAGS"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([Wno-long-long], [CXXFLAGS="-Wno-long-long $CXXFLAGS"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([Wno-non-virtual-dtor], [CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([HAVE_GCC_VISIBILITY])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([fno-exceptions], [CXXFLAGS="$CXXFLAGS -fno-exceptions"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([fno-check-new], [CXXFLAGS="$CXXFLAGS -fno-check-new"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([fno-common], [CXXFLAGS="$CXXFLAGS -fno-common"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([fexceptions], [USE_EXCEPTIONS="-fexceptions"], [USE_EXCEPTIONS=	])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AM_CONDITIONAL([unsermake_enable_pch], [test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes"])
++m4trace:configure.in:53: -1- AC_SUBST([unsermake_enable_pch_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([unsermake_enable_pch_FALSE])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([-pch], [CXXFLAGS="$CXXFLAGS --pch"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([-inline_keyword_space_time=6], [CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([-inline_auto_space_time=2], [CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([-inline_implicit_space_time=2.0], [CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([-inline_generated_space_time=2.0], [CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([-one_per], [CXXFLAGS="$CXXFLAGS --one_per"])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([USE_EXCEPTIONS])
++m4trace:configure.in:53: -1- AC_SUBST([USE_RTTI])
++m4trace:configure.in:53: -1- AC_VALIDIFY_CXXFLAGS
++m4trace:configure.in:53: -1- AC_REMOVE_FORBIDDEN([CXX], [-fno-rtti -rpath])
++m4trace:configure.in:53: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-fno-rtti -rpath])
++m4trace:configure.in:53: -1- AC_REMOVE_FORBIDDEN([CXX], [-rpath])
++m4trace:configure.in:53: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-rpath])
++m4trace:configure.in:53: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([O0], [NOOPT_CXXFLAGS=-O0])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([NOOPT_CXXFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([NOOPT_CFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([ENABLE_PERMISSIVE_FLAG])
++m4trace:configure.in:53: -1- KDE_CHECK_NEW_LDFLAGS
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags], [LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"], [])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_CHECK_COMPILER_FLAG([Wl,--as-needed], [LDFLAGS_AS_NEEDED="-Wl,--as-needed"], [])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS_AS_NEEDED])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS_NEW_DTAGS])
++m4trace:configure.in:53: -1- KDE_CHECK_FINAL
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1674: KDE_CHECK_FINAL is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_FINAL_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_FINAL_FALSE])
++m4trace:configure.in:53: -1- KDE_CHECK_CLOSURE
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1695: KDE_CHECK_CLOSURE is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_CLOSURE_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_CLOSURE_FALSE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_NO_UNDEFINED])
++m4trace:configure.in:53: -1- KDE_CHECK_NMCHECK
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1734: KDE_CHECK_NMCHECK is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_NMCHECK_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_NMCHECK_FALSE])
++m4trace:configure.in:53: -2- KDE_ADD_DEPENDENCIES
++m4trace:configure.in:54: -1- AC_ENABLE_SHARED([yes])
++m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:7623: AC_ENABLE_SHARED is expanded from...
++configure.in:54: the top level])
++m4trace:configure.in:55: -1- AC_ENABLE_STATIC([no])
++m4trace:configure.in:55: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:7662: AC_ENABLE_STATIC is expanded from...
++configure.in:55: the top level])
++m4trace:configure.in:56: -1- KDE_PROG_LIBTOOL
++m4trace:configure.in:56: -1- AC_LIBTOOL_DLOPEN
++m4trace:configure.in:56: -1- KDE_CHECK_LIB64
++m4trace:configure.in:56: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3372: KDE_CHECK_LIB64 is expanded from...
++configure.in:56: KDE_CHECK_LIB64 is required by...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_DEFINE_TRACE_LITERAL([KDELIBSUFF])
++m4trace:configure.in:56: -1- AH_OUTPUT([KDELIBSUFF], [/* Suffix for lib directories */
++#undef KDELIBSUFF])
++m4trace:configure.in:56: -1- AC_SUBST([libdir], ["$libdir"])
++m4trace:configure.in:56: -1- AC_DEFINE_TRACE_LITERAL([KDELIBSUFF])
++m4trace:configure.in:56: -1- AH_OUTPUT([KDELIBSUFF], [/* Suffix for lib directories */
++#undef KDELIBSUFF])
++m4trace:configure.in:56: -1- AM_PROG_LIBTOOL
++m4trace:configure.in:56: -1- AC_PROG_LIBTOOL
++m4trace:configure.in:56: -1- _AC_PROG_LIBTOOL
++m4trace:configure.in:56: -1- AC_LIBTOOL_SETUP
++m4trace:configure.in:56: -1- AC_ENABLE_FAST_INSTALL
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:7701: AC_ENABLE_FAST_INSTALL is expanded from...
++configure.in:56: AC_ENABLE_FAST_INSTALL is required by...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_PROG_LD
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
++acinclude.m4:7898: AC_PROG_LD is expanded from...
++configure.in:56: AC_PROG_LD is required by...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- LT_AC_PROG_SED
++m4trace:configure.in:56: -1- AC_PROG_LD_GNU
++m4trace:configure.in:56: -1- AC_PROG_EGREP
++m4trace:configure.in:56: -1- AC_SUBST([EGREP])
++m4trace:configure.in:56: -1- AC_PROG_LD_RELOAD_FLAG
++m4trace:configure.in:56: -1- AC_PROG_NM
++m4trace:configure.in:56: -1- AC_PROG_LN_S
++m4trace:configure.in:56: -1- AC_SUBST([LN_S], [$as_ln_s])
++m4trace:configure.in:56: -1- AC_DEPLIBS_CHECK_METHOD
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_OBJDIR
++m4trace:configure.in:56: -1- _LT_AC_SYS_COMPILER
++m4trace:configure.in:56: -1- _LT_AC_PROG_ECHO_BACKSLASH
++m4trace:configure.in:56: -1- _LT_AC_SHELL_INIT([
++# Check that we are running under the correct shell.
++SHELL=${CONFIG_SHELL-/bin/sh}
++
++case X$ECHO in
++X*--fallback-echo)
++  # Remove one level of quotation (which was required for Make).
++  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
++  ;;
++esac
++
++echo=${ECHO-echo}
++if test "X[$]1" = X--no-reexec; then
++  # Discard the --no-reexec flag, and continue.
++  shift
++elif test "X[$]1" = X--fallback-echo; then
++  # Avoid inline document here, it may be left over
++  :
++elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
++  # Yippee, $echo works!
++  :
++else
++  # Restart under the correct shell.
++  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
++fi
++
++if test "X[$]1" = X--fallback-echo; then
++  # used as fallback echo
++  shift
++  cat <<EOF
++[$]*
++EOF
++  exit 0
++fi
++
++# The HP-UX ksh and POSIX shell print the target directory to stdout
++# if CDPATH is set.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++if test -z "$ECHO"; then
++if test "X${echo_test_string+set}" != Xset; then
++# find a string as large as possible, as long as the shell can cope with it
++  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
++    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
++    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++       echo_test_string=`eval $cmd` &&
++       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
++    then
++      break
++    fi
++  done
++fi
++
++if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++   test "X$echo_testing_string" = "X$echo_test_string"; then
++  :
++else
++  # The Solaris, AIX, and Digital Unix default echo programs unquote
++  # backslashes.  This makes it impossible to quote backslashes using
++  #   echo "$something" | sed 's/\\/\\\\/g'
++  #
++  # So, first we look for a working echo in the user's PATH.
++
++  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
++  for dir in $PATH /usr/ucb; do
++    IFS="$lt_save_ifs"
++    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
++       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      echo="$dir/echo"
++      break
++    fi
++  done
++  IFS="$lt_save_ifs"
++
++  if test "X$echo" = Xecho; then
++    # We didn't find a better echo, so look for alternatives.
++    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
++       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
++       test "X$echo_testing_string" = "X$echo_test_string"; then
++      # This shell has a builtin print -r that does the trick.
++      echo='print -r'
++    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
++	 test "X$CONFIG_SHELL" != X/bin/ksh; then
++      # If we have ksh, try running configure again with it.
++      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
++      export ORIGINAL_CONFIG_SHELL
++      CONFIG_SHELL=/bin/ksh
++      export CONFIG_SHELL
++      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
++    else
++      # Try using printf.
++      echo='printf %s\n'
++      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
++	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
++	 test "X$echo_testing_string" = "X$echo_test_string"; then
++	# Cool, printf works
++	:
++      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
++	export CONFIG_SHELL
++	SHELL="$CONFIG_SHELL"
++	export SHELL
++	echo="$CONFIG_SHELL [$]0 --fallback-echo"
++      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
++	   test "X$echo_testing_string" = 'X\t' &&
++	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
++	   test "X$echo_testing_string" = "X$echo_test_string"; then
++	echo="$CONFIG_SHELL [$]0 --fallback-echo"
++      else
++	# maybe with a smaller string...
++	prev=:
++
++	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
++	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
++	  then
++	    break
++	  fi
++	  prev="$cmd"
++	done
++
++	if test "$prev" != 'sed 50q "[$]0"'; then
++	  echo_test_string=`eval $prev`
++	  export echo_test_string
++	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
++	else
++	  # Oops.  We lost completely, so just stick with echo.
++	  echo=echo
++	fi
++      fi
++    fi
++  fi
++fi
++fi
++
++# Copy echo and quote the copy suitably for passing to libtool from
++# the Makefile, instead of quoting the original, which is used later.
++ECHO=$echo
++if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
++   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
++fi
++
++AC_SUBST(ECHO)
++])
++m4trace:configure.in:56: -1- AC_SUBST([ECHO])
++m4trace:configure.in:56: -1- AC_SUBST([AR])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_AR])
++m4trace:configure.in:56: -1- AC_SUBST([RANLIB])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_RANLIB])
++m4trace:configure.in:56: -1- AC_SUBST([STRIP])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_STRIP])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- AC_PATH_MAGIC
++m4trace:configure.in:56: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
++m4trace:configure.in:56: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_LIBTOOL_LANG_C_CONFIG
++m4trace:configure.in:56: -1- _LT_AC_LANG_C_CONFIG
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([objext], [])
++m4trace:configure.in:56: -1- _LT_AC_SYS_COMPILER
++m4trace:configure.in:56: -1- _LT_COMPILER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_LINKER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, ) works], [lt_prog_compiler_static_works], [$lt_prog_compiler_static], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) in
++     "" | " "*) ;;
++     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
++     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
++     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_CC_C_O([])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
++m4trace:configure.in:56: -1- _LT_AC_LOCK
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
++acinclude.m4:6348: _LT_AC_LOCK is expanded from...
++configure.in:56: _LT_AC_LOCK is required by...
++acinclude.m4:6815: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
++acinclude.m4:8434: _LT_AC_LANG_C_CONFIG is expanded from...
++acinclude.m4:8330: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([reload_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([runpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_LIB_STRIP
++m4trace:configure.in:56: -1- AC_LIBTOOL_DLOPEN_SELF([])
++m4trace:configure.in:56: -1- _LT_AC_CHECK_DLFCN
++m4trace:configure.in:56: -1- AC_CHECK_HEADERS([dlfcn.h])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
++#undef HAVE_DLFCN_H])
++m4trace:configure.in:56: -1- AC_HEADER_STDC
++m4trace:configure.in:56: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
++m4trace:configure.in:56: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
++#undef STDC_HEADERS])
++m4trace:configure.in:56: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
++		  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
++#undef HAVE_SYS_TYPES_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
++#undef HAVE_SYS_STAT_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
++#undef HAVE_STDLIB_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
++#undef HAVE_STRING_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
++#undef HAVE_MEMORY_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
++#undef HAVE_STRINGS_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
++#undef HAVE_INTTYPES_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
++#undef HAVE_STDINT_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
++#undef HAVE_UNISTD_H])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
++	      [lt_cv_dlopen="dlopen"],
++	  [AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
++	    [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++	  ])
++	])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++m4trace:configure.in:56: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
++m4trace:configure.in:56: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
++m4trace:configure.in:56: -1- AC_LIBTOOL_CONFIG([])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([CC], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([GCC], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [])
++m4trace:configure.in:56: -1- _LT_AC_TAGCONFIG
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_LIBTOOL_LANG_CXX_CONFIG
++m4trace:configure.in:56: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
++m4trace:configure.in:56: -1- _LT_AC_PROG_CXXCPP
++m4trace:configure.in:56: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:56: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:56: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([objext], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_SYS_COMPILER
++m4trace:configure.in:56: -1- _LT_COMPILER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_LINKER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [CXX])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
++m4trace:configure.in:56: -1- AC_PROG_LD
++m4trace:configure.in:56: -1- AC_PROG_LD_GNU
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([GCC], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_prog_compiler_pic_works_CXX], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)ifelse([CXX],[],[ -DPIC],[ifelse([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) in
++     "" | " "*) ;;
++     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
++     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
++     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_LIB_STRIP
++m4trace:configure.in:56: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
++	      [lt_cv_dlopen="dlopen"],
++	  [AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
++	    [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++	  ])
++	])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++m4trace:configure.in:56: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
++m4trace:configure.in:56: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
++m4trace:configure.in:56: -1- AC_LIBTOOL_CONFIG([CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([CC], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([GCC], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_LANG_F77_CONFIG
++m4trace:configure.in:56: -1- _LT_AC_LANG_F77_CONFIG([F77])
++m4trace:configure.in:56: -1- AC_SUBST([F77])
++m4trace:configure.in:56: -1- AC_SUBST([FFLAGS])
++m4trace:configure.in:56: -1- AC_SUBST([LDFLAGS])
++m4trace:configure.in:56: -1- AC_SUBST([F77])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([objext], [F77])
++m4trace:configure.in:56: -1- _LT_AC_SYS_COMPILER
++m4trace:configure.in:56: -1- _LT_COMPILER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_LINKER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [F77])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([GCC], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_prog_compiler_pic_works_F77], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)ifelse([F77],[],[ -DPIC],[ifelse([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) in
++     "" | " "*) ;;
++     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
++     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
++     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([runpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_LIB_STRIP
++m4trace:configure.in:56: -1- AC_LIBTOOL_CONFIG([F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([CC], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([GCC], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
++m4trace:configure.in:56: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9703: _LT_AC_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:9649: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9703: _LT_AC_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:9649: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([objext], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_SYS_COMPILER
++m4trace:configure.in:56: -1- _LT_COMPILER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_LINKER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [GCJ])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ) -fno-rtti -fno-exceptions"])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_prog_compiler_pic_works_GCJ], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)ifelse([GCJ],[],[ -DPIC],[ifelse([GCJ],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) in
++     "" | " "*) ;;
++     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
++     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
++     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_SYS_LIBPATH_AIX
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- AC_LIBTOOL_SYS_LIB_STRIP
++m4trace:configure.in:56: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
++	      [lt_cv_dlopen="dlopen"],
++	  [AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
++	    [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++	  ])
++	])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++m4trace:configure.in:56: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
++m4trace:configure.in:56: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
++m4trace:configure.in:56: -1- AC_LIBTOOL_CONFIG([GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([CC], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([GCC], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:9703: _LT_AC_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:9649: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_LIBTOOL_LANG_RC_CONFIG
++m4trace:configure.in:56: -1- _LT_AC_LANG_RC_CONFIG([RC])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9747: _LT_AC_LANG_RC_CONFIG is expanded from...
++acinclude.m4:9711: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9747: _LT_AC_LANG_RC_CONFIG is expanded from...
++acinclude.m4:9711: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([objext], [RC])
++m4trace:configure.in:56: -1- _LT_AC_SYS_COMPILER
++m4trace:configure.in:56: -1- _LT_COMPILER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_LINKER_BOILERPLATE
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [RC])
++m4trace:configure.in:56: -1- _LT_CC_BASENAME([$compiler])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
++m4trace:configure.in:56: -1- AC_LIBTOOL_CONFIG([RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([CC], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([GCC], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([LD], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predep_objects], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([predeps], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([postdeps], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
++m4trace:configure.in:56: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:9747: _LT_AC_LANG_RC_CONFIG is expanded from...
++acinclude.m4:9711: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_SUBST([LIBTOOL])
++m4trace:configure.in:56: -1- AC_LIBTOOL_CXX
++m4trace:configure.in:56: -1- _LT_AC_LANG_CXX
++m4trace:configure.in:56: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
++m4trace:configure.in:56: -1- AC_LIBTOOL_F77
++m4trace:configure.in:56: -1- _LT_AC_LANG_F77
++m4trace:configure.in:56: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
++m4trace:configure.in:56: -1- AC_LIBTOOL_CXX
++m4trace:configure.in:56: -1- AC_SUBST([KDE_PLUGIN])
++m4trace:configure.in:56: -1- AC_SUBST([AUTOCONF], ['$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'])
++m4trace:configure.in:60: -1- AM_KDE_WITH_NLS
++m4trace:configure.in:60: -1- AM_PATH_PROG_WITH_TEST_KDE([MSGFMT], [msgfmt], [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], [msgfmt])
++m4trace:configure.in:60: -1- AC_SUBST([MSGFMT])
++m4trace:configure.in:60: -1- AC_SUBST([GMSGFMT], [$ac_cv_path_GMSGFMT])
++m4trace:configure.in:60: -1- AC_SUBST([GMSGFMT])
++m4trace:configure.in:60: -1- AC_SUBST([MSGFMT])
++m4trace:configure.in:60: -1- AM_PATH_PROG_WITH_TEST_KDE([XGETTEXT], [xgettext], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], [:])
++m4trace:configure.in:60: -1- AC_SUBST([XGETTEXT])
++m4trace:configure.in:60: -1- AC_SUBST([XGETTEXT])
++m4trace:configure.in:62: -1- KDE_USE_QT([3.3])
++m4trace:configure.in:63: -1- AC_PATH_KDE
++m4trace:configure.in:63: -1- AC_BASE_PATH_KDE
++m4trace:configure.in:63: -1- KDE_CHECK_STL
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SGI_STL])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SGI_STL], [/* Define if you have a STL implementation by SGI */
++#undef HAVE_SGI_STL])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_PATH_QT
++m4trace:configure.in:63: -1- AC_PATH_QT_1_3
++m4trace:configure.in:63: -1- K_PATH_X
++m4trace:configure.in:63: -1- KDE_MISC_TESTS
++m4trace:configure.in:63: -1- AC_CHECK_LIB([util], [main], [LIBUTIL="-lutil"])
++m4trace:configure.in:63: -1- AC_SUBST([LIBUTIL])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([compat], [main], [LIBCOMPAT="-lcompat"])
++m4trace:configure.in:63: -1- AC_SUBST([LIBCOMPAT])
++m4trace:configure.in:63: -2- AC_CHECK_LIB([c], [crypt], [kde_have_crypt=yes], [
++        AC_MSG_WARN([you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support])
++	kde_have_crypt=no
++      ])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([crypt], [crypt], [LIBCRYPT="-lcrypt"; kde_have_crypt=yes], [echo "$as_me:$LINENO: checking for crypt in -lc" >&5
++echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6
++if test "${ac_cv_lib_c_crypt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lc  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char crypt ();
++int
++main ()
++{
++crypt ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_c_crypt=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_c_crypt=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6
++if test $ac_cv_lib_c_crypt = yes; then
++  kde_have_crypt=yes
++else
++  
++        { echo "$as_me:$LINENO: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&5
++echo "$as_me: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&2;}
++	kde_have_crypt=no
++      
++fi
++])
++m4trace:configure.in:63: -1- AC_SUBST([LIBCRYPT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CRYPT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_CRYPT], [/* Defines if your system has the crypt function */
++#undef HAVE_CRYPT])
++m4trace:configure.in:63: -1- AC_CHECK_SOCKLEN_T
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:3479: AC_CHECK_SOCKLEN_T is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:3479: AC_CHECK_SOCKLEN_T is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([kde_socklen_t])
++m4trace:configure.in:63: -1- AH_OUTPUT([kde_socklen_t], [/* type to use in place of socklen_t if not defined */
++#undef kde_socklen_t])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([ksize_t])
++m4trace:configure.in:63: -1- AH_OUTPUT([ksize_t], [/* type to use in place of socklen_t if not defined (deprecated, use
++   kde_socklen_t) */
++#undef ksize_t])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dnet], [dnet_ntoa], [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dnet_stub], [dnet_ntoa], [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([nsl], [inet_ntoa], [X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([socket], [connect], [X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"], [], [$X_EXTRA_LIBS])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([posix], [remove], [X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"])
++m4trace:configure.in:63: -2- AC_CHECK_LIB([ipc], [shmat], [X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([sys/types.h stdint.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
++#undef HAVE_SYS_TYPES_H])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
++#undef HAVE_STDINT_H])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([sys/bitypes.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SYS_BITYPES_H], [/* Define to 1 if you have the <sys/bitypes.h> header file. */
++#undef HAVE_SYS_BITYPES_H])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([poll], [poll], [LIB_POLL="-lpoll"])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([Carbon/Carbon.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_CARBON_CARBON_H], [/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
++#undef HAVE_CARBON_CARBON_H])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_COREAUDIO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_COREAUDIO], [/* Define if you have the CoreAudio API */
++#undef HAVE_COREAUDIO])
++m4trace:configure.in:63: -1- AC_CHECK_RES_INIT
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_RES_INIT], [/* Define if you have the res_init function */
++#undef HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AC_SUBST([LIBRESOLV])
++m4trace:configure.in:63: -1- KDE_CHECK_FUNC_EXT([res_init], [
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
++#include <resolv.h>
++    ], [res_init()], [int res_init(void)], [RES_INIT])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_RES_INIT], [/* Define if you have res_init */
++#undef HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RES_INIT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_RES_INIT_PROTO], [/* Define if you have the res_init prototype */
++#undef HAVE_RES_INIT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([_HAVE_RES_INIT_PROTO], [
++#if !defined(HAVE_RES_INIT_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++int res_init(void);
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_POLL])
++m4trace:configure.in:63: -1- AC_SUBST([FRAMEWORK_COREAUDIO])
++m4trace:configure.in:63: -1- AC_SUBST([LIBSOCKET])
++m4trace:configure.in:63: -1- AC_SUBST([X_EXTRA_LIBS])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([ucb], [killpg], [LIBUCB="-lucb"])
++m4trace:configure.in:63: -1- AC_SUBST([LIBUCB])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([bsd], [gethostbyname], [LIBSOCKET="-lbsd"])
++m4trace:configure.in:63: -1- KDE_CHECK_TYPES
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_INT])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_INT], [/* The size of a `int\', as computed by sizeof. */
++#undef SIZEOF_INT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SHORT])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_SHORT], [/* The size of a `short\', as computed by sizeof. */
++#undef SIZEOF_SHORT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of a `long\', as computed by sizeof. */
++#undef SIZEOF_LONG])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_CHAR_P])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_CHAR_P], [/* The size of a `char *\', as computed by sizeof. */
++#undef SIZEOF_CHAR_P])
++m4trace:configure.in:63: -1- KDE_CHECK_LIBDL
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dl], [dlopen], [
++LIBDL="-ldl"
++ac_cv_have_dlfcn=yes
++])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dld], [shl_unload], [
++LIBDL="-ldld"
++ac_cv_have_shload=yes
++])
++m4trace:configure.in:63: -1- AC_SUBST([LIBDL])
++m4trace:configure.in:63: -1- KDE_CHECK_STRLCPY
++m4trace:configure.in:63: -1- AC_CHECK_STRLCAT
++m4trace:configure.in:63: -1- KDE_CHECK_FUNC_EXT([strlcat], [
++#include <string.h>
++], [ char buf[20];
++  buf[0]='\0';
++  strlcat(buf, "KDE function test", sizeof(buf));
++], [unsigned long strlcat(char*, const char*, unsigned long)], [STRLCAT])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCAT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCAT], [/* Define if you have strlcat */
++#undef HAVE_STRLCAT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCAT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCAT_PROTO], [/* Define if you have the strlcat prototype */
++#undef HAVE_STRLCAT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([_HAVE_STRLCAT_PROTO], [
++#if !defined(HAVE_STRLCAT_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++unsigned long strlcat(char*, const char*, unsigned long);
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++m4trace:configure.in:63: -1- AC_CHECK_STRLCPY
++m4trace:configure.in:63: -1- KDE_CHECK_FUNC_EXT([strlcpy], [
++#include <string.h>
++], [ char buf[20];
++  strlcpy(buf, "KDE function test", sizeof(buf));
++], [unsigned long strlcpy(char*, const char*, unsigned long)], [STRLCPY])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCPY])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCPY], [/* Define if you have strlcpy */
++#undef HAVE_STRLCPY])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCPY_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCPY_PROTO], [/* Define if you have the strlcpy prototype */
++#undef HAVE_STRLCPY_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([_HAVE_STRLCPY_PROTO], [
++#if !defined(HAVE_STRLCPY_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++unsigned long strlcpy(char*, const char*, unsigned long);
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SIZE_T])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_SIZE_T], [/* The size of a `size_t\', as computed by sizeof. */
++#undef SIZEOF_SIZE_T])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_UNSIGNED_LONG])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_UNSIGNED_LONG], [/* The size of a `unsigned long\', as computed by sizeof. */
++#undef SIZEOF_UNSIGNED_LONG])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([crt_externs.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_CRT_EXTERNS_H], [/* Define to 1 if you have the <crt_externs.h> header file. */
++#undef HAVE_CRT_EXTERNS_H])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_NSGETENVIRON])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_NSGETENVIRON], [/* Define if your system needs _NSGetEnviron to set up the environment */
++#undef HAVE_NSGETENVIRON])
++m4trace:configure.in:63: -1- AH_OUTPUT([_DARWIN_ENVIRON], [
++#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
++# include <sys/time.h>
++# include <crt_externs.h>
++# define environ (*_NSGetEnviron())
++#endif
++])
++m4trace:configure.in:63: -1- AH_OUTPUT([_AIX_STRINGS_H_BZERO], [
++/*
++ * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
++ * that defines bzero.
++ */
++
++#if defined(_AIX)
++#include <strings.h>
++#endif
++])
++m4trace:configure.in:63: -1- AC_CHECK_FUNCS([vsnprintf snprintf])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define to 1 if you have the `vsnprintf\' function. */
++#undef HAVE_VSNPRINTF])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */
++#undef HAVE_SNPRINTF])
++m4trace:configure.in:63: -1- AH_OUTPUT([_TRU64], [
++/*
++ * On HP-UX, the declaration of vsnprintf() is needed every time !
++ */
++
++#if !defined(HAVE_VSNPRINTF) || defined(hpux)
++#if __STDC__
++#include <stdarg.h>
++#include <stdlib.h>
++#else
++#include <varargs.h>
++#endif
++#ifdef __cplusplus
++extern "C"
++#endif
++int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
++#ifdef __cplusplus
++extern "C"
++#endif
++int snprintf(char *str, size_t n, char const *fmt, ...);
++#endif
++])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AM_CONDITIONAL([include_x11], [test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"])
++m4trace:configure.in:63: -1- AC_SUBST([include_x11_TRUE])
++m4trace:configure.in:63: -1- AC_SUBST([include_x11_FALSE])
++m4trace:configure.in:63: -1- KDE_PATH_X_DIRECT
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2107: AC_TRY_CPP is expanded from...
++acinclude.m4:152: KDE_PATH_X_DIRECT is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++acinclude.m4:152: KDE_PATH_X_DIRECT is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([ICE], [IceConnectionNumber], [LIBSM="-lSM -lICE"], [], [$X_EXTRA_LIBS])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([X_PRE_LIBS])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_X11])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_XRENDER])
++m4trace:configure.in:63: -1- AC_SUBST([LIBSM])
++m4trace:configure.in:63: -1- AC_SUBST([X_INCLUDES])
++m4trace:configure.in:63: -1- AC_SUBST([X_LDFLAGS])
++m4trace:configure.in:63: -1- AC_SUBST([x_includes])
++m4trace:configure.in:63: -1- AC_SUBST([x_libraries])
++m4trace:configure.in:63: -1- AC_SUBST([QTE_NORTTI])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_XEXT])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_CHECK_THREADING
++m4trace:configure.in:63: -1- KDE_CHECK_LIBPTHREAD
++m4trace:configure.in:63: -1- KDE_CHECK_LIB([$PTHREAD_LIBS], [pthread_create], [
++          LIBPTHREAD="$PTHREAD_LIBS_save"])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([$PTHREAD_LIBS], [pthread_create], [LIBPTHREAD="$PTHREAD_LIBS_save"], [], [])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([pthread], [pthread_create], [LIBPTHREAD="-lpthread"])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++acinclude.m4:4235: KDE_CHECK_LIBPTHREAD is expanded from...
++configure.in:63: KDE_CHECK_LIBPTHREAD is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPTHREAD])
++m4trace:configure.in:63: -1- KDE_CHECK_PTHREAD_OPTION
++m4trace:configure.in:63: -1- KDE_CHECK_COMPILER_FLAG([pthread], [USE_THREADS="-D_THREAD_SAFE -pthread"])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AH_OUTPUT([__svr_define], [
++#if defined(__SVR4) && !defined(__svr4__)
++#define __svr4__ 1
++#endif
++])
++m4trace:configure.in:63: -1- KDE_CHECK_COMPILER_FLAG([mt], [USE_THREADS="-mt"])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([USE_THREADS])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPTHREAD])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* Define if you have a working libpthread (will enable threaded code) */
++#undef HAVE_LIBPTHREAD])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_MT_LDFLAGS])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_MT_LIBS])
++m4trace:configure.in:63: -1- AC_FIND_PNG
++m4trace:configure.in:63: -1- KDE_CHECK_EXTRA_LIBS
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1956: KDE_CHECK_EXTRA_LIBS is expanded from...
++configure.in:63: KDE_CHECK_EXTRA_LIBS is required by...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([USER_INCLUDES])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1956: KDE_CHECK_EXTRA_LIBS is expanded from...
++configure.in:63: KDE_CHECK_EXTRA_LIBS is required by...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([USER_LDFLAGS])
++m4trace:configure.in:63: -1- AC_FIND_ZLIB
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2649: AC_FIND_ZLIB is expanded from...
++configure.in:63: AC_FIND_ZLIB is required by...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBZ], [/* Define if you have libz */
++#undef HAVE_LIBZ])
++m4trace:configure.in:63: -1- AC_SUBST([LIBZ])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBPNG], [/* Define if you have libpng */
++#undef HAVE_LIBPNG])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPNG])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPNG])
++m4trace:configure.in:63: -1- AC_FIND_JPEG
++m4trace:configure.in:63: -2- KDE_FIND_JPEG_HELPER([normal], [], [
++       LIBJPEG=
++    
++   ])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2518: KDE_FIND_JPEG_HELPER is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_FIND_JPEG_HELPER([6b], [6b], [
++echo "$as_me:$LINENO: checking for libjpeg" >&5
++echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6
++if test "${ac_cv_lib_jpeg_normal+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  
++ac_save_LIBS="$LIBS"
++LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++/* Override any gcc2 internal prototype to avoid an error.  */
++struct jpeg_decompress_struct;
++typedef struct jpeg_decompress_struct * j_decompress_ptr;
++typedef int size_t;
++#ifdef __cplusplus
++extern "C" {
++#endif
++    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
++                                    int version, size_t structsize);
++#ifdef __cplusplus
++}
++#endif
++/* We use char because int might match the return type of a gcc2
++    builtin and then its argument prototype would still apply.  */
++
++int
++main ()
++{
++jpeg_CreateDecompress(0L, 0, 0);
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  eval "ac_cv_lib_jpeg_normal=-ljpeg"
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++eval "ac_cv_lib_jpeg_normal=no"
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS="$ac_save_LIBS"
++CFLAGS="$ac_save_CFLAGS"
++
++fi
++
++
++if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
++  LIBJPEG="$ac_cv_lib_jpeg_normal"
++  echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
++echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6
++else
++  echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++  
++       LIBJPEG=
++    
++   
++fi
++
++
++])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2518: KDE_FIND_JPEG_HELPER is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_FIND_FILE([jpeglib.h], [$jpeg_incdirs], [jpeg_incdir])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBJPEG])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBJPEG], [/* Define if you have libjpeg */
++#undef HAVE_LIBJPEG])
++m4trace:configure.in:63: -1- AC_SUBST([LIBJPEG])
++m4trace:configure.in:63: -1- AH_OUTPUT([_AC_CHECK_JPEG], [/*
++ * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
++ * headers and I\'m too lazy to write a configure test as long as only
++ * unixware is related
++ */
++#ifdef _UNIXWARE
++#define HAVE_BOOLEAN
++#endif
++])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_FIND_FILE([$kde_qt_header], [$qt_incdirs], [qt_incdir])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_PRINT_QT_PROGRAM
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_CHECK_QT_DIRECT([qt_libraries= ], [])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_PRINT_QT_PROGRAM
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([qt_libraries])
++m4trace:configure.in:63: -1- AC_SUBST([qt_includes])
++m4trace:configure.in:63: -1- AC_SUBST([QT_INCLUDES])
++m4trace:configure.in:63: -1- AC_SUBST([QT_LDFLAGS])
++m4trace:configure.in:63: -1- AC_PATH_QT_MOC_UIC
++m4trace:configure.in:63: -1- KDE_CHECK_PERL
++m4trace:configure.in:63: -1- KDE_FIND_PATH([perl], [PERL], [$bindir $exec_prefix/bin $prefix/bin], [
++		    AC_MSG_ERROR([No Perl found in your $PATH.
++We need perl to generate some code.])
++	])
++m4trace:configure.in:63: -1- AC_SUBST([PERL])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([moc], [MOC], [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
++m4trace:configure.in:63: -1- KDE_MOC_ERROR_MESSAGE
++m4trace:configure.in:63: -1- KDE_FIND_PATH([uic], [UIC_PATH], [$qt_bindirs], [UIC_PATH=""])
++m4trace:configure.in:63: -1- KDE_UIC_ERROR_MESSAGE
++m4trace:configure.in:63: -1- KDE_CHECK_UIC_FLAG([L], [/nonexistent], [ac_uic_supports_libpath=yes], [ac_uic_supports_libpath=no])
++m4trace:configure.in:63: -1- KDE_CHECK_UIC_FLAG([nounload], [], [ac_uic_supports_nounload=yes], [ac_uic_supports_nounload=no])
++m4trace:configure.in:63: -1- AC_SUBST([MOC])
++m4trace:configure.in:63: -1- AC_SUBST([UIC])
++m4trace:configure.in:63: -1- AC_SUBST([UIC_TR])
++m4trace:configure.in:63: -1- KDE_CHECK_QT_JPEG
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_QT])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_QPE])
++m4trace:configure.in:63: -1- AC_SUBST([kde_qtver])
++m4trace:configure.in:63: -1- AC_CHECK_RPATH
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3426: AC_CHECK_RPATH is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_EXTRA_RPATH])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_RPATH])
++m4trace:configure.in:63: -1- AC_SUBST([X_RPATH])
++m4trace:configure.in:63: -1- KDE_EXPAND_MAKEVAR([ac_kde_includes], [includedir])
++m4trace:configure.in:63: -1- KDE_EXPAND_MAKEVAR([ac_kde_libraries], [libdir])
++m4trace:configure.in:63: -1- AC_FIND_FILE([$kde_check_header], [$kde_incdirs], [kde_incdir])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_FIND_FILE([$kde_check_lib], [$kde_libdirs], [kde_libdir])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_FIND_FILE(["kde3/plugins/designer/kdewidgets.la"], [$kde_libdirs], [kde_widgetdir])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([kde_libraries])
++m4trace:configure.in:63: -1- AC_SUBST([kde_includes])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_LDFLAGS])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_INCLUDES])
++m4trace:configure.in:63: -1- AC_SUBST([all_includes])
++m4trace:configure.in:63: -1- AC_SUBST([all_libraries])
++m4trace:configure.in:63: -1- KDE_CHECK_UIC_PLUGINS
++m4trace:configure.in:63: -1- AC_SUBST([AUTODIRS])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_CREATE_KFSSTND([$ac_use_path_checking])
++m4trace:configure.in:63: -1- KDE_SET_DEFAULT_PATHS([$ac_use_path_checking])
++m4trace:configure.in:63: -1- KDE_SET_PATHS([defaults])
++m4trace:configure.in:63: -1- KDE_1_CHECK_PATHS
++m4trace:configure.in:63: -1- KDE_1_CHECK_PATH_HEADERS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_SET_PATHS([$kde_result])
++m4trace:configure.in:63: -1- KDE_CHECK_PATHS_FOR_COMPLETENESS
++m4trace:configure.in:63: -1- KDE_SET_DEFAULT_PATHS([$ac_use_path_checking])
++m4trace:configure.in:63: -1- KDE_SET_PATHS([defaults])
++m4trace:configure.in:63: -1- KDE_1_CHECK_PATHS
++m4trace:configure.in:63: -1- KDE_1_CHECK_PATH_HEADERS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- KDE_SET_PATHS([$kde_result])
++m4trace:configure.in:63: -1- KDE_CHECK_PATHS_FOR_COMPLETENESS
++m4trace:configure.in:63: -1- KDE_SUBST_PROGRAMS
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:636: KDE_SUBST_PROGRAMS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AM_CONDITIONAL([include_ARTS], [test "$build_arts" '!=' "no"])
++m4trace:configure.in:63: -1- AC_SUBST([include_ARTS_TRUE])
++m4trace:configure.in:63: -1- AC_SUBST([include_ARTS_FALSE])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([WITHOUT_ARTS])
++m4trace:configure.in:63: -1- AH_OUTPUT([WITHOUT_ARTS], [/* Defined if compiling without arts */
++#undef WITHOUT_ARTS])
++m4trace:configure.in:63: -1- KDE_SET_DEFAULT_BINDIRS
++m4trace:configure.in:63: -1- KDE_FIND_PATH([dcopidl], [DCOPIDL], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
++m4trace:configure.in:63: -1- KDE_MISSING_PROG_ERROR([dcopidl])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([dcopidl2cpp], [DCOPIDL2CPP], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
++m4trace:configure.in:63: -1- KDE_MISSING_PROG_ERROR([dcopidl2cpp])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([mcopidl], [MCOPIDL], [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
++m4trace:configure.in:63: -1- KDE_MISSING_ARTS_ERROR([mcopidl])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([artsc-config], [ARTSCCONFIG], [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
++m4trace:configure.in:63: -1- KDE_MISSING_ARTS_ERROR([artsc-config])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([meinproc], [MEINPROC], [$kde_default_bindirs])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([kconfig_compiler], [KCONFIG_COMPILER], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
++m4trace:configure.in:63: -1- KDE_MISSING_PROG_ERROR([kconfig_compiler])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([dcopidlng], [DCOPIDLNG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
++m4trace:configure.in:63: -1- KDE_MISSING_PROG_ERROR([dcopidlng])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([makekdewidgets], [MAKEKDEWIDGETS], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
++m4trace:configure.in:63: -1- KDE_MISSING_PROG_ERROR([makekdewidgets])
++m4trace:configure.in:63: -1- AC_SUBST([MAKEKDEWIDGETS])
++m4trace:configure.in:63: -1- KDE_FIND_PATH([xmllint], [XMLLINT], [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
++m4trace:configure.in:63: -1- AC_FIND_FILE([apps/ksgmltools2/customization/kde-chunk.xsl], [$kde_sharedirs], [KDE_XSL_STYLESHEET])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:636: KDE_SUBST_PROGRAMS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:636: KDE_SUBST_PROGRAMS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([KCONFIG_COMPILER])
++m4trace:configure.in:63: -1- AC_SUBST([KCFG_DEPENDENCIES])
++m4trace:configure.in:63: -1- AC_SUBST([DCOPIDLNG])
++m4trace:configure.in:63: -1- AC_SUBST([DCOPIDL])
++m4trace:configure.in:63: -1- AC_SUBST([DCOPIDL2CPP])
++m4trace:configure.in:63: -1- AC_SUBST([DCOP_DEPENDENCIES])
++m4trace:configure.in:63: -1- AC_SUBST([MCOPIDL])
++m4trace:configure.in:63: -1- AC_SUBST([ARTSCCONFIG])
++m4trace:configure.in:63: -1- AC_SUBST([MEINPROC])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_XSL_STYLESHEET])
++m4trace:configure.in:63: -1- AC_SUBST([XMLLINT])
++m4trace:configure.in:63: -1- AC_SUBST_KFSSTND
++m4trace:configure.in:63: -1- AC_SUBST([kde_htmldir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_appsdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_icondir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_sounddir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_datadir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_locale])
++m4trace:configure.in:63: -1- AC_SUBST([kde_confdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_kcfgdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_mimedir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_wallpaperdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_bindir])
++m4trace:configure.in:63: -1- AC_SUBST([xdg_appsdir])
++m4trace:configure.in:63: -1- AC_SUBST([xdg_menudir])
++m4trace:configure.in:63: -1- AC_SUBST([xdg_directorydir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_templatesdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_servicesdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_servicetypesdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_moduledir])
++m4trace:configure.in:63: -1- AC_SUBST([kdeinitdir], ['$(kde_moduledir)'])
++m4trace:configure.in:63: -1- AC_SUBST([kde_styledir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_widgetdir])
++m4trace:configure.in:63: -1- KDE_CREATE_LIBS_ALIASES
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDECORE], ["-lkdecore"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEUI], ["-lkdeui"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KIO], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KJS], ["-lkjs"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_SMB], ["-lsmb"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KAB], ["-lkab"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KABC], ["-lkabc"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KHTML], ["-lkhtml"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSPELL], ["-lkspell"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KPARTS], ["-lkparts"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEPRINT], ["-lkdeprint"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KUTILS], ["-lkutils"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEPIM], ["-lkdepim"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KIMPROXY], ["-lkimproxy"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KNEWSTUFF], ["-lknewstuff"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDNSSD], ["-lkdnssd"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KUNITTEST], ["-lkunittest"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSYCOCA], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFILE], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDECORE], ["-lkdecore"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEUI], ["-lkdeui"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KIO], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSYCOCA], ["-lksycoca"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_SMB], ["-lsmb"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFILE], ["-lkfile"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KAB], ["-lkab"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KHTML], ["-lkhtml"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSPELL], ["-lkspell"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KPARTS], ["-lkparts"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEPRINT], ["-lkdeprint"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDECORE], ["-lkdecore -lXext $(LIB_QT)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEUI], ["-lkdeui $(LIB_KDECORE)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFM], ["-lkfm $(LIB_KDECORE)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFILE], ["-lkfile $(LIB_KFM) $(LIB_KDEUI)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KAB], ["-lkab $(LIB_KIMGIO) $(LIB_KDECORE)"])
++m4trace:configure.in:75: -1- AC_CHECK_HEADERS([unistd.h sys/param.h floatingpoint.h paths.h])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
++#undef HAVE_UNISTD_H])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
++#undef HAVE_SYS_PARAM_H])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_FLOATINGPOINT_H], [/* Define to 1 if you have the <floatingpoint.h> header file. */
++#undef HAVE_FLOATINGPOINT_H])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_PATHS_H], [/* Define to 1 if you have the <paths.h> header file. */
++#undef HAVE_PATHS_H])
++m4trace:configure.in:76: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN])
++m4trace:configure.in:76: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define to 1 if your processor stores words with the most significant byte
++   first (like Motorola and SPARC, unlike Intel and VAX). */
++#undef WORDS_BIGENDIAN])
++m4trace:configure.in:77: -1- AC_CHECK_KDEMAXPATHLEN
++m4trace:configure.in:77: -1- AC_DEFINE_TRACE_LITERAL([KDEMAXPATHLEN])
++m4trace:configure.in:77: -1- AH_OUTPUT([KDEMAXPATHLEN], [/* Define a safe value for MAXPATHLEN */
++#undef KDEMAXPATHLEN])
++m4trace:configure.in:79: -1- KDE_INIT_DOXYGEN([The KOffice API Reference], [Version $VERSION])
++m4trace:configure.in:79: -1- AC_FIND_FILE([qsql.html], [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], [QTDOCDIR])
++m4trace:configure.in:79: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:5395: KDE_INIT_DOXYGEN is expanded from...
++configure.in:79: the top level])
++m4trace:configure.in:79: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:5395: KDE_INIT_DOXYGEN is expanded from...
++configure.in:79: the top level])
++m4trace:configure.in:79: -1- AC_SUBST([QTDOCDIR])
++m4trace:configure.in:79: -1- KDE_FIND_PATH([dot], [DOT], [], [])
++m4trace:configure.in:79: -1- AC_SUBST([KDE_HAVE_DOT])
++m4trace:configure.in:79: -1- KDE_FIND_PATH([doxygen], [DOXYGEN], [], [])
++m4trace:configure.in:79: -1- AC_SUBST([DOXYGEN])
++m4trace:configure.in:79: -1- AC_SUBST([DOXYGEN_PROJECT_NAME])
++m4trace:configure.in:79: -1- AC_SUBST([DOXYGEN_PROJECT_NUMBER])
++m4trace:configure.in:79: -1- AC_SUBST([KDE_HAS_DOXYGEN])
++m4trace:configure.in:86: -1- KDE_FIND_PATH([Magick-config], [MAGICK_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
++  AC_MSG_WARN([Could not find ImageMagick anywhere, check http://www.imagemagick.org/ for ImageMagick >= 5.5.2.])
++])
++m4trace:configure.in:94: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MAGICK6])
++m4trace:configure.in:94: -1- AH_OUTPUT([HAVE_MAGICK6], [/* ImageMagick Version 6 */
++#undef HAVE_MAGICK6])
++m4trace:configure.in:108: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MAGICK])
++m4trace:configure.in:108: -1- AH_OUTPUT([HAVE_MAGICK], [/* ImageMagick is available */
++#undef HAVE_MAGICK])
++m4trace:configure.in:118: -1- AC_SUBST([LIBMAGICK_LIBS])
++m4trace:configure.in:119: -1- AC_SUBST([LIBMAGICK_LDFLAGS])
++m4trace:configure.in:120: -1- AC_SUBST([LIBMAGICK_CPPFLAGS])
++m4trace:configure.in:121: -1- AC_SUBST([LIBMAGICK_RPATH])
++m4trace:configure.in:185: -1- AC_DEFUN([KOFFICE_PKG_CHECK_MODULES], [
++  succeeded=no
++
++  if test -z "$PKG_CONFIG"; then
++    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
++  fi
++
++  if test "$PKG_CONFIG" = "no" ; then
++     echo "*** The pkg-config script could not be found. Make sure it is"
++     echo "*** in your path, or set the PKG_CONFIG environment variable"
++     echo "*** to the full path to pkg-config."
++     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
++     echo "***"
++     echo "*** Due to that we can't perform the check for fontconfig..."    # added for karbon (Werner)
++  else
++     PKG_CONFIG_MIN_VERSION=0.9.0
++     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
++        AC_MSG_CHECKING(for $2)
++
++        if $PKG_CONFIG --exists "$2" ; then
++            AC_MSG_RESULT(yes)
++            succeeded=yes
++
++            AC_MSG_CHECKING($1_CFLAGS)
++            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
++            AC_MSG_RESULT($$1_CFLAGS)
++
++            AC_MSG_CHECKING($1_LIBS)
++            $1_LIBS=`$PKG_CONFIG --libs "$2"`
++            AC_MSG_RESULT($$1_LIBS)
++        else
++            $1_CFLAGS=""
++            $1_LIBS=""
++            ## If we have a custom action on failure, don't print errors, but 
++            ## do set a variable so people can do so.
++            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
++            ifelse([$4], ,echo $$1_PKG_ERRORS,)
++        fi
++
++        AC_SUBST($1_CFLAGS)
++        AC_SUBST($1_LIBS)
++     else
++        echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
++        echo "*** See http://www.freedesktop.org/software/pkgconfig"
++     fi
++  fi
++
++  if test $succeeded = yes; then
++     ifelse([$3], , :, [$3])
++#  else                           # removed for karbon (Werner)
++#    ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
++  fi
++])
++m4trace:configure.in:191: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:191: the top level])
++m4trace:configure.in:191: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:191: the top level])
++m4trace:configure.in:192: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:192: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:192: the top level])
++m4trace:configure.in:192: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:192: the top level])
++m4trace:configure.in:233: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:233: the top level])
++m4trace:configure.in:249: -1- AM_CONDITIONAL([need_kde32_compatibility], [test "$need_kde32_compat" = "yes"])
++m4trace:configure.in:249: -1- AC_SUBST([need_kde32_compatibility_TRUE])
++m4trace:configure.in:249: -1- AC_SUBST([need_kde32_compatibility_FALSE])
++m4trace:configure.in:250: -1- AM_CONDITIONAL([need_kde33_compatibility], [test "$need_kde33_compat" = "yes"])
++m4trace:configure.in:250: -1- AC_SUBST([need_kde33_compatibility_TRUE])
++m4trace:configure.in:250: -1- AC_SUBST([need_kde33_compatibility_FALSE])
++m4trace:configure.in:251: -1- AM_CONDITIONAL([need_kde34_compatibility], [test "$need_kde34_compat" = "yes"])
++m4trace:configure.in:251: -1- AC_SUBST([need_kde34_compatibility_TRUE])
++m4trace:configure.in:251: -1- AC_SUBST([need_kde34_compatibility_FALSE])
++m4trace:configure.in:254: -1- AM_CONDITIONAL([need_kde31_compatibility], [test "supported" = "no"])
++m4trace:configure.in:254: -1- AC_SUBST([need_kde31_compatibility_TRUE])
++m4trace:configure.in:254: -1- AC_SUBST([need_kde31_compatibility_FALSE])
++m4trace:configure.in:269: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:269: the top level])
++m4trace:configure.in:285: -1- KDE_FIND_PATH([wv2-config], [WV2_CONFIG], [$WV2_DIR/bin], [
++		  AC_MSG_WARN([Could not find libwv2, check http://www.sourceforge.net/projects/wvware/])
++		])
++m4trace:configure.in:289: -1- KDE_FIND_PATH([wv2-config], [WV2_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
++		  AC_MSG_WARN([Could not find libwv2 anywhere, check http://www.sourceforge.net/projects/wvware/])
++		])
++m4trace:configure.in:309: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WV2])
++m4trace:configure.in:309: -1- AH_OUTPUT([HAVE_WV2], [/* Defines if your system has the wv2 library */
++#undef HAVE_WV2])
++m4trace:configure.in:316: -1- AC_SUBST([LIBWV2_LIBS])
++m4trace:configure.in:317: -1- AC_SUBST([LIBWV2_CFLAGS])
++m4trace:configure.in:318: -1- AC_SUBST([LIBWV2_RPATH])
++m4trace:configure.in:319: -1- AM_CONDITIONAL([include_wv2_msword_filter], [test -n "$LIBWV2_LIBS"])
++m4trace:configure.in:319: -1- AC_SUBST([include_wv2_msword_filter_TRUE])
++m4trace:configure.in:319: -1- AC_SUBST([include_wv2_msword_filter_FALSE])
++m4trace:configure.in:325: -1- AC_HEADER_DIRENT
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'.
++   */
++#undef HAVE_DIRENT_H])
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'.
++   */
++#undef HAVE_SYS_NDIR_H])
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'.
++   */
++#undef HAVE_SYS_DIR_H])
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */
++#undef HAVE_NDIR_H])
++m4trace:configure.in:326: -1- AC_HEADER_STDC
++m4trace:configure.in:326: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
++m4trace:configure.in:326: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
++#undef STDC_HEADERS])
++m4trace:configure.in:327: -1- AC_CHECK_FUNCS([rewinddir popen mkstemp])
++m4trace:configure.in:327: -1- AH_OUTPUT([HAVE_REWINDDIR], [/* Define to 1 if you have the `rewinddir\' function. */
++#undef HAVE_REWINDDIR])
++m4trace:configure.in:327: -1- AH_OUTPUT([HAVE_POPEN], [/* Define to 1 if you have the `popen\' function. */
++#undef HAVE_POPEN])
++m4trace:configure.in:327: -1- AH_OUTPUT([HAVE_MKSTEMP], [/* Define to 1 if you have the `mkstemp\' function. */
++#undef HAVE_MKSTEMP])
++m4trace:configure.in:331: -1- AC_DEFINE_TRACE_LITERAL([_FILE_OFFSET_BITS])
++m4trace:configure.in:331: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on hosts where this is settable. */
++#undef _FILE_OFFSET_BITS])
++m4trace:configure.in:331: -1- AC_DEFINE_TRACE_LITERAL([_LARGE_FILES])
++m4trace:configure.in:331: -1- AH_OUTPUT([_LARGE_FILES], [/* Define for large files, on AIX-style hosts. */
++#undef _LARGE_FILES])
++m4trace:configure.in:332: -1- AC_FUNC_FSEEKO
++m4trace:configure.in:332: -1- AC_DEFINE_TRACE_LITERAL([_LARGEFILE_SOURCE])
++m4trace:configure.in:332: -1- AH_OUTPUT([_LARGEFILE_SOURCE], [/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
++#undef _LARGEFILE_SOURCE])
++m4trace:configure.in:332: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FSEEKO])
++m4trace:configure.in:332: -1- AH_OUTPUT([HAVE_FSEEKO], [/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
++#undef HAVE_FSEEKO])
++m4trace:configure.in:333: -1- AC_CHECK_FUNCS([fseek64])
++m4trace:configure.in:333: -1- AH_OUTPUT([HAVE_FSEEK64], [/* Define to 1 if you have the `fseek64\' function. */
++#undef HAVE_FSEEK64])
++m4trace:configure.in:334: -1- AC_CHECK_FUNCS([ftell64])
++m4trace:configure.in:334: -1- AH_OUTPUT([HAVE_FTELL64], [/* Define to 1 if you have the `ftell64\' function. */
++#undef HAVE_FTELL64])
++m4trace:configure.in:337: -1- KDE_CHECK_HEADERS([paper.h])
++m4trace:configure.in:337: -1- AH_OUTPUT([HAVE_PAPER_H], [/* Define to 1 if you have the <paper.h> header file. */
++#undef HAVE_PAPER_H])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- AC_CHECK_HEADERS([paper.h], [], [], [])
++m4trace:configure.in:337: -1- AH_OUTPUT([HAVE_PAPER_H], [/* Define to 1 if you have the <paper.h> header file. */
++#undef HAVE_PAPER_H])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:338: -1- KDE_CHECK_LIB([paper], [paperinit], [LIBPAPER="-lpaper"])
++m4trace:configure.in:338: -1- AC_CHECK_LIB([paper], [paperinit], [LIBPAPER="-lpaper"], [], [])
++m4trace:configure.in:339: -1- AC_SUBST([LIBPAPER])
++m4trace:configure.in:346: -1- KDE_FIND_PATH([pkg-config], [PKGCONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
++  AC_MSG_WARN([Could not find pkg-config])
++])
++m4trace:configure.in:364: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WPD])
++m4trace:configure.in:364: -1- AH_OUTPUT([HAVE_WPD], [/* Defines if your system has the libwpd library */
++#undef HAVE_WPD])
++m4trace:configure.in:369: -1- AC_SUBST([LIBWPD_LIBS])
++m4trace:configure.in:370: -1- AC_SUBST([LIBWPD_CFLAGS])
++m4trace:configure.in:371: -1- AC_SUBST([LIBWPD_RPATH])
++m4trace:configure.in:373: -1- AM_CONDITIONAL([include_wpd_filter], [test -n "$LIBWPD_LIBS"])
++m4trace:configure.in:373: -1- AC_SUBST([include_wpd_filter_TRUE])
++m4trace:configure.in:373: -1- AC_SUBST([include_wpd_filter_FALSE])
++m4trace:configure.in:383: -1- KDE_FIND_PATH([xml2-config], [XML_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
++  AC_MSG_WARN([Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in kdesupport for CVS users' convience)])
++  HELP_SUBDIR=
++])
++m4trace:configure.in:401: -1- KDE_FIND_PATH([xmllint], [XMLLINT], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [XMLLINT=""])
++m4trace:configure.in:402: -1- AC_DEFINE_TRACE_LITERAL([XMLLINT])
++m4trace:configure.in:402: -1- AH_OUTPUT([XMLLINT], [/* Defines the executable of xmllint */
++#undef XMLLINT])
++m4trace:configure.in:412: -1- KDE_FIND_PATH([xslt-config], [XSLT_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
++  AC_MSG_WARN([Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in kdesupport for CVS users' convience)])
++  HELP_SUBDIR=
++])
++m4trace:configure.in:440: -1- AC_SUBST([LIBXSLT_LIBS])
++m4trace:configure.in:441: -1- AC_SUBST([LIBXSLT_CFLAGS])
++m4trace:configure.in:442: -1- AC_SUBST([LIBXSLT_RPATH])
++m4trace:configure.in:444: -1- AC_SUBST([LIBXML_LIBS])
++m4trace:configure.in:445: -1- AC_SUBST([LIBXML_CFLAGS])
++m4trace:configure.in:446: -1- AC_SUBST([LIBXML_RPATH])
++m4trace:configure.in:448: -1- AM_CONDITIONAL([include_XSLTFILTERS], [test -n "$LIBXML_LIBS" -a -n "$LIBXSLT_LIBS"])
++m4trace:configure.in:448: -1- AC_SUBST([include_XSLTFILTERS_TRUE])
++m4trace:configure.in:448: -1- AC_SUBST([include_XSLTFILTERS_FALSE])
++m4trace:configure.in:456: -1- KDE_FIND_PATH([freetype-config], [FREETYPE_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
++  AC_MSG_WARN([Could not find libfreetype anywhere, check http://www.freetype.org/])
++])
++m4trace:configure.in:478: -1- AC_SUBST([LIBFREETYPE_LIBS])
++m4trace:configure.in:479: -1- AC_SUBST([LIBFREETYPE_CFLAGS])
++m4trace:configure.in:480: -1- AC_SUBST([LIBFREETYPE_RPATH])
++m4trace:configure.in:485: -1- KDE_FIND_PATH([libart2-config], [LIBART_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
++  AC_MSG_WARN([Could not find libart anywhere, check http://www.levien.com/libart/])
++])
++m4trace:configure.in:503: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBART])
++m4trace:configure.in:503: -1- AH_OUTPUT([HAVE_LIBART], [/* Defines if your system has the libart library */
++#undef HAVE_LIBART])
++m4trace:configure.in:509: -1- AC_SUBST([LIBART_LIBS])
++m4trace:configure.in:510: -1- AC_SUBST([LIBART_CFLAGS])
++m4trace:configure.in:511: -1- AC_SUBST([LIBART_RPATH])
++m4trace:configure.in:519: -1- KDE_FIND_PATH([fontconfig-config], [FONTCONFIG_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
++        KDE_FIND_PATH(pkg-config, PKGCONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
++            AC_MSG_WARN([Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ ])
++        ])
++])
++m4trace:configure.in:519: -1- KDE_FIND_PATH([pkg-config], [PKGCONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [
++            AC_MSG_WARN([Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ ])
++        ])
++m4trace:configure.in:537: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FONTCONFIG])
++m4trace:configure.in:537: -1- AH_OUTPUT([HAVE_FONTCONFIG], [/* Defines if your system has the libfontconfig library */
++#undef HAVE_FONTCONFIG])
++m4trace:configure.in:557: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FONTCONFIG])
++m4trace:configure.in:557: -1- AH_OUTPUT([HAVE_FONTCONFIG], [/* Defines if your system has the libfontconfig library */
++#undef HAVE_FONTCONFIG])
++m4trace:configure.in:561: -1- AC_SUBST([LIBFONTCONFIG_LIBS])
++m4trace:configure.in:562: -1- AC_SUBST([LIBFONTCONFIG_CFLAGS])
++m4trace:configure.in:563: -1- AC_SUBST([LIBFONTCONFIG_RPATH])
++m4trace:configure.in:570: -1- AC_DEFINE_TRACE_LITERAL([HAVE_KARBONTEXT])
++m4trace:configure.in:570: -1- AH_OUTPUT([HAVE_KARBONTEXT], [/* Defines if your system has the fontconfig and freetype libraries */
++#undef HAVE_KARBONTEXT])
++m4trace:configure.in:633: -1- AC_DEFUN([kexi_LIB_READLINE], [
++AC_MSG_CHECKING([for GNU Readline library])
++
++kexi_cv_lib_readline=no
++ac_save_LIBS="$LIBS"
++# Note: $LIBCURSES is permitted to be empty.
++for LIBREADLINE in "-lreadline" "-lreadline $LIBCURSES" "-lreadline -ltermcap" "-lreadline -lncurses" "-lreadline -lcurses"
++do
++	LIBS="$ac_save_LIBS $LIBREADLINE"
++	AC_TRY_RUN([
++	/* program */
++#include <stdio.h>
++#include <stdlib.h>
++#include <readline/readline.h>
++ 
++main(int argc, char **argv)
++{
++	/* Note:  don't actually call readline, since it may block;
++	 * We just want to see if it (dynamic) linked in okay.
++	 */
++	if (argc == 0)	/* never true */
++		readline(0);
++	exit(0);
++}
++],[
++	# action if true
++	kexi_cv_lib_readline=yes
++],[
++	# action if false
++	kexi_cv_lib_readline=no
++],[
++	# action if cross compiling
++	kexi_cv_lib_readline=no
++])
++
++	if test "$kexi_cv_lib_readline" = yes ; then break ; fi
++done
++# restore LIBS
++LIBS="$ac_save_LIBS"
++
++if test "$kexi_cv_lib_readline" = no ; then
++	LIBREADLINE=""
++	AC_MSG_RESULT("not found - kexisql will not be compiled")
++else
++	AC_MSG_RESULT($LIBREADLINE)
++	AC_DEFINE(HAVE_READLINE, 1, [define if you have libreadline available])
++fi
++
++AM_CONDITIONAL(have_readline, test "$kexi_cv_lib_readline" = "yes")
++AC_SUBST(LIBREADLINE)
++])
++m4trace:configure.in:635: -1- kexi_LIB_READLINE
++m4trace:configure.in:635: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
++configure.in:633: kexi_LIB_READLINE is expanded from...
++configure.in:635: the top level])
++m4trace:configure.in:635: -1- AC_DEFINE_TRACE_LITERAL([HAVE_READLINE])
++m4trace:configure.in:635: -1- AH_OUTPUT([HAVE_READLINE], [/* define if you have libreadline available */
++#undef HAVE_READLINE])
++m4trace:configure.in:635: -1- AM_CONDITIONAL([have_readline], [test "$kexi_cv_lib_readline" = "yes"])
++m4trace:configure.in:635: -1- AC_SUBST([have_readline_TRUE])
++m4trace:configure.in:635: -1- AC_SUBST([have_readline_FALSE])
++m4trace:configure.in:635: -1- AC_SUBST([LIBREADLINE])
++m4trace:configure.in:649: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:649: the top level])
++m4trace:configure.in:649: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:649: the top level])
++m4trace:configure.in:650: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:650: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:650: the top level])
++m4trace:configure.in:650: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:650: the top level])
++m4trace:configure.in:665: -2- AC_SUBST([LIB_KEXI_KMDI], ['-lkmdi'])
++m4trace:configure.in:675: -2- AC_FIND_FILE([$kexi_compat_qextmdi_lib], [$kde_libraries], [kexi_compat_qextmdi_dir])
++m4trace:configure.in:675: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:675: the top level])
++m4trace:configure.in:675: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:675: the top level])
++m4trace:configure.in:682: -2- AC_FIND_FILE([dockmainwindow_compat.h], [$kde_includes/kexi/compat/qextmdi], [kexi_compat_qextmdi_includes])
++m4trace:configure.in:682: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:682: the top level])
++m4trace:configure.in:682: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:682: the top level])
++m4trace:configure.in:689: -2- AC_SUBST([LIB_KEXI_KMDI_INCLUDES], ['-I'$kexi_compat_qextmdi_includes])
++m4trace:configure.in:690: -2- AC_SUBST([LIB_KEXI_KMDI], [-lkexi_compat_qextmdi])
++m4trace:configure.in:694: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++configure.in:694: the top level])
++m4trace:configure.in:697: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:697: the top level])
++m4trace:configure.in:699: -1- AM_CONDITIONAL([use_kexi_compat_qextmdi], [test "$use_kexi_compat_qextmdi" = "yes"])
++m4trace:configure.in:699: -1- AC_SUBST([use_kexi_compat_qextmdi_TRUE])
++m4trace:configure.in:699: -1- AC_SUBST([use_kexi_compat_qextmdi_FALSE])
++m4trace:configure.in:712: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:712: the top level])
++m4trace:configure.in:716: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:716: the top level])
++m4trace:configure.in:723: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:723: the top level])
++m4trace:configure.in:746: -1- KDE_FIND_PATH([mysql_config], [MYSQL_CONFIG], [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/b\
++in /usr/bin /opt/mysql/bin /usr/local/mysql/bin ], [
++  AC_MSG_WARN([Could not find MySQL anywhere, check http://www.mysql.com/])
++])
++m4trace:configure.in:753: -1- AC_SUBST([MYSQL_INC])
++m4trace:configure.in:754: -1- AC_SUBST([MYSQL_LIBS])
++m4trace:configure.in:765: -1- AM_CONDITIONAL([compile_mysql_plugin], [test "$compile_mysql_plugin" = "yes"])
++m4trace:configure.in:765: -1- AC_SUBST([compile_mysql_plugin_TRUE])
++m4trace:configure.in:765: -1- AC_SUBST([compile_mysql_plugin_FALSE])
++m4trace:configure.in:775: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:775: the top level])
++m4trace:configure.in:783: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:783: the top level])
++m4trace:configure.in:790: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:790: the top level])
++m4trace:configure.in:801: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:801: the top level])
++m4trace:configure.in:808: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:808: the top level])
++m4trace:configure.in:833: -1- AC_FIND_FILE([libpq-fe.h], [$pgsql_incdirs], [pgsql_incdir])
++m4trace:configure.in:833: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:833: the top level])
++m4trace:configure.in:833: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:833: the top level])
++m4trace:configure.in:840: -1- AC_SUBST([PG_INCDIR])
++m4trace:configure.in:850: -1- AC_FIND_FILE([libpq.so], [$pgsql_libdirs], [pgsql_libdir])
++m4trace:configure.in:850: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:850: the top level])
++m4trace:configure.in:850: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:850: the top level])
++m4trace:configure.in:857: -1- AC_SUBST([PG_LIBDIR])
++m4trace:configure.in:868: -1- AC_FIND_FILE([pqxx/pqxx], [$pqxx_incdirs], [pqxx_incdir])
++m4trace:configure.in:868: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:868: the top level])
++m4trace:configure.in:868: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:868: the top level])
++m4trace:configure.in:875: -1- AC_SUBST([PQXX_INCDIR])
++m4trace:configure.in:885: -1- AC_FIND_FILE([libpqxx.so], [$pqxx_libdirs], [pqxx_libdir])
++m4trace:configure.in:885: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:885: the top level])
++m4trace:configure.in:885: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:885: the top level])
++m4trace:configure.in:892: -1- AC_SUBST([PQXX_LIBDIR])
++m4trace:configure.in:896: -1- AM_CONDITIONAL([compile_pgsql_plugin], [test "$compile_pgsql_plugin" = "yes"])
++m4trace:configure.in:896: -1- AC_SUBST([compile_pgsql_plugin_TRUE])
++m4trace:configure.in:896: -1- AC_SUBST([compile_pgsql_plugin_FALSE])
++m4trace:configure.in:932: -1- AC_FIND_FILE([knewstuff/downloaddialog.h], [$kde_incdirs], [knewstuff_incdir])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:932: -1- AC_FIND_FILE([libknewstuff.so], [$kde_libdirs], [knewstuff_libdir])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:945: -1- AC_SUBST([LIB_KNEWSTUFF])
++m4trace:configure.in:980: -1- AC_SUBST([PYTHON_INCLUDE])
++m4trace:configure.in:981: -1- AC_SUBST([PYTHON_LIB])
++m4trace:configure.in:982: -1- AC_SUBST([PYTHON_FLAGS])
++m4trace:configure.in:986: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:986: the top level])
++m4trace:configure.in:988: -1- AM_CONDITIONAL([compile_kross_plugin], [test "x$compile_kross_plugin" != "xno"])
++m4trace:configure.in:988: -1- AC_SUBST([compile_kross_plugin_TRUE])
++m4trace:configure.in:988: -1- AC_SUBST([compile_kross_plugin_FALSE])
++m4trace:configure.in:1018: -1- AC_SUBST([PYTHON_INCLUDE])
++m4trace:configure.in:1019: -1- AC_SUBST([PYTHON_LIB])
++m4trace:configure.in:1020: -1- AC_SUBST([PYTHON_FLAGS])
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON_INTERN(["2.4"], [KDE_CHECK_PYTHON_INTERN("2.3", 
++     [KDE_CHECK_PYTHON_INTERN("2.2", 
++       [KDE_CHECK_PYTHON_INTERN("2.1", 
++         [KDE_CHECK_PYTHON_INTERN("2.0", 
++           [KDE_CHECK_PYTHON_INTERN(, ) ])
++         ])
++       ])
++     ])
++  ])
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON_DIR
++m4trace:configure.in:1027: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:4365: KDE_CHECK_PYTHON_DIR is expanded from...
++configure.in:1027: KDE_CHECK_PYTHON_DIR is required by...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.so], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/config/libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/copy.py], [$python_libdirs], [python_moddir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON_INTERN(["2.3"], [KDE_CHECK_PYTHON_INTERN("2.2", 
++       [KDE_CHECK_PYTHON_INTERN("2.1", 
++         [KDE_CHECK_PYTHON_INTERN("2.0", 
++           [KDE_CHECK_PYTHON_INTERN(, ) ])
++         ])
++       ])
++     ])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.so], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/config/libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/copy.py], [$python_libdirs], [python_moddir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON_INTERN(["2.2"], [KDE_CHECK_PYTHON_INTERN("2.1", 
++         [KDE_CHECK_PYTHON_INTERN("2.0", 
++           [KDE_CHECK_PYTHON_INTERN(, ) ])
++         ])
++       ])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.so], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/config/libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/copy.py], [$python_libdirs], [python_moddir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON_INTERN(["2.1"], [KDE_CHECK_PYTHON_INTERN("2.0", 
++           [KDE_CHECK_PYTHON_INTERN(, ) ])
++         ])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.so], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/config/libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/copy.py], [$python_libdirs], [python_moddir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON_INTERN(["2.0"], [KDE_CHECK_PYTHON_INTERN(, ) ])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.so], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/config/libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/copy.py], [$python_libdirs], [python_moddir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_CHECK_PYTHON_INTERN([], [])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/Python.h], [$python_incdirs], [python_incdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.so], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/config/libpython$version.a], [$python_libdirs], [python_libdir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_FIND_FILE([python$version/copy.py], [$python_libdirs], [python_moddir])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([normal])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m], [-lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread], [$LIBPTHREAD])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([tcl], [-ltcl])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([db2], [-ldb2])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread], [$LIBPTHREAD -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_util], [$LIBPTHREAD -lm -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db3], [$LIBPTHREAD -lm -ldb-3 -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_db3], [$LIBPTHREAD -ldb-3])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db], [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_dl], [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_panel_curses], [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db_special], [$LIBPTHREAD -lm -ldb -lutil], [], [AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([normal])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m], [-lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread], [$LIBPTHREAD])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([tcl], [-ltcl])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([db2], [-ldb2])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread], [$LIBPTHREAD -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_util], [$LIBPTHREAD -lm -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db3], [$LIBPTHREAD -lm -ldb-3 -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_db3], [$LIBPTHREAD -ldb-3])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db], [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_dl], [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_panel_curses], [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db_special], [$LIBPTHREAD -lm -ldb -lutil], [], [AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([normal])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m], [-lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread], [$LIBPTHREAD])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([tcl], [-ltcl])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([db2], [-ldb2])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread], [$LIBPTHREAD -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_util], [$LIBPTHREAD -lm -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db3], [$LIBPTHREAD -lm -ldb-3 -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_db3], [$LIBPTHREAD -ldb-3])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db], [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_dl], [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_panel_curses], [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db_special], [$LIBPTHREAD -lm -ldb -lutil], [], [AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([normal])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m], [-lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread], [$LIBPTHREAD])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([tcl], [-ltcl])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([db2], [-ldb2])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread], [$LIBPTHREAD -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_util], [$LIBPTHREAD -lm -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db3], [$LIBPTHREAD -lm -ldb-3 -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_db3], [$LIBPTHREAD -ldb-3])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db], [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_dl], [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_panel_curses], [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db_special], [$LIBPTHREAD -lm -ldb -lutil], [], [AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([normal])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m], [-lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread], [$LIBPTHREAD])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([tcl], [-ltcl])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([db2], [-ldb2])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread], [$LIBPTHREAD -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_util], [$LIBPTHREAD -lm -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db3], [$LIBPTHREAD -lm -ldb-3 -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_db3], [$LIBPTHREAD -ldb-3])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db], [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_dl], [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_panel_curses], [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db_special], [$LIBPTHREAD -lm -ldb -lutil], [], [AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([normal])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m], [-lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread], [$LIBPTHREAD])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([tcl], [-ltcl])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([db2], [-ldb2])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread], [$LIBPTHREAD -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_util], [$LIBPTHREAD -lm -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db3], [$LIBPTHREAD -lm -ldb-3 -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_db3], [$LIBPTHREAD -ldb-3])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db], [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_dl], [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([pthread_and_panel_curses], [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- KDE_TRY_LINK_PYTHON([m_and_thread_and_db_special], [$LIBPTHREAD -lm -ldb -lutil], [], [AC_MSG_WARN([it seems, Python depends on another library.
++    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
++    and contact the authors to let them know about this problem])
++	])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1040: -1- KDE_CHECK_LIB([Xi], [XOpenDisplay], [
++	LIB_XINPUTEXT="-lXi"
++	AC_DEFINE(HAVE_XINPUTEXT, 1, [Define if you have the X11 Input Extension])
++	])
++m4trace:configure.in:1040: -2- AC_DEFINE_TRACE_LITERAL([HAVE_XINPUTEXT])
++m4trace:configure.in:1040: -2- AH_OUTPUT([HAVE_XINPUTEXT], [/* Define if you have the X11 Input Extension */
++#undef HAVE_XINPUTEXT])
++m4trace:configure.in:1040: -1- AC_CHECK_LIB([Xi], [XOpenDisplay], [LIB_XINPUTEXT="-lXi"
++	
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_XINPUTEXT 1
++_ACEOF
++
++	], [], [])
++m4trace:configure.in:1041: -1- AC_SUBST([LIB_XINPUTEXT])
++m4trace:configure.in:1047: -1- KDE_CHECK_HEADER([lcms/lcms.h], [have_lcms_header='yes'], [], [])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1050: -1- AC_DEFINE_TRACE_LITERAL([LCMS_HEADER])
++m4trace:configure.in:1050: -1- AH_OUTPUT([LCMS_HEADER], [/* The correct header */
++#undef LCMS_HEADER])
++m4trace:configure.in:1060: -1- KDE_CHECK_HEADER([lcms.h], [have_lcms_header='yes'], [], [])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1062: -1- AC_DEFINE_TRACE_LITERAL([LCMS_HEADER])
++m4trace:configure.in:1062: -1- AH_OUTPUT([LCMS_HEADER], [/* The correct header */
++#undef LCMS_HEADER])
++m4trace:configure.in:1085: -1- AC_SUBST([LCMS_LIBS])
++m4trace:configure.in:1102: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++configure.in:1102: the top level])
++m4trace:configure.in:1108: -1- AC_DEFINE_TRACE_LITERAL([HAVE_OLD_GETMAGICKINFOLIST])
++m4trace:configure.in:1108: -1- AH_OUTPUT([HAVE_OLD_GETMAGICKINFOLIST], [/* GetMagickInfoList has different number of arguments with versions >= 6.1.3
++   */
++#undef HAVE_OLD_GETMAGICKINFOLIST])
++m4trace:configure.in:1116: -1- KDE_CHECK_HEADER([kjsembed/jsproxy_imp.h], [have_kjsembed=yes], [have_kjsembed=no])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1117: -1- AM_CONDITIONAL([use_kjsembed], [test x$have_kjsembed = xyes])
++m4trace:configure.in:1117: -1- AC_SUBST([use_kjsembed_TRUE])
++m4trace:configure.in:1117: -1- AC_SUBST([use_kjsembed_FALSE])
++m4trace:configure.in:1122: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_ROUND])
++m4trace:configure.in:1122: -1- AH_OUTPUT([HAVE_DECL_ROUND], [/* Define to 1 if you have the declaration of `round\', and to 0 if you don\'t.
++   */
++#undef HAVE_DECL_ROUND])
++m4trace:configure.in:1122: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_ROUND])
++m4trace:configure.in:1127: -1- AC_CHECK_HEADERS([ieeefp.h])
++m4trace:configure.in:1127: -1- AH_OUTPUT([HAVE_IEEEFP_H], [/* Define to 1 if you have the <ieeefp.h> header file. */
++#undef HAVE_IEEEFP_H])
++m4trace:configure.in:1129: -1- AC_CHECK_FUNCS([fabsl])
++m4trace:configure.in:1129: -1- AH_OUTPUT([HAVE_FABSL], [/* Define to 1 if you have the `fabsl\' function. */
++#undef HAVE_FABSL])
++m4trace:configure.in:1165: -1- AC_DEFUN([KDE_C_LONG_DOUBLE], [
++  AC_CACHE_CHECK(for long double, ac_cv_c_long_double,
++  [
++    AC_TRY_RUN(
++    [
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
++#include <math.h>
++
++int main() {
++/* The Stardent Vistra knows sizeof(long double), but does not support it.  */
++long double foo = 1.0;
++char buffer[10];
++/* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
++int result = (sizeof(long double) < sizeof(double));
++/* the following is needed for a broken printf in glibc2 */
++if (!result) {
++    foo = foo * 3;
++    sprintf(buffer,"%0.0Lf",foo);
++    result = strcmp(buffer, "3");
++/* and now something mean ;-) */
++    foo = powl(fabsl(foo), 1);
++}
++exit(result); }
++    ],
++    ac_cv_c_long_double=yes, ac_cv_c_long_double=no,
++    ac_cv_c_long_double=no
++    )
++  ])
++  if test $ac_cv_c_long_double = yes; then
++    AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have support for long double in printf])
++  fi
++])
++m4trace:configure.in:1166: -1- KDE_C_LONG_DOUBLE
++m4trace:configure.in:1166: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
++configure.in:1165: KDE_C_LONG_DOUBLE is expanded from...
++configure.in:1166: the top level])
++m4trace:configure.in:1166: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_DOUBLE])
++m4trace:configure.in:1166: -1- AH_OUTPUT([HAVE_LONG_DOUBLE], [/* Define if you have support for long double in printf */
++#undef HAVE_LONG_DOUBLE])
++m4trace:configure.in:1168: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
++configure.in:1168: the top level])
++m4trace:configure.in:1171: -1- KDE_CHECK_LIB([m], [isinf], [
++  AC_DEFINE_UNQUOTED(HAVE_FUNC_ISINF, 1, [Define if you have isinf])
++])
++m4trace:configure.in:1171: -2- AC_DEFINE_TRACE_LITERAL([HAVE_FUNC_ISINF])
++m4trace:configure.in:1171: -2- AH_OUTPUT([HAVE_FUNC_ISINF], [/* Define if you have isinf */
++#undef HAVE_FUNC_ISINF])
++m4trace:configure.in:1171: -1- AC_CHECK_LIB([m], [isinf], [
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FUNC_ISINF 1
++_ACEOF
++
++], [], [])
++m4trace:configure.in:1185: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1185: the top level])
++m4trace:configure.in:1185: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1185: the top level])
++m4trace:configure.in:1186: -1- KDE_LANG_CPLUSPLUS
++m4trace:configure.in:1186: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:1186: the top level])
++m4trace:configure.in:1186: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:1186: the top level])
++m4trace:configure.in:1200: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++configure.in:1200: the top level])
++m4trace:configure.in:1204: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:1204: the top level])
++m4trace:configure.in:1208: -1- AC_SUBST([SQLDIR])
++m4trace:configure.in:1212: -1- AC_SUBST([SQLDIR])
++m4trace:configure.in:1216: -1- AM_CONDITIONAL([include_sql], [test -n "$SQLDIR"])
++m4trace:configure.in:1216: -1- AC_SUBST([include_sql_TRUE])
++m4trace:configure.in:1216: -1- AC_SUBST([include_sql_FALSE])
++m4trace:configure.in:1221: -1- AC_SUBST([KWMF_INCLUDES], ['-I$(top_srcdir)/lib/kwmf -I$(top_builddir)/lib/kwmf'])
++m4trace:configure.in:1222: -1- AC_SUBST([KSTORE_INCLUDES], ['-I$(top_srcdir)/lib/store -I$(top_builddir)/lib/store'])
++m4trace:configure.in:1223: -1- AC_SUBST([KOTEXT_INCLUDES], ['-I$(top_srcdir)/lib/kotext -I$(top_builddir)/lib/kotext'])
++m4trace:configure.in:1224: -1- AC_SUBST([KOPAINTER_INCLUDES], ['-I$(top_srcdir)/lib/kopainter -I$(top_builddir)/lib/kopainter'])
++m4trace:configure.in:1225: -1- AC_SUBST([KOFFICECORE_INCLUDES], ['-I$(top_srcdir)/lib/kofficecore -I$(top_builddir)/lib/kofficecore'])
++m4trace:configure.in:1226: -1- AC_SUBST([KOFFICEUI_INCLUDES], ['-I$(top_srcdir)/lib/kofficeui -I$(top_builddir)/lib/kofficeui'])
++m4trace:configure.in:1227: -1- AC_SUBST([KFORMULA_INCLUDES], ['-I$(top_srcdir)/lib/kformula -I$(top_builddir)/lib/kformula'])
++m4trace:configure.in:1228: -1- AC_SUBST([KOSCRIPT_INCLUDES], ['-I$(top_srcdir)/lib/koscript -I$(top_builddir)/lib/koscript'])
++m4trace:configure.in:1229: -1- AC_SUBST([LIB_KOFFICEUI], ['$(top_builddir)/lib/kofficeui/libkofficeui.la'])
++m4trace:configure.in:1230: -1- AC_SUBST([LIB_KOFFICECORE], ['$(top_builddir)/lib/kofficecore/libkofficecore.la'])
++m4trace:configure.in:1231: -1- AC_SUBST([LIB_KSTORE], ['$(top_builddir)/lib/store/libkstore.la'])
++m4trace:configure.in:1232: -1- AC_SUBST([LIB_KOTEXT], ['$(top_builddir)/lib/kotext/libkotext.la'])
++m4trace:configure.in:1233: -1- AC_SUBST([LIB_KOPAINTER], ['$(top_builddir)/lib/kopainter/libkopainter.la'])
++m4trace:configure.in:1234: -1- AC_SUBST([LIB_KWMF], ['$(top_builddir)/lib/kwmf/libkwmf.la'])
++m4trace:configure.in:1235: -1- AC_SUBST([LIB_KOWMF], ['$(top_builddir)/lib/kwmf/libkowmf.la'])
++m4trace:configure.in:1236: -1- AC_SUBST([LIB_KFORMULA], ['$(top_builddir)/lib/kformula/libkformulalib.la'])
++m4trace:configure.in:1237: -1- AC_SUBST([LIB_KOSCRIPT], ['$(top_builddir)/lib/koscript/libkoscript.la'])
++m4trace:configure.in:1239: -1- AC_SUBST([interfacedir], ['$(top_srcdir)/lib/interfaces'])
++m4trace:configure.in:1240: -1- AC_SUBST([KOFFICE_LIBS], ['$(LIB_KOFFICEUI) $(LIB_KOFFICECORE) $(LIB_KSTORE)'])
++m4trace:configure.in:1241: -1- AC_SUBST([KOFFICE_INCLUDES], ['$(KOFFICEUI_INCLUDES) $(KOFFICECORE_INCLUDES) $(KSTORE_INCLUDES) $(KWMF_INCLUDES)'])
++m4trace:configure.in:1243: -1- AC_DEFINE_TRACE_LITERAL([PREFIX])
++m4trace:configure.in:1243: -1- AH_OUTPUT([PREFIX], [/* Define the PREFIX where to install this package */
++#undef PREFIX])
++m4trace:configure.in:1249: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1249: the top level])
++m4trace:configure.in:1249: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1249: the top level])
++m4trace:configure.in:1250: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
++configure.in:1250: the top level])
++m4trace:configure.in:1253: -1- AC_FIND_FILE([kspell2/broker.h], [$kde_includes], [ac_kspell2_includes])
++m4trace:configure.in:1253: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:1253: the top level])
++m4trace:configure.in:1253: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:1253: the top level])
++m4trace:configure.in:1257: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBKSPELL2])
++m4trace:configure.in:1257: -1- AH_OUTPUT([HAVE_LIBKSPELL2], [/* If we are going to use libkspell2 for spell-checking */
++#undef HAVE_LIBKSPELL2])
++m4trace:configure.in:1264: -1- AC_SUBST([LIBKSPELL2])
++m4trace:configure.in:1265: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:1265: the top level])
++m4trace:configure.in:1266: -1- KDE_CREATE_SUBDIRSLIST
++m4trace:configure.in:1266: -1- AC_SUBST([TOPSUBDIRS])
++m4trace:configure.in:1267: -1- AM_CONDITIONAL([lib_SUBDIR_included], [test "x$lib_SUBDIR_included" = xyes])
++m4trace:configure.in:1267: -1- AC_SUBST([lib_SUBDIR_included_TRUE])
++m4trace:configure.in:1267: -1- AC_SUBST([lib_SUBDIR_included_FALSE])
++m4trace:configure.in:1268: -1- AM_CONDITIONAL([interfaces_SUBDIR_included], [test "x$interfaces_SUBDIR_included" = xyes])
++m4trace:configure.in:1268: -1- AC_SUBST([interfaces_SUBDIR_included_TRUE])
++m4trace:configure.in:1268: -1- AC_SUBST([interfaces_SUBDIR_included_FALSE])
++m4trace:configure.in:1269: -1- AM_CONDITIONAL([autocorrect_SUBDIR_included], [test "x$autocorrect_SUBDIR_included" = xyes])
++m4trace:configure.in:1269: -1- AC_SUBST([autocorrect_SUBDIR_included_TRUE])
++m4trace:configure.in:1269: -1- AC_SUBST([autocorrect_SUBDIR_included_FALSE])
++m4trace:configure.in:1270: -1- AM_CONDITIONAL([doc_SUBDIR_included], [test "x$doc_SUBDIR_included" = xyes])
++m4trace:configure.in:1270: -1- AC_SUBST([doc_SUBDIR_included_TRUE])
++m4trace:configure.in:1270: -1- AC_SUBST([doc_SUBDIR_included_FALSE])
++m4trace:configure.in:1271: -1- AM_CONDITIONAL([example_SUBDIR_included], [test "x$example_SUBDIR_included" = xyes])
++m4trace:configure.in:1271: -1- AC_SUBST([example_SUBDIR_included_TRUE])
++m4trace:configure.in:1271: -1- AC_SUBST([example_SUBDIR_included_FALSE])
++m4trace:configure.in:1272: -1- AM_CONDITIONAL([karbon_SUBDIR_included], [test "x$karbon_SUBDIR_included" = xyes])
++m4trace:configure.in:1272: -1- AC_SUBST([karbon_SUBDIR_included_TRUE])
++m4trace:configure.in:1272: -1- AC_SUBST([karbon_SUBDIR_included_FALSE])
++m4trace:configure.in:1273: -1- AM_CONDITIONAL([kchart_SUBDIR_included], [test "x$kchart_SUBDIR_included" = xyes])
++m4trace:configure.in:1273: -1- AC_SUBST([kchart_SUBDIR_included_TRUE])
++m4trace:configure.in:1273: -1- AC_SUBST([kchart_SUBDIR_included_FALSE])
++m4trace:configure.in:1274: -1- AM_CONDITIONAL([kdgantt_SUBDIR_included], [test "x$kdgantt_SUBDIR_included" = xyes])
++m4trace:configure.in:1274: -1- AC_SUBST([kdgantt_SUBDIR_included_TRUE])
++m4trace:configure.in:1274: -1- AC_SUBST([kdgantt_SUBDIR_included_FALSE])
++m4trace:configure.in:1275: -1- AM_CONDITIONAL([kformula_SUBDIR_included], [test "x$kformula_SUBDIR_included" = xyes])
++m4trace:configure.in:1275: -1- AC_SUBST([kformula_SUBDIR_included_TRUE])
++m4trace:configure.in:1275: -1- AC_SUBST([kformula_SUBDIR_included_FALSE])
++m4trace:configure.in:1276: -1- AM_CONDITIONAL([kivio_SUBDIR_included], [test "x$kivio_SUBDIR_included" = xyes])
++m4trace:configure.in:1276: -1- AC_SUBST([kivio_SUBDIR_included_TRUE])
++m4trace:configure.in:1276: -1- AC_SUBST([kivio_SUBDIR_included_FALSE])
++m4trace:configure.in:1277: -1- AM_CONDITIONAL([koshell_SUBDIR_included], [test "x$koshell_SUBDIR_included" = xyes])
++m4trace:configure.in:1277: -1- AC_SUBST([koshell_SUBDIR_included_TRUE])
++m4trace:configure.in:1277: -1- AC_SUBST([koshell_SUBDIR_included_FALSE])
++m4trace:configure.in:1278: -1- AM_CONDITIONAL([kounavail_SUBDIR_included], [test "x$kounavail_SUBDIR_included" = xyes])
++m4trace:configure.in:1278: -1- AC_SUBST([kounavail_SUBDIR_included_TRUE])
++m4trace:configure.in:1278: -1- AC_SUBST([kounavail_SUBDIR_included_FALSE])
++m4trace:configure.in:1279: -1- AM_CONDITIONAL([kpresenter_SUBDIR_included], [test "x$kpresenter_SUBDIR_included" = xyes])
++m4trace:configure.in:1279: -1- AC_SUBST([kpresenter_SUBDIR_included_TRUE])
++m4trace:configure.in:1279: -1- AC_SUBST([kpresenter_SUBDIR_included_FALSE])
++m4trace:configure.in:1280: -1- AM_CONDITIONAL([krita_SUBDIR_included], [test "x$krita_SUBDIR_included" = xyes])
++m4trace:configure.in:1280: -1- AC_SUBST([krita_SUBDIR_included_TRUE])
++m4trace:configure.in:1280: -1- AC_SUBST([krita_SUBDIR_included_FALSE])
++m4trace:configure.in:1281: -1- AM_CONDITIONAL([kspread_SUBDIR_included], [test "x$kspread_SUBDIR_included" = xyes])
++m4trace:configure.in:1281: -1- AC_SUBST([kspread_SUBDIR_included_TRUE])
++m4trace:configure.in:1281: -1- AC_SUBST([kspread_SUBDIR_included_FALSE])
++m4trace:configure.in:1282: -1- AM_CONDITIONAL([kugar_SUBDIR_included], [test "x$kugar_SUBDIR_included" = xyes])
++m4trace:configure.in:1282: -1- AC_SUBST([kugar_SUBDIR_included_TRUE])
++m4trace:configure.in:1282: -1- AC_SUBST([kugar_SUBDIR_included_FALSE])
++m4trace:configure.in:1283: -1- AM_CONDITIONAL([mimetypes_SUBDIR_included], [test "x$mimetypes_SUBDIR_included" = xyes])
++m4trace:configure.in:1283: -1- AC_SUBST([mimetypes_SUBDIR_included_TRUE])
++m4trace:configure.in:1283: -1- AC_SUBST([mimetypes_SUBDIR_included_FALSE])
++m4trace:configure.in:1284: -1- AM_CONDITIONAL([pics_SUBDIR_included], [test "x$pics_SUBDIR_included" = xyes])
++m4trace:configure.in:1284: -1- AC_SUBST([pics_SUBDIR_included_TRUE])
++m4trace:configure.in:1284: -1- AC_SUBST([pics_SUBDIR_included_FALSE])
++m4trace:configure.in:1285: -1- AM_CONDITIONAL([plugins_SUBDIR_included], [test "x$plugins_SUBDIR_included" = xyes])
++m4trace:configure.in:1285: -1- AC_SUBST([plugins_SUBDIR_included_TRUE])
++m4trace:configure.in:1285: -1- AC_SUBST([plugins_SUBDIR_included_FALSE])
++m4trace:configure.in:1286: -1- AM_CONDITIONAL([servicetypes_SUBDIR_included], [test "x$servicetypes_SUBDIR_included" = xyes])
++m4trace:configure.in:1286: -1- AC_SUBST([servicetypes_SUBDIR_included_TRUE])
++m4trace:configure.in:1286: -1- AC_SUBST([servicetypes_SUBDIR_included_FALSE])
++m4trace:configure.in:1287: -1- AM_CONDITIONAL([templates_SUBDIR_included], [test "x$templates_SUBDIR_included" = xyes])
++m4trace:configure.in:1287: -1- AC_SUBST([templates_SUBDIR_included_TRUE])
++m4trace:configure.in:1287: -1- AC_SUBST([templates_SUBDIR_included_FALSE])
++m4trace:configure.in:1288: -1- AM_CONDITIONAL([tools_SUBDIR_included], [test "x$tools_SUBDIR_included" = xyes])
++m4trace:configure.in:1288: -1- AC_SUBST([tools_SUBDIR_included_TRUE])
++m4trace:configure.in:1288: -1- AC_SUBST([tools_SUBDIR_included_FALSE])
++m4trace:configure.in:1289: -1- AM_CONDITIONAL([kword_SUBDIR_included], [test "x$kword_SUBDIR_included" = xyes])
++m4trace:configure.in:1289: -1- AC_SUBST([kword_SUBDIR_included_TRUE])
++m4trace:configure.in:1289: -1- AC_SUBST([kword_SUBDIR_included_FALSE])
++m4trace:configure.in:1290: -1- AM_CONDITIONAL([kexi_SUBDIR_included], [test "x$kexi_SUBDIR_included" = xyes])
++m4trace:configure.in:1290: -1- AC_SUBST([kexi_SUBDIR_included_TRUE])
++m4trace:configure.in:1290: -1- AC_SUBST([kexi_SUBDIR_included_FALSE])
++m4trace:configure.in:1291: -1- AM_CONDITIONAL([filters_SUBDIR_included], [test "x$filters_SUBDIR_included" = xyes])
++m4trace:configure.in:1291: -1- AC_SUBST([filters_SUBDIR_included_TRUE])
++m4trace:configure.in:1291: -1- AC_SUBST([filters_SUBDIR_included_FALSE])
++m4trace:configure.in:1292: -1- AC_CONFIG_FILES([ Makefile ])
++m4trace:configure.in:1293: -1- AC_CONFIG_FILES([ autocorrect/Makefile ])
++m4trace:configure.in:1294: -1- AC_CONFIG_FILES([ doc/Makefile ])
++m4trace:configure.in:1295: -1- AC_CONFIG_FILES([ doc/kchart/Makefile ])
++m4trace:configure.in:1296: -1- AC_CONFIG_FILES([ doc/kformula/Makefile ])
++m4trace:configure.in:1297: -1- AC_CONFIG_FILES([ doc/kivio/Makefile ])
++m4trace:configure.in:1298: -1- AC_CONFIG_FILES([ doc/koffice/Makefile ])
++m4trace:configure.in:1299: -1- AC_CONFIG_FILES([ doc/koshell/Makefile ])
++m4trace:configure.in:1300: -1- AC_CONFIG_FILES([ doc/kpresenter/Makefile ])
++m4trace:configure.in:1301: -1- AC_CONFIG_FILES([ doc/kspread/Makefile ])
++m4trace:configure.in:1302: -1- AC_CONFIG_FILES([ doc/kugar/Makefile ])
++m4trace:configure.in:1303: -1- AC_CONFIG_FILES([ doc/kword/Makefile ])
++m4trace:configure.in:1304: -1- AC_CONFIG_FILES([ doc/thesaurus/Makefile ])
++m4trace:configure.in:1305: -1- AC_CONFIG_FILES([ example/Makefile ])
++m4trace:configure.in:1306: -1- AC_CONFIG_FILES([ filters/Makefile ])
++m4trace:configure.in:1307: -1- AC_CONFIG_FILES([ filters/generic_wrapper/Makefile ])
++m4trace:configure.in:1308: -1- AC_CONFIG_FILES([ filters/karbon/Makefile ])
++m4trace:configure.in:1309: -1- AC_CONFIG_FILES([ filters/karbon/ai/Makefile ])
++m4trace:configure.in:1310: -1- AC_CONFIG_FILES([ filters/karbon/applixgraphics/Makefile ])
++m4trace:configure.in:1311: -1- AC_CONFIG_FILES([ filters/karbon/eps/Makefile ])
++m4trace:configure.in:1312: -1- AC_CONFIG_FILES([ filters/karbon/kontour/Makefile ])
++m4trace:configure.in:1313: -1- AC_CONFIG_FILES([ filters/karbon/msod/Makefile ])
++m4trace:configure.in:1314: -1- AC_CONFIG_FILES([ filters/karbon/oodraw/Makefile ])
++m4trace:configure.in:1315: -1- AC_CONFIG_FILES([ filters/karbon/png/Makefile ])
++m4trace:configure.in:1316: -1- AC_CONFIG_FILES([ filters/karbon/svg/Makefile ])
++m4trace:configure.in:1317: -1- AC_CONFIG_FILES([ filters/karbon/wmf/Makefile ])
++m4trace:configure.in:1318: -1- AC_CONFIG_FILES([ filters/karbon/xcf/Makefile ])
++m4trace:configure.in:1319: -1- AC_CONFIG_FILES([ filters/kchart/Makefile ])
++m4trace:configure.in:1320: -1- AC_CONFIG_FILES([ filters/kchart/png/Makefile ])
++m4trace:configure.in:1321: -1- AC_CONFIG_FILES([ filters/kchart/svg/Makefile ])
++m4trace:configure.in:1322: -1- AC_CONFIG_FILES([ filters/kformula/Makefile ])
++m4trace:configure.in:1323: -1- AC_CONFIG_FILES([ filters/kformula/latex/Makefile ])
++m4trace:configure.in:1324: -1- AC_CONFIG_FILES([ filters/kformula/mathml/Makefile ])
++m4trace:configure.in:1325: -1- AC_CONFIG_FILES([ filters/kformula/png/Makefile ])
++m4trace:configure.in:1326: -1- AC_CONFIG_FILES([ filters/kpresenter/Makefile ])
++m4trace:configure.in:1327: -1- AC_CONFIG_FILES([ filters/kpresenter/kword/Makefile ])
++m4trace:configure.in:1328: -1- AC_CONFIG_FILES([ filters/kpresenter/magicpoint/Makefile ])
++m4trace:configure.in:1329: -1- AC_CONFIG_FILES([ filters/kpresenter/ooimpress/Makefile ])
++m4trace:configure.in:1330: -1- AC_CONFIG_FILES([ filters/krita/Makefile ])
++m4trace:configure.in:1331: -1- AC_CONFIG_FILES([ filters/krita/magick/Makefile ])
++m4trace:configure.in:1332: -1- AC_CONFIG_FILES([ filters/kspread/Makefile ])
++m4trace:configure.in:1333: -1- AC_CONFIG_FILES([ filters/kspread/applixspread/Makefile ])
++m4trace:configure.in:1334: -1- AC_CONFIG_FILES([ filters/kspread/csv/Makefile ])
++m4trace:configure.in:1335: -1- AC_CONFIG_FILES([ filters/kspread/dbase/Makefile ])
++m4trace:configure.in:1336: -1- AC_CONFIG_FILES([ filters/kspread/excel/Makefile ])
++m4trace:configure.in:1337: -1- AC_CONFIG_FILES([ filters/kspread/excel/import/Makefile ])
++m4trace:configure.in:1338: -1- AC_CONFIG_FILES([ filters/kspread/excel/sidewinder/Makefile ])
++m4trace:configure.in:1339: -1- AC_CONFIG_FILES([ filters/kspread/gnumeric/Makefile ])
++m4trace:configure.in:1340: -1- AC_CONFIG_FILES([ filters/kspread/html/Makefile ])
++m4trace:configure.in:1341: -1- AC_CONFIG_FILES([ filters/kspread/latex/Makefile ])
++m4trace:configure.in:1342: -1- AC_CONFIG_FILES([ filters/kspread/latex/export/Makefile ])
++m4trace:configure.in:1343: -1- AC_CONFIG_FILES([ filters/kspread/libkspreadexport/Makefile ])
++m4trace:configure.in:1344: -1- AC_CONFIG_FILES([ filters/kspread/opencalc/Makefile ])
++m4trace:configure.in:1345: -1- AC_CONFIG_FILES([ filters/kspread/qpro/Makefile ])
++m4trace:configure.in:1346: -1- AC_CONFIG_FILES([ filters/kspread/qpro/libqpro/Makefile ])
++m4trace:configure.in:1347: -1- AC_CONFIG_FILES([ filters/kspread/qpro/libqpro/qpro/Makefile ])
++m4trace:configure.in:1348: -1- AC_CONFIG_FILES([ filters/kspread/qpro/libqpro/src/Makefile ])
++m4trace:configure.in:1349: -1- AC_CONFIG_FILES([ filters/kugar/Makefile ])
++m4trace:configure.in:1350: -1- AC_CONFIG_FILES([ filters/kugar/kugarnop/Makefile ])
++m4trace:configure.in:1351: -1- AC_CONFIG_FILES([ filters/kword/Makefile ])
++m4trace:configure.in:1352: -1- AC_CONFIG_FILES([ filters/kword/abiword/Makefile ])
++m4trace:configure.in:1353: -1- AC_CONFIG_FILES([ filters/kword/amipro/Makefile ])
++m4trace:configure.in:1354: -1- AC_CONFIG_FILES([ filters/kword/applixword/Makefile ])
++m4trace:configure.in:1355: -1- AC_CONFIG_FILES([ filters/kword/ascii/Makefile ])
++m4trace:configure.in:1356: -1- AC_CONFIG_FILES([ filters/kword/docbook/Makefile ])
++m4trace:configure.in:1357: -1- AC_CONFIG_FILES([ filters/kword/html/Makefile ])
++m4trace:configure.in:1358: -1- AC_CONFIG_FILES([ filters/kword/html/export/Makefile ])
++m4trace:configure.in:1359: -1- AC_CONFIG_FILES([ filters/kword/html/import/Makefile ])
++m4trace:configure.in:1360: -1- AC_CONFIG_FILES([ filters/kword/kword1.3/Makefile ])
++m4trace:configure.in:1361: -1- AC_CONFIG_FILES([ filters/kword/kword1.3/import/Makefile ])
++m4trace:configure.in:1362: -1- AC_CONFIG_FILES([ filters/kword/latex/Makefile ])
++m4trace:configure.in:1363: -1- AC_CONFIG_FILES([ filters/kword/latex/export/Makefile ])
++m4trace:configure.in:1364: -1- AC_CONFIG_FILES([ filters/kword/latex/import/Makefile ])
++m4trace:configure.in:1365: -1- AC_CONFIG_FILES([ filters/kword/latex/import/generator/Makefile ])
++m4trace:configure.in:1366: -1- AC_CONFIG_FILES([ filters/kword/latex/import/parser/Makefile ])
++m4trace:configure.in:1367: -1- AC_CONFIG_FILES([ filters/kword/libexport/Makefile ])
++m4trace:configure.in:1368: -1- AC_CONFIG_FILES([ filters/kword/msword/Makefile ])
++m4trace:configure.in:1369: -1- AC_CONFIG_FILES([ filters/kword/mswrite/Makefile ])
++m4trace:configure.in:1370: -1- AC_CONFIG_FILES([ filters/kword/oowriter/Makefile ])
++m4trace:configure.in:1371: -1- AC_CONFIG_FILES([ filters/kword/palmdoc/Makefile ])
++m4trace:configure.in:1372: -1- AC_CONFIG_FILES([ filters/kword/pdf/Makefile ])
++m4trace:configure.in:1373: -1- AC_CONFIG_FILES([ filters/kword/pdf/xpdf/Makefile ])
++m4trace:configure.in:1374: -1- AC_CONFIG_FILES([ filters/kword/pdf/xpdf/goo/Makefile ])
++m4trace:configure.in:1375: -1- AC_CONFIG_FILES([ filters/kword/pdf/xpdf/xpdf/Makefile ])
++m4trace:configure.in:1376: -1- AC_CONFIG_FILES([ filters/kword/rtf/Makefile ])
++m4trace:configure.in:1377: -1- AC_CONFIG_FILES([ filters/kword/rtf/export/Makefile ])
++m4trace:configure.in:1378: -1- AC_CONFIG_FILES([ filters/kword/rtf/import/Makefile ])
++m4trace:configure.in:1379: -1- AC_CONFIG_FILES([ filters/kword/starwriter/Makefile ])
++m4trace:configure.in:1380: -1- AC_CONFIG_FILES([ filters/kword/wml/Makefile ])
++m4trace:configure.in:1381: -1- AC_CONFIG_FILES([ filters/kword/wordperfect/Makefile ])
++m4trace:configure.in:1382: -1- AC_CONFIG_FILES([ filters/kword/wordperfect/export/Makefile ])
++m4trace:configure.in:1383: -1- AC_CONFIG_FILES([ filters/kword/wordperfect/import/Makefile ])
++m4trace:configure.in:1384: -1- AC_CONFIG_FILES([ filters/liboofilter/Makefile ])
++m4trace:configure.in:1385: -1- AC_CONFIG_FILES([ filters/olefilters/Makefile ])
++m4trace:configure.in:1386: -1- AC_CONFIG_FILES([ filters/olefilters/excel97/Makefile ])
++m4trace:configure.in:1387: -1- AC_CONFIG_FILES([ filters/olefilters/hancomword/Makefile ])
++m4trace:configure.in:1388: -1- AC_CONFIG_FILES([ filters/olefilters/lib/Makefile ])
++m4trace:configure.in:1389: -1- AC_CONFIG_FILES([ filters/olefilters/powerpoint97/Makefile ])
++m4trace:configure.in:1390: -1- AC_CONFIG_FILES([ filters/olefilters/winword97/Makefile ])
++m4trace:configure.in:1391: -1- AC_CONFIG_FILES([ filters/xsltfilter/Makefile ])
++m4trace:configure.in:1392: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/Makefile ])
++m4trace:configure.in:1393: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/xsl/Makefile ])
++m4trace:configure.in:1394: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/xsl/kword/Makefile ])
++m4trace:configure.in:1395: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/xsl/kword/xslfo/Makefile ])
++m4trace:configure.in:1396: -1- AC_CONFIG_FILES([ filters/xsltfilter/import/Makefile ])
++m4trace:configure.in:1397: -1- AC_CONFIG_FILES([ interfaces/Makefile ])
++m4trace:configure.in:1398: -1- AC_CONFIG_FILES([ karbon/Makefile ])
++m4trace:configure.in:1399: -1- AC_CONFIG_FILES([ karbon/commands/Makefile ])
++m4trace:configure.in:1400: -1- AC_CONFIG_FILES([ karbon/core/Makefile ])
++m4trace:configure.in:1401: -1- AC_CONFIG_FILES([ karbon/data/Makefile ])
++m4trace:configure.in:1402: -1- AC_CONFIG_FILES([ karbon/dialogs/Makefile ])
++m4trace:configure.in:1403: -1- AC_CONFIG_FILES([ karbon/dockers/Makefile ])
++m4trace:configure.in:1404: -1- AC_CONFIG_FILES([ karbon/pics/Makefile ])
++m4trace:configure.in:1405: -1- AC_CONFIG_FILES([ karbon/plugins/Makefile ])
++m4trace:configure.in:1406: -1- AC_CONFIG_FILES([ karbon/plugins/flattenpath/Makefile ])
++m4trace:configure.in:1407: -1- AC_CONFIG_FILES([ karbon/plugins/imagetool/Makefile ])
++m4trace:configure.in:1408: -1- AC_CONFIG_FILES([ karbon/plugins/insertknots/Makefile ])
++m4trace:configure.in:1409: -1- AC_CONFIG_FILES([ karbon/plugins/roundcorners/Makefile ])
++m4trace:configure.in:1410: -1- AC_CONFIG_FILES([ karbon/plugins/shadoweffect/Makefile ])
++m4trace:configure.in:1411: -1- AC_CONFIG_FILES([ karbon/plugins/whirlpinch/Makefile ])
++m4trace:configure.in:1412: -1- AC_CONFIG_FILES([ karbon/plugins/zoomtool/Makefile ])
++m4trace:configure.in:1413: -1- AC_CONFIG_FILES([ karbon/render/Makefile ])
++m4trace:configure.in:1414: -1- AC_CONFIG_FILES([ karbon/render/xrgbrender/Makefile ])
++m4trace:configure.in:1415: -1- AC_CONFIG_FILES([ karbon/shapes/Makefile ])
++m4trace:configure.in:1416: -1- AC_CONFIG_FILES([ karbon/tools/Makefile ])
++m4trace:configure.in:1417: -1- AC_CONFIG_FILES([ karbon/visitors/Makefile ])
++m4trace:configure.in:1418: -1- AC_CONFIG_FILES([ karbon/widgets/Makefile ])
++m4trace:configure.in:1419: -1- AC_CONFIG_FILES([ kchart/Makefile ])
++m4trace:configure.in:1420: -1- AC_CONFIG_FILES([ kchart/kdchart/Makefile ])
++m4trace:configure.in:1421: -1- AC_CONFIG_FILES([ kchart/pics/Makefile ])
++m4trace:configure.in:1422: -1- AC_CONFIG_FILES([ kchart/templates/Makefile ])
++m4trace:configure.in:1423: -1- AC_CONFIG_FILES([ kchart/toolbar/Makefile ])
++m4trace:configure.in:1424: -1- AC_CONFIG_FILES([ kchart/toolbar/crystalsvg/Makefile ])
++m4trace:configure.in:1425: -1- AC_CONFIG_FILES([ kchart/toolbar/locolor/Makefile ])
++m4trace:configure.in:1426: -1- AC_CONFIG_FILES([ kdgantt/Makefile ])
++m4trace:configure.in:1427: -1- AC_CONFIG_FILES([ kexi/Makefile ])
++m4trace:configure.in:1428: -1- AC_CONFIG_FILES([ kexi/3rdparty/Makefile ])
++m4trace:configure.in:1429: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql/Makefile ])
++m4trace:configure.in:1430: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql/src/Makefile ])
++m4trace:configure.in:1431: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql/tool/Makefile ])
++m4trace:configure.in:1432: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql3/Makefile ])
++m4trace:configure.in:1433: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql3/src/Makefile ])
++m4trace:configure.in:1434: -1- AC_CONFIG_FILES([ kexi/3rdparty/uuid/Makefile ])
++m4trace:configure.in:1435: -1- AC_CONFIG_FILES([ kexi/core/Makefile ])
++m4trace:configure.in:1436: -1- AC_CONFIG_FILES([ kexi/data/Makefile ])
++m4trace:configure.in:1437: -1- AC_CONFIG_FILES([ kexi/data/kde32compat/Makefile ])
++m4trace:configure.in:1438: -1- AC_CONFIG_FILES([ kexi/filters/Makefile ])
++m4trace:configure.in:1439: -1- AC_CONFIG_FILES([ kexi/filters/import/Makefile ])
++m4trace:configure.in:1440: -1- AC_CONFIG_FILES([ kexi/filters/import/csv/Makefile ])
++m4trace:configure.in:1441: -1- AC_CONFIG_FILES([ kexi/filters/import/kspread_chain/Makefile ])
++m4trace:configure.in:1442: -1- AC_CONFIG_FILES([ kexi/formeditor/Makefile ])
++m4trace:configure.in:1443: -1- AC_CONFIG_FILES([ kexi/formeditor/factories/Makefile ])
++m4trace:configure.in:1444: -1- AC_CONFIG_FILES([ kexi/formeditor/kdevelop_plugin/Makefile ])
++m4trace:configure.in:1445: -1- AC_CONFIG_FILES([ kexi/formeditor/scripting/Makefile ])
++m4trace:configure.in:1446: -1- AC_CONFIG_FILES([ kexi/formeditor/test/Makefile ])
++m4trace:configure.in:1447: -1- AC_CONFIG_FILES([ kexi/interfaces/Makefile ])
++m4trace:configure.in:1448: -1- AC_CONFIG_FILES([ kexi/interfaces/kwmailmerge/Makefile ])
++m4trace:configure.in:1449: -1- AC_CONFIG_FILES([ kexi/kexidb/Makefile ])
++m4trace:configure.in:1450: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/Makefile ])
++m4trace:configure.in:1451: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/mySQL/Makefile ])
++m4trace:configure.in:1452: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/odbc/Makefile ])
++m4trace:configure.in:1453: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/pqxx/Makefile ])
++m4trace:configure.in:1454: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/sqlite/Makefile ])
++m4trace:configure.in:1455: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/sqlite2/Makefile ])
++m4trace:configure.in:1456: -1- AC_CONFIG_FILES([ kexi/kexidb/parser/Makefile ])
++m4trace:configure.in:1457: -1- AC_CONFIG_FILES([ kexi/main/Makefile ])
++m4trace:configure.in:1458: -1- AC_CONFIG_FILES([ kexi/main/filters/Makefile ])
++m4trace:configure.in:1459: -1- AC_CONFIG_FILES([ kexi/main/projectWizard/Makefile ])
++m4trace:configure.in:1460: -1- AC_CONFIG_FILES([ kexi/main/startup/Makefile ])
++m4trace:configure.in:1461: -1- AC_CONFIG_FILES([ kexi/migration/Makefile ])
++m4trace:configure.in:1462: -1- AC_CONFIG_FILES([ kexi/migration/mysql/Makefile ])
++m4trace:configure.in:1463: -1- AC_CONFIG_FILES([ kexi/migration/pqxx/Makefile ])
++m4trace:configure.in:1464: -1- AC_CONFIG_FILES([ kexi/migration/txt/Makefile ])
++m4trace:configure.in:1465: -1- AC_CONFIG_FILES([ kexi/pics/Makefile ])
++m4trace:configure.in:1466: -1- AC_CONFIG_FILES([ kexi/plugins/Makefile ])
++m4trace:configure.in:1467: -1- AC_CONFIG_FILES([ kexi/plugins/forms/Makefile ])
++m4trace:configure.in:1468: -1- AC_CONFIG_FILES([ kexi/plugins/importwizard/Makefile ])
++m4trace:configure.in:1469: -1- AC_CONFIG_FILES([ kexi/plugins/importwizard/common/Makefile ])
++m4trace:configure.in:1470: -1- AC_CONFIG_FILES([ kexi/plugins/importwizard/file/Makefile ])
++m4trace:configure.in:1471: -1- AC_CONFIG_FILES([ kexi/plugins/kugar/Makefile ])
++m4trace:configure.in:1472: -1- AC_CONFIG_FILES([ kexi/plugins/kugar/kudesigner/Makefile ])
++m4trace:configure.in:1473: -1- AC_CONFIG_FILES([ kexi/plugins/migration/Makefile ])
++m4trace:configure.in:1474: -1- AC_CONFIG_FILES([ kexi/plugins/queries/Makefile ])
++m4trace:configure.in:1475: -1- AC_CONFIG_FILES([ kexi/plugins/relations/Makefile ])
++m4trace:configure.in:1476: -1- AC_CONFIG_FILES([ kexi/plugins/reports/Makefile ])
++m4trace:configure.in:1477: -1- AC_CONFIG_FILES([ kexi/plugins/scripting/Makefile ])
++m4trace:configure.in:1478: -1- AC_CONFIG_FILES([ kexi/plugins/tables/Makefile ])
++m4trace:configure.in:1479: -1- AC_CONFIG_FILES([ kexi/scripting/Makefile ])
++m4trace:configure.in:1480: -1- AC_CONFIG_FILES([ kexi/scripting/api/Makefile ])
++m4trace:configure.in:1481: -1- AC_CONFIG_FILES([ kexi/scripting/kexidb/Makefile ])
++m4trace:configure.in:1482: -1- AC_CONFIG_FILES([ kexi/scripting/kjs/Makefile ])
++m4trace:configure.in:1483: -1- AC_CONFIG_FILES([ kexi/scripting/main/Makefile ])
++m4trace:configure.in:1484: -1- AC_CONFIG_FILES([ kexi/scripting/python/Makefile ])
++m4trace:configure.in:1485: -1- AC_CONFIG_FILES([ kexi/scripting/python/CXX/Makefile ])
++m4trace:configure.in:1486: -1- AC_CONFIG_FILES([ kexi/scripting/test/Makefile ])
++m4trace:configure.in:1487: -1- AC_CONFIG_FILES([ kexi/tests/Makefile ])
++m4trace:configure.in:1488: -1- AC_CONFIG_FILES([ kexi/tests/newapi/Makefile ])
++m4trace:configure.in:1489: -1- AC_CONFIG_FILES([ kexi/tests/parser/Makefile ])
++m4trace:configure.in:1490: -1- AC_CONFIG_FILES([ kexi/tests/startup/Makefile ])
++m4trace:configure.in:1491: -1- AC_CONFIG_FILES([ kexi/tests/tableview/Makefile ])
++m4trace:configure.in:1492: -1- AC_CONFIG_FILES([ kexi/widget/Makefile ])
++m4trace:configure.in:1493: -1- AC_CONFIG_FILES([ kexi/widget/propertyeditor/Makefile ])
++m4trace:configure.in:1494: -1- AC_CONFIG_FILES([ kexi/widget/propertyeditor/test/Makefile ])
++m4trace:configure.in:1495: -1- AC_CONFIG_FILES([ kexi/widget/relations/Makefile ])
++m4trace:configure.in:1496: -1- AC_CONFIG_FILES([ kexi/widget/tableview/Makefile ])
++m4trace:configure.in:1497: -1- AC_CONFIG_FILES([ kexi/widget/utils/Makefile ])
++m4trace:configure.in:1498: -1- AC_CONFIG_FILES([ kformula/Makefile ])
++m4trace:configure.in:1499: -1- AC_CONFIG_FILES([ kformula/pics/Makefile ])
++m4trace:configure.in:1500: -1- AC_CONFIG_FILES([ kivio/Makefile ])
++m4trace:configure.in:1501: -1- AC_CONFIG_FILES([ kivio/kiviopart/Makefile ])
++m4trace:configure.in:1502: -1- AC_CONFIG_FILES([ kivio/kiviopart/config/Makefile ])
++m4trace:configure.in:1503: -1- AC_CONFIG_FILES([ kivio/kiviopart/kiviosdk/Makefile ])
++m4trace:configure.in:1504: -1- AC_CONFIG_FILES([ kivio/kiviopart/pics/Makefile ])
++m4trace:configure.in:1505: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Makefile ])
++m4trace:configure.in:1506: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Makefile ])
++m4trace:configure.in:1507: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Assorted/Makefile ])
++m4trace:configure.in:1508: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Circuit/Makefile ])
++m4trace:configure.in:1509: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Cisco/Makefile ])
++m4trace:configure.in:1510: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Civil/Makefile ])
++m4trace:configure.in:1511: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Contact/Makefile ])
++m4trace:configure.in:1512: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Electric/Makefile ])
++m4trace:configure.in:1513: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Jigsaw/Makefile ])
++m4trace:configure.in:1514: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/MSE/Makefile ])
++m4trace:configure.in:1515: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Network/Makefile ])
++m4trace:configure.in:1516: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Pneumatic/Makefile ])
++m4trace:configure.in:1517: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/SDL/Makefile ])
++m4trace:configure.in:1518: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Sybase/Makefile ])
++m4trace:configure.in:1519: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/Makefile ])
++m4trace:configure.in:1520: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile ])
++m4trace:configure.in:1521: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/Extended/Makefile ])
++m4trace:configure.in:1522: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/Logic/Makefile ])
++m4trace:configure.in:1523: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Geographic/Makefile ])
++m4trace:configure.in:1524: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Geographic/Flags/Makefile ])
++m4trace:configure.in:1525: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Geographic/Maps/Makefile ])
++m4trace:configure.in:1526: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Hardware/Makefile ])
++m4trace:configure.in:1527: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Hardware/Computer/Makefile ])
++m4trace:configure.in:1528: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile ])
++m4trace:configure.in:1529: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Makefile ])
++m4trace:configure.in:1530: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile ])
++m4trace:configure.in:1531: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile ])
++m4trace:configure.in:1532: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile ])
++m4trace:configure.in:1533: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/People/Makefile ])
++m4trace:configure.in:1534: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile ])
++m4trace:configure.in:1535: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/UML/Makefile ])
++m4trace:configure.in:1536: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile ])
++m4trace:configure.in:1537: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile ])
++m4trace:configure.in:1538: -1- AC_CONFIG_FILES([ kivio/kiviopart/tiles/Makefile ])
++m4trace:configure.in:1539: -1- AC_CONFIG_FILES([ kivio/kiviopart/tools/Makefile ])
++m4trace:configure.in:1540: -1- AC_CONFIG_FILES([ kivio/kiviopart/ui/Makefile ])
++m4trace:configure.in:1541: -1- AC_CONFIG_FILES([ kivio/plugins/Makefile ])
++m4trace:configure.in:1542: -1- AC_CONFIG_FILES([ kivio/plugins/kivioconnectortool/Makefile ])
++m4trace:configure.in:1543: -1- AC_CONFIG_FILES([ kivio/plugins/kivioconnectortool/straight_connector/Makefile ])
++m4trace:configure.in:1544: -1- AC_CONFIG_FILES([ kivio/plugins/kivioselecttool/Makefile ])
++m4trace:configure.in:1545: -1- AC_CONFIG_FILES([ kivio/plugins/kivioselecttool/select_pics/Makefile ])
++m4trace:configure.in:1546: -1- AC_CONFIG_FILES([ kivio/plugins/kiviosmlconnector/Makefile ])
++m4trace:configure.in:1547: -1- AC_CONFIG_FILES([ kivio/plugins/kiviosmlconnector/sml_connector/Makefile ])
++m4trace:configure.in:1548: -1- AC_CONFIG_FILES([ kivio/plugins/kiviotargettool/Makefile ])
++m4trace:configure.in:1549: -1- AC_CONFIG_FILES([ kivio/plugins/kiviotexttool/Makefile ])
++m4trace:configure.in:1550: -1- AC_CONFIG_FILES([ kivio/plugins/kiviozoomtool/Makefile ])
++m4trace:configure.in:1551: -1- AC_CONFIG_FILES([ kivio/plugins/kiviozoomtool/zoom_pics/Makefile ])
++m4trace:configure.in:1552: -1- AC_CONFIG_FILES([ kivio/templates/Makefile ])
++m4trace:configure.in:1553: -1- AC_CONFIG_FILES([ kivio/templates/basic/Makefile ])
++m4trace:configure.in:1554: -1- AC_CONFIG_FILES([ koshell/Makefile ])
++m4trace:configure.in:1555: -1- AC_CONFIG_FILES([ kounavail/Makefile ])
++m4trace:configure.in:1556: -1- AC_CONFIG_FILES([ kpresenter/Makefile ])
++m4trace:configure.in:1557: -1- AC_CONFIG_FILES([ kpresenter/autoformEdit/Makefile ])
++m4trace:configure.in:1558: -1- AC_CONFIG_FILES([ kpresenter/autoforms/Makefile ])
++m4trace:configure.in:1559: -1- AC_CONFIG_FILES([ kpresenter/autoforms/Arrows/Makefile ])
++m4trace:configure.in:1560: -1- AC_CONFIG_FILES([ kpresenter/autoforms/Connections/Makefile ])
++m4trace:configure.in:1561: -1- AC_CONFIG_FILES([ kpresenter/dtd/Makefile ])
++m4trace:configure.in:1562: -1- AC_CONFIG_FILES([ kpresenter/pics/Makefile ])
++m4trace:configure.in:1563: -1- AC_CONFIG_FILES([ kpresenter/slideshow/Makefile ])
++m4trace:configure.in:1564: -1- AC_CONFIG_FILES([ kpresenter/templates/Makefile ])
++m4trace:configure.in:1565: -1- AC_CONFIG_FILES([ kpresenter/templates/A4/Makefile ])
++m4trace:configure.in:1566: -1- AC_CONFIG_FILES([ kpresenter/templates/Screen/Makefile ])
++m4trace:configure.in:1567: -1- AC_CONFIG_FILES([ kpresenter/templates/Screenpresentations/Makefile ])
++m4trace:configure.in:1568: -1- AC_CONFIG_FILES([ kpresenter/templates/common_icon/Makefile ])
++m4trace:configure.in:1569: -1- AC_CONFIG_FILES([ kpresenter/templates/legal/Makefile ])
++m4trace:configure.in:1570: -1- AC_CONFIG_FILES([ kpresenter/templates/letter/Makefile ])
++m4trace:configure.in:1571: -1- AC_CONFIG_FILES([ kpresenter/toolbar/Makefile ])
++m4trace:configure.in:1572: -1- AC_CONFIG_FILES([ krita/Makefile ])
++m4trace:configure.in:1573: -1- AC_CONFIG_FILES([ krita/core/Makefile ])
++m4trace:configure.in:1574: -1- AC_CONFIG_FILES([ krita/core/builder/Makefile ])
++m4trace:configure.in:1575: -1- AC_CONFIG_FILES([ krita/core/color_strategy/Makefile ])
++m4trace:configure.in:1576: -1- AC_CONFIG_FILES([ krita/core/paintop/Makefile ])
++m4trace:configure.in:1577: -1- AC_CONFIG_FILES([ krita/core/resources/Makefile ])
++m4trace:configure.in:1578: -1- AC_CONFIG_FILES([ krita/core/strategy/Makefile ])
++m4trace:configure.in:1579: -1- AC_CONFIG_FILES([ krita/core/tiles/Makefile ])
++m4trace:configure.in:1580: -1- AC_CONFIG_FILES([ krita/core/tool/Makefile ])
++m4trace:configure.in:1581: -1- AC_CONFIG_FILES([ krita/data/Makefile ])
++m4trace:configure.in:1582: -1- AC_CONFIG_FILES([ krita/data/brushes/Makefile ])
++m4trace:configure.in:1583: -1- AC_CONFIG_FILES([ krita/data/gradients/Makefile ])
++m4trace:configure.in:1584: -1- AC_CONFIG_FILES([ krita/data/images/Makefile ])
++m4trace:configure.in:1585: -1- AC_CONFIG_FILES([ krita/data/palettes/Makefile ])
++m4trace:configure.in:1586: -1- AC_CONFIG_FILES([ krita/data/patterns/Makefile ])
++m4trace:configure.in:1587: -1- AC_CONFIG_FILES([ krita/data/profiles/Makefile ])
++m4trace:configure.in:1588: -1- AC_CONFIG_FILES([ krita/data/templates/Makefile ])
++m4trace:configure.in:1589: -1- AC_CONFIG_FILES([ krita/dtd/Makefile ])
++m4trace:configure.in:1590: -1- AC_CONFIG_FILES([ krita/modules/Makefile ])
++m4trace:configure.in:1591: -1- AC_CONFIG_FILES([ krita/modules/colorspace_cmyk/Makefile ])
++m4trace:configure.in:1592: -1- AC_CONFIG_FILES([ krita/modules/colorspace_cmyk/templates/Makefile ])
++m4trace:configure.in:1593: -1- AC_CONFIG_FILES([ krita/modules/colorspace_gray/Makefile ])
++m4trace:configure.in:1594: -1- AC_CONFIG_FILES([ krita/modules/colorspace_gray/templates/Makefile ])
++m4trace:configure.in:1595: -1- AC_CONFIG_FILES([ krita/modules/colorspace_rgb/Makefile ])
++m4trace:configure.in:1596: -1- AC_CONFIG_FILES([ krita/modules/colorspace_rgb/templates/Makefile ])
++m4trace:configure.in:1597: -1- AC_CONFIG_FILES([ krita/modules/colorspace_wet/Makefile ])
++m4trace:configure.in:1598: -1- AC_CONFIG_FILES([ krita/modules/colorspace_ws/Makefile ])
++m4trace:configure.in:1599: -1- AC_CONFIG_FILES([ krita/modules/colorspace_ws/filter/Makefile ])
++m4trace:configure.in:1600: -1- AC_CONFIG_FILES([ krita/paintops/Makefile ])
++m4trace:configure.in:1601: -1- AC_CONFIG_FILES([ krita/pics/Makefile ])
++m4trace:configure.in:1602: -1- AC_CONFIG_FILES([ krita/plugins/Makefile ])
++m4trace:configure.in:1603: -1- AC_CONFIG_FILES([ krita/plugins/cimg/Makefile ])
++m4trace:configure.in:1604: -1- AC_CONFIG_FILES([ krita/plugins/colorrange/Makefile ])
++m4trace:configure.in:1605: -1- AC_CONFIG_FILES([ krita/plugins/colorsfilters/Makefile ])
++m4trace:configure.in:1606: -1- AC_CONFIG_FILES([ krita/plugins/colorspaceconversion/Makefile ])
++m4trace:configure.in:1607: -1- AC_CONFIG_FILES([ krita/plugins/convolutionfilters/Makefile ])
++m4trace:configure.in:1608: -1- AC_CONFIG_FILES([ krita/plugins/designerplugin/Makefile ])
++m4trace:configure.in:1609: -1- AC_CONFIG_FILES([ krita/plugins/embossfilter/Makefile ])
++m4trace:configure.in:1610: -1- AC_CONFIG_FILES([ krita/plugins/example/Makefile ])
++m4trace:configure.in:1611: -1- AC_CONFIG_FILES([ krita/plugins/histogram/Makefile ])
++m4trace:configure.in:1612: -1- AC_CONFIG_FILES([ krita/plugins/imagemagick/Makefile ])
++m4trace:configure.in:1613: -1- AC_CONFIG_FILES([ krita/plugins/imagesize/Makefile ])
++m4trace:configure.in:1614: -1- AC_CONFIG_FILES([ krita/plugins/kiskjsembed/Makefile ])
++m4trace:configure.in:1615: -1- AC_CONFIG_FILES([ krita/plugins/kiskjsembed/functions/Makefile ])
++m4trace:configure.in:1616: -1- AC_CONFIG_FILES([ krita/plugins/kiskjsembed/objects/Makefile ])
++m4trace:configure.in:1617: -1- AC_CONFIG_FILES([ krita/plugins/oilpaintfilter/Makefile ])
++m4trace:configure.in:1618: -1- AC_CONFIG_FILES([ krita/plugins/performancetest/Makefile ])
++m4trace:configure.in:1619: -1- AC_CONFIG_FILES([ krita/plugins/raindropsfilter/Makefile ])
++m4trace:configure.in:1620: -1- AC_CONFIG_FILES([ krita/plugins/rotateimage/Makefile ])
++m4trace:configure.in:1621: -1- AC_CONFIG_FILES([ krita/plugins/screenshot/Makefile ])
++m4trace:configure.in:1622: -1- AC_CONFIG_FILES([ krita/plugins/selectiontools/Makefile ])
++m4trace:configure.in:1623: -1- AC_CONFIG_FILES([ krita/plugins/shearimage/Makefile ])
++m4trace:configure.in:1624: -1- AC_CONFIG_FILES([ krita/plugins/tool_crop/Makefile ])
++m4trace:configure.in:1625: -1- AC_CONFIG_FILES([ krita/plugins/tool_filter/Makefile ])
++m4trace:configure.in:1626: -1- AC_CONFIG_FILES([ krita/plugins/tool_polygon/Makefile ])
++m4trace:configure.in:1627: -1- AC_CONFIG_FILES([ krita/plugins/tool_polyline/Makefile ])
++m4trace:configure.in:1628: -1- AC_CONFIG_FILES([ krita/plugins/tool_star/Makefile ])
++m4trace:configure.in:1629: -1- AC_CONFIG_FILES([ krita/plugins/tool_transform/Makefile ])
++m4trace:configure.in:1630: -1- AC_CONFIG_FILES([ krita/plugins/variations/Makefile ])
++m4trace:configure.in:1631: -1- AC_CONFIG_FILES([ krita/tools/Makefile ])
++m4trace:configure.in:1632: -1- AC_CONFIG_FILES([ krita/ui/Makefile ])
++m4trace:configure.in:1633: -1- AC_CONFIG_FILES([ krita/ui/labels/Makefile ])
++m4trace:configure.in:1634: -1- AC_CONFIG_FILES([ krita/ui/widgets/Makefile ])
++m4trace:configure.in:1635: -1- AC_CONFIG_FILES([ kspread/Makefile ])
++m4trace:configure.in:1636: -1- AC_CONFIG_FILES([ kspread/dialogs/Makefile ])
++m4trace:configure.in:1637: -1- AC_CONFIG_FILES([ kspread/dtd/Makefile ])
++m4trace:configure.in:1638: -1- AC_CONFIG_FILES([ kspread/extensions/Makefile ])
++m4trace:configure.in:1639: -1- AC_CONFIG_FILES([ kspread/pics/Makefile ])
++m4trace:configure.in:1640: -1- AC_CONFIG_FILES([ kspread/plugins/Makefile ])
++m4trace:configure.in:1641: -1- AC_CONFIG_FILES([ kspread/plugins/calculator/Makefile ])
++m4trace:configure.in:1642: -1- AC_CONFIG_FILES([ kspread/plugins/calculator/pics/Makefile ])
++m4trace:configure.in:1643: -1- AC_CONFIG_FILES([ kspread/plugins/insertcalendar/Makefile ])
++m4trace:configure.in:1644: -1- AC_CONFIG_FILES([ kspread/tablestyles/Makefile ])
++m4trace:configure.in:1645: -1- AC_CONFIG_FILES([ kspread/templates/Makefile ])
++m4trace:configure.in:1646: -1- AC_CONFIG_FILES([ kspread/templates/Business/Makefile ])
++m4trace:configure.in:1647: -1- AC_CONFIG_FILES([ kspread/templates/General/Makefile ])
++m4trace:configure.in:1648: -1- AC_CONFIG_FILES([ kspread/templates/HomeFamily/Makefile ])
++m4trace:configure.in:1649: -1- AC_CONFIG_FILES([ kspread/tests/Makefile ])
++m4trace:configure.in:1650: -1- AC_CONFIG_FILES([ kspread/toolbar/Makefile ])
++m4trace:configure.in:1651: -1- AC_CONFIG_FILES([ kspread/toolbar/crystalsvg/Makefile ])
++m4trace:configure.in:1652: -1- AC_CONFIG_FILES([ kugar/Makefile ])
++m4trace:configure.in:1653: -1- AC_CONFIG_FILES([ kugar/kde31/Makefile ])
++m4trace:configure.in:1654: -1- AC_CONFIG_FILES([ kugar/kudesigner/Makefile ])
++m4trace:configure.in:1655: -1- AC_CONFIG_FILES([ kugar/kudesigner/pics/Makefile ])
++m4trace:configure.in:1656: -1- AC_CONFIG_FILES([ kugar/kudesigner/templates/Makefile ])
++m4trace:configure.in:1657: -1- AC_CONFIG_FILES([ kugar/kudesigner/templates/General/Makefile ])
++m4trace:configure.in:1658: -1- AC_CONFIG_FILES([ kugar/kudesigner/toolbar/Makefile ])
++m4trace:configure.in:1659: -1- AC_CONFIG_FILES([ kugar/kudesigner_lib/Makefile ])
++m4trace:configure.in:1660: -1- AC_CONFIG_FILES([ kugar/lib/Makefile ])
++m4trace:configure.in:1661: -1- AC_CONFIG_FILES([ kugar/part/Makefile ])
++m4trace:configure.in:1662: -1- AC_CONFIG_FILES([ kugar/samples/Makefile ])
++m4trace:configure.in:1663: -1- AC_CONFIG_FILES([ kugar/samplesdb/Makefile ])
++m4trace:configure.in:1664: -1- AC_CONFIG_FILES([ kugar/shell/Makefile ])
++m4trace:configure.in:1665: -1- AC_CONFIG_FILES([ kword/Makefile ])
++m4trace:configure.in:1666: -1- AC_CONFIG_FILES([ kword/data/Makefile ])
++m4trace:configure.in:1667: -1- AC_CONFIG_FILES([ kword/dtd/Makefile ])
++m4trace:configure.in:1668: -1- AC_CONFIG_FILES([ kword/expression/Makefile ])
++m4trace:configure.in:1669: -1- AC_CONFIG_FILES([ kword/horizontalline/Makefile ])
++m4trace:configure.in:1670: -1- AC_CONFIG_FILES([ kword/mailmerge/Makefile ])
++m4trace:configure.in:1671: -1- AC_CONFIG_FILES([ kword/mailmerge/kabc/Makefile ])
++m4trace:configure.in:1672: -1- AC_CONFIG_FILES([ kword/mailmerge/kspread/Makefile ])
++m4trace:configure.in:1673: -1- AC_CONFIG_FILES([ kword/mailmerge/sql/Makefile ])
++m4trace:configure.in:1674: -1- AC_CONFIG_FILES([ kword/pics/Makefile ])
++m4trace:configure.in:1675: -1- AC_CONFIG_FILES([ kword/templates/Makefile ])
++m4trace:configure.in:1676: -1- AC_CONFIG_FILES([ kword/templates/CardsAndLabels/Makefile ])
++m4trace:configure.in:1677: -1- AC_CONFIG_FILES([ kword/templates/DTP/Makefile ])
++m4trace:configure.in:1678: -1- AC_CONFIG_FILES([ kword/templates/Envelopes/Makefile ])
++m4trace:configure.in:1679: -1- AC_CONFIG_FILES([ kword/templates/Wordprocessing/Makefile ])
++m4trace:configure.in:1680: -1- AC_CONFIG_FILES([ kword/toolbar/Makefile ])
++m4trace:configure.in:1681: -1- AC_CONFIG_FILES([ lib/Makefile ])
++m4trace:configure.in:1682: -1- AC_CONFIG_FILES([ lib/kformula/Makefile ])
++m4trace:configure.in:1683: -1- AC_CONFIG_FILES([ lib/kformula/config/Makefile ])
++m4trace:configure.in:1684: -1- AC_CONFIG_FILES([ lib/kformula/dtd/Makefile ])
++m4trace:configure.in:1685: -1- AC_CONFIG_FILES([ lib/kformula/pics/Makefile ])
++m4trace:configure.in:1686: -1- AC_CONFIG_FILES([ lib/kformula/pics/crystalsvg/Makefile ])
++m4trace:configure.in:1687: -1- AC_CONFIG_FILES([ lib/kofficecore/Makefile ])
++m4trace:configure.in:1688: -1- AC_CONFIG_FILES([ lib/kofficecore/tests/Makefile ])
++m4trace:configure.in:1689: -1- AC_CONFIG_FILES([ lib/kofficeui/Makefile ])
++m4trace:configure.in:1690: -1- AC_CONFIG_FILES([ lib/kofficeui/pics/Makefile ])
++m4trace:configure.in:1691: -1- AC_CONFIG_FILES([ lib/kofficeui/tests/Makefile ])
++m4trace:configure.in:1692: -1- AC_CONFIG_FILES([ lib/kopainter/Makefile ])
++m4trace:configure.in:1693: -1- AC_CONFIG_FILES([ lib/koscript/Makefile ])
++m4trace:configure.in:1694: -1- AC_CONFIG_FILES([ lib/kotext/Makefile ])
++m4trace:configure.in:1695: -1- AC_CONFIG_FILES([ lib/kotext/kohyphen/Makefile ])
++m4trace:configure.in:1696: -1- AC_CONFIG_FILES([ lib/kotext/kohyphen/hyphdicts/Makefile ])
++m4trace:configure.in:1697: -1- AC_CONFIG_FILES([ lib/kotext/tests/Makefile ])
++m4trace:configure.in:1698: -1- AC_CONFIG_FILES([ lib/kwmf/Makefile ])
++m4trace:configure.in:1699: -1- AC_CONFIG_FILES([ lib/store/Makefile ])
++m4trace:configure.in:1700: -1- AC_CONFIG_FILES([ lib/store/tests/Makefile ])
++m4trace:configure.in:1701: -1- AC_CONFIG_FILES([ mimetypes/Makefile ])
++m4trace:configure.in:1702: -1- AC_CONFIG_FILES([ mimetypes/kde32/Makefile ])
++m4trace:configure.in:1703: -1- AC_CONFIG_FILES([ mimetypes/kde33/Makefile ])
++m4trace:configure.in:1704: -1- AC_CONFIG_FILES([ pics/Makefile ])
++m4trace:configure.in:1705: -1- AC_CONFIG_FILES([ pics/crystalsvg/Makefile ])
++m4trace:configure.in:1706: -1- AC_CONFIG_FILES([ plugins/Makefile ])
++m4trace:configure.in:1707: -1- AC_CONFIG_FILES([ plugins/scan/Makefile ])
++m4trace:configure.in:1708: -1- AC_CONFIG_FILES([ servicetypes/Makefile ])
++m4trace:configure.in:1709: -1- AC_CONFIG_FILES([ templates/Makefile ])
++m4trace:configure.in:1710: -1- AC_CONFIG_FILES([ tools/Makefile ])
++m4trace:configure.in:1711: -1- AC_CONFIG_FILES([ tools/converter/Makefile ])
++m4trace:configure.in:1712: -1- AC_CONFIG_FILES([ tools/kfile-plugins/Makefile ])
++m4trace:configure.in:1713: -1- AC_CONFIG_FILES([ tools/kfile-plugins/koffice/Makefile ])
++m4trace:configure.in:1714: -1- AC_CONFIG_FILES([ tools/kfile-plugins/ooo/Makefile ])
++m4trace:configure.in:1715: -1- AC_CONFIG_FILES([ tools/kthesaurus/Makefile ])
++m4trace:configure.in:1716: -1- AC_CONFIG_FILES([ tools/quickprint/Makefile ])
++m4trace:configure.in:1717: -1- AC_CONFIG_FILES([ tools/spell/Makefile ])
++m4trace:configure.in:1718: -1- AC_CONFIG_FILES([ tools/thesaurus/Makefile ])
++m4trace:configure.in:1719: -1- AC_CONFIG_FILES([ tools/thumbnail/Makefile ])
++m4trace:configure.in:1764: -1- AM_CONDITIONAL([compile_filter_KWORD], [test -n "$COMPILE_FILTER_KWORD"])
++m4trace:configure.in:1764: -1- AC_SUBST([compile_filter_KWORD_TRUE])
++m4trace:configure.in:1764: -1- AC_SUBST([compile_filter_KWORD_FALSE])
++m4trace:configure.in:1765: -1- AM_CONDITIONAL([compile_filter_KSPREAD], [test -n "$COMPILE_FILTER_KSPREAD"])
++m4trace:configure.in:1765: -1- AC_SUBST([compile_filter_KSPREAD_TRUE])
++m4trace:configure.in:1765: -1- AC_SUBST([compile_filter_KSPREAD_FALSE])
++m4trace:configure.in:1766: -1- AM_CONDITIONAL([compile_filter_KCHART], [test -n "$COMPILE_FILTER_KCHART"])
++m4trace:configure.in:1766: -1- AC_SUBST([compile_filter_KCHART_TRUE])
++m4trace:configure.in:1766: -1- AC_SUBST([compile_filter_KCHART_FALSE])
++m4trace:configure.in:1767: -1- AM_CONDITIONAL([compile_filter_KARBON], [test -n "$COMPILE_FILTER_KARBON"])
++m4trace:configure.in:1767: -1- AC_SUBST([compile_filter_KARBON_TRUE])
++m4trace:configure.in:1767: -1- AC_SUBST([compile_filter_KARBON_FALSE])
++m4trace:configure.in:1768: -1- AM_CONDITIONAL([compile_filter_KPRESENTER], [test -n "$COMPILE_FILTER_KPRESENTER"])
++m4trace:configure.in:1768: -1- AC_SUBST([compile_filter_KPRESENTER_TRUE])
++m4trace:configure.in:1768: -1- AC_SUBST([compile_filter_KPRESENTER_FALSE])
++m4trace:configure.in:1769: -1- AM_CONDITIONAL([compile_filter_KFORMULA], [test -n "$COMPILE_FILTER_KFORMULA"])
++m4trace:configure.in:1769: -1- AC_SUBST([compile_filter_KFORMULA_TRUE])
++m4trace:configure.in:1769: -1- AC_SUBST([compile_filter_KFORMULA_FALSE])
++m4trace:configure.in:1770: -1- AM_CONDITIONAL([compile_filter_KUGAR], [test -n "$COMPILE_FILTER_KUGAR"])
++m4trace:configure.in:1770: -1- AC_SUBST([compile_filter_KUGAR_TRUE])
++m4trace:configure.in:1770: -1- AC_SUBST([compile_filter_KUGAR_FALSE])
++m4trace:configure.in:1771: -1- AM_CONDITIONAL([compile_filter_KRITA], [test -n "$COMPILE_FILTER_KRITA"])
++m4trace:configure.in:1771: -1- AC_SUBST([compile_filter_KRITA_TRUE])
++m4trace:configure.in:1771: -1- AC_SUBST([compile_filter_KRITA_FALSE])
++m4trace:configure.in:1797: -1- AM_CONDITIONAL([compile_mailmerge_KWORD], [test -n "$COMPILE_MAILMERGE_KWORD"])
++m4trace:configure.in:1797: -1- AC_SUBST([compile_mailmerge_KWORD_TRUE])
++m4trace:configure.in:1797: -1- AC_SUBST([compile_mailmerge_KWORD_FALSE])
++m4trace:configure.in:1823: -1- AM_CONDITIONAL([compile_plugin_KUGAR], [test -n "$COMPILE_PLUGIN_KUGAR"])
++m4trace:configure.in:1823: -1- AC_SUBST([compile_plugin_KUGAR_TRUE])
++m4trace:configure.in:1823: -1- AC_SUBST([compile_plugin_KUGAR_FALSE])
++m4trace:configure.in:1863: -1- AM_CONDITIONAL([compile_lib_KOPAINTER], [test "$USERFEEDBACKCOMPILELIB" = "yes" ])
++m4trace:configure.in:1863: -1- AC_SUBST([compile_lib_KOPAINTER_TRUE])
++m4trace:configure.in:1863: -1- AC_SUBST([compile_lib_KOPAINTER_FALSE])
++m4trace:configure.in:1864: -1- AC_SUBST([LIB@&t at OBJS], [$ac_libobjs])
++m4trace:configure.in:1864: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
++m4trace:configure.in:1864: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
++m4trace:configure.in:1864: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
+diff -Nrua koffice-1.4.2.orig/autom4te.cache/traces.1 koffice-1.4.2/autom4te.cache/traces.1
+--- koffice-1.4.2.orig/autom4te.cache/traces.1	1970-01-01 01:00:00.000000000 +0100
++++ koffice-1.4.2/autom4te.cache/traces.1	2005-11-11 17:29:25.000000000 +0100
+@@ -0,0 +1,5738 @@
++m4trace:aclocal.m4:892: -1- m4_include([acinclude.m4])
++m4trace:configure.in:29: -1- AC_INIT([acinclude.m4])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^_?A[CHUM]_])
++m4trace:configure.in:29: -1- m4_pattern_forbid([_AC_])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
++m4trace:configure.in:29: -1- m4_pattern_allow([^AS_FLAGS$])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^_?m4_])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^dnl$])
++m4trace:configure.in:29: -1- m4_pattern_forbid([^_?AS_])
++m4trace:configure.in:29: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
++m4trace:configure.in:29: -1- AC_SUBST([PATH_SEPARATOR])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
++m4trace:configure.in:29: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
++m4trace:configure.in:29: -1- AC_SUBST([exec_prefix], [NONE])
++m4trace:configure.in:29: -1- AC_SUBST([prefix], [NONE])
++m4trace:configure.in:29: -1- AC_SUBST([program_transform_name], [s,x,x,])
++m4trace:configure.in:29: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
++m4trace:configure.in:29: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
++m4trace:configure.in:29: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
++m4trace:configure.in:29: -1- AC_SUBST([datadir], ['${prefix}/share'])
++m4trace:configure.in:29: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
++m4trace:configure.in:29: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
++m4trace:configure.in:29: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
++m4trace:configure.in:29: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
++m4trace:configure.in:29: -1- AC_SUBST([includedir], ['${prefix}/include'])
++m4trace:configure.in:29: -1- AC_SUBST([oldincludedir], ['/usr/include'])
++m4trace:configure.in:29: -1- AC_SUBST([infodir], ['${prefix}/info'])
++m4trace:configure.in:29: -1- AC_SUBST([mandir], ['${prefix}/man'])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
++#undef PACKAGE_NAME])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
++#undef PACKAGE_TARNAME])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
++#undef PACKAGE_VERSION])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
++#undef PACKAGE_STRING])
++m4trace:configure.in:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
++m4trace:configure.in:29: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
++#undef PACKAGE_BUGREPORT])
++m4trace:configure.in:29: -1- AC_SUBST([build_alias])
++m4trace:configure.in:29: -1- AC_SUBST([host_alias])
++m4trace:configure.in:29: -1- AC_SUBST([target_alias])
++m4trace:configure.in:29: -1- AC_SUBST([DEFS])
++m4trace:configure.in:29: -1- AC_SUBST([ECHO_C])
++m4trace:configure.in:29: -1- AC_SUBST([ECHO_N])
++m4trace:configure.in:29: -1- AC_SUBST([ECHO_T])
++m4trace:configure.in:29: -1- AC_SUBST([LIBS])
++m4trace:configure.in:32: -1- AC_CONFIG_AUX_DIR([admin])
++m4trace:configure.in:38: -1- AC_CANONICAL_SYSTEM
++m4trace:configure.in:38: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:1660: AC_CANONICAL_SYSTEM is expanded from...
++configure.in:38: the top level])
++m4trace:configure.in:38: -1- AC_CANONICAL_TARGET([])
++m4trace:configure.in:38: -1- AC_CANONICAL_HOST
++m4trace:configure.in:38: -1- AC_CANONICAL_BUILD
++m4trace:configure.in:38: -1- AC_SUBST([build], [$ac_cv_build])
++m4trace:configure.in:38: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
++m4trace:configure.in:38: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
++m4trace:configure.in:38: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
++m4trace:configure.in:38: -1- AC_SUBST([host], [$ac_cv_host])
++m4trace:configure.in:38: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
++m4trace:configure.in:38: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
++m4trace:configure.in:38: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
++m4trace:configure.in:38: -1- AC_SUBST([target], [$ac_cv_target])
++m4trace:configure.in:38: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
++m4trace:configure.in:38: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
++m4trace:configure.in:38: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
++m4trace:configure.in:43: -1- AM_INIT_AUTOMAKE([koffice], ["1.4.2"])
++m4trace:configure.in:43: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
++m4trace:configure.in:43: -1- AM_AUTOMAKE_VERSION([1.9.6])
++m4trace:configure.in:43: -1- AC_PROG_INSTALL
++m4trace:configure.in:43: -1- AC_PROG_INSTALL
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_PROGRAM])
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_SCRIPT])
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_DATA])
++m4trace:configure.in:43: -1- AC_SUBST([CYGPATH_W])
++m4trace:configure.in:43: -1- AC_SUBST([PACKAGE], [koffice])
++m4trace:configure.in:43: -1- AC_SUBST([VERSION], ["1.4.2"])
++m4trace:configure.in:43: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
++m4trace:configure.in:43: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
++#undef PACKAGE])
++m4trace:configure.in:43: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
++m4trace:configure.in:43: -1- AH_OUTPUT([VERSION], [/* Version number of package */
++#undef VERSION])
++m4trace:configure.in:43: -1- AC_SUBST([ACLOCAL])
++m4trace:configure.in:43: -1- AC_SUBST([AUTOCONF])
++m4trace:configure.in:43: -1- AC_SUBST([AUTOMAKE])
++m4trace:configure.in:43: -1- AC_SUBST([AUTOHEADER])
++m4trace:configure.in:43: -1- AC_SUBST([MAKEINFO])
++m4trace:configure.in:43: -1- AC_SUBST([install_sh])
++m4trace:configure.in:43: -1- AC_SUBST([STRIP])
++m4trace:configure.in:43: -1- AC_SUBST([ac_ct_STRIP])
++m4trace:configure.in:43: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
++m4trace:configure.in:43: -1- AC_SUBST([mkdir_p])
++m4trace:configure.in:43: -1- AC_PROG_AWK
++m4trace:configure.in:43: -1- AC_SUBST([AWK])
++m4trace:configure.in:43: -1- AC_PROG_MAKE_SET
++m4trace:configure.in:43: -1- AC_SUBST([SET_MAKE])
++m4trace:configure.in:43: -1- AC_SUBST([am__leading_dot])
++m4trace:configure.in:43: -1- AC_SUBST([AMTAR])
++m4trace:configure.in:43: -1- AC_SUBST([am__tar])
++m4trace:configure.in:43: -1- AC_SUBST([am__untar])
++m4trace:configure.in:45: -1- AM_MAINTAINER_MODE
++m4trace:configure.in:45: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
++m4trace:configure.in:45: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
++m4trace:configure.in:45: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
++m4trace:configure.in:45: -1- AC_SUBST([MAINT])
++m4trace:configure.in:47: -1- AC_SUBST([KDECONFIG])
++m4trace:configure.in:47: -1- AC_SUBST([kde_libs_prefix])
++m4trace:configure.in:47: -1- AC_SUBST([kde_libs_htmldir])
++m4trace:configure.in:47: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:4764: KDE_FAST_CONFIGURE is expanded from...
++acinclude.m4:4857: KDE_SET_PREFIX is expanded from...
++configure.in:47: the top level])
++m4trace:configure.in:47: -1- AC_SUBST([CONF_FILES])
++m4trace:configure.in:50: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
++You should run autoupdate.], [aclocal.m4:353: AM_CONFIG_HEADER is expanded from...
++configure.in:50: the top level])
++m4trace:configure.in:50: -1- AC_CONFIG_HEADERS([config.h])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_PROG_CC
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([CFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CC])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CC])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([CC])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CC])
++m4trace:configure.in:53: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
++m4trace:configure.in:53: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
++m4trace:configure.in:53: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
++m4trace:configure.in:53: -1- AC_SUBST([am__include])
++m4trace:configure.in:53: -1- AC_SUBST([am__quote])
++m4trace:configure.in:53: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
++m4trace:configure.in:53: -1- AC_SUBST([AMDEP_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([AMDEP_FALSE])
++m4trace:configure.in:53: -1- AC_SUBST([AMDEPBACKSLASH])
++m4trace:configure.in:53: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
++m4trace:configure.in:53: -1- AM_CONDITIONAL([am__fastdepCC], [
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCC_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCC_FALSE])
++m4trace:configure.in:53: -1- AC_PROG_CPP
++m4trace:configure.in:53: -1- AC_SUBST([CPP])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CPP])
++m4trace:configure.in:53: -1- AC_PROG_CXX
++m4trace:configure.in:53: -1- AC_SUBST([CXX])
++m4trace:configure.in:53: -1- AC_SUBST([CXXFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CXX])
++m4trace:configure.in:53: -1- AC_SUBST([ac_ct_CXX])
++m4trace:configure.in:53: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
++m4trace:configure.in:53: -1- AM_CONDITIONAL([am__fastdepCXX], [
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCXX_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([am__fastdepCXX_FALSE])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++acinclude.m4:2937: KDE_CHECK_FOR_BAD_COMPILER is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([WOVERLOADED_VIRTUAL])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2872: KDE_CHECK_C_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([HAVE_GCC_VISIBILITY])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AM_CONDITIONAL([unsermake_enable_pch], [test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes"])
++m4trace:configure.in:53: -1- AC_SUBST([unsermake_enable_pch_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([unsermake_enable_pch_FALSE])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([USE_EXCEPTIONS])
++m4trace:configure.in:53: -1- AC_SUBST([USE_RTTI])
++m4trace:configure.in:53: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:53: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([NOOPT_CXXFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([NOOPT_CFLAGS])
++m4trace:configure.in:53: -1- AC_SUBST([ENABLE_PERMISSIVE_FLAG])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:1718: KDE_CHECK_NEW_LDFLAGS is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS_AS_NEEDED])
++m4trace:configure.in:53: -1- AC_SUBST([LDFLAGS_NEW_DTAGS])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1674: KDE_CHECK_FINAL is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_FINAL_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_FINAL_FALSE])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1695: KDE_CHECK_CLOSURE is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_CLOSURE_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_CLOSURE_FALSE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_NO_UNDEFINED])
++m4trace:configure.in:53: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1734: KDE_CHECK_NMCHECK is expanded from...
++acinclude.m4:3234: AC_CHECK_COMPILERS is expanded from...
++configure.in:53: the top level])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_NMCHECK_TRUE])
++m4trace:configure.in:53: -1- AC_SUBST([KDE_USE_NMCHECK_FALSE])
++m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:7623: AC_ENABLE_SHARED is expanded from...
++configure.in:54: the top level])
++m4trace:configure.in:55: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:7662: AC_ENABLE_STATIC is expanded from...
++configure.in:55: the top level])
++m4trace:configure.in:56: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3372: KDE_CHECK_LIB64 is expanded from...
++configure.in:56: KDE_CHECK_LIB64 is required by...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_DEFINE_TRACE_LITERAL([KDELIBSUFF])
++m4trace:configure.in:56: -1- AH_OUTPUT([KDELIBSUFF], [/* Suffix for lib directories */
++#undef KDELIBSUFF])
++m4trace:configure.in:56: -1- AC_SUBST([libdir], ["$libdir"])
++m4trace:configure.in:56: -1- AC_DEFINE_TRACE_LITERAL([KDELIBSUFF])
++m4trace:configure.in:56: -1- AH_OUTPUT([KDELIBSUFF], [/* Suffix for lib directories */
++#undef KDELIBSUFF])
++m4trace:configure.in:56: -1- AC_PROG_LIBTOOL
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:7701: AC_ENABLE_FAST_INSTALL is expanded from...
++configure.in:56: AC_ENABLE_FAST_INSTALL is required by...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
++acinclude.m4:7898: AC_PROG_LD is expanded from...
++configure.in:56: AC_PROG_LD is required by...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_SUBST([EGREP])
++m4trace:configure.in:56: -1- AC_PROG_LN_S
++m4trace:configure.in:56: -1- AC_SUBST([LN_S], [$as_ln_s])
++m4trace:configure.in:56: -1- AC_SUBST([ECHO])
++m4trace:configure.in:56: -1- AC_SUBST([AR])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_AR])
++m4trace:configure.in:56: -1- AC_SUBST([RANLIB])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_RANLIB])
++m4trace:configure.in:56: -1- AC_SUBST([STRIP])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_STRIP])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
++acinclude.m4:6348: _LT_AC_LOCK is expanded from...
++configure.in:56: _LT_AC_LOCK is required by...
++acinclude.m4:6815: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
++acinclude.m4:8434: _LT_AC_LANG_C_CONFIG is expanded from...
++acinclude.m4:8330: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_CHECK_HEADERS([dlfcn.h])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
++#undef HAVE_DLFCN_H])
++m4trace:configure.in:56: -1- AC_HEADER_STDC
++m4trace:configure.in:56: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
++m4trace:configure.in:56: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
++#undef STDC_HEADERS])
++m4trace:configure.in:56: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
++		  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
++#undef HAVE_SYS_TYPES_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
++#undef HAVE_SYS_STAT_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
++#undef HAVE_STDLIB_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
++#undef HAVE_STRING_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
++#undef HAVE_MEMORY_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
++#undef HAVE_STRINGS_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
++#undef HAVE_INTTYPES_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
++#undef HAVE_STDINT_H])
++m4trace:configure.in:56: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
++#undef HAVE_UNISTD_H])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
++	      [lt_cv_dlopen="dlopen"],
++	  [AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
++	    [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++	  ])
++	])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++m4trace:configure.in:56: -1- _LT_AC_TAGCONFIG
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:56: -1- AC_SUBST([CPPFLAGS])
++m4trace:configure.in:56: -1- AC_SUBST([CXXCPP])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
++	      [lt_cv_dlopen="dlopen"],
++	  [AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
++	    [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++	  ])
++	])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++m4trace:configure.in:56: -1- AC_SUBST([F77])
++m4trace:configure.in:56: -1- AC_SUBST([FFLAGS])
++m4trace:configure.in:56: -1- AC_SUBST([LDFLAGS])
++m4trace:configure.in:56: -1- AC_SUBST([F77])
++m4trace:configure.in:56: -1- AC_SUBST([ac_ct_F77])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9703: _LT_AC_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:9649: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9703: _LT_AC_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:9649: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
++    lt_cv_dlopen="dyld"
++    lt_cv_dlopen_libs=
++    lt_cv_dlopen_self=yes
++    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
++	      [lt_cv_dlopen="dlopen"],
++	  [AC_CHECK_LIB([dl], [dlopen],
++		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
++	    [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++	  ])
++	])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
++		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
++	      [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++	    ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
++		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++	      ])
++m4trace:configure.in:56: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:9703: _LT_AC_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:9649: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9747: _LT_AC_LANG_RC_CONFIG is expanded from...
++acinclude.m4:9711: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:9747: _LT_AC_LANG_RC_CONFIG is expanded from...
++acinclude.m4:9711: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:9747: _LT_AC_LANG_RC_CONFIG is expanded from...
++acinclude.m4:9711: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
++acinclude.m4:7577: _LT_AC_TAGCONFIG is expanded from...
++acinclude.m4:5979: AC_LIBTOOL_SETUP is expanded from...
++configure.in:56: AC_LIBTOOL_SETUP is required by...
++acinclude.m4:5835: _AC_PROG_LIBTOOL is expanded from...
++configure.in:56: _AC_PROG_LIBTOOL is required by...
++acinclude.m4:5815: AC_PROG_LIBTOOL is expanded from...
++acinclude.m4:11878: AM_PROG_LIBTOOL is expanded from...
++acinclude.m4:3344: KDE_PROG_LIBTOOL is expanded from...
++configure.in:56: the top level])
++m4trace:configure.in:56: -1- AC_SUBST([LIBTOOL])
++m4trace:configure.in:56: -1- AC_SUBST([KDE_PLUGIN])
++m4trace:configure.in:56: -1- AC_SUBST([AUTOCONF], ['$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'])
++m4trace:configure.in:60: -1- AC_SUBST([MSGFMT])
++m4trace:configure.in:60: -1- AC_SUBST([GMSGFMT], [$ac_cv_path_GMSGFMT])
++m4trace:configure.in:60: -1- AC_SUBST([GMSGFMT])
++m4trace:configure.in:60: -1- AC_SUBST([MSGFMT])
++m4trace:configure.in:60: -1- AC_SUBST([XGETTEXT])
++m4trace:configure.in:60: -1- AC_SUBST([XGETTEXT])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SGI_STL])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SGI_STL], [/* Define if you have a STL implementation by SGI */
++#undef HAVE_SGI_STL])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4507: KDE_CHECK_STL is expanded from...
++configure.in:63: KDE_CHECK_STL is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([util], [main], [LIBUTIL="-lutil"])
++m4trace:configure.in:63: -1- AC_SUBST([LIBUTIL])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([compat], [main], [LIBCOMPAT="-lcompat"])
++m4trace:configure.in:63: -1- AC_SUBST([LIBCOMPAT])
++m4trace:configure.in:63: -2- AC_CHECK_LIB([c], [crypt], [kde_have_crypt=yes], [
++        AC_MSG_WARN([you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support])
++	kde_have_crypt=no
++      ])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([crypt], [crypt], [LIBCRYPT="-lcrypt"; kde_have_crypt=yes], [echo "$as_me:$LINENO: checking for crypt in -lc" >&5
++echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6
++if test "${ac_cv_lib_c_crypt+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lc  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any gcc2 internal prototype to avoid an error.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++/* We use char because int might match the return type of a gcc2
++   builtin and then its argument prototype would still apply.  */
++char crypt ();
++int
++main ()
++{
++crypt ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
++  (eval $ac_link) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; } &&
++	 { ac_try='test -s conftest$ac_exeext'
++  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
++  (eval $ac_try) 2>&5
++  ac_status=$?
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); }; }; then
++  ac_cv_lib_c_crypt=yes
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ac_cv_lib_c_crypt=no
++fi
++rm -f conftest.err conftest.$ac_objext \
++      conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
++echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6
++if test $ac_cv_lib_c_crypt = yes; then
++  kde_have_crypt=yes
++else
++  
++        { echo "$as_me:$LINENO: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&5
++echo "$as_me: WARNING: you have no crypt in either libcrypt or libc.
++You should install libcrypt from another source or configure with PAM
++support" >&2;}
++	kde_have_crypt=no
++      
++fi
++])
++m4trace:configure.in:63: -1- AC_SUBST([LIBCRYPT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CRYPT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_CRYPT], [/* Defines if your system has the crypt function */
++#undef HAVE_CRYPT])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:3479: AC_CHECK_SOCKLEN_T is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:3479: AC_CHECK_SOCKLEN_T is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([kde_socklen_t])
++m4trace:configure.in:63: -1- AH_OUTPUT([kde_socklen_t], [/* type to use in place of socklen_t if not defined */
++#undef kde_socklen_t])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([ksize_t])
++m4trace:configure.in:63: -1- AH_OUTPUT([ksize_t], [/* type to use in place of socklen_t if not defined (deprecated, use
++   kde_socklen_t) */
++#undef ksize_t])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dnet], [dnet_ntoa], [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dnet_stub], [dnet_ntoa], [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([nsl], [inet_ntoa], [X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([socket], [connect], [X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"], [], [$X_EXTRA_LIBS])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([posix], [remove], [X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"])
++m4trace:configure.in:63: -2- AC_CHECK_LIB([ipc], [shmat], [X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([sys/types.h stdint.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
++#undef HAVE_SYS_TYPES_H])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
++#undef HAVE_STDINT_H])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([sys/bitypes.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SYS_BITYPES_H], [/* Define to 1 if you have the <sys/bitypes.h> header file. */
++#undef HAVE_SYS_BITYPES_H])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([poll], [poll], [LIB_POLL="-lpoll"])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([Carbon/Carbon.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_CARBON_CARBON_H], [/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
++#undef HAVE_CARBON_CARBON_H])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_COREAUDIO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_COREAUDIO], [/* Define if you have the CoreAudio API */
++#undef HAVE_COREAUDIO])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_RES_INIT], [/* Define if you have the res_init function */
++#undef HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AC_SUBST([LIBRESOLV])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2385: AC_CHECK_RES_INIT is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_RES_INIT], [/* Define if you have res_init */
++#undef HAVE_RES_INIT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RES_INIT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_RES_INIT_PROTO], [/* Define if you have the res_init prototype */
++#undef HAVE_RES_INIT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([_HAVE_RES_INIT_PROTO], [
++#if !defined(HAVE_RES_INIT_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++int res_init(void);
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_POLL])
++m4trace:configure.in:63: -1- AC_SUBST([FRAMEWORK_COREAUDIO])
++m4trace:configure.in:63: -1- AC_SUBST([LIBSOCKET])
++m4trace:configure.in:63: -1- AC_SUBST([X_EXTRA_LIBS])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([ucb], [killpg], [LIBUCB="-lucb"])
++m4trace:configure.in:63: -1- AC_SUBST([LIBUCB])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([bsd], [gethostbyname], [LIBSOCKET="-lbsd"])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_INT])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_INT], [/* The size of a `int\', as computed by sizeof. */
++#undef SIZEOF_INT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SHORT])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_SHORT], [/* The size of a `short\', as computed by sizeof. */
++#undef SIZEOF_SHORT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of a `long\', as computed by sizeof. */
++#undef SIZEOF_LONG])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_CHAR_P])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_CHAR_P], [/* The size of a `char *\', as computed by sizeof. */
++#undef SIZEOF_CHAR_P])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dl], [dlopen], [
++LIBDL="-ldl"
++ac_cv_have_dlfcn=yes
++])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([dld], [shl_unload], [
++LIBDL="-ldld"
++ac_cv_have_shload=yes
++])
++m4trace:configure.in:63: -1- AC_SUBST([LIBDL])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2410: AC_CHECK_STRLCAT is expanded from...
++configure.in:63: AC_CHECK_STRLCAT is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCAT])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCAT], [/* Define if you have strlcat */
++#undef HAVE_STRLCAT])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCAT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCAT_PROTO], [/* Define if you have the strlcat prototype */
++#undef HAVE_STRLCAT_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([_HAVE_STRLCAT_PROTO], [
++#if !defined(HAVE_STRLCAT_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++unsigned long strlcat(char*, const char*, unsigned long);
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2208: KDE_CHECK_FUNC_EXT is expanded from...
++acinclude.m4:2397: AC_CHECK_STRLCPY is expanded from...
++configure.in:63: AC_CHECK_STRLCPY is required by...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCPY])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCPY], [/* Define if you have strlcpy */
++#undef HAVE_STRLCPY])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCPY_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_STRLCPY_PROTO], [/* Define if you have the strlcpy prototype */
++#undef HAVE_STRLCPY_PROTO])
++m4trace:configure.in:63: -1- AH_OUTPUT([_HAVE_STRLCPY_PROTO], [
++#if !defined(HAVE_STRLCPY_PROTO)
++#ifdef __cplusplus
++extern "C" {
++#endif
++unsigned long strlcpy(char*, const char*, unsigned long);
++#ifdef __cplusplus
++}
++#endif
++#endif
++])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SIZE_T])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_SIZE_T], [/* The size of a `size_t\', as computed by sizeof. */
++#undef SIZEOF_SIZE_T])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_UNSIGNED_LONG])
++m4trace:configure.in:63: -1- AH_OUTPUT([SIZEOF_UNSIGNED_LONG], [/* The size of a `unsigned long\', as computed by sizeof. */
++#undef SIZEOF_UNSIGNED_LONG])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++acinclude.m4:5686: KDE_CHECK_STRLCPY is expanded from...
++acinclude.m4:857: KDE_MISC_TESTS is expanded from...
++configure.in:63: KDE_MISC_TESTS is required by...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_CHECK_HEADERS([crt_externs.h])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_CRT_EXTERNS_H], [/* Define to 1 if you have the <crt_externs.h> header file. */
++#undef HAVE_CRT_EXTERNS_H])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_NSGETENVIRON])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_NSGETENVIRON], [/* Define if your system needs _NSGetEnviron to set up the environment */
++#undef HAVE_NSGETENVIRON])
++m4trace:configure.in:63: -1- AH_OUTPUT([_DARWIN_ENVIRON], [
++#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
++# include <sys/time.h>
++# include <crt_externs.h>
++# define environ (*_NSGetEnviron())
++#endif
++])
++m4trace:configure.in:63: -1- AH_OUTPUT([_AIX_STRINGS_H_BZERO], [
++/*
++ * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
++ * that defines bzero.
++ */
++
++#if defined(_AIX)
++#include <strings.h>
++#endif
++])
++m4trace:configure.in:63: -1- AC_CHECK_FUNCS([vsnprintf snprintf])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define to 1 if you have the `vsnprintf\' function. */
++#undef HAVE_VSNPRINTF])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */
++#undef HAVE_SNPRINTF])
++m4trace:configure.in:63: -1- AH_OUTPUT([_TRU64], [
++/*
++ * On HP-UX, the declaration of vsnprintf() is needed every time !
++ */
++
++#if !defined(HAVE_VSNPRINTF) || defined(hpux)
++#if __STDC__
++#include <stdarg.h>
++#include <stdlib.h>
++#else
++#include <varargs.h>
++#endif
++#ifdef __cplusplus
++extern "C"
++#endif
++int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
++#ifdef __cplusplus
++extern "C"
++#endif
++int snprintf(char *str, size_t n, char const *fmt, ...);
++#endif
++])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AM_CONDITIONAL([include_x11], [test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"])
++m4trace:configure.in:63: -1- AC_SUBST([include_x11_TRUE])
++m4trace:configure.in:63: -1- AC_SUBST([include_x11_FALSE])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2107: AC_TRY_CPP is expanded from...
++acinclude.m4:152: KDE_PATH_X_DIRECT is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++acinclude.m4:152: KDE_PATH_X_DIRECT is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([ICE], [IceConnectionNumber], [LIBSM="-lSM -lICE"], [], [$X_EXTRA_LIBS])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1082: K_PATH_X is expanded from...
++configure.in:63: K_PATH_X is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([X_PRE_LIBS])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_X11])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_XRENDER])
++m4trace:configure.in:63: -1- AC_SUBST([LIBSM])
++m4trace:configure.in:63: -1- AC_SUBST([X_INCLUDES])
++m4trace:configure.in:63: -1- AC_SUBST([X_LDFLAGS])
++m4trace:configure.in:63: -1- AC_SUBST([x_includes])
++m4trace:configure.in:63: -1- AC_SUBST([x_libraries])
++m4trace:configure.in:63: -1- AC_SUBST([QTE_NORTTI])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_XEXT])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([$PTHREAD_LIBS], [pthread_create], [LIBPTHREAD="$PTHREAD_LIBS_save"], [], [])
++m4trace:configure.in:63: -1- AC_CHECK_LIB([pthread], [pthread_create], [LIBPTHREAD="-lpthread"])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++acinclude.m4:4235: KDE_CHECK_LIBPTHREAD is expanded from...
++configure.in:63: KDE_CHECK_LIBPTHREAD is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPTHREAD])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AH_OUTPUT([__svr_define], [
++#if defined(__SVR4) && !defined(__svr4__)
++#define __svr4__ 1
++#endif
++])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2847: KDE_CHECK_COMPILER_FLAG is expanded from...
++acinclude.m4:4272: KDE_CHECK_PTHREAD_OPTION is expanded from...
++configure.in:63: KDE_CHECK_PTHREAD_OPTION is required by...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([USE_THREADS])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPTHREAD])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:4293: KDE_CHECK_THREADING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* Define if you have a working libpthread (will enable threaded code) */
++#undef HAVE_LIBPTHREAD])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_MT_LDFLAGS])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_MT_LIBS])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1956: KDE_CHECK_EXTRA_LIBS is expanded from...
++configure.in:63: KDE_CHECK_EXTRA_LIBS is required by...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([USER_INCLUDES])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1956: KDE_CHECK_EXTRA_LIBS is expanded from...
++configure.in:63: KDE_CHECK_EXTRA_LIBS is required by...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([USER_LDFLAGS])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2649: AC_FIND_ZLIB is expanded from...
++configure.in:63: AC_FIND_ZLIB is required by...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBZ], [/* Define if you have libz */
++#undef HAVE_LIBZ])
++m4trace:configure.in:63: -1- AC_SUBST([LIBZ])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2752: AC_FIND_PNG is expanded from...
++configure.in:63: AC_FIND_PNG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPNG])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBPNG], [/* Define if you have libpng */
++#undef HAVE_LIBPNG])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPNG])
++m4trace:configure.in:63: -1- AC_SUBST([LIBPNG])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2518: KDE_FIND_JPEG_HELPER is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2518: KDE_FIND_JPEG_HELPER is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:2570: AC_FIND_JPEG is expanded from...
++configure.in:63: AC_FIND_JPEG is required by...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBJPEG])
++m4trace:configure.in:63: -1- AH_OUTPUT([HAVE_LIBJPEG], [/* Define if you have libjpeg */
++#undef HAVE_LIBJPEG])
++m4trace:configure.in:63: -1- AC_SUBST([LIBJPEG])
++m4trace:configure.in:63: -1- AH_OUTPUT([_AC_CHECK_JPEG], [/*
++ * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
++ * headers and I\'m too lazy to write a configure test as long as only
++ * unixware is related
++ */
++#ifdef _UNIXWARE
++#define HAVE_BOOLEAN
++#endif
++])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1288: KDE_CHECK_QT_DIRECT is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([qt_libraries])
++m4trace:configure.in:63: -1- AC_SUBST([qt_includes])
++m4trace:configure.in:63: -1- AC_SUBST([QT_INCLUDES])
++m4trace:configure.in:63: -1- AC_SUBST([QT_LDFLAGS])
++m4trace:configure.in:63: -1- AC_SUBST([PERL])
++m4trace:configure.in:63: -1- AC_SUBST([MOC])
++m4trace:configure.in:63: -1- AC_SUBST([UIC])
++m4trace:configure.in:63: -1- AC_SUBST([UIC_TR])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:2607: KDE_CHECK_QT_JPEG is expanded from...
++acinclude.m4:1595: AC_PATH_QT_1_3 is expanded from...
++acinclude.m4:1600: AC_PATH_QT is expanded from...
++configure.in:63: AC_PATH_QT is required by...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_QT])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_QPE])
++m4trace:configure.in:63: -1- AC_SUBST([kde_qtver])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:3426: AC_CHECK_RPATH is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_EXTRA_RPATH])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_RPATH])
++m4trace:configure.in:63: -1- AC_SUBST([X_RPATH])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:1902: AC_BASE_PATH_KDE is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([kde_libraries])
++m4trace:configure.in:63: -1- AC_SUBST([kde_includes])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_LDFLAGS])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_INCLUDES])
++m4trace:configure.in:63: -1- AC_SUBST([all_includes])
++m4trace:configure.in:63: -1- AC_SUBST([all_libraries])
++m4trace:configure.in:63: -1- AC_SUBST([AUTODIRS])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:2011: KDE_1_CHECK_PATH_HEADERS is expanded from...
++acinclude.m4:396: KDE_1_CHECK_PATHS is expanded from...
++acinclude.m4:513: KDE_SET_DEFAULT_PATHS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:636: KDE_SUBST_PROGRAMS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AM_CONDITIONAL([include_ARTS], [test "$build_arts" '!=' "no"])
++m4trace:configure.in:63: -1- AC_SUBST([include_ARTS_TRUE])
++m4trace:configure.in:63: -1- AC_SUBST([include_ARTS_FALSE])
++m4trace:configure.in:63: -1- AC_DEFINE_TRACE_LITERAL([WITHOUT_ARTS])
++m4trace:configure.in:63: -1- AH_OUTPUT([WITHOUT_ARTS], [/* Defined if compiling without arts */
++#undef WITHOUT_ARTS])
++m4trace:configure.in:63: -1- AC_SUBST([MAKEKDEWIDGETS])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:636: KDE_SUBST_PROGRAMS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:636: KDE_SUBST_PROGRAMS is expanded from...
++acinclude.m4:684: AC_CREATE_KFSSTND is expanded from...
++acinclude.m4:2119: AC_PATH_KDE is expanded from...
++configure.in:63: the top level])
++m4trace:configure.in:63: -1- AC_SUBST([KCONFIG_COMPILER])
++m4trace:configure.in:63: -1- AC_SUBST([KCFG_DEPENDENCIES])
++m4trace:configure.in:63: -1- AC_SUBST([DCOPIDLNG])
++m4trace:configure.in:63: -1- AC_SUBST([DCOPIDL])
++m4trace:configure.in:63: -1- AC_SUBST([DCOPIDL2CPP])
++m4trace:configure.in:63: -1- AC_SUBST([DCOP_DEPENDENCIES])
++m4trace:configure.in:63: -1- AC_SUBST([MCOPIDL])
++m4trace:configure.in:63: -1- AC_SUBST([ARTSCCONFIG])
++m4trace:configure.in:63: -1- AC_SUBST([MEINPROC])
++m4trace:configure.in:63: -1- AC_SUBST([KDE_XSL_STYLESHEET])
++m4trace:configure.in:63: -1- AC_SUBST([XMLLINT])
++m4trace:configure.in:63: -1- AC_SUBST([kde_htmldir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_appsdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_icondir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_sounddir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_datadir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_locale])
++m4trace:configure.in:63: -1- AC_SUBST([kde_confdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_kcfgdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_mimedir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_wallpaperdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_bindir])
++m4trace:configure.in:63: -1- AC_SUBST([xdg_appsdir])
++m4trace:configure.in:63: -1- AC_SUBST([xdg_menudir])
++m4trace:configure.in:63: -1- AC_SUBST([xdg_directorydir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_templatesdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_servicesdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_servicetypesdir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_moduledir])
++m4trace:configure.in:63: -1- AC_SUBST([kdeinitdir], ['$(kde_moduledir)'])
++m4trace:configure.in:63: -1- AC_SUBST([kde_styledir])
++m4trace:configure.in:63: -1- AC_SUBST([kde_widgetdir])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDECORE], ["-lkdecore"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEUI], ["-lkdeui"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KIO], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KJS], ["-lkjs"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_SMB], ["-lsmb"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KAB], ["-lkab"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KABC], ["-lkabc"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KHTML], ["-lkhtml"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSPELL], ["-lkspell"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KPARTS], ["-lkparts"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEPRINT], ["-lkdeprint"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KUTILS], ["-lkutils"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEPIM], ["-lkdepim"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KIMPROXY], ["-lkimproxy"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KNEWSTUFF], ["-lknewstuff"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDNSSD], ["-lkdnssd"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KUNITTEST], ["-lkunittest"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSYCOCA], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFILE], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDECORE], ["-lkdecore"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEUI], ["-lkdeui"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KIO], ["-lkio"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSYCOCA], ["-lksycoca"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_SMB], ["-lsmb"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFILE], ["-lkfile"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KAB], ["-lkab"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KHTML], ["-lkhtml"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KSPELL], ["-lkspell"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KPARTS], ["-lkparts"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEPRINT], ["-lkdeprint"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDECORE], ["-lkdecore -lXext $(LIB_QT)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KDEUI], ["-lkdeui $(LIB_KDECORE)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFM], ["-lkfm $(LIB_KDECORE)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KFILE], ["-lkfile $(LIB_KFM) $(LIB_KDEUI)"])
++m4trace:configure.in:63: -1- AC_SUBST([LIB_KAB], ["-lkab $(LIB_KIMGIO) $(LIB_KDECORE)"])
++m4trace:configure.in:75: -1- AC_CHECK_HEADERS([unistd.h sys/param.h floatingpoint.h paths.h])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
++#undef HAVE_UNISTD_H])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
++#undef HAVE_SYS_PARAM_H])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_FLOATINGPOINT_H], [/* Define to 1 if you have the <floatingpoint.h> header file. */
++#undef HAVE_FLOATINGPOINT_H])
++m4trace:configure.in:75: -1- AH_OUTPUT([HAVE_PATHS_H], [/* Define to 1 if you have the <paths.h> header file. */
++#undef HAVE_PATHS_H])
++m4trace:configure.in:76: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN])
++m4trace:configure.in:76: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define to 1 if your processor stores words with the most significant byte
++   first (like Motorola and SPARC, unlike Intel and VAX). */
++#undef WORDS_BIGENDIAN])
++m4trace:configure.in:77: -1- AC_DEFINE_TRACE_LITERAL([KDEMAXPATHLEN])
++m4trace:configure.in:77: -1- AH_OUTPUT([KDEMAXPATHLEN], [/* Define a safe value for MAXPATHLEN */
++#undef KDEMAXPATHLEN])
++m4trace:configure.in:79: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:5395: KDE_INIT_DOXYGEN is expanded from...
++configure.in:79: the top level])
++m4trace:configure.in:79: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:5395: KDE_INIT_DOXYGEN is expanded from...
++configure.in:79: the top level])
++m4trace:configure.in:79: -1- AC_SUBST([QTDOCDIR])
++m4trace:configure.in:79: -1- AC_SUBST([KDE_HAVE_DOT])
++m4trace:configure.in:79: -1- AC_SUBST([DOXYGEN])
++m4trace:configure.in:79: -1- AC_SUBST([DOXYGEN_PROJECT_NAME])
++m4trace:configure.in:79: -1- AC_SUBST([DOXYGEN_PROJECT_NUMBER])
++m4trace:configure.in:79: -1- AC_SUBST([KDE_HAS_DOXYGEN])
++m4trace:configure.in:94: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MAGICK6])
++m4trace:configure.in:94: -1- AH_OUTPUT([HAVE_MAGICK6], [/* ImageMagick Version 6 */
++#undef HAVE_MAGICK6])
++m4trace:configure.in:108: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MAGICK])
++m4trace:configure.in:108: -1- AH_OUTPUT([HAVE_MAGICK], [/* ImageMagick is available */
++#undef HAVE_MAGICK])
++m4trace:configure.in:118: -1- AC_SUBST([LIBMAGICK_LIBS])
++m4trace:configure.in:119: -1- AC_SUBST([LIBMAGICK_LDFLAGS])
++m4trace:configure.in:120: -1- AC_SUBST([LIBMAGICK_CPPFLAGS])
++m4trace:configure.in:121: -1- AC_SUBST([LIBMAGICK_RPATH])
++m4trace:configure.in:191: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:191: the top level])
++m4trace:configure.in:191: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:191: the top level])
++m4trace:configure.in:192: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:192: the top level])
++m4trace:configure.in:192: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:192: the top level])
++m4trace:configure.in:233: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:233: the top level])
++m4trace:configure.in:249: -1- AM_CONDITIONAL([need_kde32_compatibility], [test "$need_kde32_compat" = "yes"])
++m4trace:configure.in:249: -1- AC_SUBST([need_kde32_compatibility_TRUE])
++m4trace:configure.in:249: -1- AC_SUBST([need_kde32_compatibility_FALSE])
++m4trace:configure.in:250: -1- AM_CONDITIONAL([need_kde33_compatibility], [test "$need_kde33_compat" = "yes"])
++m4trace:configure.in:250: -1- AC_SUBST([need_kde33_compatibility_TRUE])
++m4trace:configure.in:250: -1- AC_SUBST([need_kde33_compatibility_FALSE])
++m4trace:configure.in:251: -1- AM_CONDITIONAL([need_kde34_compatibility], [test "$need_kde34_compat" = "yes"])
++m4trace:configure.in:251: -1- AC_SUBST([need_kde34_compatibility_TRUE])
++m4trace:configure.in:251: -1- AC_SUBST([need_kde34_compatibility_FALSE])
++m4trace:configure.in:254: -1- AM_CONDITIONAL([need_kde31_compatibility], [test "supported" = "no"])
++m4trace:configure.in:254: -1- AC_SUBST([need_kde31_compatibility_TRUE])
++m4trace:configure.in:254: -1- AC_SUBST([need_kde31_compatibility_FALSE])
++m4trace:configure.in:269: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:269: the top level])
++m4trace:configure.in:309: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WV2])
++m4trace:configure.in:309: -1- AH_OUTPUT([HAVE_WV2], [/* Defines if your system has the wv2 library */
++#undef HAVE_WV2])
++m4trace:configure.in:316: -1- AC_SUBST([LIBWV2_LIBS])
++m4trace:configure.in:317: -1- AC_SUBST([LIBWV2_CFLAGS])
++m4trace:configure.in:318: -1- AC_SUBST([LIBWV2_RPATH])
++m4trace:configure.in:319: -1- AM_CONDITIONAL([include_wv2_msword_filter], [test -n "$LIBWV2_LIBS"])
++m4trace:configure.in:319: -1- AC_SUBST([include_wv2_msword_filter_TRUE])
++m4trace:configure.in:319: -1- AC_SUBST([include_wv2_msword_filter_FALSE])
++m4trace:configure.in:325: -1- AC_HEADER_DIRENT
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'.
++   */
++#undef HAVE_DIRENT_H])
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'.
++   */
++#undef HAVE_SYS_NDIR_H])
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'.
++   */
++#undef HAVE_SYS_DIR_H])
++m4trace:configure.in:325: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */
++#undef HAVE_NDIR_H])
++m4trace:configure.in:326: -1- AC_HEADER_STDC
++m4trace:configure.in:326: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
++m4trace:configure.in:326: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
++#undef STDC_HEADERS])
++m4trace:configure.in:327: -1- AC_CHECK_FUNCS([rewinddir popen mkstemp])
++m4trace:configure.in:327: -1- AH_OUTPUT([HAVE_REWINDDIR], [/* Define to 1 if you have the `rewinddir\' function. */
++#undef HAVE_REWINDDIR])
++m4trace:configure.in:327: -1- AH_OUTPUT([HAVE_POPEN], [/* Define to 1 if you have the `popen\' function. */
++#undef HAVE_POPEN])
++m4trace:configure.in:327: -1- AH_OUTPUT([HAVE_MKSTEMP], [/* Define to 1 if you have the `mkstemp\' function. */
++#undef HAVE_MKSTEMP])
++m4trace:configure.in:331: -1- AC_DEFINE_TRACE_LITERAL([_FILE_OFFSET_BITS])
++m4trace:configure.in:331: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on hosts where this is settable. */
++#undef _FILE_OFFSET_BITS])
++m4trace:configure.in:331: -1- AC_DEFINE_TRACE_LITERAL([_LARGE_FILES])
++m4trace:configure.in:331: -1- AH_OUTPUT([_LARGE_FILES], [/* Define for large files, on AIX-style hosts. */
++#undef _LARGE_FILES])
++m4trace:configure.in:332: -1- AC_FUNC_FSEEKO
++m4trace:configure.in:332: -1- AC_DEFINE_TRACE_LITERAL([_LARGEFILE_SOURCE])
++m4trace:configure.in:332: -1- AH_OUTPUT([_LARGEFILE_SOURCE], [/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
++#undef _LARGEFILE_SOURCE])
++m4trace:configure.in:332: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FSEEKO])
++m4trace:configure.in:332: -1- AH_OUTPUT([HAVE_FSEEKO], [/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
++#undef HAVE_FSEEKO])
++m4trace:configure.in:333: -1- AC_CHECK_FUNCS([fseek64])
++m4trace:configure.in:333: -1- AH_OUTPUT([HAVE_FSEEK64], [/* Define to 1 if you have the `fseek64\' function. */
++#undef HAVE_FSEEK64])
++m4trace:configure.in:334: -1- AC_CHECK_FUNCS([ftell64])
++m4trace:configure.in:334: -1- AH_OUTPUT([HAVE_FTELL64], [/* Define to 1 if you have the `ftell64\' function. */
++#undef HAVE_FTELL64])
++m4trace:configure.in:337: -1- AH_OUTPUT([HAVE_PAPER_H], [/* Define to 1 if you have the <paper.h> header file. */
++#undef HAVE_PAPER_H])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:337: -1- AC_CHECK_HEADERS([paper.h], [], [], [])
++m4trace:configure.in:337: -1- AH_OUTPUT([HAVE_PAPER_H], [/* Define to 1 if you have the <paper.h> header file. */
++#undef HAVE_PAPER_H])
++m4trace:configure.in:337: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4757: KDE_CHECK_HEADERS is expanded from...
++configure.in:337: the top level])
++m4trace:configure.in:338: -1- AC_CHECK_LIB([paper], [paperinit], [LIBPAPER="-lpaper"], [], [])
++m4trace:configure.in:339: -1- AC_SUBST([LIBPAPER])
++m4trace:configure.in:364: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WPD])
++m4trace:configure.in:364: -1- AH_OUTPUT([HAVE_WPD], [/* Defines if your system has the libwpd library */
++#undef HAVE_WPD])
++m4trace:configure.in:369: -1- AC_SUBST([LIBWPD_LIBS])
++m4trace:configure.in:370: -1- AC_SUBST([LIBWPD_CFLAGS])
++m4trace:configure.in:371: -1- AC_SUBST([LIBWPD_RPATH])
++m4trace:configure.in:373: -1- AM_CONDITIONAL([include_wpd_filter], [test -n "$LIBWPD_LIBS"])
++m4trace:configure.in:373: -1- AC_SUBST([include_wpd_filter_TRUE])
++m4trace:configure.in:373: -1- AC_SUBST([include_wpd_filter_FALSE])
++m4trace:configure.in:402: -1- AC_DEFINE_TRACE_LITERAL([XMLLINT])
++m4trace:configure.in:402: -1- AH_OUTPUT([XMLLINT], [/* Defines the executable of xmllint */
++#undef XMLLINT])
++m4trace:configure.in:440: -1- AC_SUBST([LIBXSLT_LIBS])
++m4trace:configure.in:441: -1- AC_SUBST([LIBXSLT_CFLAGS])
++m4trace:configure.in:442: -1- AC_SUBST([LIBXSLT_RPATH])
++m4trace:configure.in:444: -1- AC_SUBST([LIBXML_LIBS])
++m4trace:configure.in:445: -1- AC_SUBST([LIBXML_CFLAGS])
++m4trace:configure.in:446: -1- AC_SUBST([LIBXML_RPATH])
++m4trace:configure.in:448: -1- AM_CONDITIONAL([include_XSLTFILTERS], [test -n "$LIBXML_LIBS" -a -n "$LIBXSLT_LIBS"])
++m4trace:configure.in:448: -1- AC_SUBST([include_XSLTFILTERS_TRUE])
++m4trace:configure.in:448: -1- AC_SUBST([include_XSLTFILTERS_FALSE])
++m4trace:configure.in:478: -1- AC_SUBST([LIBFREETYPE_LIBS])
++m4trace:configure.in:479: -1- AC_SUBST([LIBFREETYPE_CFLAGS])
++m4trace:configure.in:480: -1- AC_SUBST([LIBFREETYPE_RPATH])
++m4trace:configure.in:503: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBART])
++m4trace:configure.in:503: -1- AH_OUTPUT([HAVE_LIBART], [/* Defines if your system has the libart library */
++#undef HAVE_LIBART])
++m4trace:configure.in:509: -1- AC_SUBST([LIBART_LIBS])
++m4trace:configure.in:510: -1- AC_SUBST([LIBART_CFLAGS])
++m4trace:configure.in:511: -1- AC_SUBST([LIBART_RPATH])
++m4trace:configure.in:537: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FONTCONFIG])
++m4trace:configure.in:537: -1- AH_OUTPUT([HAVE_FONTCONFIG], [/* Defines if your system has the libfontconfig library */
++#undef HAVE_FONTCONFIG])
++m4trace:configure.in:557: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FONTCONFIG])
++m4trace:configure.in:557: -1- AH_OUTPUT([HAVE_FONTCONFIG], [/* Defines if your system has the libfontconfig library */
++#undef HAVE_FONTCONFIG])
++m4trace:configure.in:561: -1- AC_SUBST([LIBFONTCONFIG_LIBS])
++m4trace:configure.in:562: -1- AC_SUBST([LIBFONTCONFIG_CFLAGS])
++m4trace:configure.in:563: -1- AC_SUBST([LIBFONTCONFIG_RPATH])
++m4trace:configure.in:570: -1- AC_DEFINE_TRACE_LITERAL([HAVE_KARBONTEXT])
++m4trace:configure.in:570: -1- AH_OUTPUT([HAVE_KARBONTEXT], [/* Defines if your system has the fontconfig and freetype libraries */
++#undef HAVE_KARBONTEXT])
++m4trace:configure.in:635: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
++configure.in:633: kexi_LIB_READLINE is expanded from...
++configure.in:635: the top level])
++m4trace:configure.in:635: -1- AC_DEFINE_TRACE_LITERAL([HAVE_READLINE])
++m4trace:configure.in:635: -1- AH_OUTPUT([HAVE_READLINE], [/* define if you have libreadline available */
++#undef HAVE_READLINE])
++m4trace:configure.in:635: -1- AM_CONDITIONAL([have_readline], [test "$kexi_cv_lib_readline" = "yes"])
++m4trace:configure.in:635: -1- AC_SUBST([have_readline_TRUE])
++m4trace:configure.in:635: -1- AC_SUBST([have_readline_FALSE])
++m4trace:configure.in:635: -1- AC_SUBST([LIBREADLINE])
++m4trace:configure.in:649: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:649: the top level])
++m4trace:configure.in:649: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:649: the top level])
++m4trace:configure.in:650: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:650: the top level])
++m4trace:configure.in:650: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:650: the top level])
++m4trace:configure.in:665: -2- AC_SUBST([LIB_KEXI_KMDI], ['-lkmdi'])
++m4trace:configure.in:675: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:675: the top level])
++m4trace:configure.in:675: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:675: the top level])
++m4trace:configure.in:682: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:682: the top level])
++m4trace:configure.in:682: -2- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:682: the top level])
++m4trace:configure.in:689: -2- AC_SUBST([LIB_KEXI_KMDI_INCLUDES], ['-I'$kexi_compat_qextmdi_includes])
++m4trace:configure.in:690: -2- AC_SUBST([LIB_KEXI_KMDI], [-lkexi_compat_qextmdi])
++m4trace:configure.in:694: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++configure.in:694: the top level])
++m4trace:configure.in:697: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:697: the top level])
++m4trace:configure.in:699: -1- AM_CONDITIONAL([use_kexi_compat_qextmdi], [test "$use_kexi_compat_qextmdi" = "yes"])
++m4trace:configure.in:699: -1- AC_SUBST([use_kexi_compat_qextmdi_TRUE])
++m4trace:configure.in:699: -1- AC_SUBST([use_kexi_compat_qextmdi_FALSE])
++m4trace:configure.in:712: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:712: the top level])
++m4trace:configure.in:716: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:716: the top level])
++m4trace:configure.in:723: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:723: the top level])
++m4trace:configure.in:753: -1- AC_SUBST([MYSQL_INC])
++m4trace:configure.in:754: -1- AC_SUBST([MYSQL_LIBS])
++m4trace:configure.in:765: -1- AM_CONDITIONAL([compile_mysql_plugin], [test "$compile_mysql_plugin" = "yes"])
++m4trace:configure.in:765: -1- AC_SUBST([compile_mysql_plugin_TRUE])
++m4trace:configure.in:765: -1- AC_SUBST([compile_mysql_plugin_FALSE])
++m4trace:configure.in:775: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:775: the top level])
++m4trace:configure.in:783: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:783: the top level])
++m4trace:configure.in:790: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:790: the top level])
++m4trace:configure.in:801: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:801: the top level])
++m4trace:configure.in:808: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:808: the top level])
++m4trace:configure.in:833: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:833: the top level])
++m4trace:configure.in:833: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:833: the top level])
++m4trace:configure.in:840: -1- AC_SUBST([PG_INCDIR])
++m4trace:configure.in:850: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:850: the top level])
++m4trace:configure.in:850: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:850: the top level])
++m4trace:configure.in:857: -1- AC_SUBST([PG_LIBDIR])
++m4trace:configure.in:868: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:868: the top level])
++m4trace:configure.in:868: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:868: the top level])
++m4trace:configure.in:875: -1- AC_SUBST([PQXX_INCDIR])
++m4trace:configure.in:885: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:885: the top level])
++m4trace:configure.in:885: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:885: the top level])
++m4trace:configure.in:892: -1- AC_SUBST([PQXX_LIBDIR])
++m4trace:configure.in:896: -1- AM_CONDITIONAL([compile_pgsql_plugin], [test "$compile_pgsql_plugin" = "yes"])
++m4trace:configure.in:896: -1- AC_SUBST([compile_pgsql_plugin_TRUE])
++m4trace:configure.in:896: -1- AC_SUBST([compile_pgsql_plugin_FALSE])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++configure.in:932: the top level])
++m4trace:configure.in:945: -1- AC_SUBST([LIB_KNEWSTUFF])
++m4trace:configure.in:980: -1- AC_SUBST([PYTHON_INCLUDE])
++m4trace:configure.in:981: -1- AC_SUBST([PYTHON_LIB])
++m4trace:configure.in:982: -1- AC_SUBST([PYTHON_FLAGS])
++m4trace:configure.in:986: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++configure.in:986: the top level])
++m4trace:configure.in:988: -1- AM_CONDITIONAL([compile_kross_plugin], [test "x$compile_kross_plugin" != "xno"])
++m4trace:configure.in:988: -1- AC_SUBST([compile_kross_plugin_TRUE])
++m4trace:configure.in:988: -1- AC_SUBST([compile_kross_plugin_FALSE])
++m4trace:configure.in:1018: -1- AC_SUBST([PYTHON_INCLUDE])
++m4trace:configure.in:1019: -1- AC_SUBST([PYTHON_LIB])
++m4trace:configure.in:1020: -1- AC_SUBST([PYTHON_FLAGS])
++m4trace:configure.in:1027: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
++acinclude.m4:4365: KDE_CHECK_PYTHON_DIR is expanded from...
++configure.in:1027: KDE_CHECK_PYTHON_DIR is required by...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++acinclude.m4:4342: KDE_TRY_LINK_PYTHON is expanded from...
++acinclude.m4:4456: KDE_CHECK_PYTHON_INTERN is expanded from...
++acinclude.m4:4471: KDE_CHECK_PYTHON is expanded from...
++configure.in:1027: the top level])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONINC])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONLIB])
++m4trace:configure.in:1027: -1- AC_SUBST([LIBPYTHON])
++m4trace:configure.in:1027: -1- AC_SUBST([PYTHONMODDIR])
++m4trace:configure.in:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PYTHON])
++m4trace:configure.in:1027: -1- AH_OUTPUT([HAVE_PYTHON], [/* Define if you have the development files for python */
++#undef HAVE_PYTHON])
++m4trace:configure.in:1040: -2- AC_DEFINE_TRACE_LITERAL([HAVE_XINPUTEXT])
++m4trace:configure.in:1040: -2- AH_OUTPUT([HAVE_XINPUTEXT], [/* Define if you have the X11 Input Extension */
++#undef HAVE_XINPUTEXT])
++m4trace:configure.in:1040: -1- AC_CHECK_LIB([Xi], [XOpenDisplay], [LIB_XINPUTEXT="-lXi"
++	
++cat >>confdefs.h <<\_ACEOF
++@%:@define HAVE_XINPUTEXT 1
++_ACEOF
++
++	], [], [])
++m4trace:configure.in:1041: -1- AC_SUBST([LIB_XINPUTEXT])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1047: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1047: the top level])
++m4trace:configure.in:1050: -1- AC_DEFINE_TRACE_LITERAL([LCMS_HEADER])
++m4trace:configure.in:1050: -1- AH_OUTPUT([LCMS_HEADER], [/* The correct header */
++#undef LCMS_HEADER])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1060: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1060: the top level])
++m4trace:configure.in:1062: -1- AC_DEFINE_TRACE_LITERAL([LCMS_HEADER])
++m4trace:configure.in:1062: -1- AH_OUTPUT([LCMS_HEADER], [/* The correct header */
++#undef LCMS_HEADER])
++m4trace:configure.in:1085: -1- AC_SUBST([LCMS_LIBS])
++m4trace:configure.in:1102: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++configure.in:1102: the top level])
++m4trace:configure.in:1108: -1- AC_DEFINE_TRACE_LITERAL([HAVE_OLD_GETMAGICKINFOLIST])
++m4trace:configure.in:1108: -1- AH_OUTPUT([HAVE_OLD_GETMAGICKINFOLIST], [/* GetMagickInfoList has different number of arguments with versions >= 6.1.3
++   */
++#undef HAVE_OLD_GETMAGICKINFOLIST])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1116: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++acinclude.m4:4745: KDE_CHECK_HEADER is expanded from...
++configure.in:1116: the top level])
++m4trace:configure.in:1117: -1- AM_CONDITIONAL([use_kjsembed], [test x$have_kjsembed = xyes])
++m4trace:configure.in:1117: -1- AC_SUBST([use_kjsembed_TRUE])
++m4trace:configure.in:1117: -1- AC_SUBST([use_kjsembed_FALSE])
++m4trace:configure.in:1122: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_ROUND])
++m4trace:configure.in:1122: -1- AH_OUTPUT([HAVE_DECL_ROUND], [/* Define to 1 if you have the declaration of `round\', and to 0 if you don\'t.
++   */
++#undef HAVE_DECL_ROUND])
++m4trace:configure.in:1122: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_ROUND])
++m4trace:configure.in:1127: -1- AC_CHECK_HEADERS([ieeefp.h])
++m4trace:configure.in:1127: -1- AH_OUTPUT([HAVE_IEEEFP_H], [/* Define to 1 if you have the <ieeefp.h> header file. */
++#undef HAVE_IEEEFP_H])
++m4trace:configure.in:1129: -1- AC_CHECK_FUNCS([fabsl])
++m4trace:configure.in:1129: -1- AH_OUTPUT([HAVE_FABSL], [/* Define to 1 if you have the `fabsl\' function. */
++#undef HAVE_FABSL])
++m4trace:configure.in:1166: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2289: AC_TRY_RUN is expanded from...
++autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
++autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
++configure.in:1165: KDE_C_LONG_DOUBLE is expanded from...
++configure.in:1166: the top level])
++m4trace:configure.in:1166: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_DOUBLE])
++m4trace:configure.in:1166: -1- AH_OUTPUT([HAVE_LONG_DOUBLE], [/* Define if you have support for long double in printf */
++#undef HAVE_LONG_DOUBLE])
++m4trace:configure.in:1168: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
++configure.in:1168: the top level])
++m4trace:configure.in:1171: -2- AC_DEFINE_TRACE_LITERAL([HAVE_FUNC_ISINF])
++m4trace:configure.in:1171: -2- AH_OUTPUT([HAVE_FUNC_ISINF], [/* Define if you have isinf */
++#undef HAVE_FUNC_ISINF])
++m4trace:configure.in:1171: -1- AC_CHECK_LIB([m], [isinf], [
++cat >>confdefs.h <<_ACEOF
++@%:@define HAVE_FUNC_ISINF 1
++_ACEOF
++
++], [], [])
++m4trace:configure.in:1185: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1185: the top level])
++m4trace:configure.in:1185: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1185: the top level])
++m4trace:configure.in:1186: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:1186: the top level])
++m4trace:configure.in:1186: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:4929: KDE_LANG_CPLUSPLUS is expanded from...
++configure.in:1186: the top level])
++m4trace:configure.in:1200: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
++configure.in:1200: the top level])
++m4trace:configure.in:1204: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:1204: the top level])
++m4trace:configure.in:1208: -1- AC_SUBST([SQLDIR])
++m4trace:configure.in:1212: -1- AC_SUBST([SQLDIR])
++m4trace:configure.in:1216: -1- AM_CONDITIONAL([include_sql], [test -n "$SQLDIR"])
++m4trace:configure.in:1216: -1- AC_SUBST([include_sql_TRUE])
++m4trace:configure.in:1216: -1- AC_SUBST([include_sql_FALSE])
++m4trace:configure.in:1221: -1- AC_SUBST([KWMF_INCLUDES], ['-I$(top_srcdir)/lib/kwmf -I$(top_builddir)/lib/kwmf'])
++m4trace:configure.in:1222: -1- AC_SUBST([KSTORE_INCLUDES], ['-I$(top_srcdir)/lib/store -I$(top_builddir)/lib/store'])
++m4trace:configure.in:1223: -1- AC_SUBST([KOTEXT_INCLUDES], ['-I$(top_srcdir)/lib/kotext -I$(top_builddir)/lib/kotext'])
++m4trace:configure.in:1224: -1- AC_SUBST([KOPAINTER_INCLUDES], ['-I$(top_srcdir)/lib/kopainter -I$(top_builddir)/lib/kopainter'])
++m4trace:configure.in:1225: -1- AC_SUBST([KOFFICECORE_INCLUDES], ['-I$(top_srcdir)/lib/kofficecore -I$(top_builddir)/lib/kofficecore'])
++m4trace:configure.in:1226: -1- AC_SUBST([KOFFICEUI_INCLUDES], ['-I$(top_srcdir)/lib/kofficeui -I$(top_builddir)/lib/kofficeui'])
++m4trace:configure.in:1227: -1- AC_SUBST([KFORMULA_INCLUDES], ['-I$(top_srcdir)/lib/kformula -I$(top_builddir)/lib/kformula'])
++m4trace:configure.in:1228: -1- AC_SUBST([KOSCRIPT_INCLUDES], ['-I$(top_srcdir)/lib/koscript -I$(top_builddir)/lib/koscript'])
++m4trace:configure.in:1229: -1- AC_SUBST([LIB_KOFFICEUI], ['$(top_builddir)/lib/kofficeui/libkofficeui.la'])
++m4trace:configure.in:1230: -1- AC_SUBST([LIB_KOFFICECORE], ['$(top_builddir)/lib/kofficecore/libkofficecore.la'])
++m4trace:configure.in:1231: -1- AC_SUBST([LIB_KSTORE], ['$(top_builddir)/lib/store/libkstore.la'])
++m4trace:configure.in:1232: -1- AC_SUBST([LIB_KOTEXT], ['$(top_builddir)/lib/kotext/libkotext.la'])
++m4trace:configure.in:1233: -1- AC_SUBST([LIB_KOPAINTER], ['$(top_builddir)/lib/kopainter/libkopainter.la'])
++m4trace:configure.in:1234: -1- AC_SUBST([LIB_KWMF], ['$(top_builddir)/lib/kwmf/libkwmf.la'])
++m4trace:configure.in:1235: -1- AC_SUBST([LIB_KOWMF], ['$(top_builddir)/lib/kwmf/libkowmf.la'])
++m4trace:configure.in:1236: -1- AC_SUBST([LIB_KFORMULA], ['$(top_builddir)/lib/kformula/libkformulalib.la'])
++m4trace:configure.in:1237: -1- AC_SUBST([LIB_KOSCRIPT], ['$(top_builddir)/lib/koscript/libkoscript.la'])
++m4trace:configure.in:1239: -1- AC_SUBST([interfacedir], ['$(top_srcdir)/lib/interfaces'])
++m4trace:configure.in:1240: -1- AC_SUBST([KOFFICE_LIBS], ['$(LIB_KOFFICEUI) $(LIB_KOFFICECORE) $(LIB_KSTORE)'])
++m4trace:configure.in:1241: -1- AC_SUBST([KOFFICE_INCLUDES], ['$(KOFFICEUI_INCLUDES) $(KOFFICECORE_INCLUDES) $(KSTORE_INCLUDES) $(KWMF_INCLUDES)'])
++m4trace:configure.in:1243: -1- AC_DEFINE_TRACE_LITERAL([PREFIX])
++m4trace:configure.in:1243: -1- AH_OUTPUT([PREFIX], [/* Define the PREFIX where to install this package */
++#undef PREFIX])
++m4trace:configure.in:1249: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1249: the top level])
++m4trace:configure.in:1249: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
++and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
++configure.in:1249: the top level])
++m4trace:configure.in:1250: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
++You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
++configure.in:1250: the top level])
++m4trace:configure.in:1253: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:1253: the top level])
++m4trace:configure.in:1253: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
++You should run autoupdate.], [autoconf/general.m4:376: AC_FD_CC is expanded from...
++acinclude.m4:174: AC_FIND_FILE is expanded from...
++configure.in:1253: the top level])
++m4trace:configure.in:1257: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBKSPELL2])
++m4trace:configure.in:1257: -1- AH_OUTPUT([HAVE_LIBKSPELL2], [/* If we are going to use libkspell2 for spell-checking */
++#undef HAVE_LIBKSPELL2])
++m4trace:configure.in:1264: -1- AC_SUBST([LIBKSPELL2])
++m4trace:configure.in:1265: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
++You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
++configure.in:1265: the top level])
++m4trace:configure.in:1266: -1- AC_SUBST([TOPSUBDIRS])
++m4trace:configure.in:1267: -1- AM_CONDITIONAL([lib_SUBDIR_included], [test "x$lib_SUBDIR_included" = xyes])
++m4trace:configure.in:1267: -1- AC_SUBST([lib_SUBDIR_included_TRUE])
++m4trace:configure.in:1267: -1- AC_SUBST([lib_SUBDIR_included_FALSE])
++m4trace:configure.in:1268: -1- AM_CONDITIONAL([interfaces_SUBDIR_included], [test "x$interfaces_SUBDIR_included" = xyes])
++m4trace:configure.in:1268: -1- AC_SUBST([interfaces_SUBDIR_included_TRUE])
++m4trace:configure.in:1268: -1- AC_SUBST([interfaces_SUBDIR_included_FALSE])
++m4trace:configure.in:1269: -1- AM_CONDITIONAL([autocorrect_SUBDIR_included], [test "x$autocorrect_SUBDIR_included" = xyes])
++m4trace:configure.in:1269: -1- AC_SUBST([autocorrect_SUBDIR_included_TRUE])
++m4trace:configure.in:1269: -1- AC_SUBST([autocorrect_SUBDIR_included_FALSE])
++m4trace:configure.in:1270: -1- AM_CONDITIONAL([doc_SUBDIR_included], [test "x$doc_SUBDIR_included" = xyes])
++m4trace:configure.in:1270: -1- AC_SUBST([doc_SUBDIR_included_TRUE])
++m4trace:configure.in:1270: -1- AC_SUBST([doc_SUBDIR_included_FALSE])
++m4trace:configure.in:1271: -1- AM_CONDITIONAL([example_SUBDIR_included], [test "x$example_SUBDIR_included" = xyes])
++m4trace:configure.in:1271: -1- AC_SUBST([example_SUBDIR_included_TRUE])
++m4trace:configure.in:1271: -1- AC_SUBST([example_SUBDIR_included_FALSE])
++m4trace:configure.in:1272: -1- AM_CONDITIONAL([karbon_SUBDIR_included], [test "x$karbon_SUBDIR_included" = xyes])
++m4trace:configure.in:1272: -1- AC_SUBST([karbon_SUBDIR_included_TRUE])
++m4trace:configure.in:1272: -1- AC_SUBST([karbon_SUBDIR_included_FALSE])
++m4trace:configure.in:1273: -1- AM_CONDITIONAL([kchart_SUBDIR_included], [test "x$kchart_SUBDIR_included" = xyes])
++m4trace:configure.in:1273: -1- AC_SUBST([kchart_SUBDIR_included_TRUE])
++m4trace:configure.in:1273: -1- AC_SUBST([kchart_SUBDIR_included_FALSE])
++m4trace:configure.in:1274: -1- AM_CONDITIONAL([kdgantt_SUBDIR_included], [test "x$kdgantt_SUBDIR_included" = xyes])
++m4trace:configure.in:1274: -1- AC_SUBST([kdgantt_SUBDIR_included_TRUE])
++m4trace:configure.in:1274: -1- AC_SUBST([kdgantt_SUBDIR_included_FALSE])
++m4trace:configure.in:1275: -1- AM_CONDITIONAL([kformula_SUBDIR_included], [test "x$kformula_SUBDIR_included" = xyes])
++m4trace:configure.in:1275: -1- AC_SUBST([kformula_SUBDIR_included_TRUE])
++m4trace:configure.in:1275: -1- AC_SUBST([kformula_SUBDIR_included_FALSE])
++m4trace:configure.in:1276: -1- AM_CONDITIONAL([kivio_SUBDIR_included], [test "x$kivio_SUBDIR_included" = xyes])
++m4trace:configure.in:1276: -1- AC_SUBST([kivio_SUBDIR_included_TRUE])
++m4trace:configure.in:1276: -1- AC_SUBST([kivio_SUBDIR_included_FALSE])
++m4trace:configure.in:1277: -1- AM_CONDITIONAL([koshell_SUBDIR_included], [test "x$koshell_SUBDIR_included" = xyes])
++m4trace:configure.in:1277: -1- AC_SUBST([koshell_SUBDIR_included_TRUE])
++m4trace:configure.in:1277: -1- AC_SUBST([koshell_SUBDIR_included_FALSE])
++m4trace:configure.in:1278: -1- AM_CONDITIONAL([kounavail_SUBDIR_included], [test "x$kounavail_SUBDIR_included" = xyes])
++m4trace:configure.in:1278: -1- AC_SUBST([kounavail_SUBDIR_included_TRUE])
++m4trace:configure.in:1278: -1- AC_SUBST([kounavail_SUBDIR_included_FALSE])
++m4trace:configure.in:1279: -1- AM_CONDITIONAL([kpresenter_SUBDIR_included], [test "x$kpresenter_SUBDIR_included" = xyes])
++m4trace:configure.in:1279: -1- AC_SUBST([kpresenter_SUBDIR_included_TRUE])
++m4trace:configure.in:1279: -1- AC_SUBST([kpresenter_SUBDIR_included_FALSE])
++m4trace:configure.in:1280: -1- AM_CONDITIONAL([krita_SUBDIR_included], [test "x$krita_SUBDIR_included" = xyes])
++m4trace:configure.in:1280: -1- AC_SUBST([krita_SUBDIR_included_TRUE])
++m4trace:configure.in:1280: -1- AC_SUBST([krita_SUBDIR_included_FALSE])
++m4trace:configure.in:1281: -1- AM_CONDITIONAL([kspread_SUBDIR_included], [test "x$kspread_SUBDIR_included" = xyes])
++m4trace:configure.in:1281: -1- AC_SUBST([kspread_SUBDIR_included_TRUE])
++m4trace:configure.in:1281: -1- AC_SUBST([kspread_SUBDIR_included_FALSE])
++m4trace:configure.in:1282: -1- AM_CONDITIONAL([kugar_SUBDIR_included], [test "x$kugar_SUBDIR_included" = xyes])
++m4trace:configure.in:1282: -1- AC_SUBST([kugar_SUBDIR_included_TRUE])
++m4trace:configure.in:1282: -1- AC_SUBST([kugar_SUBDIR_included_FALSE])
++m4trace:configure.in:1283: -1- AM_CONDITIONAL([mimetypes_SUBDIR_included], [test "x$mimetypes_SUBDIR_included" = xyes])
++m4trace:configure.in:1283: -1- AC_SUBST([mimetypes_SUBDIR_included_TRUE])
++m4trace:configure.in:1283: -1- AC_SUBST([mimetypes_SUBDIR_included_FALSE])
++m4trace:configure.in:1284: -1- AM_CONDITIONAL([pics_SUBDIR_included], [test "x$pics_SUBDIR_included" = xyes])
++m4trace:configure.in:1284: -1- AC_SUBST([pics_SUBDIR_included_TRUE])
++m4trace:configure.in:1284: -1- AC_SUBST([pics_SUBDIR_included_FALSE])
++m4trace:configure.in:1285: -1- AM_CONDITIONAL([plugins_SUBDIR_included], [test "x$plugins_SUBDIR_included" = xyes])
++m4trace:configure.in:1285: -1- AC_SUBST([plugins_SUBDIR_included_TRUE])
++m4trace:configure.in:1285: -1- AC_SUBST([plugins_SUBDIR_included_FALSE])
++m4trace:configure.in:1286: -1- AM_CONDITIONAL([servicetypes_SUBDIR_included], [test "x$servicetypes_SUBDIR_included" = xyes])
++m4trace:configure.in:1286: -1- AC_SUBST([servicetypes_SUBDIR_included_TRUE])
++m4trace:configure.in:1286: -1- AC_SUBST([servicetypes_SUBDIR_included_FALSE])
++m4trace:configure.in:1287: -1- AM_CONDITIONAL([templates_SUBDIR_included], [test "x$templates_SUBDIR_included" = xyes])
++m4trace:configure.in:1287: -1- AC_SUBST([templates_SUBDIR_included_TRUE])
++m4trace:configure.in:1287: -1- AC_SUBST([templates_SUBDIR_included_FALSE])
++m4trace:configure.in:1288: -1- AM_CONDITIONAL([tools_SUBDIR_included], [test "x$tools_SUBDIR_included" = xyes])
++m4trace:configure.in:1288: -1- AC_SUBST([tools_SUBDIR_included_TRUE])
++m4trace:configure.in:1288: -1- AC_SUBST([tools_SUBDIR_included_FALSE])
++m4trace:configure.in:1289: -1- AM_CONDITIONAL([kword_SUBDIR_included], [test "x$kword_SUBDIR_included" = xyes])
++m4trace:configure.in:1289: -1- AC_SUBST([kword_SUBDIR_included_TRUE])
++m4trace:configure.in:1289: -1- AC_SUBST([kword_SUBDIR_included_FALSE])
++m4trace:configure.in:1290: -1- AM_CONDITIONAL([kexi_SUBDIR_included], [test "x$kexi_SUBDIR_included" = xyes])
++m4trace:configure.in:1290: -1- AC_SUBST([kexi_SUBDIR_included_TRUE])
++m4trace:configure.in:1290: -1- AC_SUBST([kexi_SUBDIR_included_FALSE])
++m4trace:configure.in:1291: -1- AM_CONDITIONAL([filters_SUBDIR_included], [test "x$filters_SUBDIR_included" = xyes])
++m4trace:configure.in:1291: -1- AC_SUBST([filters_SUBDIR_included_TRUE])
++m4trace:configure.in:1291: -1- AC_SUBST([filters_SUBDIR_included_FALSE])
++m4trace:configure.in:1292: -1- AC_CONFIG_FILES([ Makefile ])
++m4trace:configure.in:1293: -1- AC_CONFIG_FILES([ autocorrect/Makefile ])
++m4trace:configure.in:1294: -1- AC_CONFIG_FILES([ doc/Makefile ])
++m4trace:configure.in:1295: -1- AC_CONFIG_FILES([ doc/kchart/Makefile ])
++m4trace:configure.in:1296: -1- AC_CONFIG_FILES([ doc/kformula/Makefile ])
++m4trace:configure.in:1297: -1- AC_CONFIG_FILES([ doc/kivio/Makefile ])
++m4trace:configure.in:1298: -1- AC_CONFIG_FILES([ doc/koffice/Makefile ])
++m4trace:configure.in:1299: -1- AC_CONFIG_FILES([ doc/koshell/Makefile ])
++m4trace:configure.in:1300: -1- AC_CONFIG_FILES([ doc/kpresenter/Makefile ])
++m4trace:configure.in:1301: -1- AC_CONFIG_FILES([ doc/kspread/Makefile ])
++m4trace:configure.in:1302: -1- AC_CONFIG_FILES([ doc/kugar/Makefile ])
++m4trace:configure.in:1303: -1- AC_CONFIG_FILES([ doc/kword/Makefile ])
++m4trace:configure.in:1304: -1- AC_CONFIG_FILES([ doc/thesaurus/Makefile ])
++m4trace:configure.in:1305: -1- AC_CONFIG_FILES([ example/Makefile ])
++m4trace:configure.in:1306: -1- AC_CONFIG_FILES([ filters/Makefile ])
++m4trace:configure.in:1307: -1- AC_CONFIG_FILES([ filters/generic_wrapper/Makefile ])
++m4trace:configure.in:1308: -1- AC_CONFIG_FILES([ filters/karbon/Makefile ])
++m4trace:configure.in:1309: -1- AC_CONFIG_FILES([ filters/karbon/ai/Makefile ])
++m4trace:configure.in:1310: -1- AC_CONFIG_FILES([ filters/karbon/applixgraphics/Makefile ])
++m4trace:configure.in:1311: -1- AC_CONFIG_FILES([ filters/karbon/eps/Makefile ])
++m4trace:configure.in:1312: -1- AC_CONFIG_FILES([ filters/karbon/kontour/Makefile ])
++m4trace:configure.in:1313: -1- AC_CONFIG_FILES([ filters/karbon/msod/Makefile ])
++m4trace:configure.in:1314: -1- AC_CONFIG_FILES([ filters/karbon/oodraw/Makefile ])
++m4trace:configure.in:1315: -1- AC_CONFIG_FILES([ filters/karbon/png/Makefile ])
++m4trace:configure.in:1316: -1- AC_CONFIG_FILES([ filters/karbon/svg/Makefile ])
++m4trace:configure.in:1317: -1- AC_CONFIG_FILES([ filters/karbon/wmf/Makefile ])
++m4trace:configure.in:1318: -1- AC_CONFIG_FILES([ filters/karbon/xcf/Makefile ])
++m4trace:configure.in:1319: -1- AC_CONFIG_FILES([ filters/kchart/Makefile ])
++m4trace:configure.in:1320: -1- AC_CONFIG_FILES([ filters/kchart/png/Makefile ])
++m4trace:configure.in:1321: -1- AC_CONFIG_FILES([ filters/kchart/svg/Makefile ])
++m4trace:configure.in:1322: -1- AC_CONFIG_FILES([ filters/kformula/Makefile ])
++m4trace:configure.in:1323: -1- AC_CONFIG_FILES([ filters/kformula/latex/Makefile ])
++m4trace:configure.in:1324: -1- AC_CONFIG_FILES([ filters/kformula/mathml/Makefile ])
++m4trace:configure.in:1325: -1- AC_CONFIG_FILES([ filters/kformula/png/Makefile ])
++m4trace:configure.in:1326: -1- AC_CONFIG_FILES([ filters/kpresenter/Makefile ])
++m4trace:configure.in:1327: -1- AC_CONFIG_FILES([ filters/kpresenter/kword/Makefile ])
++m4trace:configure.in:1328: -1- AC_CONFIG_FILES([ filters/kpresenter/magicpoint/Makefile ])
++m4trace:configure.in:1329: -1- AC_CONFIG_FILES([ filters/kpresenter/ooimpress/Makefile ])
++m4trace:configure.in:1330: -1- AC_CONFIG_FILES([ filters/krita/Makefile ])
++m4trace:configure.in:1331: -1- AC_CONFIG_FILES([ filters/krita/magick/Makefile ])
++m4trace:configure.in:1332: -1- AC_CONFIG_FILES([ filters/kspread/Makefile ])
++m4trace:configure.in:1333: -1- AC_CONFIG_FILES([ filters/kspread/applixspread/Makefile ])
++m4trace:configure.in:1334: -1- AC_CONFIG_FILES([ filters/kspread/csv/Makefile ])
++m4trace:configure.in:1335: -1- AC_CONFIG_FILES([ filters/kspread/dbase/Makefile ])
++m4trace:configure.in:1336: -1- AC_CONFIG_FILES([ filters/kspread/excel/Makefile ])
++m4trace:configure.in:1337: -1- AC_CONFIG_FILES([ filters/kspread/excel/import/Makefile ])
++m4trace:configure.in:1338: -1- AC_CONFIG_FILES([ filters/kspread/excel/sidewinder/Makefile ])
++m4trace:configure.in:1339: -1- AC_CONFIG_FILES([ filters/kspread/gnumeric/Makefile ])
++m4trace:configure.in:1340: -1- AC_CONFIG_FILES([ filters/kspread/html/Makefile ])
++m4trace:configure.in:1341: -1- AC_CONFIG_FILES([ filters/kspread/latex/Makefile ])
++m4trace:configure.in:1342: -1- AC_CONFIG_FILES([ filters/kspread/latex/export/Makefile ])
++m4trace:configure.in:1343: -1- AC_CONFIG_FILES([ filters/kspread/libkspreadexport/Makefile ])
++m4trace:configure.in:1344: -1- AC_CONFIG_FILES([ filters/kspread/opencalc/Makefile ])
++m4trace:configure.in:1345: -1- AC_CONFIG_FILES([ filters/kspread/qpro/Makefile ])
++m4trace:configure.in:1346: -1- AC_CONFIG_FILES([ filters/kspread/qpro/libqpro/Makefile ])
++m4trace:configure.in:1347: -1- AC_CONFIG_FILES([ filters/kspread/qpro/libqpro/qpro/Makefile ])
++m4trace:configure.in:1348: -1- AC_CONFIG_FILES([ filters/kspread/qpro/libqpro/src/Makefile ])
++m4trace:configure.in:1349: -1- AC_CONFIG_FILES([ filters/kugar/Makefile ])
++m4trace:configure.in:1350: -1- AC_CONFIG_FILES([ filters/kugar/kugarnop/Makefile ])
++m4trace:configure.in:1351: -1- AC_CONFIG_FILES([ filters/kword/Makefile ])
++m4trace:configure.in:1352: -1- AC_CONFIG_FILES([ filters/kword/abiword/Makefile ])
++m4trace:configure.in:1353: -1- AC_CONFIG_FILES([ filters/kword/amipro/Makefile ])
++m4trace:configure.in:1354: -1- AC_CONFIG_FILES([ filters/kword/applixword/Makefile ])
++m4trace:configure.in:1355: -1- AC_CONFIG_FILES([ filters/kword/ascii/Makefile ])
++m4trace:configure.in:1356: -1- AC_CONFIG_FILES([ filters/kword/docbook/Makefile ])
++m4trace:configure.in:1357: -1- AC_CONFIG_FILES([ filters/kword/html/Makefile ])
++m4trace:configure.in:1358: -1- AC_CONFIG_FILES([ filters/kword/html/export/Makefile ])
++m4trace:configure.in:1359: -1- AC_CONFIG_FILES([ filters/kword/html/import/Makefile ])
++m4trace:configure.in:1360: -1- AC_CONFIG_FILES([ filters/kword/kword1.3/Makefile ])
++m4trace:configure.in:1361: -1- AC_CONFIG_FILES([ filters/kword/kword1.3/import/Makefile ])
++m4trace:configure.in:1362: -1- AC_CONFIG_FILES([ filters/kword/latex/Makefile ])
++m4trace:configure.in:1363: -1- AC_CONFIG_FILES([ filters/kword/latex/export/Makefile ])
++m4trace:configure.in:1364: -1- AC_CONFIG_FILES([ filters/kword/latex/import/Makefile ])
++m4trace:configure.in:1365: -1- AC_CONFIG_FILES([ filters/kword/latex/import/generator/Makefile ])
++m4trace:configure.in:1366: -1- AC_CONFIG_FILES([ filters/kword/latex/import/parser/Makefile ])
++m4trace:configure.in:1367: -1- AC_CONFIG_FILES([ filters/kword/libexport/Makefile ])
++m4trace:configure.in:1368: -1- AC_CONFIG_FILES([ filters/kword/msword/Makefile ])
++m4trace:configure.in:1369: -1- AC_CONFIG_FILES([ filters/kword/mswrite/Makefile ])
++m4trace:configure.in:1370: -1- AC_CONFIG_FILES([ filters/kword/oowriter/Makefile ])
++m4trace:configure.in:1371: -1- AC_CONFIG_FILES([ filters/kword/palmdoc/Makefile ])
++m4trace:configure.in:1372: -1- AC_CONFIG_FILES([ filters/kword/pdf/Makefile ])
++m4trace:configure.in:1373: -1- AC_CONFIG_FILES([ filters/kword/pdf/xpdf/Makefile ])
++m4trace:configure.in:1374: -1- AC_CONFIG_FILES([ filters/kword/pdf/xpdf/goo/Makefile ])
++m4trace:configure.in:1375: -1- AC_CONFIG_FILES([ filters/kword/pdf/xpdf/xpdf/Makefile ])
++m4trace:configure.in:1376: -1- AC_CONFIG_FILES([ filters/kword/rtf/Makefile ])
++m4trace:configure.in:1377: -1- AC_CONFIG_FILES([ filters/kword/rtf/export/Makefile ])
++m4trace:configure.in:1378: -1- AC_CONFIG_FILES([ filters/kword/rtf/import/Makefile ])
++m4trace:configure.in:1379: -1- AC_CONFIG_FILES([ filters/kword/starwriter/Makefile ])
++m4trace:configure.in:1380: -1- AC_CONFIG_FILES([ filters/kword/wml/Makefile ])
++m4trace:configure.in:1381: -1- AC_CONFIG_FILES([ filters/kword/wordperfect/Makefile ])
++m4trace:configure.in:1382: -1- AC_CONFIG_FILES([ filters/kword/wordperfect/export/Makefile ])
++m4trace:configure.in:1383: -1- AC_CONFIG_FILES([ filters/kword/wordperfect/import/Makefile ])
++m4trace:configure.in:1384: -1- AC_CONFIG_FILES([ filters/liboofilter/Makefile ])
++m4trace:configure.in:1385: -1- AC_CONFIG_FILES([ filters/olefilters/Makefile ])
++m4trace:configure.in:1386: -1- AC_CONFIG_FILES([ filters/olefilters/excel97/Makefile ])
++m4trace:configure.in:1387: -1- AC_CONFIG_FILES([ filters/olefilters/hancomword/Makefile ])
++m4trace:configure.in:1388: -1- AC_CONFIG_FILES([ filters/olefilters/lib/Makefile ])
++m4trace:configure.in:1389: -1- AC_CONFIG_FILES([ filters/olefilters/powerpoint97/Makefile ])
++m4trace:configure.in:1390: -1- AC_CONFIG_FILES([ filters/olefilters/winword97/Makefile ])
++m4trace:configure.in:1391: -1- AC_CONFIG_FILES([ filters/xsltfilter/Makefile ])
++m4trace:configure.in:1392: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/Makefile ])
++m4trace:configure.in:1393: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/xsl/Makefile ])
++m4trace:configure.in:1394: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/xsl/kword/Makefile ])
++m4trace:configure.in:1395: -1- AC_CONFIG_FILES([ filters/xsltfilter/export/xsl/kword/xslfo/Makefile ])
++m4trace:configure.in:1396: -1- AC_CONFIG_FILES([ filters/xsltfilter/import/Makefile ])
++m4trace:configure.in:1397: -1- AC_CONFIG_FILES([ interfaces/Makefile ])
++m4trace:configure.in:1398: -1- AC_CONFIG_FILES([ karbon/Makefile ])
++m4trace:configure.in:1399: -1- AC_CONFIG_FILES([ karbon/commands/Makefile ])
++m4trace:configure.in:1400: -1- AC_CONFIG_FILES([ karbon/core/Makefile ])
++m4trace:configure.in:1401: -1- AC_CONFIG_FILES([ karbon/data/Makefile ])
++m4trace:configure.in:1402: -1- AC_CONFIG_FILES([ karbon/dialogs/Makefile ])
++m4trace:configure.in:1403: -1- AC_CONFIG_FILES([ karbon/dockers/Makefile ])
++m4trace:configure.in:1404: -1- AC_CONFIG_FILES([ karbon/pics/Makefile ])
++m4trace:configure.in:1405: -1- AC_CONFIG_FILES([ karbon/plugins/Makefile ])
++m4trace:configure.in:1406: -1- AC_CONFIG_FILES([ karbon/plugins/flattenpath/Makefile ])
++m4trace:configure.in:1407: -1- AC_CONFIG_FILES([ karbon/plugins/imagetool/Makefile ])
++m4trace:configure.in:1408: -1- AC_CONFIG_FILES([ karbon/plugins/insertknots/Makefile ])
++m4trace:configure.in:1409: -1- AC_CONFIG_FILES([ karbon/plugins/roundcorners/Makefile ])
++m4trace:configure.in:1410: -1- AC_CONFIG_FILES([ karbon/plugins/shadoweffect/Makefile ])
++m4trace:configure.in:1411: -1- AC_CONFIG_FILES([ karbon/plugins/whirlpinch/Makefile ])
++m4trace:configure.in:1412: -1- AC_CONFIG_FILES([ karbon/plugins/zoomtool/Makefile ])
++m4trace:configure.in:1413: -1- AC_CONFIG_FILES([ karbon/render/Makefile ])
++m4trace:configure.in:1414: -1- AC_CONFIG_FILES([ karbon/render/xrgbrender/Makefile ])
++m4trace:configure.in:1415: -1- AC_CONFIG_FILES([ karbon/shapes/Makefile ])
++m4trace:configure.in:1416: -1- AC_CONFIG_FILES([ karbon/tools/Makefile ])
++m4trace:configure.in:1417: -1- AC_CONFIG_FILES([ karbon/visitors/Makefile ])
++m4trace:configure.in:1418: -1- AC_CONFIG_FILES([ karbon/widgets/Makefile ])
++m4trace:configure.in:1419: -1- AC_CONFIG_FILES([ kchart/Makefile ])
++m4trace:configure.in:1420: -1- AC_CONFIG_FILES([ kchart/kdchart/Makefile ])
++m4trace:configure.in:1421: -1- AC_CONFIG_FILES([ kchart/pics/Makefile ])
++m4trace:configure.in:1422: -1- AC_CONFIG_FILES([ kchart/templates/Makefile ])
++m4trace:configure.in:1423: -1- AC_CONFIG_FILES([ kchart/toolbar/Makefile ])
++m4trace:configure.in:1424: -1- AC_CONFIG_FILES([ kchart/toolbar/crystalsvg/Makefile ])
++m4trace:configure.in:1425: -1- AC_CONFIG_FILES([ kchart/toolbar/locolor/Makefile ])
++m4trace:configure.in:1426: -1- AC_CONFIG_FILES([ kdgantt/Makefile ])
++m4trace:configure.in:1427: -1- AC_CONFIG_FILES([ kexi/Makefile ])
++m4trace:configure.in:1428: -1- AC_CONFIG_FILES([ kexi/3rdparty/Makefile ])
++m4trace:configure.in:1429: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql/Makefile ])
++m4trace:configure.in:1430: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql/src/Makefile ])
++m4trace:configure.in:1431: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql/tool/Makefile ])
++m4trace:configure.in:1432: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql3/Makefile ])
++m4trace:configure.in:1433: -1- AC_CONFIG_FILES([ kexi/3rdparty/kexisql3/src/Makefile ])
++m4trace:configure.in:1434: -1- AC_CONFIG_FILES([ kexi/3rdparty/uuid/Makefile ])
++m4trace:configure.in:1435: -1- AC_CONFIG_FILES([ kexi/core/Makefile ])
++m4trace:configure.in:1436: -1- AC_CONFIG_FILES([ kexi/data/Makefile ])
++m4trace:configure.in:1437: -1- AC_CONFIG_FILES([ kexi/data/kde32compat/Makefile ])
++m4trace:configure.in:1438: -1- AC_CONFIG_FILES([ kexi/filters/Makefile ])
++m4trace:configure.in:1439: -1- AC_CONFIG_FILES([ kexi/filters/import/Makefile ])
++m4trace:configure.in:1440: -1- AC_CONFIG_FILES([ kexi/filters/import/csv/Makefile ])
++m4trace:configure.in:1441: -1- AC_CONFIG_FILES([ kexi/filters/import/kspread_chain/Makefile ])
++m4trace:configure.in:1442: -1- AC_CONFIG_FILES([ kexi/formeditor/Makefile ])
++m4trace:configure.in:1443: -1- AC_CONFIG_FILES([ kexi/formeditor/factories/Makefile ])
++m4trace:configure.in:1444: -1- AC_CONFIG_FILES([ kexi/formeditor/kdevelop_plugin/Makefile ])
++m4trace:configure.in:1445: -1- AC_CONFIG_FILES([ kexi/formeditor/scripting/Makefile ])
++m4trace:configure.in:1446: -1- AC_CONFIG_FILES([ kexi/formeditor/test/Makefile ])
++m4trace:configure.in:1447: -1- AC_CONFIG_FILES([ kexi/interfaces/Makefile ])
++m4trace:configure.in:1448: -1- AC_CONFIG_FILES([ kexi/interfaces/kwmailmerge/Makefile ])
++m4trace:configure.in:1449: -1- AC_CONFIG_FILES([ kexi/kexidb/Makefile ])
++m4trace:configure.in:1450: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/Makefile ])
++m4trace:configure.in:1451: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/mySQL/Makefile ])
++m4trace:configure.in:1452: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/odbc/Makefile ])
++m4trace:configure.in:1453: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/pqxx/Makefile ])
++m4trace:configure.in:1454: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/sqlite/Makefile ])
++m4trace:configure.in:1455: -1- AC_CONFIG_FILES([ kexi/kexidb/drivers/sqlite2/Makefile ])
++m4trace:configure.in:1456: -1- AC_CONFIG_FILES([ kexi/kexidb/parser/Makefile ])
++m4trace:configure.in:1457: -1- AC_CONFIG_FILES([ kexi/main/Makefile ])
++m4trace:configure.in:1458: -1- AC_CONFIG_FILES([ kexi/main/filters/Makefile ])
++m4trace:configure.in:1459: -1- AC_CONFIG_FILES([ kexi/main/projectWizard/Makefile ])
++m4trace:configure.in:1460: -1- AC_CONFIG_FILES([ kexi/main/startup/Makefile ])
++m4trace:configure.in:1461: -1- AC_CONFIG_FILES([ kexi/migration/Makefile ])
++m4trace:configure.in:1462: -1- AC_CONFIG_FILES([ kexi/migration/mysql/Makefile ])
++m4trace:configure.in:1463: -1- AC_CONFIG_FILES([ kexi/migration/pqxx/Makefile ])
++m4trace:configure.in:1464: -1- AC_CONFIG_FILES([ kexi/migration/txt/Makefile ])
++m4trace:configure.in:1465: -1- AC_CONFIG_FILES([ kexi/pics/Makefile ])
++m4trace:configure.in:1466: -1- AC_CONFIG_FILES([ kexi/plugins/Makefile ])
++m4trace:configure.in:1467: -1- AC_CONFIG_FILES([ kexi/plugins/forms/Makefile ])
++m4trace:configure.in:1468: -1- AC_CONFIG_FILES([ kexi/plugins/importwizard/Makefile ])
++m4trace:configure.in:1469: -1- AC_CONFIG_FILES([ kexi/plugins/importwizard/common/Makefile ])
++m4trace:configure.in:1470: -1- AC_CONFIG_FILES([ kexi/plugins/importwizard/file/Makefile ])
++m4trace:configure.in:1471: -1- AC_CONFIG_FILES([ kexi/plugins/kugar/Makefile ])
++m4trace:configure.in:1472: -1- AC_CONFIG_FILES([ kexi/plugins/kugar/kudesigner/Makefile ])
++m4trace:configure.in:1473: -1- AC_CONFIG_FILES([ kexi/plugins/migration/Makefile ])
++m4trace:configure.in:1474: -1- AC_CONFIG_FILES([ kexi/plugins/queries/Makefile ])
++m4trace:configure.in:1475: -1- AC_CONFIG_FILES([ kexi/plugins/relations/Makefile ])
++m4trace:configure.in:1476: -1- AC_CONFIG_FILES([ kexi/plugins/reports/Makefile ])
++m4trace:configure.in:1477: -1- AC_CONFIG_FILES([ kexi/plugins/scripting/Makefile ])
++m4trace:configure.in:1478: -1- AC_CONFIG_FILES([ kexi/plugins/tables/Makefile ])
++m4trace:configure.in:1479: -1- AC_CONFIG_FILES([ kexi/scripting/Makefile ])
++m4trace:configure.in:1480: -1- AC_CONFIG_FILES([ kexi/scripting/api/Makefile ])
++m4trace:configure.in:1481: -1- AC_CONFIG_FILES([ kexi/scripting/kexidb/Makefile ])
++m4trace:configure.in:1482: -1- AC_CONFIG_FILES([ kexi/scripting/kjs/Makefile ])
++m4trace:configure.in:1483: -1- AC_CONFIG_FILES([ kexi/scripting/main/Makefile ])
++m4trace:configure.in:1484: -1- AC_CONFIG_FILES([ kexi/scripting/python/Makefile ])
++m4trace:configure.in:1485: -1- AC_CONFIG_FILES([ kexi/scripting/python/CXX/Makefile ])
++m4trace:configure.in:1486: -1- AC_CONFIG_FILES([ kexi/scripting/test/Makefile ])
++m4trace:configure.in:1487: -1- AC_CONFIG_FILES([ kexi/tests/Makefile ])
++m4trace:configure.in:1488: -1- AC_CONFIG_FILES([ kexi/tests/newapi/Makefile ])
++m4trace:configure.in:1489: -1- AC_CONFIG_FILES([ kexi/tests/parser/Makefile ])
++m4trace:configure.in:1490: -1- AC_CONFIG_FILES([ kexi/tests/startup/Makefile ])
++m4trace:configure.in:1491: -1- AC_CONFIG_FILES([ kexi/tests/tableview/Makefile ])
++m4trace:configure.in:1492: -1- AC_CONFIG_FILES([ kexi/widget/Makefile ])
++m4trace:configure.in:1493: -1- AC_CONFIG_FILES([ kexi/widget/propertyeditor/Makefile ])
++m4trace:configure.in:1494: -1- AC_CONFIG_FILES([ kexi/widget/propertyeditor/test/Makefile ])
++m4trace:configure.in:1495: -1- AC_CONFIG_FILES([ kexi/widget/relations/Makefile ])
++m4trace:configure.in:1496: -1- AC_CONFIG_FILES([ kexi/widget/tableview/Makefile ])
++m4trace:configure.in:1497: -1- AC_CONFIG_FILES([ kexi/widget/utils/Makefile ])
++m4trace:configure.in:1498: -1- AC_CONFIG_FILES([ kformula/Makefile ])
++m4trace:configure.in:1499: -1- AC_CONFIG_FILES([ kformula/pics/Makefile ])
++m4trace:configure.in:1500: -1- AC_CONFIG_FILES([ kivio/Makefile ])
++m4trace:configure.in:1501: -1- AC_CONFIG_FILES([ kivio/kiviopart/Makefile ])
++m4trace:configure.in:1502: -1- AC_CONFIG_FILES([ kivio/kiviopart/config/Makefile ])
++m4trace:configure.in:1503: -1- AC_CONFIG_FILES([ kivio/kiviopart/kiviosdk/Makefile ])
++m4trace:configure.in:1504: -1- AC_CONFIG_FILES([ kivio/kiviopart/pics/Makefile ])
++m4trace:configure.in:1505: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Makefile ])
++m4trace:configure.in:1506: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Makefile ])
++m4trace:configure.in:1507: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Assorted/Makefile ])
++m4trace:configure.in:1508: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Circuit/Makefile ])
++m4trace:configure.in:1509: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Cisco/Makefile ])
++m4trace:configure.in:1510: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Civil/Makefile ])
++m4trace:configure.in:1511: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Contact/Makefile ])
++m4trace:configure.in:1512: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Electric/Makefile ])
++m4trace:configure.in:1513: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Jigsaw/Makefile ])
++m4trace:configure.in:1514: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/MSE/Makefile ])
++m4trace:configure.in:1515: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Network/Makefile ])
++m4trace:configure.in:1516: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Pneumatic/Makefile ])
++m4trace:configure.in:1517: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/SDL/Makefile ])
++m4trace:configure.in:1518: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Dia/Sybase/Makefile ])
++m4trace:configure.in:1519: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/Makefile ])
++m4trace:configure.in:1520: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile ])
++m4trace:configure.in:1521: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/Extended/Makefile ])
++m4trace:configure.in:1522: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Flowcharting/Logic/Makefile ])
++m4trace:configure.in:1523: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Geographic/Makefile ])
++m4trace:configure.in:1524: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Geographic/Flags/Makefile ])
++m4trace:configure.in:1525: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Geographic/Maps/Makefile ])
++m4trace:configure.in:1526: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Hardware/Makefile ])
++m4trace:configure.in:1527: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Hardware/Computer/Makefile ])
++m4trace:configure.in:1528: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile ])
++m4trace:configure.in:1529: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Makefile ])
++m4trace:configure.in:1530: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile ])
++m4trace:configure.in:1531: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile ])
++m4trace:configure.in:1532: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile ])
++m4trace:configure.in:1533: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/People/Makefile ])
++m4trace:configure.in:1534: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile ])
++m4trace:configure.in:1535: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/UML/Makefile ])
++m4trace:configure.in:1536: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile ])
++m4trace:configure.in:1537: -1- AC_CONFIG_FILES([ kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile ])
++m4trace:configure.in:1538: -1- AC_CONFIG_FILES([ kivio/kiviopart/tiles/Makefile ])
++m4trace:configure.in:1539: -1- AC_CONFIG_FILES([ kivio/kiviopart/tools/Makefile ])
++m4trace:configure.in:1540: -1- AC_CONFIG_FILES([ kivio/kiviopart/ui/Makefile ])
++m4trace:configure.in:1541: -1- AC_CONFIG_FILES([ kivio/plugins/Makefile ])
++m4trace:configure.in:1542: -1- AC_CONFIG_FILES([ kivio/plugins/kivioconnectortool/Makefile ])
++m4trace:configure.in:1543: -1- AC_CONFIG_FILES([ kivio/plugins/kivioconnectortool/straight_connector/Makefile ])
++m4trace:configure.in:1544: -1- AC_CONFIG_FILES([ kivio/plugins/kivioselecttool/Makefile ])
++m4trace:configure.in:1545: -1- AC_CONFIG_FILES([ kivio/plugins/kivioselecttool/select_pics/Makefile ])
++m4trace:configure.in:1546: -1- AC_CONFIG_FILES([ kivio/plugins/kiviosmlconnector/Makefile ])
++m4trace:configure.in:1547: -1- AC_CONFIG_FILES([ kivio/plugins/kiviosmlconnector/sml_connector/Makefile ])
++m4trace:configure.in:1548: -1- AC_CONFIG_FILES([ kivio/plugins/kiviotargettool/Makefile ])
++m4trace:configure.in:1549: -1- AC_CONFIG_FILES([ kivio/plugins/kiviotexttool/Makefile ])
++m4trace:configure.in:1550: -1- AC_CONFIG_FILES([ kivio/plugins/kiviozoomtool/Makefile ])
++m4trace:configure.in:1551: -1- AC_CONFIG_FILES([ kivio/plugins/kiviozoomtool/zoom_pics/Makefile ])
++m4trace:configure.in:1552: -1- AC_CONFIG_FILES([ kivio/templates/Makefile ])
++m4trace:configure.in:1553: -1- AC_CONFIG_FILES([ kivio/templates/basic/Makefile ])
++m4trace:configure.in:1554: -1- AC_CONFIG_FILES([ koshell/Makefile ])
++m4trace:configure.in:1555: -1- AC_CONFIG_FILES([ kounavail/Makefile ])
++m4trace:configure.in:1556: -1- AC_CONFIG_FILES([ kpresenter/Makefile ])
++m4trace:configure.in:1557: -1- AC_CONFIG_FILES([ kpresenter/autoformEdit/Makefile ])
++m4trace:configure.in:1558: -1- AC_CONFIG_FILES([ kpresenter/autoforms/Makefile ])
++m4trace:configure.in:1559: -1- AC_CONFIG_FILES([ kpresenter/autoforms/Arrows/Makefile ])
++m4trace:configure.in:1560: -1- AC_CONFIG_FILES([ kpresenter/autoforms/Connections/Makefile ])
++m4trace:configure.in:1561: -1- AC_CONFIG_FILES([ kpresenter/dtd/Makefile ])
++m4trace:configure.in:1562: -1- AC_CONFIG_FILES([ kpresenter/pics/Makefile ])
++m4trace:configure.in:1563: -1- AC_CONFIG_FILES([ kpresenter/slideshow/Makefile ])
++m4trace:configure.in:1564: -1- AC_CONFIG_FILES([ kpresenter/templates/Makefile ])
++m4trace:configure.in:1565: -1- AC_CONFIG_FILES([ kpresenter/templates/A4/Makefile ])
++m4trace:configure.in:1566: -1- AC_CONFIG_FILES([ kpresenter/templates/Screen/Makefile ])
++m4trace:configure.in:1567: -1- AC_CONFIG_FILES([ kpresenter/templates/Screenpresentations/Makefile ])
++m4trace:configure.in:1568: -1- AC_CONFIG_FILES([ kpresenter/templates/common_icon/Makefile ])
++m4trace:configure.in:1569: -1- AC_CONFIG_FILES([ kpresenter/templates/legal/Makefile ])
++m4trace:configure.in:1570: -1- AC_CONFIG_FILES([ kpresenter/templates/letter/Makefile ])
++m4trace:configure.in:1571: -1- AC_CONFIG_FILES([ kpresenter/toolbar/Makefile ])
++m4trace:configure.in:1572: -1- AC_CONFIG_FILES([ krita/Makefile ])
++m4trace:configure.in:1573: -1- AC_CONFIG_FILES([ krita/core/Makefile ])
++m4trace:configure.in:1574: -1- AC_CONFIG_FILES([ krita/core/builder/Makefile ])
++m4trace:configure.in:1575: -1- AC_CONFIG_FILES([ krita/core/color_strategy/Makefile ])
++m4trace:configure.in:1576: -1- AC_CONFIG_FILES([ krita/core/paintop/Makefile ])
++m4trace:configure.in:1577: -1- AC_CONFIG_FILES([ krita/core/resources/Makefile ])
++m4trace:configure.in:1578: -1- AC_CONFIG_FILES([ krita/core/strategy/Makefile ])
++m4trace:configure.in:1579: -1- AC_CONFIG_FILES([ krita/core/tiles/Makefile ])
++m4trace:configure.in:1580: -1- AC_CONFIG_FILES([ krita/core/tool/Makefile ])
++m4trace:configure.in:1581: -1- AC_CONFIG_FILES([ krita/data/Makefile ])
++m4trace:configure.in:1582: -1- AC_CONFIG_FILES([ krita/data/brushes/Makefile ])
++m4trace:configure.in:1583: -1- AC_CONFIG_FILES([ krita/data/gradients/Makefile ])
++m4trace:configure.in:1584: -1- AC_CONFIG_FILES([ krita/data/images/Makefile ])
++m4trace:configure.in:1585: -1- AC_CONFIG_FILES([ krita/data/palettes/Makefile ])
++m4trace:configure.in:1586: -1- AC_CONFIG_FILES([ krita/data/patterns/Makefile ])
++m4trace:configure.in:1587: -1- AC_CONFIG_FILES([ krita/data/profiles/Makefile ])
++m4trace:configure.in:1588: -1- AC_CONFIG_FILES([ krita/data/templates/Makefile ])
++m4trace:configure.in:1589: -1- AC_CONFIG_FILES([ krita/dtd/Makefile ])
++m4trace:configure.in:1590: -1- AC_CONFIG_FILES([ krita/modules/Makefile ])
++m4trace:configure.in:1591: -1- AC_CONFIG_FILES([ krita/modules/colorspace_cmyk/Makefile ])
++m4trace:configure.in:1592: -1- AC_CONFIG_FILES([ krita/modules/colorspace_cmyk/templates/Makefile ])
++m4trace:configure.in:1593: -1- AC_CONFIG_FILES([ krita/modules/colorspace_gray/Makefile ])
++m4trace:configure.in:1594: -1- AC_CONFIG_FILES([ krita/modules/colorspace_gray/templates/Makefile ])
++m4trace:configure.in:1595: -1- AC_CONFIG_FILES([ krita/modules/colorspace_rgb/Makefile ])
++m4trace:configure.in:1596: -1- AC_CONFIG_FILES([ krita/modules/colorspace_rgb/templates/Makefile ])
++m4trace:configure.in:1597: -1- AC_CONFIG_FILES([ krita/modules/colorspace_wet/Makefile ])
++m4trace:configure.in:1598: -1- AC_CONFIG_FILES([ krita/modules/colorspace_ws/Makefile ])
++m4trace:configure.in:1599: -1- AC_CONFIG_FILES([ krita/modules/colorspace_ws/filter/Makefile ])
++m4trace:configure.in:1600: -1- AC_CONFIG_FILES([ krita/paintops/Makefile ])
++m4trace:configure.in:1601: -1- AC_CONFIG_FILES([ krita/pics/Makefile ])
++m4trace:configure.in:1602: -1- AC_CONFIG_FILES([ krita/plugins/Makefile ])
++m4trace:configure.in:1603: -1- AC_CONFIG_FILES([ krita/plugins/cimg/Makefile ])
++m4trace:configure.in:1604: -1- AC_CONFIG_FILES([ krita/plugins/colorrange/Makefile ])
++m4trace:configure.in:1605: -1- AC_CONFIG_FILES([ krita/plugins/colorsfilters/Makefile ])
++m4trace:configure.in:1606: -1- AC_CONFIG_FILES([ krita/plugins/colorspaceconversion/Makefile ])
++m4trace:configure.in:1607: -1- AC_CONFIG_FILES([ krita/plugins/convolutionfilters/Makefile ])
++m4trace:configure.in:1608: -1- AC_CONFIG_FILES([ krita/plugins/designerplugin/Makefile ])
++m4trace:configure.in:1609: -1- AC_CONFIG_FILES([ krita/plugins/embossfilter/Makefile ])
++m4trace:configure.in:1610: -1- AC_CONFIG_FILES([ krita/plugins/example/Makefile ])
++m4trace:configure.in:1611: -1- AC_CONFIG_FILES([ krita/plugins/histogram/Makefile ])
++m4trace:configure.in:1612: -1- AC_CONFIG_FILES([ krita/plugins/imagemagick/Makefile ])
++m4trace:configure.in:1613: -1- AC_CONFIG_FILES([ krita/plugins/imagesize/Makefile ])
++m4trace:configure.in:1614: -1- AC_CONFIG_FILES([ krita/plugins/kiskjsembed/Makefile ])
++m4trace:configure.in:1615: -1- AC_CONFIG_FILES([ krita/plugins/kiskjsembed/functions/Makefile ])
++m4trace:configure.in:1616: -1- AC_CONFIG_FILES([ krita/plugins/kiskjsembed/objects/Makefile ])
++m4trace:configure.in:1617: -1- AC_CONFIG_FILES([ krita/plugins/oilpaintfilter/Makefile ])
++m4trace:configure.in:1618: -1- AC_CONFIG_FILES([ krita/plugins/performancetest/Makefile ])
++m4trace:configure.in:1619: -1- AC_CONFIG_FILES([ krita/plugins/raindropsfilter/Makefile ])
++m4trace:configure.in:1620: -1- AC_CONFIG_FILES([ krita/plugins/rotateimage/Makefile ])
++m4trace:configure.in:1621: -1- AC_CONFIG_FILES([ krita/plugins/screenshot/Makefile ])
++m4trace:configure.in:1622: -1- AC_CONFIG_FILES([ krita/plugins/selectiontools/Makefile ])
++m4trace:configure.in:1623: -1- AC_CONFIG_FILES([ krita/plugins/shearimage/Makefile ])
++m4trace:configure.in:1624: -1- AC_CONFIG_FILES([ krita/plugins/tool_crop/Makefile ])
++m4trace:configure.in:1625: -1- AC_CONFIG_FILES([ krita/plugins/tool_filter/Makefile ])
++m4trace:configure.in:1626: -1- AC_CONFIG_FILES([ krita/plugins/tool_polygon/Makefile ])
++m4trace:configure.in:1627: -1- AC_CONFIG_FILES([ krita/plugins/tool_polyline/Makefile ])
++m4trace:configure.in:1628: -1- AC_CONFIG_FILES([ krita/plugins/tool_star/Makefile ])
++m4trace:configure.in:1629: -1- AC_CONFIG_FILES([ krita/plugins/tool_transform/Makefile ])
++m4trace:configure.in:1630: -1- AC_CONFIG_FILES([ krita/plugins/variations/Makefile ])
++m4trace:configure.in:1631: -1- AC_CONFIG_FILES([ krita/tools/Makefile ])
++m4trace:configure.in:1632: -1- AC_CONFIG_FILES([ krita/ui/Makefile ])
++m4trace:configure.in:1633: -1- AC_CONFIG_FILES([ krita/ui/labels/Makefile ])
++m4trace:configure.in:1634: -1- AC_CONFIG_FILES([ krita/ui/widgets/Makefile ])
++m4trace:configure.in:1635: -1- AC_CONFIG_FILES([ kspread/Makefile ])
++m4trace:configure.in:1636: -1- AC_CONFIG_FILES([ kspread/dialogs/Makefile ])
++m4trace:configure.in:1637: -1- AC_CONFIG_FILES([ kspread/dtd/Makefile ])
++m4trace:configure.in:1638: -1- AC_CONFIG_FILES([ kspread/extensions/Makefile ])
++m4trace:configure.in:1639: -1- AC_CONFIG_FILES([ kspread/pics/Makefile ])
++m4trace:configure.in:1640: -1- AC_CONFIG_FILES([ kspread/plugins/Makefile ])
++m4trace:configure.in:1641: -1- AC_CONFIG_FILES([ kspread/plugins/calculator/Makefile ])
++m4trace:configure.in:1642: -1- AC_CONFIG_FILES([ kspread/plugins/calculator/pics/Makefile ])
++m4trace:configure.in:1643: -1- AC_CONFIG_FILES([ kspread/plugins/insertcalendar/Makefile ])
++m4trace:configure.in:1644: -1- AC_CONFIG_FILES([ kspread/tablestyles/Makefile ])
++m4trace:configure.in:1645: -1- AC_CONFIG_FILES([ kspread/templates/Makefile ])
++m4trace:configure.in:1646: -1- AC_CONFIG_FILES([ kspread/templates/Business/Makefile ])
++m4trace:configure.in:1647: -1- AC_CONFIG_FILES([ kspread/templates/General/Makefile ])
++m4trace:configure.in:1648: -1- AC_CONFIG_FILES([ kspread/templates/HomeFamily/Makefile ])
++m4trace:configure.in:1649: -1- AC_CONFIG_FILES([ kspread/tests/Makefile ])
++m4trace:configure.in:1650: -1- AC_CONFIG_FILES([ kspread/toolbar/Makefile ])
++m4trace:configure.in:1651: -1- AC_CONFIG_FILES([ kspread/toolbar/crystalsvg/Makefile ])
++m4trace:configure.in:1652: -1- AC_CONFIG_FILES([ kugar/Makefile ])
++m4trace:configure.in:1653: -1- AC_CONFIG_FILES([ kugar/kde31/Makefile ])
++m4trace:configure.in:1654: -1- AC_CONFIG_FILES([ kugar/kudesigner/Makefile ])
++m4trace:configure.in:1655: -1- AC_CONFIG_FILES([ kugar/kudesigner/pics/Makefile ])
++m4trace:configure.in:1656: -1- AC_CONFIG_FILES([ kugar/kudesigner/templates/Makefile ])
++m4trace:configure.in:1657: -1- AC_CONFIG_FILES([ kugar/kudesigner/templates/General/Makefile ])
++m4trace:configure.in:1658: -1- AC_CONFIG_FILES([ kugar/kudesigner/toolbar/Makefile ])
++m4trace:configure.in:1659: -1- AC_CONFIG_FILES([ kugar/kudesigner_lib/Makefile ])
++m4trace:configure.in:1660: -1- AC_CONFIG_FILES([ kugar/lib/Makefile ])
++m4trace:configure.in:1661: -1- AC_CONFIG_FILES([ kugar/part/Makefile ])
++m4trace:configure.in:1662: -1- AC_CONFIG_FILES([ kugar/samples/Makefile ])
++m4trace:configure.in:1663: -1- AC_CONFIG_FILES([ kugar/samplesdb/Makefile ])
++m4trace:configure.in:1664: -1- AC_CONFIG_FILES([ kugar/shell/Makefile ])
++m4trace:configure.in:1665: -1- AC_CONFIG_FILES([ kword/Makefile ])
++m4trace:configure.in:1666: -1- AC_CONFIG_FILES([ kword/data/Makefile ])
++m4trace:configure.in:1667: -1- AC_CONFIG_FILES([ kword/dtd/Makefile ])
++m4trace:configure.in:1668: -1- AC_CONFIG_FILES([ kword/expression/Makefile ])
++m4trace:configure.in:1669: -1- AC_CONFIG_FILES([ kword/horizontalline/Makefile ])
++m4trace:configure.in:1670: -1- AC_CONFIG_FILES([ kword/mailmerge/Makefile ])
++m4trace:configure.in:1671: -1- AC_CONFIG_FILES([ kword/mailmerge/kabc/Makefile ])
++m4trace:configure.in:1672: -1- AC_CONFIG_FILES([ kword/mailmerge/kspread/Makefile ])
++m4trace:configure.in:1673: -1- AC_CONFIG_FILES([ kword/mailmerge/sql/Makefile ])
++m4trace:configure.in:1674: -1- AC_CONFIG_FILES([ kword/pics/Makefile ])
++m4trace:configure.in:1675: -1- AC_CONFIG_FILES([ kword/templates/Makefile ])
++m4trace:configure.in:1676: -1- AC_CONFIG_FILES([ kword/templates/CardsAndLabels/Makefile ])
++m4trace:configure.in:1677: -1- AC_CONFIG_FILES([ kword/templates/DTP/Makefile ])
++m4trace:configure.in:1678: -1- AC_CONFIG_FILES([ kword/templates/Envelopes/Makefile ])
++m4trace:configure.in:1679: -1- AC_CONFIG_FILES([ kword/templates/Wordprocessing/Makefile ])
++m4trace:configure.in:1680: -1- AC_CONFIG_FILES([ kword/toolbar/Makefile ])
++m4trace:configure.in:1681: -1- AC_CONFIG_FILES([ lib/Makefile ])
++m4trace:configure.in:1682: -1- AC_CONFIG_FILES([ lib/kformula/Makefile ])
++m4trace:configure.in:1683: -1- AC_CONFIG_FILES([ lib/kformula/config/Makefile ])
++m4trace:configure.in:1684: -1- AC_CONFIG_FILES([ lib/kformula/dtd/Makefile ])
++m4trace:configure.in:1685: -1- AC_CONFIG_FILES([ lib/kformula/pics/Makefile ])
++m4trace:configure.in:1686: -1- AC_CONFIG_FILES([ lib/kformula/pics/crystalsvg/Makefile ])
++m4trace:configure.in:1687: -1- AC_CONFIG_FILES([ lib/kofficecore/Makefile ])
++m4trace:configure.in:1688: -1- AC_CONFIG_FILES([ lib/kofficecore/tests/Makefile ])
++m4trace:configure.in:1689: -1- AC_CONFIG_FILES([ lib/kofficeui/Makefile ])
++m4trace:configure.in:1690: -1- AC_CONFIG_FILES([ lib/kofficeui/pics/Makefile ])
++m4trace:configure.in:1691: -1- AC_CONFIG_FILES([ lib/kofficeui/tests/Makefile ])
++m4trace:configure.in:1692: -1- AC_CONFIG_FILES([ lib/kopainter/Makefile ])
++m4trace:configure.in:1693: -1- AC_CONFIG_FILES([ lib/koscript/Makefile ])
++m4trace:configure.in:1694: -1- AC_CONFIG_FILES([ lib/kotext/Makefile ])
++m4trace:configure.in:1695: -1- AC_CONFIG_FILES([ lib/kotext/kohyphen/Makefile ])
++m4trace:configure.in:1696: -1- AC_CONFIG_FILES([ lib/kotext/kohyphen/hyphdicts/Makefile ])
++m4trace:configure.in:1697: -1- AC_CONFIG_FILES([ lib/kotext/tests/Makefile ])
++m4trace:configure.in:1698: -1- AC_CONFIG_FILES([ lib/kwmf/Makefile ])
++m4trace:configure.in:1699: -1- AC_CONFIG_FILES([ lib/store/Makefile ])
++m4trace:configure.in:1700: -1- AC_CONFIG_FILES([ lib/store/tests/Makefile ])
++m4trace:configure.in:1701: -1- AC_CONFIG_FILES([ mimetypes/Makefile ])
++m4trace:configure.in:1702: -1- AC_CONFIG_FILES([ mimetypes/kde32/Makefile ])
++m4trace:configure.in:1703: -1- AC_CONFIG_FILES([ mimetypes/kde33/Makefile ])
++m4trace:configure.in:1704: -1- AC_CONFIG_FILES([ pics/Makefile ])
++m4trace:configure.in:1705: -1- AC_CONFIG_FILES([ pics/crystalsvg/Makefile ])
++m4trace:configure.in:1706: -1- AC_CONFIG_FILES([ plugins/Makefile ])
++m4trace:configure.in:1707: -1- AC_CONFIG_FILES([ plugins/scan/Makefile ])
++m4trace:configure.in:1708: -1- AC_CONFIG_FILES([ servicetypes/Makefile ])
++m4trace:configure.in:1709: -1- AC_CONFIG_FILES([ templates/Makefile ])
++m4trace:configure.in:1710: -1- AC_CONFIG_FILES([ tools/Makefile ])
++m4trace:configure.in:1711: -1- AC_CONFIG_FILES([ tools/converter/Makefile ])
++m4trace:configure.in:1712: -1- AC_CONFIG_FILES([ tools/kfile-plugins/Makefile ])
++m4trace:configure.in:1713: -1- AC_CONFIG_FILES([ tools/kfile-plugins/koffice/Makefile ])
++m4trace:configure.in:1714: -1- AC_CONFIG_FILES([ tools/kfile-plugins/ooo/Makefile ])
++m4trace:configure.in:1715: -1- AC_CONFIG_FILES([ tools/kthesaurus/Makefile ])
++m4trace:configure.in:1716: -1- AC_CONFIG_FILES([ tools/quickprint/Makefile ])
++m4trace:configure.in:1717: -1- AC_CONFIG_FILES([ tools/spell/Makefile ])
++m4trace:configure.in:1718: -1- AC_CONFIG_FILES([ tools/thesaurus/Makefile ])
++m4trace:configure.in:1719: -1- AC_CONFIG_FILES([ tools/thumbnail/Makefile ])
++m4trace:configure.in:1764: -1- AM_CONDITIONAL([compile_filter_KWORD], [test -n "$COMPILE_FILTER_KWORD"])
++m4trace:configure.in:1764: -1- AC_SUBST([compile_filter_KWORD_TRUE])
++m4trace:configure.in:1764: -1- AC_SUBST([compile_filter_KWORD_FALSE])
++m4trace:configure.in:1765: -1- AM_CONDITIONAL([compile_filter_KSPREAD], [test -n "$COMPILE_FILTER_KSPREAD"])
++m4trace:configure.in:1765: -1- AC_SUBST([compile_filter_KSPREAD_TRUE])
++m4trace:configure.in:1765: -1- AC_SUBST([compile_filter_KSPREAD_FALSE])
++m4trace:configure.in:1766: -1- AM_CONDITIONAL([compile_filter_KCHART], [test -n "$COMPILE_FILTER_KCHART"])
++m4trace:configure.in:1766: -1- AC_SUBST([compile_filter_KCHART_TRUE])
++m4trace:configure.in:1766: -1- AC_SUBST([compile_filter_KCHART_FALSE])
++m4trace:configure.in:1767: -1- AM_CONDITIONAL([compile_filter_KARBON], [test -n "$COMPILE_FILTER_KARBON"])
++m4trace:configure.in:1767: -1- AC_SUBST([compile_filter_KARBON_TRUE])
++m4trace:configure.in:1767: -1- AC_SUBST([compile_filter_KARBON_FALSE])
++m4trace:configure.in:1768: -1- AM_CONDITIONAL([compile_filter_KPRESENTER], [test -n "$COMPILE_FILTER_KPRESENTER"])
++m4trace:configure.in:1768: -1- AC_SUBST([compile_filter_KPRESENTER_TRUE])
++m4trace:configure.in:1768: -1- AC_SUBST([compile_filter_KPRESENTER_FALSE])
++m4trace:configure.in:1769: -1- AM_CONDITIONAL([compile_filter_KFORMULA], [test -n "$COMPILE_FILTER_KFORMULA"])
++m4trace:configure.in:1769: -1- AC_SUBST([compile_filter_KFORMULA_TRUE])
++m4trace:configure.in:1769: -1- AC_SUBST([compile_filter_KFORMULA_FALSE])
++m4trace:configure.in:1770: -1- AM_CONDITIONAL([compile_filter_KUGAR], [test -n "$COMPILE_FILTER_KUGAR"])
++m4trace:configure.in:1770: -1- AC_SUBST([compile_filter_KUGAR_TRUE])
++m4trace:configure.in:1770: -1- AC_SUBST([compile_filter_KUGAR_FALSE])
++m4trace:configure.in:1771: -1- AM_CONDITIONAL([compile_filter_KRITA], [test -n "$COMPILE_FILTER_KRITA"])
++m4trace:configure.in:1771: -1- AC_SUBST([compile_filter_KRITA_TRUE])
++m4trace:configure.in:1771: -1- AC_SUBST([compile_filter_KRITA_FALSE])
++m4trace:configure.in:1797: -1- AM_CONDITIONAL([compile_mailmerge_KWORD], [test -n "$COMPILE_MAILMERGE_KWORD"])
++m4trace:configure.in:1797: -1- AC_SUBST([compile_mailmerge_KWORD_TRUE])
++m4trace:configure.in:1797: -1- AC_SUBST([compile_mailmerge_KWORD_FALSE])
++m4trace:configure.in:1823: -1- AM_CONDITIONAL([compile_plugin_KUGAR], [test -n "$COMPILE_PLUGIN_KUGAR"])
++m4trace:configure.in:1823: -1- AC_SUBST([compile_plugin_KUGAR_TRUE])
++m4trace:configure.in:1823: -1- AC_SUBST([compile_plugin_KUGAR_FALSE])
++m4trace:configure.in:1863: -1- AM_CONDITIONAL([compile_lib_KOPAINTER], [test "$USERFEEDBACKCOMPILELIB" = "yes" ])
++m4trace:configure.in:1863: -1- AC_SUBST([compile_lib_KOPAINTER_TRUE])
++m4trace:configure.in:1863: -1- AC_SUBST([compile_lib_KOPAINTER_FALSE])
++m4trace:configure.in:1864: -1- AC_SUBST([LIB@&t at OBJS], [$ac_libobjs])
++m4trace:configure.in:1864: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
+diff -Nrua koffice-1.4.2.orig/configure koffice-1.4.2/configure
+--- koffice-1.4.2.orig/configure	2005-10-05 12:53:12.000000000 +0200
++++ koffice-1.4.2/configure	2005-11-11 17:29:16.000000000 +0100
+@@ -278,15 +278,15 @@
+ 
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+ 
+ if test -z "$ECHO"; then
+ if test "X${echo_test_string+set}" != Xset; then
+ # find a string as large as possible, as long as the shell can cope with it
+   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
+     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
+-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
+-       echo_test_string="`eval $cmd`" &&
++    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
++       echo_test_string=`eval $cmd` &&
+        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
+     then
+       break
+@@ -464,7 +464,7 @@
+ # include <unistd.h>
+ #endif"
+ 
+-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM QTDOCDIR KDE_HAVE_DOT DOXYGEN DOXYGEN_PROJECT_NAME DOXYGEN_PROJECT_NUMBER KDE_HAS_DOXYGEN LIBMAGICK_LIBS LIBMAGICK_LDFLAGS LIBMAGICK_CPPFLAGS LIBMAGICK_RPATH need_kde32_compatibility_TRUE need_kde32_compatibility_FALSE need_kde33_compatibility_TRUE need_kde33_compatibility_FALSE need_kde34_compatibility_TRUE need_kde34_compatibility_FALSE need_kde31_compatibility_TRUE need_kde31_compatibility_FALSE LIBWV2_LIBS LIBWV2_CFLAGS LIBWV2_RPATH include_wv2_msword_filter_TRUE include_wv2_msword_filter_FALSE LIBPAPER LIBWPD_LIBS LIBWPD_CFLAGS LIBWPD_RPATH include_wpd_filter_TRUE include_wpd_filter_FALSE LIBXSLT_LIBS LIBXSLT_CFLAGS LIBXSLT_RPATH LIBXML_LIBS LIBXML_CFLAGS LIBXML_RPATH include_XSLTFILTERS_TRUE include_XSLTFILTERS_FALSE LIBFREETYPE_LIBS LIBFREETYPE_CFLAGS LIBFREETYPE_RPATH LIBART_LIBS LIBART_CFLAGS LIBART_RPATH LIBFONTCONFIG_LIBS LIBFONTCONFIG_CFLAGS LIBFONTCONFIG_RPATH have_readline_TRUE have_readline_FALSE LIBREADLINE LIB_KEXI_KMDI LIB_KEXI_KMDI_INCLUDES use_kexi_compat_qextmdi_TRUE use_kexi_compat_qextmdi_FALSE MYSQL_INC MYSQL_LIBS compile_mysql_plugin_TRUE compile_mysql_plugin_FALSE PG_INCDIR PG_LIBDIR PQXX_INCDIR PQXX_LIBDIR compile_pgsql_plugin_TRUE compile_pgsql_plugin_FALSE PYTHON_INCLUDE PYTHON_LIB PYTHON_FLAGS compile_kross_plugin_TRUE compile_kross_plugin_FALSE PYTHONINC PYTHONLIB LIBPYTHON PYTHONMODDIR LIB_XINPUTEXT LCMS_LIBS use_kjsembed_TRUE use_kjsembed_FALSE SQLDIR include_sql_TRUE include_sql_FALSE KWMF_INCLUDES KSTORE_INCLUDES KOTEXT_INCLUDES KOPAINTER_INCLUDES KOFFICECORE_INCLUDES KOFFICEUI_INCLUDES KFORMULA_INCLUDES KOSCRIPT_INCLUDES LIB_KOFFICEUI LIB_KOFFICECORE LIB_KSTORE LIB_KOTEXT LIB_KOPAINTER LIB_KWMF LIB_KOWMF LIB_KFORMULA LIB_KOSCRIPT interfacedir KOFFICE_LIBS KOFFICE_INCLUDES LIBKSPELL2 TOPSUBDIRS lib_SUBDIR_included_TRUE lib_SUBDIR_included_FALSE interfaces_SUBDIR_included_TRUE interfaces_SUBDIR_included_FALSE autocorrect_SUBDIR_included_TRUE autocorrect_SUBDIR_included_FALSE doc_SUBDIR_included_TRUE doc_SUBDIR_included_FALSE example_SUBDIR_included_TRUE example_SUBDIR_included_FALSE karbon_SUBDIR_included_TRUE karbon_SUBDIR_included_FALSE kchart_SUBDIR_included_TRUE kchart_SUBDIR_included_FALSE kdgantt_SUBDIR_included_TRUE kdgantt_SUBDIR_included_FALSE kformula_SUBDIR_included_TRUE kformula_SUBDIR_included_FALSE kivio_SUBDIR_included_TRUE kivio_SUBDIR_included_FALSE koshell_SUBDIR_included_TRUE koshell_SUBDIR_included_FALSE kounavail_SUBDIR_included_TRUE kounavail_SUBDIR_included_FALSE kpresenter_SUBDIR_included_TRUE kpresenter_SUBDIR_included_FALSE krita_SUBDIR_included_TRUE krita_SUBDIR_included_FALSE kspread_SUBDIR_included_TRUE kspread_SUBDIR_included_FALSE kugar_SUBDIR_included_TRUE kugar_SUBDIR_included_FALSE mimetypes_SUBDIR_included_TRUE mimetypes_SUBDIR_included_FALSE pics_SUBDIR_included_TRUE pics_SUBDIR_included_FALSE plugins_SUBDIR_included_TRUE plugins_SUBDIR_included_FALSE servicetypes_SUBDIR_included_TRUE servicetypes_SUBDIR_included_FALSE templates_SUBDIR_included_TRUE templates_SUBDIR_included_FALSE tools_SUBDIR_included_TRUE tools_SUBDIR_included_FALSE kword_SUBDIR_included_TRUE kword_SUBDIR_included_FALSE kexi_SUBDIR_included_TRUE kexi_SUBDIR_included_FALSE filters_SUBDIR_included_TRUE filters_SUBDIR_included_FALSE compile_filter_KWORD_TRUE compile_filter_KWORD_FALSE compile_filter_KSPREAD_TRUE compile_filter_KSPREAD_FALSE compile_filter_KCHART_TRUE compile_filter_KCHART_FALSE compile_filter_KARBON_TRUE compile_filter_KARBON_FALSE compile_filter_KPRESENTER_TRUE compile_filter_KPRESENTER_FALSE compile_filter_KFORMULA_TRUE compile_filter_KFORMULA_FALSE compile_filter_KUGAR_TRUE compile_filter_KUGAR_FALSE compile_filter_KRITA_TRUE compile_filter_KRITA_FALSE compile_mailmerge_KWORD_TRUE compile_mailmerge_KWORD_FALSE compile_plugin_KUGAR_TRUE compile_plugin_KUGAR_FALSE compile_lib_KOPAINTER_TRUE compile_lib_KOPAINTER_FALSE LIBOBJS LTLIBOBJS'
++ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM QTDOCDIR KDE_HAVE_DOT DOXYGEN DOXYGEN_PROJECT_NAME DOXYGEN_PROJECT_NUMBER KDE_HAS_DOXYGEN LIBMAGICK_LIBS LIBMAGICK_LDFLAGS LIBMAGICK_CPPFLAGS LIBMAGICK_RPATH need_kde32_compatibility_TRUE need_kde32_compatibility_FALSE need_kde33_compatibility_TRUE need_kde33_compatibility_FALSE need_kde34_compatibility_TRUE need_kde34_compatibility_FALSE need_kde31_compatibility_TRUE need_kde31_compatibility_FALSE LIBWV2_LIBS LIBWV2_CFLAGS LIBWV2_RPATH include_wv2_msword_filter_TRUE include_wv2_msword_filter_FALSE LIBPAPER LIBWPD_LIBS LIBWPD_CFLAGS LIBWPD_RPATH include_wpd_filter_TRUE include_wpd_filter_FALSE LIBXSLT_LIBS LIBXSLT_CFLAGS LIBXSLT_RPATH LIBXML_LIBS LIBXML_CFLAGS LIBXML_RPATH include_XSLTFILTERS_TRUE include_XSLTFILTERS_FALSE LIBFREETYPE_LIBS LIBFREETYPE_CFLAGS LIBFREETYPE_RPATH LIBART_LIBS LIBART_CFLAGS LIBART_RPATH LIBFONTCONFIG_LIBS LIBFONTCONFIG_CFLAGS LIBFONTCONFIG_RPATH have_readline_TRUE have_readline_FALSE LIBREADLINE LIB_KEXI_KMDI LIB_KEXI_KMDI_INCLUDES use_kexi_compat_qextmdi_TRUE use_kexi_compat_qextmdi_FALSE MYSQL_INC MYSQL_LIBS compile_mysql_plugin_TRUE compile_mysql_plugin_FALSE PG_INCDIR PG_LIBDIR PQXX_INCDIR PQXX_LIBDIR compile_pgsql_plugin_TRUE compile_pgsql_plugin_FALSE PYTHON_INCLUDE PYTHON_LIB PYTHON_FLAGS compile_kross_plugin_TRUE compile_kross_plugin_FALSE PYTHONINC PYTHONLIB LIBPYTHON PYTHONMODDIR LIB_XINPUTEXT LCMS_LIBS use_kjsembed_TRUE use_kjsembed_FALSE SQLDIR include_sql_TRUE include_sql_FALSE KWMF_INCLUDES KSTORE_INCLUDES KOTEXT_INCLUDES KOPAINTER_INCLUDES KOFFICECORE_INCLUDES KOFFICEUI_INCLUDES KFORMULA_INCLUDES KOSCRIPT_INCLUDES LIB_KOFFICEUI LIB_KOFFICECORE LIB_KSTORE LIB_KOTEXT LIB_KOPAINTER LIB_KWMF LIB_KOWMF LIB_KFORMULA LIB_KOSCRIPT interfacedir KOFFICE_LIBS KOFFICE_INCLUDES LIBKSPELL2 TOPSUBDIRS lib_SUBDIR_included_TRUE lib_SUBDIR_included_FALSE interfaces_SUBDIR_included_TRUE interfaces_SUBDIR_included_FALSE autocorrect_SUBDIR_included_TRUE autocorrect_SUBDIR_included_FALSE doc_SUBDIR_included_TRUE doc_SUBDIR_included_FALSE example_SUBDIR_included_TRUE example_SUBDIR_included_FALSE karbon_SUBDIR_included_TRUE karbon_SUBDIR_included_FALSE kchart_SUBDIR_included_TRUE kchart_SUBDIR_included_FALSE kdgantt_SUBDIR_included_TRUE kdgantt_SUBDIR_included_FALSE kformula_SUBDIR_included_TRUE kformula_SUBDIR_included_FALSE kivio_SUBDIR_included_TRUE kivio_SUBDIR_included_FALSE koshell_SUBDIR_included_TRUE koshell_SUBDIR_included_FALSE kounavail_SUBDIR_included_TRUE kounavail_SUBDIR_included_FALSE kpresenter_SUBDIR_included_TRUE kpresenter_SUBDIR_included_FALSE krita_SUBDIR_included_TRUE krita_SUBDIR_included_FALSE kspread_SUBDIR_included_TRUE kspread_SUBDIR_included_FALSE kugar_SUBDIR_included_TRUE kugar_SUBDIR_included_FALSE mimetypes_SUBDIR_included_TRUE mimetypes_SUBDIR_included_FALSE pics_SUBDIR_included_TRUE pics_SUBDIR_included_FALSE plugins_SUBDIR_included_TRUE plugins_SUBDIR_included_FALSE servicetypes_SUBDIR_included_TRUE servicetypes_SUBDIR_included_FALSE templates_SUBDIR_included_TRUE templates_SUBDIR_included_FALSE tools_SUBDIR_included_TRUE tools_SUBDIR_included_FALSE kword_SUBDIR_included_TRUE kword_SUBDIR_included_FALSE kexi_SUBDIR_included_TRUE kexi_SUBDIR_included_FALSE filters_SUBDIR_included_TRUE filters_SUBDIR_included_FALSE compile_filter_KWORD_TRUE compile_filter_KWORD_FALSE compile_filter_KSPREAD_TRUE compile_filter_KSPREAD_FALSE compile_filter_KCHART_TRUE compile_filter_KCHART_FALSE compile_filter_KARBON_TRUE compile_filter_KARBON_FALSE compile_filter_KPRESENTER_TRUE compile_filter_KPRESENTER_FALSE compile_filter_KFORMULA_TRUE compile_filter_KFORMULA_FALSE compile_filter_KUGAR_TRUE compile_filter_KUGAR_FALSE compile_filter_KRITA_TRUE compile_filter_KRITA_FALSE compile_mailmerge_KWORD_TRUE compile_mailmerge_KWORD_FALSE compile_plugin_KUGAR_TRUE compile_plugin_KUGAR_FALSE compile_lib_KOPAINTER_TRUE compile_lib_KOPAINTER_FALSE LIBOBJS LTLIBOBJS'
+ ac_subst_files=''
+ 
+ # Initialize some variables set by options.
+@@ -1025,6 +1025,8 @@
+ Optional Features:
+   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
++  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer
+   --disable-fast-perl     disable fast Makefile generation (needs perl)
+   --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
+   --disable-debug         disables debug output and debug symbols default=no
+@@ -1032,8 +1034,8 @@
+                           work!)
+   --disable-warnings      disables compilation with -Wall and similar
+   --enable-profile        creates profiling infos default=no
+-  --disable-dependency-tracking Speeds up one-time builds
+-  --enable-dependency-tracking  Do not reject slow dependency extractors
++  --disable-dependency-tracking  speeds up one-time build
++  --enable-dependency-tracking   do not reject slow dependency extractors
+   --enable-pch            enables precompiled header support (currently only
+                           KCC or gcc >=3.4+unsermake) default=no
+   --enable-coverage       use gcc coverage testing
+@@ -1670,7 +1672,7 @@
+ rm conftest.sed
+ 
+ 
+-am__api_version="1.6"
++am__api_version="1.9"
+ 
+ 
+           test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL
+@@ -1828,7 +1830,6 @@
+ fi
+ echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+-
+ # expand $ac_aux_dir to an absolute path
+ am_aux_dir=`cd $ac_aux_dir && pwd`
+ 
+@@ -1842,6 +1843,39 @@
+ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+ fi
+ 
++if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
++  # We used to keeping the `.' as first argument, in order to
++  # allow $(mkdir_p) to be used without argument.  As in
++  #   $(mkdir_p) $(somedir)
++  # where $(somedir) is conditionally defined.  However this is wrong
++  # for two reasons:
++  #  1. if the package is installed by a user who cannot write `.'
++  #     make install will fail,
++  #  2. the above comment should most certainly read
++  #     $(mkdir_p) $(DESTDIR)$(somedir)
++  #     so it does not work when $(somedir) is undefined and
++  #     $(DESTDIR) is not.
++  #  To support the latter case, we have to write
++  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
++  #  so the `.' trick is pointless.
++  mkdir_p='mkdir -p --'
++else
++  # On NextStep and OpenStep, the `mkdir' command does not
++  # recognize any option.  It will interpret all options as
++  # directories to create, and then abort because `.' already
++  # exists.
++  for d in ./-p ./--version;
++  do
++    test -d $d && rmdir $d
++  done
++  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
++  if test -f "$ac_aux_dir/mkinstalldirs"; then
++    mkdir_p='$(mkinstalldirs)'
++  else
++    mkdir_p='$(install_sh) -d'
++  fi
++fi
++
+ for ac_prog in gawk mawk nawk awk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+@@ -1911,7 +1945,16 @@
+   SET_MAKE="MAKE=${MAKE-make}"
+ fi
+ 
+- # test to see if srcdir already configured
++rm -rf .tst 2>/dev/null
++mkdir .tst 2>/dev/null
++if test -d .tst; then
++  am__leading_dot=.
++else
++  am__leading_dot=_
++fi
++rmdir .tst 2>/dev/null
++
++# test to see if srcdir already configured
+ if test "`cd $srcdir && pwd`" != "`pwd`" &&
+    test -f $srcdir/config.status; then
+   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
+@@ -1919,6 +1962,16 @@
+    { (exit 1); exit 1; }; }
+ fi
+ 
++# test whether we have cygpath
++if test -z "$CYGPATH_W"; then
++  if (cygpath --version) >/dev/null 2>/dev/null; then
++    CYGPATH_W='cygpath -w'
++  else
++    CYGPATH_W=echo
++  fi
++fi
++
++
+ # Define the identity of the package.
+  PACKAGE=koffice
+  VERSION="1.4.2"
+@@ -1949,9 +2002,6 @@
+ 
+ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+ 
+-
+-AMTAR=${AMTAR-"${am_missing_run}tar"}
+-
+ install_sh=${install_sh-"$am_aux_dir/install-sh"}
+ 
+ # Installed binaries are usually stripped using `strip' when the user
+@@ -2044,6 +2094,38 @@
+ 
+ # We need awk for the "check" target.  The system "awk" is bad on
+ # some platforms.
++# Always define AMTAR for backward compatibility.
++
++AMTAR=${AMTAR-"${am_missing_run}tar"}
++
++am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
++
++
++
++
++
++echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
++    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
++if test "${enable_maintainer_mode+set}" = set; then
++  enableval="$enable_maintainer_mode"
++  USE_MAINTAINER_MODE=$enableval
++else
++  USE_MAINTAINER_MODE=no
++fi;
++  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
++
++
++if test $USE_MAINTAINER_MODE = yes; then
++  MAINTAINER_MODE_TRUE=
++  MAINTAINER_MODE_FALSE='#'
++else
++  MAINTAINER_MODE_TRUE='#'
++  MAINTAINER_MODE_FALSE=
++fi
++
++  MAINT=$MAINTAINER_MODE_TRUE
+ 
+ 
+ 
+@@ -2268,30 +2350,18 @@
+ 
+ 
+ 
+-# Add the stamp file to the list of files AC keeps track of,
+-# along with our hook.
+           ac_config_headers="$ac_config_headers config.h"
+ 
+-
+-
+-rm -f .deps 2>/dev/null
+-mkdir .deps 2>/dev/null
+-if test -d .deps; then
+-  DEPDIR=.deps
+-else
+-  # MS-DOS does not allow filenames that begin with a dot.
+-  DEPDIR=_deps
+-fi
+-rmdir .deps 2>/dev/null
+-
++DEPDIR="${am__leading_dot}deps"
+ 
+           ac_config_commands="$ac_config_commands depfiles"
+ 
+ 
+ am_make=${MAKE-make}
+ cat > confinc << 'END'
+-doit:
++am__doit:
+ 	@echo done
++.PHONY: am__doit
+ END
+ # If we don't find an include directive, just comment out the code.
+ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
+@@ -2306,7 +2376,7 @@
+ # In particular we don't look at `^make:' because GNU make might
+ # be invoked under some other name (usually "gmake"), in which
+ # case it prints its new name instead of `make'.
+-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
++if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+    am__include=include
+    am__quote=
+    _am_result=GNU
+@@ -3366,18 +3436,34 @@
+   # using a relative directory.
+   cp "$am_depcomp" conftest.dir
+   cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
+ 
+   am_cv_CC_dependencies_compiler_type=none
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+   fi
+   for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
+     # We need to recreate these files for each test, as the compiler may
+     # overwrite some of them when testing with obscure command lines.
+     # This happens at least with the AIX C compiler.
+-    echo '#include "conftest.h"' > conftest.c
+-    echo 'int i;' > conftest.h
+-    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+ 
+     case $depmode in
+     nosideeffect)
+@@ -3395,13 +3481,25 @@
+     # mode.  It turns out that the SunPro C++ compiler does not properly
+     # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+-       source=conftest.c object=conftest.o \
+-       depfile=conftest.Po tmpdepfile=conftest.TPo \
+-       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
+-       grep conftest.h conftest.Po > /dev/null 2>&1 &&
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+-      am_cv_CC_dependencies_compiler_type=$depmode
+-      break
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_CC_dependencies_compiler_type=$depmode
++        break
++      fi
+     fi
+   done
+ 
+@@ -3418,6 +3516,18 @@
+ 
+ 
+ 
++if
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
++  am__fastdepCC_TRUE=
++  am__fastdepCC_FALSE='#'
++else
++  am__fastdepCC_TRUE='#'
++  am__fastdepCC_FALSE=
++fi
++
++
++
+   ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -4050,18 +4160,34 @@
+   # using a relative directory.
+   cp "$am_depcomp" conftest.dir
+   cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
+ 
+   am_cv_CXX_dependencies_compiler_type=none
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+   fi
+   for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
+     # We need to recreate these files for each test, as the compiler may
+     # overwrite some of them when testing with obscure command lines.
+     # This happens at least with the AIX C compiler.
+-    echo '#include "conftest.h"' > conftest.c
+-    echo 'int i;' > conftest.h
+-    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
++      # Solaris 8's {/usr,}/bin/sh.
++      touch sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+ 
+     case $depmode in
+     nosideeffect)
+@@ -4079,13 +4205,25 @@
+     # mode.  It turns out that the SunPro C++ compiler does not properly
+     # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+-       source=conftest.c object=conftest.o \
+-       depfile=conftest.Po tmpdepfile=conftest.TPo \
+-       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
+-       grep conftest.h conftest.Po > /dev/null 2>&1 &&
++       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+-      am_cv_CXX_dependencies_compiler_type=$depmode
+-      break
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_CXX_dependencies_compiler_type=$depmode
++        break
++      fi
+     fi
+   done
+ 
+@@ -4102,6 +4240,18 @@
+ 
+ 
+ 
++if
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
++  am__fastdepCXX_TRUE=
++  am__fastdepCXX_FALSE='#'
++else
++  am__fastdepCXX_TRUE='#'
++  am__fastdepCXX_FALSE=
++fi
++
++
++
+ 
+   echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
+ echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6
+@@ -6538,183 +6688,6 @@
+        KDE_USE_CLOSURE_TRUE="#"
+        KDE_USE_CLOSURE_FALSE=""
+        KDE_NO_UNDEFINED=""
+-       case $host in
+-         *-*-linux-gnu)
+-
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--no-undefined" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wl,--no-undefined... $ECHO_C" >&6
+-kde_cache=`echo Wl,--no-undefined | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-
+-
+-
+-   ac_ext=cc
+-ac_cpp='$CXXCPP $CPPFLAGS'
+-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+-
+-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+-
+-
+-  save_CXXFLAGS="$CXXFLAGS"
+-  CXXFLAGS="$CXXFLAGS -Wl,--no-undefined"
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-int
+-main ()
+-{
+- return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+-  (eval $ac_link) 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } &&
+-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; } &&
+-	 { ac_try='test -s conftest$ac_exeext'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-  eval "kde_cv_prog_cxx_$kde_cache=yes"
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+-      conftest$ac_exeext conftest.$ac_ext
+-  CXXFLAGS="$save_CXXFLAGS"
+-  ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-
+-
+-fi
+-
+-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+- :
+-
+-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--allow-shlib-undefined" >&5
+-echo $ECHO_N "checking whether $CXX supports -Wl,--allow-shlib-undefined... $ECHO_C" >&6
+-kde_cache=`echo Wl,--allow-shlib-undefined | sed 'y% .=/+-,%____p__%'`
+-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-
+-
+-
+-   ac_ext=cc
+-ac_cpp='$CXXCPP $CPPFLAGS'
+-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+-
+-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+-
+-
+-  save_CXXFLAGS="$CXXFLAGS"
+-  CXXFLAGS="$CXXFLAGS -Wl,--allow-shlib-undefined"
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-int
+-main ()
+-{
+- return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+-  (eval $ac_link) 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } &&
+-	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; } &&
+-	 { ac_try='test -s conftest$ac_exeext'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-  eval "kde_cv_prog_cxx_$kde_cache=yes"
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+-      conftest$ac_exeext conftest.$ac_ext
+-  CXXFLAGS="$save_CXXFLAGS"
+-  ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-
+-
+-fi
+-
+-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+- :
+- KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"
+-else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- :
+- KDE_NO_UNDEFINED=""
+-fi
+-
+-else
+- echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+- :
+- KDE_NO_UNDEFINED=""
+-fi
+-
+-           ;;
+-       esac
+   fi
+ 
+ 
+@@ -6878,7 +6851,7 @@
+ # Add /usr/xpg4/bin/sed as it is typically found on Solaris
+ # along with /bin/sed that truncates output.
+ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
+-  test ! -f $lt_ac_sed && break
++  test ! -f $lt_ac_sed && continue
+   cat /dev/null > conftest.in
+   lt_ac_count=0
+   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
+@@ -6983,7 +6956,7 @@
+     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+       lt_cv_path_LD="$ac_dir/$ac_prog"
+       # Check to see if the program is GNU ld.  I'd rather use --version,
+-      # but apparently some GNU ld's only accept -v.
++      # but apparently some variants of GNU ld only accept -v.
+       # Break only if it was the GNU/non-GNU ld that we prefer.
+       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+       *GNU* | *'with BFD'*)
+@@ -7017,7 +6990,7 @@
+ if test "${lt_cv_prog_gnu_ld+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
++  # I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+   lt_cv_prog_gnu_ld=yes
+@@ -7047,6 +7020,15 @@
+ *) reload_flag=" $reload_flag" ;;
+ esac
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
++case $host_os in
++  darwin*)
++    if test "$GCC" = yes; then
++      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
++    else
++      reload_cmds='$LD$reload_flag -o $output$reload_objs'
++    fi
++    ;;
++esac
+ 
+ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
+ echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
+@@ -7133,44 +7115,36 @@
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-bsdi4*)
++bsdi[45]*)
+   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
+   lt_cv_file_magic_cmd='/usr/bin/file -L'
+   lt_cv_file_magic_test_file=/shlib/libc.so
+   ;;
+ 
+ cygwin*)
+-  lt_cv_deplibs_check_method=pass_all
++  # func_win32_libid is a shell function defined in ltmain.sh
++  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
++  lt_cv_file_magic_cmd='func_win32_libid'
+   ;;
+ 
+ mingw* | pw32*)
+-  # win32_libid is a shell function defined in ltmain.sh
+-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
+-  lt_cv_file_magic_cmd='win32_libid'
++  # Base MSYS/MinGW do not provide the 'file' command needed by
++  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
++  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
++  lt_cv_file_magic_cmd='$OBJDUMP -f'
+   ;;
+ 
+ darwin* | rhapsody*)
+-  # this will be overwritten by pass_all, but leave it in just in case
+-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
+-  lt_cv_file_magic_cmd='/usr/bin/file -L'
+-  case "$host_os" in
+-  rhapsody* | darwin1.[012])
+-    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
+-    ;;
+-  *) # Darwin 1.3 on
+-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
+-    ;;
+-  esac
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-freebsd*)
++freebsd* | kfreebsd*-gnu | dragonfly*)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     case $host_cpu in
+     i*86 )
+       # Not sure whether the presence of OpenBSD here was a mistake.
+       # Let's accept both of them until this is cleared up.
+-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
++      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+       lt_cv_file_magic_cmd=/usr/bin/file
+       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+       ;;
+@@ -7186,7 +7160,7 @@
+ 
+ hpux10.20* | hpux11*)
+   lt_cv_file_magic_cmd=/usr/bin/file
+-  case "$host_cpu" in
++  case $host_cpu in
+   ia64*)
+     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
+     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
+@@ -7203,42 +7177,21 @@
+   ;;
+ 
+ irix5* | irix6* | nonstopux*)
+-  case $host_os in
+-  irix5* | nonstopux*)
+-    # this will be overridden with pass_all, but let us keep it just in case
+-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
+-    ;;
+-  *)
+-    case $LD in
+-    *-32|*"-32 ") libmagic=32-bit;;
+-    *-n32|*"-n32 ") libmagic=N32;;
+-    *-64|*"-64 ") libmagic=64-bit;;
+-    *) libmagic=never-match;;
+-    esac
+-    # this will be overridden with pass_all, but let us keep it just in case
+-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
+-    ;;
++  case $LD in
++  *-32|*"-32 ") libmagic=32-bit;;
++  *-n32|*"-n32 ") libmagic=N32;;
++  *-64|*"-64 ") libmagic=64-bit;;
++  *) libmagic=never-match;;
+   esac
+-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+ # This must be Linux ELF.
+ linux*)
+-  case $host_cpu in
+-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
+-    lt_cv_deplibs_check_method=pass_all ;;
+-  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
+-  arm* )
+-    lt_cv_deplibs_check_method=pass_all ;;
+-  *)
+-    # glibc up to 2.1.1 does not perform some relocations on ARM
+-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++  lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+-netbsd*)
++netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+   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
+@@ -7257,19 +7210,14 @@
+   ;;
+ 
+ openbsd*)
+-  lt_cv_file_magic_cmd=/usr/bin/file
+-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+   else
+-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
++    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+   fi
+   ;;
+ 
+ osf3* | osf4* | osf5*)
+-  # this will be overridden with pass_all, but let us keep it just in case
+-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
+-  lt_cv_file_magic_test_file=/shlib/libc.so
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+@@ -7279,7 +7227,6 @@
+ 
+ solaris*)
+   lt_cv_deplibs_check_method=pass_all
+-  lt_cv_file_magic_test_file=/lib/libc.so
+   ;;
+ 
+ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+@@ -7356,7 +7303,7 @@
+   ;;
+ *-*-irix6*)
+   # Find out which ABI we are using.
+-  echo '#line 7359 "configure"' > conftest.$ac_ext
++  echo '#line 7306 "configure"' > conftest.$ac_ext
+   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+   (eval $ac_compile) 2>&5
+   ac_status=$?
+@@ -7399,14 +7346,13 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); }; then
+-    case "`/usr/bin/file conftest.o`" in
++    case `/usr/bin/file conftest.o` in
+     *32-bit*)
+-      LINUX_64_MODE="32"
+       case $host in
+         x86_64-*linux*)
+           LD="${LD-ld} -m elf_i386"
+           ;;
+-        ppc64-*linux*)
++        ppc64-*linux*|powerpc64-*linux*)
+           LD="${LD-ld} -m elf32ppclinux"
+           ;;
+         s390x-*linux*)
+@@ -7418,7 +7364,6 @@
+       esac
+       ;;
+     *64-bit*)
+-      LINUX_64_MODE="64"
+       case $host in
+         x86_64-*linux*)
+           LD="${LD-ld} -m elf_x86_64"
+@@ -7905,6 +7850,243 @@
+ 
+ done
+ 
++
++
++if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++    (test "X$CXX" != "Xg++"))) ; then
++  ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
++echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
++if test -z "$CXXCPP"; then
++  if test "${ac_cv_prog_CXXCPP+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++      # Double quotes because CXXCPP needs to be expanded
++    for CXXCPP in "$CXX -E" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  break
++fi
++
++    done
++    ac_cv_prog_CXXCPP=$CXXCPP
++
++fi
++  CXXCPP=$ac_cv_prog_CXXCPP
++else
++  ac_cv_prog_CXXCPP=$CXXCPP
++fi
++echo "$as_me:$LINENO: result: $CXXCPP" >&5
++echo "${ECHO_T}$CXXCPP" >&6
++ac_preproc_ok=false
++for ac_cxx_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++		     Syntax error
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  :
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether non-existent headers
++  # can be detected and how.
++  cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++#include <ac_nonexistent.h>
++_ACEOF
++if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
++  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } >/dev/null; then
++  if test -s conftest.err; then
++    ac_cpp_err=$ac_cxx_preproc_warn_flag
++    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
++  else
++    ac_cpp_err=
++  fi
++else
++  ac_cpp_err=yes
++fi
++if test -z "$ac_cpp_err"; then
++  # Broken: success on invalid input.
++continue
++else
++  echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then
++  :
++else
++  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&5
++echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
++See \`config.log' for more details." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
++ac_ext=cc
++ac_cpp='$CXXCPP $CPPFLAGS'
++ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
++
++fi
++
+ ac_ext=f
+ ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
+ ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+@@ -7997,7 +8179,7 @@
+ 
+ 
+ # Provide some information about the compiler.
+-echo "$as_me:8000:" \
++echo "$as_me:8182:" \
+      "checking for Fortran 77 compiler version" >&5
+ ac_compiler=`set X $ac_compile; echo $2`
+ { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
+@@ -8150,7 +8332,7 @@
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+     i=0
+-  testring="ABCD"
++  teststring="ABCD"
+ 
+   case $build_os in
+   msdosdjgpp*)
+@@ -8179,20 +8361,53 @@
+     lt_cv_sys_max_cmd_len=8192;
+     ;;
+ 
+- *)
++  amigaos*)
++    # On AmigaOS with pdksh, this test takes hours, literally.
++    # So we just punt and use a minimum line length of 8192.
++    lt_cv_sys_max_cmd_len=8192;
++    ;;
++
++  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++    # This has been around since 386BSD, at least.  Likely further.
++    if test -x /sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
++    elif test -x /usr/sbin/sysctl; then
++      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
++    else
++      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
++    fi
++    # And add a safety zone
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
++    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
++    ;;
++  osf*)
++    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
++    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
++    # nice to cause kernel panics so lets avoid the loop below.
++    # First set a reasonable default.
++    lt_cv_sys_max_cmd_len=16384
++    #
++    if test -x /sbin/sysconfig; then
++      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
++        *1*) lt_cv_sys_max_cmd_len=-1 ;;
++      esac
++    fi
++    ;;
++  *)
+     # If test is not a shell built-in, we'll probably end up computing a
+     # maximum length that is only half of the actual maximum length, but
+     # we can't tell.
+-    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
+-	       = "XX$testring") >/dev/null 2>&1 &&
+-	    new_result=`expr "X$testring" : ".*" 2>&1` &&
++    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
++    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
++	       = "XX$teststring") >/dev/null 2>&1 &&
++	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
+ 	    lt_cv_sys_max_cmd_len=$new_result &&
+ 	    test $i != 17 # 1/2 MB should be enough
+     do
+       i=`expr $i + 1`
+-      testring=$testring$testring
++      teststring=$teststring$teststring
+     done
+-    testring=
++    teststring=
+     # Add a significant safety factor because C++ compilers can tack on massive
+     # amounts of additional arguments before passing them to the linker.
+     # It appears as though 1/2 is a usable value.
+@@ -8229,9 +8444,6 @@
+ # Regexp to match symbols that can be accessed directly from C.
+ sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
+ 
+-# Transform the above into a raw symbol and a C symbol.
+-symxfrm='\1 \2\3 \3'
+-
+ # Transform an extracted symbol line into a proper C declaration
+ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
+ 
+@@ -8253,6 +8465,13 @@
+   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
+   ;;
++linux*)
++  if test "$host_cpu" = ia64; then
++    symcode='[ABCDGIRSTW]'
++    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
++    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
++  fi
++  ;;
+ irix* | nonstopux*)
+   symcode='[BCDEGRST]'
+   ;;
+@@ -8260,7 +8479,7 @@
+   symcode='[BCDEGQRST]'
+   ;;
+ solaris* | sysv5*)
+-  symcode='[BDT]'
++  symcode='[BDRT]'
+   ;;
+ sysv4)
+   symcode='[DFNSTU]'
+@@ -8278,14 +8497,17 @@
+ # If we're using GNU nm, then use its standard symbol codes.
+ case `$NM -V 2>&1` in
+ *GNU* | *'with BFD'*)
+-  symcode='[ABCDGISTW]' ;;
++  symcode='[ABCDGIRSTW]' ;;
+ esac
+ 
+ # Try without a prefix undercore, then with it.
+ for ac_symprfx in "" "_"; do
+ 
++  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
++  symxfrm="\\1 $ac_symprfx\\2 \\2"
++
+   # Write the raw and C identifiers.
+-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
++  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ 	]\($symcode$symcode*\)[ 	][ 	]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+ 
+   # Check to see that the pipe works correctly.
+   pipe_works=no
+@@ -8447,7 +8669,7 @@
+ 
+ # Sed substitution that helps us do robust quoting.  It backslashifies
+ # metacharacters that are still active within double-quoted strings.
+-Xsed='sed -e s/^X//'
++Xsed='sed -e 1s/^X//'
+ sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
+ 
+ # Same as above, but do not quote variable references.
+@@ -8467,7 +8689,7 @@
+ default_ofile=libtool
+ can_build_shared=yes
+ 
+-# All known linkers require a `.a' archive for static linking (except M$VC,
++# All known linkers require a `.a' archive for static linking (except MSVC,
+ # which needs '.lib').
+ libext=a
+ ltmain="$ac_aux_dir/ltmain.sh"
+@@ -8752,6 +8974,17 @@
+   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
+ fi
+ 
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
++
+ # Only perform the check for file, if the check method requires it
+ case $deplibs_check_method in
+ file_magic*)
+@@ -8777,7 +9010,7 @@
+       if test -n "$file_magic_test_file"; then
+ 	case $deplibs_check_method in
+ 	"file_magic "*)
+-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ 	    $EGREP "$file_magic_regex" > /dev/null; then
+@@ -8839,7 +9072,7 @@
+       if test -n "$file_magic_test_file"; then
+ 	case $deplibs_check_method in
+ 	"file_magic "*)
+-	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
++	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
+ 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
+ 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
+ 	    $EGREP "$file_magic_regex" > /dev/null; then
+@@ -8938,6 +9171,20 @@
+ compiler=$CC
+ 
+ 
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ #
+ # Check for any special shared library compilation flags.
+ #
+@@ -8974,11 +9221,16 @@
+    LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
+    printf "$lt_simple_link_test_code" > conftest.$ac_ext
+    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+-     # The compiler can only warn and ignore the option if not recognized
++     # The linker can only warn and ignore the option if not recognized
+      # So say no if there are warnings
+      if test -s conftest.err; then
+        # Append any errors to the config.log.
+        cat conftest.err 1>&5
++       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
++       $SED '/^$/d' conftest.err >conftest.er2
++       if diff conftest.exp conftest.er2 >/dev/null; then
++         lt_prog_compiler_static_works=yes
++       fi
+      else
+        lt_prog_compiler_static_works=yes
+      fi
+@@ -8998,6 +9250,10 @@
+ 
+ 
+ 
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
+ 
+ lt_prog_compiler_no_builtin_flag=
+ 
+@@ -9020,18 +9276,20 @@
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    # The option is referenced via a variable to avoid confusing sed.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:9026: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:9282: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:9030: \$? = $ac_status" >&5
++   echo "$as_me:9286: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
+        lt_cv_prog_compiler_rtti_exceptions=yes
+      fi
+    fi
+@@ -9108,7 +9366,7 @@
+     hpux*)
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -9134,6 +9392,16 @@
+ 	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
+       fi
+       ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic='-qnocommon'
++         lt_prog_compiler_wl='-Wl,'
++         ;;
++       esac
++       ;;
+ 
+     mingw* | pw32* | os2*)
+       # This hack is so that the source file can tell whether it is being
+@@ -9145,7 +9413,7 @@
+       lt_prog_compiler_wl='-Wl,'
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -9169,12 +9437,19 @@
+       ;;
+ 
+     linux*)
+-      case $CC in
++      case $cc_basename in
+       icc* | ecc*)
+ 	lt_prog_compiler_wl='-Wl,'
+ 	lt_prog_compiler_pic='-KPIC'
+ 	lt_prog_compiler_static='-static'
+         ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl='-Wl,'
++	lt_prog_compiler_pic='-fpic'
++	lt_prog_compiler_static='-Bstatic'
++        ;;
+       ccc*)
+         lt_prog_compiler_wl='-Wl,'
+         # All Alpha code is PIC.
+@@ -9195,9 +9470,14 @@
+       ;;
+ 
+     solaris*)
+-      lt_prog_compiler_wl='-Wl,'
+       lt_prog_compiler_pic='-KPIC'
+       lt_prog_compiler_static='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl='-Wl,';;
++      esac
+       ;;
+ 
+     sunos4*)
+@@ -9219,6 +9499,11 @@
+       fi
+       ;;
+ 
++    unicos*)
++      lt_prog_compiler_wl='-Wl,'
++      lt_prog_compiler_can_build_shared=no
++      ;;
++
+     uts4*)
+       lt_prog_compiler_pic='-pic'
+       lt_prog_compiler_static='-Bstatic'
+@@ -9253,18 +9538,20 @@
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    # The option is referenced via a variable to avoid confusing sed.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:9259: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:9544: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:9263: \$? = $ac_status" >&5
++   echo "$as_me:9548: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
+        lt_prog_compiler_pic_works=yes
+      fi
+    fi
+@@ -9285,7 +9572,7 @@
+ fi
+ 
+ fi
+-case "$host_os" in
++case $host_os in
+   # For platforms which do not support PIC, -DPIC is meaningless:
+   *djgpp*)
+     lt_prog_compiler_pic=
+@@ -9307,38 +9594,36 @@
+    mkdir out
+    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+ 
+-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+-   # that will create temporary files in the current directory regardless of
+-   # the output directory.  Thus, making CWD read-only will cause this test
+-   # to fail, enabling locking or at least warning the user not to do parallel
+-   # builds.
+-   chmod -w .
+-
+    lt_compiler_flag="-o out/conftest2.$ac_objext"
+    # Insert the option either (1) after the last *FLAGS variable, or
+    # (2) before a word containing "conftest.", or (3) at the end.
+    # Note that $ac_compile itself does not contain backslashes and begins
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:9326: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:9606: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:9330: \$? = $ac_status" >&5
++   echo "$as_me:9610: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings
+-     if test ! -s out/conftest.err; then
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+        lt_cv_prog_compiler_c_o=yes
+      fi
+    fi
+-   chmod u+w .
+-   $rm conftest* out/*
+-   rmdir out
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
+    cd ..
+    rmdir conftest
+    $rm conftest*
+@@ -9409,6 +9694,16 @@
+   # rely on this symbol name, it's probably fine to never include it in
+   # preloaded symbol tables.
+   extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+ 
+   case $host_os in
+   cygwin* | mingw* | pw32*)
+@@ -9429,6 +9724,27 @@
+     # If archive_cmds runs LD, not CC, wlarc should be empty
+     wlarc='${wl}'
+ 
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
+     # See if GNU ld supports shared libraries.
+     case $host_os in
+     aix3* | aix4* | aix5*)
+@@ -9466,7 +9782,7 @@
+ 	allow_undefined_flag=unsupported
+ 	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ 	# support --undefined.  This deserves some investigation.  FIXME
+-	archive_cmds='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+       else
+ 	ld_shlibs=no
+       fi
+@@ -9476,13 +9792,13 @@
+       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
+       # as there is no search path for DLLs.
+       hardcode_libdir_flag_spec='-L$libdir'
+-      allow_undefined_flag=no
++      allow_undefined_flag=unsupported
+       always_export_symbols=no
+       enable_shared_with_static_runtimes=yes
+-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+ 
+       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-        archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+ 	# If the export-symbols file already is a .def file (1st line
+ 	# is EXPORTS), use it as is; otherwise, prepend...
+ 	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -9491,19 +9807,51 @@
+ 	  echo EXPORTS > $output_objdir/$soname.def;
+ 	  cat $export_symbols >> $output_objdir/$soname.def;
+ 	fi~
+-	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++      else
++	ld_shlibs=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs=no
+       else
+ 	ld_shlibs=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+       else
+-	archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       fi
+       ;;
+ 
+@@ -9521,8 +9869,8 @@
+ 
+ EOF
+       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	ld_shlibs=no
+       fi
+@@ -9537,24 +9885,19 @@
+ 
+     *)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	ld_shlibs=no
+       fi
+       ;;
+     esac
+ 
+-    if test "$ld_shlibs" = yes; then
+-      runpath_var=LD_RUN_PATH
+-      hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+-      export_dynamic_flag_spec='${wl}--export-dynamic'
+-      # ancient GNU ld didn't support --whole-archive et. al.
+-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- 	whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+-      else
+-  	whole_archive_flag_spec=
+-      fi
++    if test "$ld_shlibs" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec=
++      export_dynamic_flag_spec=
++      whole_archive_flag_spec=
+     fi
+   else
+     # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -9588,9 +9931,20 @@
+ 	else
+ 	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
+ 	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
+ 
+-	# KDE requires run time linking.  Make it the default.
+-	aix_use_runtimelinking=yes
+ 	exp_sym_flag='-bexport'
+ 	no_entry_flag='-bnoentry'
+       fi
+@@ -9607,7 +9961,7 @@
+       link_all_deplibs=yes
+ 
+       if test "$GCC" = yes; then
+-	case $host_os in aix4.012|aix4.012.*)
++	case $host_os in aix4.[012]|aix4.[012].*)
+ 	# We only want to do this on AIX 4.2 and lower, the check
+ 	# below for broken collect2 doesn't work under 4.3+
+ 	  collect2name=`${CC} -print-prog-name=collect2`
+@@ -9628,6 +9982,9 @@
+ 	  fi
+ 	esac
+ 	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
+       else
+ 	# not using gcc
+ 	if test "$host_cpu" = ia64; then
+@@ -9636,21 +9993,22 @@
+ 	  shared_flag='-G'
+ 	else
+   	if test "$aix_use_runtimelinking" = yes; then
+-	    shared_flag='-qmkshrobj ${wl}-G'
++	    shared_flag='${wl}-G'
+ 	  else
+-	    shared_flag='-qmkshrobj'
++	    shared_flag='${wl}-bM:SRE'
+   	fi
+ 	fi
+       fi
+ 
+-      # Let the compiler handle the export list.
+-      always_export_symbols=no
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols=yes
+       if test "$aix_use_runtimelinking" = yes; then
+ 	# Warning - without using the other runtime loading flags (-brtl),
+ 	# -berok will link without error, but may produce a broken library.
+ 	allow_undefined_flag='-berok'
+        # Determine the default libpath from the value encoded in an empty executable.
+-	cat >conftest.$ac_ext <<_ACEOF
++       cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+@@ -9701,14 +10059,13 @@
+       conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+ 
+-	hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+-	archive_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+        else
+ 	if test "$host_cpu" = ia64; then
+ 	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
+ 	  allow_undefined_flag="-z nodefs"
+-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+ 	else
+ 	 # Determine the default libpath from the value encoded in an empty executable.
+ 	 cat >conftest.$ac_ext <<_ACEOF
+@@ -9772,8 +10129,8 @@
+ 	  # Exported symbols can be pulled into shared objects from archives
+ 	  whole_archive_flag_spec=' '
+ 	  archive_cmds_need_lc=yes
+-	  # This is similar to how AIX traditionally builds it's shared libraries.
+-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ 	fi
+       fi
+       ;;
+@@ -9786,7 +10143,7 @@
+       ld_shlibs=no
+       ;;
+ 
+-    bsdi4*)
++    bsdi[45]*)
+       export_dynamic_flag_spec=-rdynamic
+       ;;
+ 
+@@ -9796,13 +10153,13 @@
+       # hardcode_libdir_flag_spec is actually meaningless, as there is
+       # no search path for DLLs.
+       hardcode_libdir_flag_spec=' '
+-      allow_undefined_flag=no
++      allow_undefined_flag=unsupported
+       # Tell ltmain to make .lib files, not .a files.
+       libext=lib
+       # Tell ltmain to make .dll files, not .so files.
+-      shrext=".dll"
++      shrext_cmds=".dll"
+       # FIXME: Setting linknames here is a bad hack.
+-      archive_cmds='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+       # The linker will automatically build a .lib file if we build a DLL.
+       old_archive_From_new_cmds='true'
+       # FIXME: Should let the user specify the lib program.
+@@ -9812,52 +10169,52 @@
+       ;;
+ 
+     darwin* | rhapsody*)
+-    if test "$GXX" = yes ; then
+-      archive_cmds_need_lc=no
+-      case "$host_os" in
+-      rhapsody* | darwin1.[012])
+-	allow_undefined_flag='-Wl,-undefined -Wl,suppress'
+-	;;
+-      *) # Darwin 1.3 on
+-	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	  allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	else
+-	  case ${MACOSX_DEPLOYMENT_TARGET} in
+-	    10.012)
+-	      allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	      ;;
+-	    10.*)
+-	      allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	      ;;
+-	  esac
+-	fi
+-	;;
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
+       esac
+-    	lt_int_apple_cc_single_mod=no
+-    	output_verbose_link_cmd='echo'
+-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-    	  lt_int_apple_cc_single_mod=yes
+-    	fi
+-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-    	  archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    	else
+-        archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-      fi
+-      module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        else
+-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        fi
+-          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      archive_cmds_need_lc=no
+       hardcode_direct=no
+       hardcode_automatic=yes
+       hardcode_shlibpath_var=unsupported
+-      whole_archive_flag_spec='-all_load $convenience'
++      whole_archive_flag_spec=''
+       link_all_deplibs=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+     else
+-      ld_shlibs=no
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs=no
++          ;;
++      esac
+     fi
+       ;;
+ 
+@@ -9891,8 +10248,8 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd*)
+-      archive_cmds='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       hardcode_libdir_flag_spec='-R$libdir'
+       hardcode_direct=yes
+       hardcode_shlibpath_var=no
+@@ -9900,7 +10257,7 @@
+ 
+     hpux9*)
+       if test "$GCC" = yes; then
+-	archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++	archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       else
+ 	archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       fi
+@@ -9916,16 +10273,16 @@
+ 
+     hpux10* | hpux11*)
+       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+-	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	*)
+-	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	esac
+       else
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+ 	  archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	  ;;
+@@ -9935,7 +10292,7 @@
+ 	esac
+       fi
+       if test "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*)
+ 	  hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+ 	  hardcode_libdir_flag_spec_ld='+b $libdir'
+@@ -9968,7 +10325,7 @@
+ 
+     irix5* | irix6* | nonstopux*)
+       if test "$GCC" = yes; then
+-	archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	hardcode_libdir_flag_spec_ld='-rpath $libdir'
+@@ -9978,7 +10335,7 @@
+       link_all_deplibs=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -10001,7 +10358,8 @@
+       hardcode_direct=yes
+       hardcode_shlibpath_var=no
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-	archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ 	hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ 	export_dynamic_flag_spec='${wl}-E'
+       else
+@@ -10011,7 +10369,7 @@
+ 	   hardcode_libdir_flag_spec='-R$libdir'
+ 	   ;;
+ 	 *)
+-	   archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	   archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ 	   hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ 	   ;;
+        esac
+@@ -10022,14 +10380,14 @@
+       hardcode_libdir_flag_spec='-L$libdir'
+       hardcode_minus_L=yes
+       allow_undefined_flag=unsupported
+-      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+       old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+       ;;
+ 
+     osf3*)
+       if test "$GCC" = yes; then
+ 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+-	archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	allow_undefined_flag=' -expect_unresolved \*'
+ 	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -10041,13 +10399,13 @@
+     osf4* | osf5*)	# as osf3* with the addition of -msym flag
+       if test "$GCC" = yes; then
+ 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+-	archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+       else
+ 	allow_undefined_flag=' -expect_unresolved \*'
+ 	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+ 
+ 	# Both c and cxx compiler support -rpath directly
+ 	hardcode_libdir_flag_spec='-rpath $libdir'
+@@ -10066,10 +10424,12 @@
+     solaris*)
+       no_undefined_flag=' -z text'
+       if test "$GCC" = yes; then
+-	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	wlarc='${wl}'
++	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+       else
++	wlarc=''
+ 	archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -10078,8 +10438,18 @@
+       hardcode_shlibpath_var=no
+       case $host_os in
+       solaris2.[0-5] | solaris2.[0-5].*) ;;
+-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
+       esac
+       link_all_deplibs=yes
+       ;;
+@@ -10088,7 +10458,7 @@
+       if test "x$host_vendor" = xsequent; then
+ 	# Use $CC to link under sequent, because it throws in some extra .o
+ 	# files that make .init and .fini sections work.
+-	archive_cmds='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+ 	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+       fi
+@@ -10148,9 +10518,9 @@
+    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
+       no_undefined_flag='${wl}-z ${wl}text'
+       if test "$GCC" = yes; then
+-	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+-	archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       fi
+       runpath_var='LD_RUN_PATH'
+       hardcode_shlibpath_var=no
+@@ -10256,7 +10626,7 @@
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -10266,7 +10636,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+ 
+@@ -10331,7 +10714,7 @@
+ amigaos*)
+   library_names_spec='$libname.ixlibrary $libname.a'
+   # Create ${libname}_ixlibrary.a entries in /sys/libs.
+-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+   ;;
+ 
+ beos*)
+@@ -10340,7 +10723,7 @@
+   shlibpath_var=LIBRARY_PATH
+   ;;
+ 
+-bsdi4*)
++bsdi[45]*)
+   version_type=linux
+   need_version=no
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -10356,7 +10739,7 @@
+ 
+ cygwin* | mingw* | pw32*)
+   version_type=windows
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_version=no
+   need_lib_prefix=no
+ 
+@@ -10368,7 +10751,8 @@
+       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+       dldir=$destdir/`dirname \$dlpath`~
+       test -d \$dldir || mkdir -p \$dldir~
+-      $install_prog $dir/$dlname \$dldir/$dlname'
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
+     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+       dlpath=$dir/\$dldll~
+        $rm \$dlpath'
+@@ -10398,7 +10782,7 @@
+       ;;
+     pw32*)
+       # pw32 DLLs use 'pw' prefix rather than 'lib'
+-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+       ;;
+     esac
+     ;;
+@@ -10421,7 +10805,7 @@
+   soname_spec='${libname}${release}${major}$shared_ext'
+   shlibpath_overrides_runpath=yes
+   shlibpath_var=DYLD_LIBRARY_PATH
+-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+   if test "$GCC" = yes; then
+     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -10444,7 +10828,7 @@
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*-gnu*)
++kfreebsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -10456,8 +10840,17 @@
+   dynamic_linker='GNU ld.so'
+   ;;
+ 
+-freebsd*)
+-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
+   version_type=freebsd-$objformat
+   case $version_type in
+     freebsd-elf*)
+@@ -10475,7 +10868,7 @@
+   freebsd2*)
+     shlibpath_overrides_runpath=yes
+     ;;
+-  freebsd3.01* | freebsdelf3.01*)
++  freebsd3.[01]* | freebsdelf3.[01]*)
+     shlibpath_overrides_runpath=yes
+     hardcode_into_libs=yes
+     ;;
+@@ -10502,9 +10895,9 @@
+   version_type=sunos
+   need_lib_prefix=no
+   need_version=no
+-  case "$host_cpu" in
++  case $host_cpu in
+   ia64*)
+-    shrext='.so'
++    shrext_cmds='.so'
+     hardcode_into_libs=yes
+     dynamic_linker="$host_os dld.so"
+     shlibpath_var=LD_LIBRARY_PATH
+@@ -10519,7 +10912,7 @@
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+     ;;
+    hppa*64*)
+-     shrext='.sl'
++     shrext_cmds='.sl'
+      hardcode_into_libs=yes
+      dynamic_linker="$host_os dld.sl"
+      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -10530,7 +10923,7 @@
+      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+      ;;
+    *)
+-    shrext='.sl'
++    shrext_cmds='.sl'
+     dynamic_linker="$host_os dld.sl"
+     shlibpath_var=SHLIB_PATH
+     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -10592,22 +10985,19 @@
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+   soname_spec='${libname}${release}${shared_ext}$major'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+-  libsuff=
+-  if test "x$LINUX_64_MODE" = x64; then
+-    # Some platforms are per default 64-bit, so there's no /lib64
+-    if test -d /lib64; then
+-      libsuff=64
+-    fi
+-  fi
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+   # This implies no fast_install, which is unacceptable.
+   # Some rework will be needed to allow for fast_install
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+   # powerpc, because MkLinux only supported shared libraries with the
+   # GNU dynamic linker.  Since this was broken with cross compilers,
+@@ -10617,6 +11007,30 @@
+   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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -10626,7 +11040,7 @@
+     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+     dynamic_linker='NetBSD (a.out) ld.so'
+   else
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+     soname_spec='${libname}${release}${shared_ext}$major'
+     dynamic_linker='NetBSD ld.elf_so'
+   fi
+@@ -10655,7 +11069,11 @@
+ openbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+-  need_version=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+   shlibpath_var=LD_LIBRARY_PATH
+@@ -10675,7 +11093,7 @@
+ 
+ os2*)
+   libname_spec='$name'
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_lib_prefix=no
+   library_names_spec='$libname${shared_ext} $libname.a'
+   dynamic_linker='OS/2 ld.exe'
+@@ -10777,8 +11195,8 @@
+ echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+ hardcode_action=
+ if test -n "$hardcode_libdir_flag_spec" || \
+-   test -n "$runpath_var " || \
+-   test "X$hardcode_automatic"="Xyes" ; then
++   test -n "$runpath_var" || \
++   test "X$hardcode_automatic" = "Xyes" ; then
+ 
+   # We can hardcode non-existant directories.
+   if test "$hardcode_direct" != no &&
+@@ -11437,7 +11855,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 11440 "configure"
++#line 11858 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -11503,7 +11921,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
++    (./conftest; exit; ) >&5 2>/dev/null
+     lt_status=$?
+     case x$lt_status in
+       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+@@ -11535,7 +11953,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 11538 "configure"
++#line 11956 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -11601,7 +12019,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
++    (./conftest; exit; ) >&5 2>/dev/null
+     lt_status=$?
+     case x$lt_status in
+       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+@@ -11651,7 +12069,7 @@
+ 
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+   test "$enable_shared" = yes && enable_static=no
+   if test -n "$RANLIB"; then
+@@ -11660,47 +12078,10 @@
+   fi
+   ;;
+ 
+-aix4*)
++aix4* | aix5*)
+   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+     test "$enable_shared" = yes && enable_static=no
+   fi
+-  ;;
+-  darwin* | rhapsody*)
+-  if test "$GCC" = yes; then
+-    archive_cmds_need_lc=no
+-    case "$host_os" in
+-    rhapsody* | darwin1.[012])
+-      allow_undefined_flag='-Wl,-undefined -Wl,suppress'
+-      ;;
+-    *) # Darwin 1.3 on
+-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-      else
+-	case ${MACOSX_DEPLOYMENT_TARGET} in
+-	  10.012)
+-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	    ;;
+-	  10.*)
+-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	    ;;
+-	esac
+-      fi
+-      ;;
+-    esac
+-    output_verbose_link_cmd='echo'
+-    archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    module_cmds='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-    archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    hardcode_direct=no
+-    hardcode_automatic=yes
+-    hardcode_shlibpath_var=unsupported
+-    whole_archive_flag_spec='-all_load $convenience'
+-    link_all_deplibs=yes
+-  else
+-    ld_shlibs=no
+-  fi
+     ;;
+ esac
+ echo "$as_me:$LINENO: result: $enable_shared" >&5
+@@ -11726,7 +12107,8 @@
+   # Now quote all the things that may contain metacharacters while being
+   # careful not to overquote the AC_SUBSTed values.  We take copies of the
+   # variables and quote the copies for generation of the libtool script.
+-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
+     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+     deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -11829,7 +12211,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ #
+ # As a special exception to the GNU General Public License, if you
+ # distribute this file as part of a program that contains a
+@@ -11840,11 +12222,11 @@
+ SED=$lt_SED
+ 
+ # Sed that helps us avoid accidentally triggering echo(1) options like -n.
+-Xsed="$SED -e s/^X//"
++Xsed="$SED -e 1s/^X//"
+ 
+ # The HP-UX ksh and POSIX shell print the target directory to stdout
+ # if CDPATH is set.
+-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+ 
+ # The names of the tagged configurations supported by this script.
+ available_tags=
+@@ -11874,6 +12256,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+ 
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -11904,7 +12292,7 @@
+ NM=$lt_NM
+ 
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+ 
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -11935,7 +12323,7 @@
+ libext="$libext"
+ 
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+ 
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -11950,7 +12338,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o
+ 
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+ 
+ # Do we need the lib prefix for modules?
+@@ -12177,7 +12565,10 @@
+   # If there is no Makefile yet, we rely on a make rule to execute
+   # `config.status --recheck' to rerun these tests and create the
+   # libtool script then.
+-  test -f Makefile && make "$ltmain"
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
+ fi
+ 
+ 
+@@ -12242,7 +12633,9 @@
+ 
+       case $tagname in
+       CXX)
+-	if test -n "$CXX" && test "X$CXX" != "Xno"; then
++	if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
++	    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
++	    (test "X$CXX" != "Xg++"))) ; then
+ 	  ac_ext=cc
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -12279,7 +12672,7 @@
+ compiler_lib_search_path_CXX=
+ 
+ # Source file extension for C++ test sources.
+-ac_ext=cc
++ac_ext=cpp
+ 
+ # Object file extension for compiled C++ test sources.
+ objext=o
+@@ -12300,6 +12693,20 @@
+ compiler=$CC
+ 
+ 
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC=$CC
+ lt_save_LD=$LD
+@@ -12321,7 +12728,16 @@
+ CC=${CXX-"c++"}
+ compiler=$CC
+ compiler_CXX=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
+ 
+ # We don't want -fno-exception wen compiling C++ code, so set the
+ # no_builtin_flag separately
+@@ -12392,7 +12808,7 @@
+     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+       lt_cv_path_LD="$ac_dir/$ac_prog"
+       # Check to see if the program is GNU ld.  I'd rather use --version,
+-      # but apparently some GNU ld's only accept -v.
++      # but apparently some variants of GNU ld only accept -v.
+       # Break only if it was the GNU/non-GNU ld that we prefer.
+       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+       *GNU* | *'with BFD'*)
+@@ -12426,7 +12842,7 @@
+ if test "${lt_cv_prog_gnu_ld+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
++  # I'd rather use --version here, but apparently some GNU lds only accept -v.
+ case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+   lt_cv_prog_gnu_ld=yes
+@@ -12445,8 +12861,8 @@
+   # Check if GNU C++ uses GNU ld as the underlying linker, since the
+   # archiving commands below assume that GNU ld is being used.
+   if test "$with_gnu_ld" = yes; then
+-    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-    archive_expsym_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++    archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ 
+     hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
+     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
+@@ -12472,7 +12888,7 @@
+     # linker, instead of GNU ld.  If possible, this setting should
+     # overridden to take advantage of the native linker features on
+     # the platform it is being used on.
+-    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
++    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
+   fi
+ 
+   # Commands to make compiler produce verbose output that lists
+@@ -12503,8 +12919,22 @@
+       exp_sym_flag='-Bexport'
+       no_entry_flag=""
+     else
+-      # KDE requires run time linking.  Make it the default.
+-      aix_use_runtimelinking=yes
++      aix_use_runtimelinking=no
++
++      # Test if we are trying to use run time linking or normal
++      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
++      # need to do runtime linking.
++      case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	for ld_flag in $LDFLAGS; do
++	  case $ld_flag in
++	  *-brtl*)
++	    aix_use_runtimelinking=yes
++	    break
++	    ;;
++	  esac
++	done
++      esac
++
+       exp_sym_flag='-bexport'
+       no_entry_flag='-bnoentry'
+     fi
+@@ -12521,7 +12951,7 @@
+     link_all_deplibs_CXX=yes
+ 
+     if test "$GXX" = yes; then
+-      case $host_os in aix4.012|aix4.012.*)
++      case $host_os in aix4.[012]|aix4.[012].*)
+       # We only want to do this on AIX 4.2 and lower, the check
+       # below for broken collect2 doesn't work under 4.3+
+ 	collect2name=`${CC} -print-prog-name=collect2`
+@@ -12542,6 +12972,9 @@
+ 	fi
+       esac
+       shared_flag='-shared'
++      if test "$aix_use_runtimelinking" = yes; then
++	shared_flag="$shared_flag "'${wl}-G'
++      fi
+     else
+       # not using gcc
+       if test "$host_cpu" = ia64; then
+@@ -12550,15 +12983,16 @@
+ 	shared_flag='-G'
+       else
+ 	if test "$aix_use_runtimelinking" = yes; then
+-	  shared_flag='-qmkshrobj ${wl}-G'
++	  shared_flag='${wl}-G'
+ 	else
+-	  shared_flag='-qmkshrobj'
++	  shared_flag='${wl}-bM:SRE'
+ 	fi
+       fi
+     fi
+ 
+-    # Let the compiler handle the export list.
+-    always_export_symbols_CXX=no
++    # It seems that -bexpall does not export symbols beginning with
++    # underscore (_), so it is better to generate a list of symbols to export.
++    always_export_symbols_CXX=yes
+     if test "$aix_use_runtimelinking" = yes; then
+       # Warning - without using the other runtime loading flags (-brtl),
+       # -berok will link without error, but may produce a broken library.
+@@ -12617,13 +13051,12 @@
+ 
+       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
+ 
+-      archive_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+      else
+       if test "$host_cpu" = ia64; then
+ 	hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
+ 	allow_undefined_flag_CXX="-z nodefs"
+-	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+       else
+ 	# Determine the default libpath from the value encoded in an empty executable.
+ 	cat >conftest.$ac_ext <<_ACEOF
+@@ -12687,8 +13120,8 @@
+ 	# Exported symbols can be pulled into shared objects from archives
+ 	whole_archive_flag_spec_CXX=' '
+ 	archive_cmds_need_lc_CXX=yes
+-	# This is similar to how AIX traditionally builds it's shared libraries.
+-	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	# This is similar to how AIX traditionally builds its shared libraries.
++	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+       fi
+     fi
+     ;;
+@@ -12701,16 +13134,17 @@
+     esac
+     ;;
+ 
++
+   cygwin* | mingw* | pw32*)
+     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
+     # as there is no search path for DLLs.
+     hardcode_libdir_flag_spec_CXX='-L$libdir'
+-    allow_undefined_flag_CXX=no
++    allow_undefined_flag_CXX=unsupported
+     always_export_symbols_CXX=no
+     enable_shared_with_static_runtimes_CXX=yes
+ 
+     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-      archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+       # If the export-symbols file already is a .def file (1st line
+       # is EXPORTS), use it as is; otherwise, prepend...
+       archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -12719,70 +13153,81 @@
+ 	echo EXPORTS > $output_objdir/$soname.def;
+ 	cat $export_symbols >> $output_objdir/$soname.def;
+       fi~
+-      $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+     else
+       ld_shlibs_CXX=no
+     fi
+   ;;
++      darwin* | rhapsody*)
++        case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++        esac
++      archive_cmds_need_lc_CXX=no
++      hardcode_direct_CXX=no
++      hardcode_automatic_CXX=yes
++      hardcode_shlibpath_var_CXX=unsupported
++      whole_archive_flag_spec_CXX=''
++      link_all_deplibs_CXX=yes
+ 
+-  darwin* | rhapsody*)
+-  if test "$GXX" = yes; then
+-    archive_cmds_need_lc_CXX=no
+-    case "$host_os" in
+-    rhapsody* | darwin1.[012])
+-      allow_undefined_flag_CXX='-Wl,-undefined -Wl,suppress'
+-      ;;
+-    *) # Darwin 1.3 on
+-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-      else
+-	case ${MACOSX_DEPLOYMENT_TARGET} in
+-	  10.012)
+-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	    ;;
+-	  10.*)
+-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	    ;;
+-	esac
++    if test "$GXX" = yes ; then
++      lt_int_apple_cc_single_mod=no
++      output_verbose_link_cmd='echo'
++      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++       lt_int_apple_cc_single_mod=yes
+       fi
+-      ;;
+-    esac
+-    lt_int_apple_cc_single_mod=no
+-    output_verbose_link_cmd='echo'
+-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-      lt_int_apple_cc_single_mod=yes
+-    fi
+-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-      archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    else
+-      archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-    fi
+-    module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-
+-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    else
+-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    fi
+-    module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-    hardcode_direct_CXX=no
+-    hardcode_automatic_CXX=yes
+-    hardcode_shlibpath_var_CXX=unsupported
+-    whole_archive_flag_spec_CXX='-all_load $convenience'
+-    link_all_deplibs_CXX=yes
+-  else
+-    ld_shlibs_CXX=no
+-  fi
+-    ;;
++      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      else
++          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++        fi
++        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          else
++            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          fi
++            module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      else
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_CXX=no
++          ;;
++      esac
++      fi
++        ;;
+ 
+   dgux*)
+     case $cc_basename in
+-      ec++)
++      ec++*)
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+ 	;;
+-      ghcx)
++      ghcx*)
+ 	# Green Hills C++ Compiler
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+@@ -12793,14 +13238,14 @@
+ 	;;
+     esac
+     ;;
+-  freebsd12*)
++  freebsd[12]*)
+     # C++ shared libraries reported to be fairly broken before switch to ELF
+     ld_shlibs_CXX=no
+     ;;
+   freebsd-elf*)
+     archive_cmds_need_lc_CXX=no
+     ;;
+-  freebsd*)
++  freebsd* | kfreebsd*-gnu | dragonfly*)
+     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+     # conventions
+     ld_shlibs_CXX=yes
+@@ -12817,12 +13262,12 @@
+ 				# location of the library.
+ 
+     case $cc_basename in
+-    CC)
++    CC*)
+       # FIXME: insert proper C++ library support
+       ld_shlibs_CXX=no
+       ;;
+-    aCC)
+-      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++    aCC*)
++      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       # Commands to make compiler produce verbose output that lists
+       # what "hidden" libraries, object files and flags are used when
+       # linking a shared library.
+@@ -12831,11 +13276,11 @@
+       # explicitly linking system object files so we need to strip them
+       # from the output so that they don't get included in the library
+       # dependencies.
+-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
+       ;;
+     *)
+       if test "$GXX" = yes; then
+-        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       else
+         # FIXME: insert proper C++ library support
+         ld_shlibs_CXX=no
+@@ -12845,7 +13290,7 @@
+     ;;
+   hpux10*|hpux11*)
+     if test $with_gnu_ld = no; then
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*)
+ 	hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
+ 	hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
+@@ -12861,7 +13306,7 @@
+         ;;
+       esac
+     fi
+-    case "$host_cpu" in
++    case $host_cpu in
+     hppa*64*)
+       hardcode_direct_CXX=no
+       hardcode_shlibpath_var_CXX=no
+@@ -12882,17 +13327,17 @@
+     esac
+ 
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+ 	;;
+-      aCC)
+-	case "$host_cpu" in
++      aCC*)
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+ 	  archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+ 	  ;;
+ 	*)
+-	  archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++	  archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ 	  ;;
+ 	esac
+ 	# Commands to make compiler produce verbose output that lists
+@@ -12908,12 +13353,12 @@
+       *)
+ 	if test "$GXX" = yes; then
+ 	  if test $with_gnu_ld = no; then
+-	    case "$host_cpu" in
++	    case $host_cpu in
+ 	    ia64*|hppa*64*)
+ 	      archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+ 	      ;;
+ 	    *)
+-	      archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++	      archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ 	      ;;
+ 	    esac
+ 	  fi
+@@ -12926,9 +13371,9 @@
+     ;;
+   irix5* | irix6*)
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# SGI C++
+-	archive_cmds_CXX='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 
+ 	# Archives containing C++ object files must be created using
+ 	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
+@@ -12939,9 +13384,9 @@
+       *)
+ 	if test "$GXX" = yes; then
+ 	  if test "$with_gnu_ld" = no; then
+-	    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 	  else
+-	    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
++	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
+ 	  fi
+ 	fi
+ 	link_all_deplibs_CXX=yes
+@@ -12952,14 +13397,14 @@
+     ;;
+   linux*)
+     case $cc_basename in
+-      KCC)
++      KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+ 
+ 	# KCC will only create a shared library if the output file
+ 	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+ 	# to its proper name (with version) after linking.
+-	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
+-	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
++	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
+ 	# Commands to make compiler produce verbose output that lists
+ 	# what "hidden" libraries, object files and flags are used when
+ 	# linking a shared library.
+@@ -12977,20 +13422,44 @@
+ 	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
+ 	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
+ 	;;
+-      icpc)
++      icpc*)
+ 	# Intel C++
+ 	with_gnu_ld=yes
++	# version 8.0 and above of icpc choke on multiply defined symbols
++	# if we add $predep_objects and $postdep_objects, however 7.1 and
++	# earlier do not add the objects themselves.
++	case `$CC -V 2>&1` in
++	*"Version 7."*)
++  	  archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++  	  archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	*)  # Version 8.0 or newer
++	  tmp_idyn=
++	  case $host_cpu in
++	    ia64*) tmp_idyn=' -i_dynamic';;
++	  esac
++  	  archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	  archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	  ;;
++	esac
+ 	archive_cmds_need_lc_CXX=no
+-	archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+ 	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+ 	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
+ 	whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+ 	;;
+-      cxx)
++      pgCC*)
++        # Portland Group C++ compiler
++	archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
++  	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
++
++	hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
++	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
++	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++        ;;
++      cxx*)
+ 	# Compaq C++
+-	archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
++	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
+ 
+ 	runpath_var=LD_RUN_PATH
+ 	hardcode_libdir_flag_spec_CXX='-rpath $libdir'
+@@ -13018,7 +13487,7 @@
+     ;;
+   mvs*)
+     case $cc_basename in
+-      cxx)
++      cxx*)
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+ 	;;
+@@ -13028,7 +13497,7 @@
+ 	;;
+     esac
+     ;;
+-  netbsd*)
++  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+       archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+       wlarc=
+@@ -13039,15 +13508,31 @@
+     # Workaround some broken pre-1.5 toolchains
+     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+     ;;
++  openbsd2*)
++    # C++ shared libraries are fairly broken
++    ld_shlibs_CXX=no
++    ;;
++  openbsd*)
++    hardcode_direct_CXX=yes
++    hardcode_shlibpath_var_CXX=no
++    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
++    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
++    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
++      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
++      export_dynamic_flag_spec_CXX='${wl}-E'
++      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++    fi
++    output_verbose_link_cmd='echo'
++    ;;
+   osf3*)
+     case $cc_basename in
+-      KCC)
++      KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+ 
+ 	# KCC will only create a shared library if the output file
+ 	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+ 	# to its proper name (with version) after linking.
+-	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+ 
+ 	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+ 	hardcode_libdir_separator_CXX=:
+@@ -13057,14 +13542,14 @@
+ 	old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
+ 
+ 	;;
+-      RCC)
++      RCC*)
+ 	# Rational C++ 2.4.1
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+ 	;;
+-      cxx)
++      cxx*)
+ 	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
+-	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 
+ 	hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+ 	hardcode_libdir_separator_CXX=:
+@@ -13082,7 +13567,7 @@
+       *)
+ 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ 	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
+-	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 
+ 	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+ 	  hardcode_libdir_separator_CXX=:
+@@ -13101,13 +13586,13 @@
+     ;;
+   osf4* | osf5*)
+     case $cc_basename in
+-      KCC)
++      KCC*)
+ 	# Kuck and Associates, Inc. (KAI) C++ Compiler
+ 
+ 	# KCC will only create a shared library if the output file
+ 	# ends with ".so" (or ".sl" for HP-UX), so rename the library
+ 	# to its proper name (with version) after linking.
+-	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
++	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+ 
+ 	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
+ 	hardcode_libdir_separator_CXX=:
+@@ -13116,17 +13601,17 @@
+ 	# the KAI C++ compiler.
+ 	old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
+ 	;;
+-      RCC)
++      RCC*)
+ 	# Rational C++ 2.4.1
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+ 	;;
+-      cxx)
++      cxx*)
+ 	allow_undefined_flag_CXX=' -expect_unresolved \*'
+-	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
++	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
+ 	  echo "-hidden">> $lib.exp~
+-	  $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
++	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
+ 	  $rm $lib.exp'
+ 
+ 	hardcode_libdir_flag_spec_CXX='-rpath $libdir'
+@@ -13145,7 +13630,7 @@
+       *)
+ 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ 	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
+-	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
++	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 
+ 	  hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
+ 	  hardcode_libdir_separator_CXX=:
+@@ -13169,7 +13654,7 @@
+   sco*)
+     archive_cmds_need_lc_CXX=no
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+ 	;;
+@@ -13181,12 +13666,12 @@
+     ;;
+   sunos4*)
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# Sun C++ 4.x
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+ 	;;
+-      lcc)
++      lcc*)
+ 	# Lucid
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+@@ -13199,36 +13684,33 @@
+     ;;
+   solaris*)
+     case $cc_basename in
+-      CC)
++      CC*)
+ 	# Sun C++ 4.2, 5.x and Centerline C++
++        archive_cmds_need_lc_CXX=yes
+ 	no_undefined_flag_CXX=' -zdefs'
+-	archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
++	archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+ 	archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	$CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++	$CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+ 
+ 	hardcode_libdir_flag_spec_CXX='-R$libdir'
+ 	hardcode_shlibpath_var_CXX=no
+ 	case $host_os in
+-	  solaris2.0-5 | solaris2.0-5.*) ;;
++	  solaris2.[0-5] | solaris2.[0-5].*) ;;
+ 	  *)
+ 	    # The C++ compiler is used as linker so we must use $wl
+ 	    # flag to pass the commands to the underlying system
+-	    # linker.
++	    # linker. We must also pass each convience library through
++	    # to the system linker between allextract/defaultextract.
++	    # The C++ compiler will combine linker options so we
++	    # cannot just pass the convience library names through
++	    # without $wl.
+ 	    # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
++	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
+ 	    ;;
+ 	esac
+ 	link_all_deplibs_CXX=yes
+ 
+-	# Commands to make compiler produce verbose output that lists
+-	# what "hidden" libraries, object files and flags are used when
+-	# linking a shared library.
+-	#
+-	# There doesn't appear to be a way to prevent this compiler from
+-	# explicitly linking system object files so we need to strip them
+-	# from the output so that they don't get included in the library
+-	# dependencies.
+-	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
++	output_verbose_link_cmd='echo'
+ 
+ 	# Archives containing C++ object files must be created using
+ 	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
+@@ -13236,9 +13718,9 @@
+ 	# in the archive.
+ 	old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
+ 	;;
+-      gcx)
++      gcx*)
+ 	# Green Hills C++ Compiler
+-	archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++	archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ 
+ 	# The C++ compiler must be used to create the archive.
+ 	old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
+@@ -13248,9 +13730,9 @@
+ 	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+ 	  no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
+ 	  if $CC --version | grep -v '^2\.7' > /dev/null; then
+-	    archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++	    archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ 	    archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+ 
+ 	    # Commands to make compiler produce verbose output that lists
+ 	    # what "hidden" libraries, object files and flags are used when
+@@ -13259,9 +13741,9 @@
+ 	  else
+ 	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
+ 	    # platform.
+-	    archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
++	    archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
+ 	    archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
++		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
+ 
+ 	    # Commands to make compiler produce verbose output that lists
+ 	    # what "hidden" libraries, object files and flags are used when
+@@ -13279,7 +13761,7 @@
+     ;;
+   tandem*)
+     case $cc_basename in
+-      NCC)
++      NCC*)
+ 	# NonStop-UX NCC 3.20
+ 	# FIXME: insert proper C++ library support
+ 	ld_shlibs_CXX=no
+@@ -13306,6 +13788,10 @@
+ GCC_CXX="$GXX"
+ LD_CXX="$LD"
+ 
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
+ 
+ cat > conftest.$ac_ext <<EOF
+ class Foo
+@@ -13332,7 +13818,7 @@
+   # The `*' in the case matches for architectures that use `case' in
+   # $output_verbose_cmd can trigger glob expansion during the loop
+   # eval without this substitution.
+-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
++  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
+ 
+   for p in `eval $output_verbose_link_cmd`; do
+     case $p in
+@@ -13372,7 +13858,7 @@
+        fi
+        ;;
+ 
+-    *.$objext|*.$libext)
++    *.$objext)
+        # This assumes that the test object file only shows up
+        # once in the compiler output.
+        if test "$p" = "conftest.$objext"; then
+@@ -13408,6 +13894,20 @@
+ 
+ $rm -f confest.$objext
+ 
++# PORTME: override above test on systems where it is broken
++case $host_os in
++solaris*)
++  case $cc_basename in
++  CC*)
++    # Adding this requires a known-good setup of shared libraries for
++    # Sun compiler versions before 5.6, else PIC objects from an old
++    # archive will be linked into the output, leading to subtle bugs.
++    postdeps_CXX='-lCstd -lCrun'
++    ;;
++  esac
++esac
++
++
+ case " $postdeps_CXX " in
+ *" -lc "*) archive_cmds_need_lc_CXX=no ;;
+ esac
+@@ -13463,7 +13963,7 @@
+     hpux*)
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	;;
+       *)
+@@ -13488,18 +13988,28 @@
+ 	;;
+       chorus*)
+ 	case $cc_basename in
+-	cxch68)
++	cxch68*)
+ 	  # Green Hills C++ Compiler
+ 	  # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
+ 	  ;;
+ 	esac
+ 	;;
++       darwin*)
++         # PIC is the default on this platform
++         # Common symbols not allowed in MH_DYLIB files
++         case $cc_basename in
++           xlc*)
++           lt_prog_compiler_pic_CXX='-qnocommon'
++           lt_prog_compiler_wl_CXX='-Wl,'
++           ;;
++         esac
++       ;;
+       dgux*)
+ 	case $cc_basename in
+-	  ec++)
++	  ec++*)
+ 	    lt_prog_compiler_pic_CXX='-KPIC'
+ 	    ;;
+-	  ghcx)
++	  ghcx*)
+ 	    # Green Hills C++ Compiler
+ 	    lt_prog_compiler_pic_CXX='-pic'
+ 	    ;;
+@@ -13507,22 +14017,22 @@
+ 	    ;;
+ 	esac
+ 	;;
+-      freebsd*)
++      freebsd* | kfreebsd*-gnu | dragonfly*)
+ 	# FreeBSD uses GNU C++
+ 	;;
+       hpux9* | hpux10* | hpux11*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    lt_prog_compiler_wl_CXX='-Wl,'
+ 	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+ 	    if test "$host_cpu" != ia64; then
+ 	      lt_prog_compiler_pic_CXX='+Z'
+ 	    fi
+ 	    ;;
+-	  aCC)
++	  aCC*)
+ 	    lt_prog_compiler_wl_CXX='-Wl,'
+ 	    lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
+-	    case "$host_cpu" in
++	    case $host_cpu in
+ 	    hppa*64*|ia64*)
+ 	      # +Z the default
+ 	      ;;
+@@ -13537,7 +14047,7 @@
+ 	;;
+       irix5* | irix6* | nonstopux*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    lt_prog_compiler_wl_CXX='-Wl,'
+ 	    lt_prog_compiler_static_CXX='-non_shared'
+ 	    # CC pic flag -KPIC is the default.
+@@ -13548,18 +14058,24 @@
+ 	;;
+       linux*)
+ 	case $cc_basename in
+-	  KCC)
++	  KCC*)
+ 	    # KAI C++ Compiler
+ 	    lt_prog_compiler_wl_CXX='--backend -Wl,'
+ 	    lt_prog_compiler_pic_CXX='-fPIC'
+ 	    ;;
+-	  icpc)
++	  icpc* | ecpc*)
+ 	    # Intel C++
+ 	    lt_prog_compiler_wl_CXX='-Wl,'
+ 	    lt_prog_compiler_pic_CXX='-KPIC'
+ 	    lt_prog_compiler_static_CXX='-static'
+ 	    ;;
+-	  cxx)
++	  pgCC*)
++	    # Portland Group C++ compiler.
++	    lt_prog_compiler_wl_CXX='-Wl,'
++	    lt_prog_compiler_pic_CXX='-fpic'
++	    lt_prog_compiler_static_CXX='-Bstatic'
++	    ;;
++	  cxx*)
+ 	    # Compaq C++
+ 	    # Make sure the PIC flag is empty.  It appears that all Alpha
+ 	    # Linux and Compaq Tru64 Unix objects are PIC.
+@@ -13576,25 +14092,25 @@
+ 	;;
+       mvs*)
+ 	case $cc_basename in
+-	  cxx)
++	  cxx*)
+ 	    lt_prog_compiler_pic_CXX='-W c,exportall'
+ 	    ;;
+ 	  *)
+ 	    ;;
+ 	esac
+ 	;;
+-      netbsd*)
++      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+ 	;;
+       osf3* | osf4* | osf5*)
+ 	case $cc_basename in
+-	  KCC)
++	  KCC*)
+ 	    lt_prog_compiler_wl_CXX='--backend -Wl,'
+ 	    ;;
+-	  RCC)
++	  RCC*)
+ 	    # Rational C++ 2.4.1
+ 	    lt_prog_compiler_pic_CXX='-pic'
+ 	    ;;
+-	  cxx)
++	  cxx*)
+ 	    # Digital/Compaq C++
+ 	    lt_prog_compiler_wl_CXX='-Wl,'
+ 	    # Make sure the PIC flag is empty.  It appears that all Alpha
+@@ -13610,7 +14126,7 @@
+ 	;;
+       sco*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    lt_prog_compiler_pic_CXX='-fPIC'
+ 	    ;;
+ 	  *)
+@@ -13619,13 +14135,13 @@
+ 	;;
+       solaris*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    # Sun C++ 4.2, 5.x and Centerline C++
+ 	    lt_prog_compiler_pic_CXX='-KPIC'
+ 	    lt_prog_compiler_static_CXX='-Bstatic'
+ 	    lt_prog_compiler_wl_CXX='-Qoption ld '
+ 	    ;;
+-	  gcx)
++	  gcx*)
+ 	    # Green Hills C++ Compiler
+ 	    lt_prog_compiler_pic_CXX='-PIC'
+ 	    ;;
+@@ -13635,12 +14151,12 @@
+ 	;;
+       sunos4*)
+ 	case $cc_basename in
+-	  CC)
++	  CC*)
+ 	    # Sun C++ 4.x
+ 	    lt_prog_compiler_pic_CXX='-pic'
+ 	    lt_prog_compiler_static_CXX='-Bstatic'
+ 	    ;;
+-	  lcc)
++	  lcc*)
+ 	    # Lucid
+ 	    lt_prog_compiler_pic_CXX='-pic'
+ 	    ;;
+@@ -13650,7 +14166,7 @@
+ 	;;
+       tandem*)
+ 	case $cc_basename in
+-	  NCC)
++	  NCC*)
+ 	    # NonStop-UX NCC 3.20
+ 	    lt_prog_compiler_pic_CXX='-KPIC'
+ 	    ;;
+@@ -13691,18 +14207,20 @@
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    # The option is referenced via a variable to avoid confusing sed.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:13697: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:14213: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:13701: \$? = $ac_status" >&5
++   echo "$as_me:14217: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
+        lt_prog_compiler_pic_works_CXX=yes
+      fi
+    fi
+@@ -13723,7 +14241,7 @@
+ fi
+ 
+ fi
+-case "$host_os" in
++case $host_os in
+   # For platforms which do not support PIC, -DPIC is meaningless:
+   *djgpp*)
+     lt_prog_compiler_pic_CXX=
+@@ -13745,38 +14263,36 @@
+    mkdir out
+    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+ 
+-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+-   # that will create temporary files in the current directory regardless of
+-   # the output directory.  Thus, making CWD read-only will cause this test
+-   # to fail, enabling locking or at least warning the user not to do parallel
+-   # builds.
+-   chmod -w .
+-
+    lt_compiler_flag="-o out/conftest2.$ac_objext"
+    # Insert the option either (1) after the last *FLAGS variable, or
+    # (2) before a word containing "conftest.", or (3) at the end.
+    # Note that $ac_compile itself does not contain backslashes and begins
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:13764: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:14275: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:13768: \$? = $ac_status" >&5
++   echo "$as_me:14279: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings
+-     if test ! -s out/conftest.err; then
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+        lt_cv_prog_compiler_c_o_CXX=yes
+      fi
+    fi
+-   chmod u+w .
+-   $rm conftest* out/*
+-   rmdir out
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
+    cd ..
+    rmdir conftest
+    $rm conftest*
+@@ -13826,7 +14342,10 @@
+     export_symbols_cmds_CXX="$ltdll_cmds"
+   ;;
+   cygwin* | mingw*)
+-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++  ;;
++  linux*)
++    link_all_deplibs_CXX=no
+   ;;
+   *)
+     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+@@ -13909,7 +14428,7 @@
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -13919,7 +14438,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+ 
+@@ -13984,7 +14516,7 @@
+ amigaos*)
+   library_names_spec='$libname.ixlibrary $libname.a'
+   # Create ${libname}_ixlibrary.a entries in /sys/libs.
+-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+   ;;
+ 
+ beos*)
+@@ -13993,7 +14525,7 @@
+   shlibpath_var=LIBRARY_PATH
+   ;;
+ 
+-bsdi4*)
++bsdi[45]*)
+   version_type=linux
+   need_version=no
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -14009,7 +14541,7 @@
+ 
+ cygwin* | mingw* | pw32*)
+   version_type=windows
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_version=no
+   need_lib_prefix=no
+ 
+@@ -14021,7 +14553,8 @@
+       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+       dldir=$destdir/`dirname \$dlpath`~
+       test -d \$dldir || mkdir -p \$dldir~
+-      $install_prog $dir/$dlname \$dldir/$dlname'
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
+     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+       dlpath=$dir/\$dldll~
+        $rm \$dlpath'
+@@ -14051,7 +14584,7 @@
+       ;;
+     pw32*)
+       # pw32 DLLs use 'pw' prefix rather than 'lib'
+-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+       ;;
+     esac
+     ;;
+@@ -14074,7 +14607,7 @@
+   soname_spec='${libname}${release}${major}$shared_ext'
+   shlibpath_overrides_runpath=yes
+   shlibpath_var=DYLD_LIBRARY_PATH
+-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+   if test "$GCC" = yes; then
+     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -14097,7 +14630,7 @@
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*-gnu*)
++kfreebsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -14109,8 +14642,17 @@
+   dynamic_linker='GNU ld.so'
+   ;;
+ 
+-freebsd*)
+-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
+   version_type=freebsd-$objformat
+   case $version_type in
+     freebsd-elf*)
+@@ -14128,7 +14670,7 @@
+   freebsd2*)
+     shlibpath_overrides_runpath=yes
+     ;;
+-  freebsd3.01* | freebsdelf3.01*)
++  freebsd3.[01]* | freebsdelf3.[01]*)
+     shlibpath_overrides_runpath=yes
+     hardcode_into_libs=yes
+     ;;
+@@ -14155,9 +14697,9 @@
+   version_type=sunos
+   need_lib_prefix=no
+   need_version=no
+-  case "$host_cpu" in
++  case $host_cpu in
+   ia64*)
+-    shrext='.so'
++    shrext_cmds='.so'
+     hardcode_into_libs=yes
+     dynamic_linker="$host_os dld.so"
+     shlibpath_var=LD_LIBRARY_PATH
+@@ -14172,7 +14714,7 @@
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+     ;;
+    hppa*64*)
+-     shrext='.sl'
++     shrext_cmds='.sl'
+      hardcode_into_libs=yes
+      dynamic_linker="$host_os dld.sl"
+      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -14183,7 +14725,7 @@
+      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+      ;;
+    *)
+-    shrext='.sl'
++    shrext_cmds='.sl'
+     dynamic_linker="$host_os dld.sl"
+     shlibpath_var=SHLIB_PATH
+     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -14245,22 +14787,19 @@
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+   soname_spec='${libname}${release}${shared_ext}$major'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+-  libsuff=
+-  if test "x$LINUX_64_MODE" = x64; then
+-    # Some platforms are per default 64-bit, so there's no /lib64
+-    if test -d /lib64; then
+-      libsuff=64
+-    fi
+-  fi
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+   # This implies no fast_install, which is unacceptable.
+   # Some rework will be needed to allow for fast_install
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+   # powerpc, because MkLinux only supported shared libraries with the
+   # GNU dynamic linker.  Since this was broken with cross compilers,
+@@ -14270,6 +14809,30 @@
+   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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -14279,7 +14842,7 @@
+     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+     dynamic_linker='NetBSD (a.out) ld.so'
+   else
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+     soname_spec='${libname}${release}${shared_ext}$major'
+     dynamic_linker='NetBSD ld.elf_so'
+   fi
+@@ -14308,7 +14871,11 @@
+ openbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+-  need_version=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+   shlibpath_var=LD_LIBRARY_PATH
+@@ -14328,7 +14895,7 @@
+ 
+ os2*)
+   libname_spec='$name'
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_lib_prefix=no
+   library_names_spec='$libname${shared_ext} $libname.a'
+   dynamic_linker='OS/2 ld.exe'
+@@ -14430,8 +14997,8 @@
+ echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+ hardcode_action_CXX=
+ if test -n "$hardcode_libdir_flag_spec_CXX" || \
+-   test -n "$runpath_var CXX" || \
+-   test "X$hardcode_automatic_CXX"="Xyes" ; then
++   test -n "$runpath_var_CXX" || \
++   test "X$hardcode_automatic_CXX" = "Xyes" ; then
+ 
+   # We can hardcode non-existant directories.
+   if test "$hardcode_direct_CXX" != no &&
+@@ -15090,7 +15657,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 15093 "configure"
++#line 15660 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -15156,7 +15723,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
++    (./conftest; exit; ) >&5 2>/dev/null
+     lt_status=$?
+     case x$lt_status in
+       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+@@ -15188,7 +15755,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 15191 "configure"
++#line 15758 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -15254,7 +15821,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
++    (./conftest; exit; ) >&5 2>/dev/null
+     lt_status=$?
+     case x$lt_status in
+       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+@@ -15305,7 +15872,8 @@
+   # Now quote all the things that may contain metacharacters while being
+   # careful not to overquote the AC_SUBSTed values.  We take copies of the
+   # variables and quote the copies for generation of the libtool script.
+-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
+     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+     deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -15405,6 +15973,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+ 
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -15435,7 +16009,7 @@
+ NM=$lt_NM
+ 
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+ 
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -15466,7 +16040,7 @@
+ libext="$libext"
+ 
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+ 
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -15481,7 +16055,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
+ 
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+ 
+ # Do we need the lib prefix for modules?
+@@ -15683,7 +16257,10 @@
+   # If there is no Makefile yet, we rely on a make rule to execute
+   # `config.status --recheck' to rerun these tests and create the
+   # libtool script then.
+-  test -f Makefile && make "$ltmain"
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
+ fi
+ 
+ 
+@@ -15759,12 +16336,35 @@
+ compiler=$CC
+ 
+ 
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${F77-"f77"}
+ compiler=$CC
+ compiler_F77=$CC
+-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
+ 
+ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
+ echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
+@@ -15777,7 +16377,7 @@
+ 
+ # On AIX, shared libraries and static libraries use the same namespace, and
+ # are all built from PIC.
+-case "$host_os" in
++case $host_os in
+ aix3*)
+   test "$enable_shared" = yes && enable_static=no
+   if test -n "$RANLIB"; then
+@@ -15785,8 +16385,10 @@
+     postinstall_cmds='$RANLIB $lib'
+   fi
+   ;;
+-aix4*)
+-  test "$enable_shared" = yes && enable_static=no
++aix4* | aix5*)
++  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
++    test "$enable_shared" = yes && enable_static=no
++  fi
+   ;;
+ esac
+ echo "$as_me:$LINENO: result: $enable_shared" >&5
+@@ -15863,7 +16465,7 @@
+     hpux*)
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -15889,6 +16491,16 @@
+ 	lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
+       fi
+       ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic_F77='-qnocommon'
++         lt_prog_compiler_wl_F77='-Wl,'
++         ;;
++       esac
++       ;;
+ 
+     mingw* | pw32* | os2*)
+       # This hack is so that the source file can tell whether it is being
+@@ -15900,7 +16512,7 @@
+       lt_prog_compiler_wl_F77='-Wl,'
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -15924,12 +16536,19 @@
+       ;;
+ 
+     linux*)
+-      case $CC in
++      case $cc_basename in
+       icc* | ecc*)
+ 	lt_prog_compiler_wl_F77='-Wl,'
+ 	lt_prog_compiler_pic_F77='-KPIC'
+ 	lt_prog_compiler_static_F77='-static'
+         ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl_F77='-Wl,'
++	lt_prog_compiler_pic_F77='-fpic'
++	lt_prog_compiler_static_F77='-Bstatic'
++        ;;
+       ccc*)
+         lt_prog_compiler_wl_F77='-Wl,'
+         # All Alpha code is PIC.
+@@ -15950,9 +16569,14 @@
+       ;;
+ 
+     solaris*)
+-      lt_prog_compiler_wl_F77='-Wl,'
+       lt_prog_compiler_pic_F77='-KPIC'
+       lt_prog_compiler_static_F77='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl_F77='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl_F77='-Wl,';;
++      esac
+       ;;
+ 
+     sunos4*)
+@@ -15974,6 +16598,11 @@
+       fi
+       ;;
+ 
++    unicos*)
++      lt_prog_compiler_wl_F77='-Wl,'
++      lt_prog_compiler_can_build_shared_F77=no
++      ;;
++
+     uts4*)
+       lt_prog_compiler_pic_F77='-pic'
+       lt_prog_compiler_static_F77='-Bstatic'
+@@ -16008,18 +16637,20 @@
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    # The option is referenced via a variable to avoid confusing sed.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:16014: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:16643: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:16018: \$? = $ac_status" >&5
++   echo "$as_me:16647: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
+        lt_prog_compiler_pic_works_F77=yes
+      fi
+    fi
+@@ -16040,7 +16671,7 @@
+ fi
+ 
+ fi
+-case "$host_os" in
++case $host_os in
+   # For platforms which do not support PIC, -DPIC is meaningless:
+   *djgpp*)
+     lt_prog_compiler_pic_F77=
+@@ -16062,38 +16693,36 @@
+    mkdir out
+    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+ 
+-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+-   # that will create temporary files in the current directory regardless of
+-   # the output directory.  Thus, making CWD read-only will cause this test
+-   # to fail, enabling locking or at least warning the user not to do parallel
+-   # builds.
+-   chmod -w .
+-
+    lt_compiler_flag="-o out/conftest2.$ac_objext"
+    # Insert the option either (1) after the last *FLAGS variable, or
+    # (2) before a word containing "conftest.", or (3) at the end.
+    # Note that $ac_compile itself does not contain backslashes and begins
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:16081: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:16705: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:16085: \$? = $ac_status" >&5
++   echo "$as_me:16709: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings
+-     if test ! -s out/conftest.err; then
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+        lt_cv_prog_compiler_c_o_F77=yes
+      fi
+    fi
+-   chmod u+w .
+-   $rm conftest* out/*
+-   rmdir out
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
+    cd ..
+    rmdir conftest
+    $rm conftest*
+@@ -16164,6 +16793,16 @@
+   # rely on this symbol name, it's probably fine to never include it in
+   # preloaded symbol tables.
+   extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+ 
+   case $host_os in
+   cygwin* | mingw* | pw32*)
+@@ -16184,6 +16823,27 @@
+     # If archive_cmds runs LD, not CC, wlarc should be empty
+     wlarc='${wl}'
+ 
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec_F77=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
+     # See if GNU ld supports shared libraries.
+     case $host_os in
+     aix3* | aix4* | aix5*)
+@@ -16221,7 +16881,7 @@
+ 	allow_undefined_flag_F77=unsupported
+ 	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ 	# support --undefined.  This deserves some investigation.  FIXME
+-	archive_cmds_F77='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++	archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+       else
+ 	ld_shlibs_F77=no
+       fi
+@@ -16231,13 +16891,13 @@
+       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
+       # as there is no search path for DLLs.
+       hardcode_libdir_flag_spec_F77='-L$libdir'
+-      allow_undefined_flag_F77=no
++      allow_undefined_flag_F77=unsupported
+       always_export_symbols_F77=no
+       enable_shared_with_static_runtimes_F77=yes
+-      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+ 
+       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-        archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+ 	# If the export-symbols file already is a .def file (1st line
+ 	# is EXPORTS), use it as is; otherwise, prepend...
+ 	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -16246,19 +16906,51 @@
+ 	  echo EXPORTS > $output_objdir/$soname.def;
+ 	  cat $export_symbols >> $output_objdir/$soname.def;
+ 	fi~
+-	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
+       else
+-	ld_shlibs=no
++	ld_shlibs_F77=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs_F77=no
++      else
++	ld_shlibs_F77=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+       else
+-	archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       fi
+       ;;
+ 
+@@ -16276,8 +16968,8 @@
+ 
+ EOF
+       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	ld_shlibs_F77=no
+       fi
+@@ -16292,24 +16984,19 @@
+ 
+     *)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	ld_shlibs_F77=no
+       fi
+       ;;
+     esac
+ 
+-    if test "$ld_shlibs_F77" = yes; then
+-      runpath_var=LD_RUN_PATH
+-      hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
+-      export_dynamic_flag_spec_F77='${wl}--export-dynamic'
+-      # ancient GNU ld didn't support --whole-archive et. al.
+-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- 	whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+-      else
+-  	whole_archive_flag_spec_F77=
+-      fi
++    if test "$ld_shlibs_F77" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec_F77=
++      export_dynamic_flag_spec_F77=
++      whole_archive_flag_spec_F77=
+     fi
+   else
+     # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -16343,9 +17030,20 @@
+ 	else
+ 	  export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
+ 	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
+ 
+-	# KDE requires run time linking.  Make it the default.
+-	aix_use_runtimelinking=yes
+ 	exp_sym_flag='-bexport'
+ 	no_entry_flag='-bnoentry'
+       fi
+@@ -16362,7 +17060,7 @@
+       link_all_deplibs_F77=yes
+ 
+       if test "$GCC" = yes; then
+-	case $host_os in aix4.012|aix4.012.*)
++	case $host_os in aix4.[012]|aix4.[012].*)
+ 	# We only want to do this on AIX 4.2 and lower, the check
+ 	# below for broken collect2 doesn't work under 4.3+
+ 	  collect2name=`${CC} -print-prog-name=collect2`
+@@ -16383,6 +17081,9 @@
+ 	  fi
+ 	esac
+ 	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
+       else
+ 	# not using gcc
+ 	if test "$host_cpu" = ia64; then
+@@ -16391,21 +17092,22 @@
+ 	  shared_flag='-G'
+ 	else
+   	if test "$aix_use_runtimelinking" = yes; then
+-	    shared_flag='-qmkshrobj ${wl}-G'
++	    shared_flag='${wl}-G'
+ 	  else
+-	    shared_flag='-qmkshrobj'
++	    shared_flag='${wl}-bM:SRE'
+   	fi
+ 	fi
+       fi
+ 
+-      # Let the compiler handle the export list.
+-      always_export_symbols_F77=no
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols_F77=yes
+       if test "$aix_use_runtimelinking" = yes; then
+ 	# Warning - without using the other runtime loading flags (-brtl),
+ 	# -berok will link without error, but may produce a broken library.
+ 	allow_undefined_flag_F77='-berok'
+        # Determine the default libpath from the value encoded in an empty executable.
+-	cat >conftest.$ac_ext <<_ACEOF
++       cat >conftest.$ac_ext <<_ACEOF
+       program main
+ 
+       end
+@@ -16446,14 +17148,13 @@
+       conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+ 
+-	hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
+-	archive_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+        else
+ 	if test "$host_cpu" = ia64; then
+ 	  hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
+ 	  allow_undefined_flag_F77="-z nodefs"
+-	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+ 	else
+ 	 # Determine the default libpath from the value encoded in an empty executable.
+ 	 cat >conftest.$ac_ext <<_ACEOF
+@@ -16507,8 +17208,8 @@
+ 	  # Exported symbols can be pulled into shared objects from archives
+ 	  whole_archive_flag_spec_F77=' '
+ 	  archive_cmds_need_lc_F77=yes
+-	  # This is similar to how AIX traditionally builds it's shared libraries.
+-	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ 	fi
+       fi
+       ;;
+@@ -16521,7 +17222,7 @@
+       ld_shlibs_F77=no
+       ;;
+ 
+-    bsdi4*)
++    bsdi[45]*)
+       export_dynamic_flag_spec_F77=-rdynamic
+       ;;
+ 
+@@ -16531,68 +17232,68 @@
+       # hardcode_libdir_flag_spec is actually meaningless, as there is
+       # no search path for DLLs.
+       hardcode_libdir_flag_spec_F77=' '
+-      allow_undefined_flag_F77=no
++      allow_undefined_flag_F77=unsupported
+       # Tell ltmain to make .lib files, not .a files.
+       libext=lib
+       # Tell ltmain to make .dll files, not .so files.
+-      shrext=".dll"
++      shrext_cmds=".dll"
+       # FIXME: Setting linknames here is a bad hack.
+-      archive_cmds_F77='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+       # The linker will automatically build a .lib file if we build a DLL.
+       old_archive_From_new_cmds_F77='true'
+       # FIXME: Should let the user specify the lib program.
+       old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
+-      fix_srcfile_path='`cygpath -w "$srcfile"`'
++      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
+       enable_shared_with_static_runtimes_F77=yes
+       ;;
+ 
+     darwin* | rhapsody*)
+-    if test "$GXX" = yes ; then
+-      archive_cmds_need_lc_F77=no
+-      case "$host_os" in
+-      rhapsody* | darwin1.[012])
+-	allow_undefined_flag_F77='-Wl,-undefined -Wl,suppress'
+-	;;
+-      *) # Darwin 1.3 on
+-	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	  allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	else
+-	  case ${MACOSX_DEPLOYMENT_TARGET} in
+-	    10.012)
+-	      allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	      ;;
+-	    10.*)
+-	      allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	      ;;
+-	  esac
+-	fi
+-	;;
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
+       esac
+-    	lt_int_apple_cc_single_mod=no
+-    	output_verbose_link_cmd='echo'
+-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-    	  lt_int_apple_cc_single_mod=yes
+-    	fi
+-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-    	  archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    	else
+-        archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-      fi
+-      module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        else
+-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        fi
+-          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      archive_cmds_need_lc_F77=no
+       hardcode_direct_F77=no
+       hardcode_automatic_F77=yes
+       hardcode_shlibpath_var_F77=unsupported
+-      whole_archive_flag_spec_F77='-all_load $convenience'
++      whole_archive_flag_spec_F77=''
+       link_all_deplibs_F77=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+     else
+-      ld_shlibs_F77=no
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_F77=no
++          ;;
++      esac
+     fi
+       ;;
+ 
+@@ -16626,8 +17327,8 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd*)
+-      archive_cmds_F77='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       hardcode_libdir_flag_spec_F77='-R$libdir'
+       hardcode_direct_F77=yes
+       hardcode_shlibpath_var_F77=no
+@@ -16635,7 +17336,7 @@
+ 
+     hpux9*)
+       if test "$GCC" = yes; then
+-	archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++	archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       else
+ 	archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       fi
+@@ -16651,16 +17352,16 @@
+ 
+     hpux10* | hpux11*)
+       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+-	  archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	  archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	*)
+-	  archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++	  archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	esac
+       else
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+ 	  archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	  ;;
+@@ -16670,7 +17371,7 @@
+ 	esac
+       fi
+       if test "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*)
+ 	  hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
+ 	  hardcode_libdir_flag_spec_ld_F77='+b $libdir'
+@@ -16703,7 +17404,7 @@
+ 
+     irix5* | irix6* | nonstopux*)
+       if test "$GCC" = yes; then
+-	archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
+@@ -16713,7 +17414,7 @@
+       link_all_deplibs_F77=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -16736,7 +17437,8 @@
+       hardcode_direct_F77=yes
+       hardcode_shlibpath_var_F77=no
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ 	hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
+ 	export_dynamic_flag_spec_F77='${wl}-E'
+       else
+@@ -16746,7 +17448,7 @@
+ 	   hardcode_libdir_flag_spec_F77='-R$libdir'
+ 	   ;;
+ 	 *)
+-	   archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	   archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ 	   hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
+ 	   ;;
+        esac
+@@ -16757,14 +17459,14 @@
+       hardcode_libdir_flag_spec_F77='-L$libdir'
+       hardcode_minus_L_F77=yes
+       allow_undefined_flag_F77=unsupported
+-      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+       old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+       ;;
+ 
+     osf3*)
+       if test "$GCC" = yes; then
+ 	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
+-	archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	allow_undefined_flag_F77=' -expect_unresolved \*'
+ 	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -16776,13 +17478,13 @@
+     osf4* | osf5*)	# as osf3* with the addition of -msym flag
+       if test "$GCC" = yes; then
+ 	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
+-	archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
+       else
+ 	allow_undefined_flag_F77=' -expect_unresolved \*'
+ 	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+ 
+ 	# Both c and cxx compiler support -rpath directly
+ 	hardcode_libdir_flag_spec_F77='-rpath $libdir'
+@@ -16801,10 +17503,12 @@
+     solaris*)
+       no_undefined_flag_F77=' -z text'
+       if test "$GCC" = yes; then
+-	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	wlarc='${wl}'
++	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+       else
++	wlarc=''
+ 	archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -16813,8 +17517,18 @@
+       hardcode_shlibpath_var_F77=no
+       case $host_os in
+       solaris2.[0-5] | solaris2.[0-5].*) ;;
+-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
+       esac
+       link_all_deplibs_F77=yes
+       ;;
+@@ -16823,7 +17537,7 @@
+       if test "x$host_vendor" = xsequent; then
+ 	# Use $CC to link under sequent, because it throws in some extra .o
+ 	# files that make .init and .fini sections work.
+-	archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+ 	archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+       fi
+@@ -16883,9 +17597,9 @@
+    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
+       no_undefined_flag_F77='${wl}-z ${wl}text'
+       if test "$GCC" = yes; then
+-	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+-	archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       fi
+       runpath_var='LD_RUN_PATH'
+       hardcode_shlibpath_var_F77=no
+@@ -16991,7 +17705,7 @@
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -17001,7 +17715,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+ 
+@@ -17066,7 +17793,7 @@
+ amigaos*)
+   library_names_spec='$libname.ixlibrary $libname.a'
+   # Create ${libname}_ixlibrary.a entries in /sys/libs.
+-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+   ;;
+ 
+ beos*)
+@@ -17075,7 +17802,7 @@
+   shlibpath_var=LIBRARY_PATH
+   ;;
+ 
+-bsdi4*)
++bsdi[45]*)
+   version_type=linux
+   need_version=no
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -17091,7 +17818,7 @@
+ 
+ cygwin* | mingw* | pw32*)
+   version_type=windows
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_version=no
+   need_lib_prefix=no
+ 
+@@ -17103,7 +17830,8 @@
+       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+       dldir=$destdir/`dirname \$dlpath`~
+       test -d \$dldir || mkdir -p \$dldir~
+-      $install_prog $dir/$dlname \$dldir/$dlname'
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
+     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+       dlpath=$dir/\$dldll~
+        $rm \$dlpath'
+@@ -17133,7 +17861,7 @@
+       ;;
+     pw32*)
+       # pw32 DLLs use 'pw' prefix rather than 'lib'
+-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+       ;;
+     esac
+     ;;
+@@ -17156,7 +17884,7 @@
+   soname_spec='${libname}${release}${major}$shared_ext'
+   shlibpath_overrides_runpath=yes
+   shlibpath_var=DYLD_LIBRARY_PATH
+-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+   if test "$GCC" = yes; then
+     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -17179,7 +17907,7 @@
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*-gnu*)
++kfreebsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -17191,8 +17919,17 @@
+   dynamic_linker='GNU ld.so'
+   ;;
+ 
+-freebsd*)
+-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
+   version_type=freebsd-$objformat
+   case $version_type in
+     freebsd-elf*)
+@@ -17210,7 +17947,7 @@
+   freebsd2*)
+     shlibpath_overrides_runpath=yes
+     ;;
+-  freebsd3.01* | freebsdelf3.01*)
++  freebsd3.[01]* | freebsdelf3.[01]*)
+     shlibpath_overrides_runpath=yes
+     hardcode_into_libs=yes
+     ;;
+@@ -17237,9 +17974,9 @@
+   version_type=sunos
+   need_lib_prefix=no
+   need_version=no
+-  case "$host_cpu" in
++  case $host_cpu in
+   ia64*)
+-    shrext='.so'
++    shrext_cmds='.so'
+     hardcode_into_libs=yes
+     dynamic_linker="$host_os dld.so"
+     shlibpath_var=LD_LIBRARY_PATH
+@@ -17254,7 +17991,7 @@
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+     ;;
+    hppa*64*)
+-     shrext='.sl'
++     shrext_cmds='.sl'
+      hardcode_into_libs=yes
+      dynamic_linker="$host_os dld.sl"
+      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -17265,7 +18002,7 @@
+      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+      ;;
+    *)
+-    shrext='.sl'
++    shrext_cmds='.sl'
+     dynamic_linker="$host_os dld.sl"
+     shlibpath_var=SHLIB_PATH
+     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -17327,22 +18064,19 @@
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+   soname_spec='${libname}${release}${shared_ext}$major'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+-  libsuff=
+-  if test "x$LINUX_64_MODE" = x64; then
+-    # Some platforms are per default 64-bit, so there's no /lib64
+-    if test -d /lib64; then
+-      libsuff=64
+-    fi
+-  fi
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+   # This implies no fast_install, which is unacceptable.
+   # Some rework will be needed to allow for fast_install
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+   # powerpc, because MkLinux only supported shared libraries with the
+   # GNU dynamic linker.  Since this was broken with cross compilers,
+@@ -17352,6 +18086,30 @@
+   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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -17361,7 +18119,7 @@
+     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+     dynamic_linker='NetBSD (a.out) ld.so'
+   else
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+     soname_spec='${libname}${release}${shared_ext}$major'
+     dynamic_linker='NetBSD ld.elf_so'
+   fi
+@@ -17390,7 +18148,11 @@
+ openbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+-  need_version=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+   shlibpath_var=LD_LIBRARY_PATH
+@@ -17410,7 +18172,7 @@
+ 
+ os2*)
+   libname_spec='$name'
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_lib_prefix=no
+   library_names_spec='$libname${shared_ext} $libname.a'
+   dynamic_linker='OS/2 ld.exe'
+@@ -17512,8 +18274,8 @@
+ echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+ hardcode_action_F77=
+ if test -n "$hardcode_libdir_flag_spec_F77" || \
+-   test -n "$runpath_var F77" || \
+-   test "X$hardcode_automatic_F77"="Xyes" ; then
++   test -n "$runpath_var_F77" || \
++   test "X$hardcode_automatic_F77" = "Xyes" ; then
+ 
+   # We can hardcode non-existant directories.
+   if test "$hardcode_direct_F77" != no &&
+@@ -17589,7 +18351,8 @@
+   # Now quote all the things that may contain metacharacters while being
+   # careful not to overquote the AC_SUBSTed values.  We take copies of the
+   # variables and quote the copies for generation of the libtool script.
+-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
+     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+     deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -17689,6 +18452,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+ 
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -17719,7 +18488,7 @@
+ NM=$lt_NM
+ 
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+ 
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -17750,7 +18519,7 @@
+ libext="$libext"
+ 
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+ 
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -17765,7 +18534,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
+ 
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+ 
+ # Do we need the lib prefix for modules?
+@@ -17967,7 +18736,10 @@
+   # If there is no Makefile yet, we rely on a make rule to execute
+   # `config.status --recheck' to rerun these tests and create the
+   # libtool script then.
+-  test -f Makefile && make "$ltmain"
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
+ fi
+ 
+ 
+@@ -18000,7 +18772,7 @@
+ lt_simple_compile_test_code="class foo {}\n"
+ 
+ # Code to be used in simple link tests
+-lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n'
++lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
+ 
+ # ltmain only uses $CC for tagged configurations so make sure $CC is set.
+ 
+@@ -18011,15 +18783,45 @@
+ compiler=$CC
+ 
+ 
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${GCJ-"gcj"}
+ compiler=$CC
+ compiler_GCJ=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
+ 
+ # GCJ did not exist at the time GCC didn't implicitly link libc in.
+ archive_cmds_need_lc_GCJ=no
+ 
++old_archive_cmds_GCJ=$old_archive_cmds
++
++## CAVEAT EMPTOR:
++## There is no encapsulation within the following macros, do not change
++## the running order or otherwise move them around unless you know exactly
++## what you are doing...
+ 
+ lt_prog_compiler_no_builtin_flag_GCJ=
+ 
+@@ -18042,18 +18844,20 @@
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    # The option is referenced via a variable to avoid confusing sed.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:18048: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:18850: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:18052: \$? = $ac_status" >&5
++   echo "$as_me:18854: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
+        lt_cv_prog_compiler_rtti_exceptions=yes
+      fi
+    fi
+@@ -18130,7 +18934,7 @@
+     hpux*)
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -18156,6 +18960,16 @@
+ 	lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
+       fi
+       ;;
++      darwin*)
++        # PIC is the default on this platform
++        # Common symbols not allowed in MH_DYLIB files
++       case $cc_basename in
++         xlc*)
++         lt_prog_compiler_pic_GCJ='-qnocommon'
++         lt_prog_compiler_wl_GCJ='-Wl,'
++         ;;
++       esac
++       ;;
+ 
+     mingw* | pw32* | os2*)
+       # This hack is so that the source file can tell whether it is being
+@@ -18167,7 +18981,7 @@
+       lt_prog_compiler_wl_GCJ='-Wl,'
+       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
+       # not for PA HP-UX.
+-      case "$host_cpu" in
++      case $host_cpu in
+       hppa*64*|ia64*)
+ 	# +Z the default
+ 	;;
+@@ -18191,12 +19005,19 @@
+       ;;
+ 
+     linux*)
+-      case $CC in
++      case $cc_basename in
+       icc* | ecc*)
+ 	lt_prog_compiler_wl_GCJ='-Wl,'
+ 	lt_prog_compiler_pic_GCJ='-KPIC'
+ 	lt_prog_compiler_static_GCJ='-static'
+         ;;
++      pgcc* | pgf77* | pgf90* | pgf95*)
++        # Portland Group compilers (*not* the Pentium gcc compiler,
++	# which looks to be a dead project)
++	lt_prog_compiler_wl_GCJ='-Wl,'
++	lt_prog_compiler_pic_GCJ='-fpic'
++	lt_prog_compiler_static_GCJ='-Bstatic'
++        ;;
+       ccc*)
+         lt_prog_compiler_wl_GCJ='-Wl,'
+         # All Alpha code is PIC.
+@@ -18217,9 +19038,14 @@
+       ;;
+ 
+     solaris*)
+-      lt_prog_compiler_wl_GCJ='-Wl,'
+       lt_prog_compiler_pic_GCJ='-KPIC'
+       lt_prog_compiler_static_GCJ='-Bstatic'
++      case $cc_basename in
++      f77* | f90* | f95*)
++	lt_prog_compiler_wl_GCJ='-Qoption ld ';;
++      *)
++	lt_prog_compiler_wl_GCJ='-Wl,';;
++      esac
+       ;;
+ 
+     sunos4*)
+@@ -18241,6 +19067,11 @@
+       fi
+       ;;
+ 
++    unicos*)
++      lt_prog_compiler_wl_GCJ='-Wl,'
++      lt_prog_compiler_can_build_shared_GCJ=no
++      ;;
++
+     uts4*)
+       lt_prog_compiler_pic_GCJ='-pic'
+       lt_prog_compiler_static_GCJ='-Bstatic'
+@@ -18275,18 +19106,20 @@
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    # The option is referenced via a variable to avoid confusing sed.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:18281: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:19112: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:18285: \$? = $ac_status" >&5
++   echo "$as_me:19116: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+-     # So say no if there are warnings
+-     if test ! -s conftest.err; then
++     # So say no if there are warnings other than the usual output.
++     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
++     $SED '/^$/d' conftest.err >conftest.er2
++     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
+        lt_prog_compiler_pic_works_GCJ=yes
+      fi
+    fi
+@@ -18307,7 +19140,7 @@
+ fi
+ 
+ fi
+-case "$host_os" in
++case $host_os in
+   # For platforms which do not support PIC, -DPIC is meaningless:
+   *djgpp*)
+     lt_prog_compiler_pic_GCJ=
+@@ -18329,38 +19162,36 @@
+    mkdir out
+    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
+ 
+-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
+-   # that will create temporary files in the current directory regardless of
+-   # the output directory.  Thus, making CWD read-only will cause this test
+-   # to fail, enabling locking or at least warning the user not to do parallel
+-   # builds.
+-   chmod -w .
+-
+    lt_compiler_flag="-o out/conftest2.$ac_objext"
+    # Insert the option either (1) after the last *FLAGS variable, or
+    # (2) before a word containing "conftest.", or (3) at the end.
+    # Note that $ac_compile itself does not contain backslashes and begins
+    # with a dollar sign (not a hyphen), so the echo should work correctly.
+    lt_compile=`echo "$ac_compile" | $SED \
+-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
++   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:18348: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:19174: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:18352: \$? = $ac_status" >&5
++   echo "$as_me:19178: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings
+-     if test ! -s out/conftest.err; then
++     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
++     $SED '/^$/d' out/conftest.err >out/conftest.er2
++     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
+        lt_cv_prog_compiler_c_o_GCJ=yes
+      fi
+    fi
+-   chmod u+w .
+-   $rm conftest* out/*
+-   rmdir out
++   chmod u+w . 2>&5
++   $rm conftest*
++   # SGI C++ compiler will create directory out/ii_files/ for
++   # template instantiation
++   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
++   $rm out/* && rmdir out
+    cd ..
+    rmdir conftest
+    $rm conftest*
+@@ -18431,6 +19262,16 @@
+   # rely on this symbol name, it's probably fine to never include it in
+   # preloaded symbol tables.
+   extract_expsyms_cmds=
++  # Just being paranoid about ensuring that cc_basename is set.
++  for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
+ 
+   case $host_os in
+   cygwin* | mingw* | pw32*)
+@@ -18451,6 +19292,27 @@
+     # If archive_cmds runs LD, not CC, wlarc should be empty
+     wlarc='${wl}'
+ 
++    # Set some defaults for GNU ld with shared library support. These
++    # are reset later if shared libraries are not supported. Putting them
++    # here allows them to be overridden if necessary.
++    runpath_var=LD_RUN_PATH
++    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
++    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
++    # ancient GNU ld didn't support --whole-archive et. al.
++    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
++	whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++      else
++  	whole_archive_flag_spec_GCJ=
++    fi
++    supports_anon_versioning=no
++    case `$LD -v 2>/dev/null` in
++      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
++      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
++      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
++      *\ 2.11.*) ;; # other 2.11 versions
++      *) supports_anon_versioning=yes ;;
++    esac
++
+     # See if GNU ld supports shared libraries.
+     case $host_os in
+     aix3* | aix4* | aix5*)
+@@ -18488,7 +19350,7 @@
+ 	allow_undefined_flag_GCJ=unsupported
+ 	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
+ 	# support --undefined.  This deserves some investigation.  FIXME
+-	archive_cmds_GCJ='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
++	archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+       else
+ 	ld_shlibs_GCJ=no
+       fi
+@@ -18498,13 +19360,13 @@
+       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
+       # as there is no search path for DLLs.
+       hardcode_libdir_flag_spec_GCJ='-L$libdir'
+-      allow_undefined_flag_GCJ=no
++      allow_undefined_flag_GCJ=unsupported
+       always_export_symbols_GCJ=no
+       enable_shared_with_static_runtimes_GCJ=yes
+-      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
++      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
+ 
+       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+-        archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
++        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
+ 	# If the export-symbols file already is a .def file (1st line
+ 	# is EXPORTS), use it as is; otherwise, prepend...
+ 	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+@@ -18513,19 +19375,51 @@
+ 	  echo EXPORTS > $output_objdir/$soname.def;
+ 	  cat $export_symbols >> $output_objdir/$soname.def;
+ 	fi~
+-	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
++	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
+       else
+-	ld_shlibs=no
++	ld_shlibs_GCJ=no
++      fi
++      ;;
++
++    linux*)
++      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
++	tmp_addflag=
++	case $cc_basename,$host_cpu in
++	pgcc*)				# Portland Group C compiler
++	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag'
++	  ;;
++	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
++	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
++	  tmp_addflag=' $pic_flag -Mnomain' ;;
++	ecc*,ia64* | icc*,ia64*)		# Intel C compiler on ia64
++	  tmp_addflag=' -i_dynamic' ;;
++	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
++	  tmp_addflag=' -i_dynamic -nofor_main' ;;
++	ifc* | ifort*)			# Intel Fortran compiler
++	  tmp_addflag=' -nofor_main' ;;
++	esac
++	archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++
++	if test $supports_anon_versioning = yes; then
++	  archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
++  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
++  $echo "local: *; };" >> $output_objdir/$libname.ver~
++	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
++	fi
++	link_all_deplibs_GCJ=no
++      else
++	ld_shlibs_GCJ=no
+       fi
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
+ 	wlarc=
+       else
+-	archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       fi
+       ;;
+ 
+@@ -18543,8 +19437,8 @@
+ 
+ EOF
+       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	ld_shlibs_GCJ=no
+       fi
+@@ -18559,24 +19453,19 @@
+ 
+     *)
+       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+-	archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
+-	archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
++	archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
+       else
+ 	ld_shlibs_GCJ=no
+       fi
+       ;;
+     esac
+ 
+-    if test "$ld_shlibs_GCJ" = yes; then
+-      runpath_var=LD_RUN_PATH
+-      hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
+-      export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
+-      # ancient GNU ld didn't support --whole-archive et. al.
+-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
+- 	whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+-      else
+-  	whole_archive_flag_spec_GCJ=
+-      fi
++    if test "$ld_shlibs_GCJ" = no; then
++      runpath_var=
++      hardcode_libdir_flag_spec_GCJ=
++      export_dynamic_flag_spec_GCJ=
++      whole_archive_flag_spec_GCJ=
+     fi
+   else
+     # PORTME fill in a description of your system's linker (not GNU ld)
+@@ -18610,9 +19499,20 @@
+ 	else
+ 	  export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
+ 	fi
++	aix_use_runtimelinking=no
++
++	# Test if we are trying to use run time linking or normal
++	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
++	# need to do runtime linking.
++	case $host_os in aix4.[23]|aix4.[23].*|aix5*)
++	  for ld_flag in $LDFLAGS; do
++  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
++  	    aix_use_runtimelinking=yes
++  	    break
++  	  fi
++	  done
++	esac
+ 
+-	# KDE requires run time linking.  Make it the default.
+-	aix_use_runtimelinking=yes
+ 	exp_sym_flag='-bexport'
+ 	no_entry_flag='-bnoentry'
+       fi
+@@ -18629,7 +19529,7 @@
+       link_all_deplibs_GCJ=yes
+ 
+       if test "$GCC" = yes; then
+-	case $host_os in aix4.012|aix4.012.*)
++	case $host_os in aix4.[012]|aix4.[012].*)
+ 	# We only want to do this on AIX 4.2 and lower, the check
+ 	# below for broken collect2 doesn't work under 4.3+
+ 	  collect2name=`${CC} -print-prog-name=collect2`
+@@ -18650,6 +19550,9 @@
+ 	  fi
+ 	esac
+ 	shared_flag='-shared'
++	if test "$aix_use_runtimelinking" = yes; then
++	  shared_flag="$shared_flag "'${wl}-G'
++	fi
+       else
+ 	# not using gcc
+ 	if test "$host_cpu" = ia64; then
+@@ -18658,21 +19561,22 @@
+ 	  shared_flag='-G'
+ 	else
+   	if test "$aix_use_runtimelinking" = yes; then
+-	    shared_flag='-qmkshrobj ${wl}-G'
++	    shared_flag='${wl}-G'
+ 	  else
+-	    shared_flag='-qmkshrobj'
++	    shared_flag='${wl}-bM:SRE'
+   	fi
+ 	fi
+       fi
+ 
+-      # Let the compiler handle the export list.
+-      always_export_symbols_GCJ=no
++      # It seems that -bexpall does not export symbols beginning with
++      # underscore (_), so it is better to generate a list of symbols to export.
++      always_export_symbols_GCJ=yes
+       if test "$aix_use_runtimelinking" = yes; then
+ 	# Warning - without using the other runtime loading flags (-brtl),
+ 	# -berok will link without error, but may produce a broken library.
+ 	allow_undefined_flag_GCJ='-berok'
+        # Determine the default libpath from the value encoded in an empty executable.
+-	cat >conftest.$ac_ext <<_ACEOF
++       cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+@@ -18723,14 +19627,13 @@
+       conftest$ac_exeext conftest.$ac_ext
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+ 
+-	hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
+-	archive_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
+-	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
++       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
++	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
+        else
+ 	if test "$host_cpu" = ia64; then
+ 	  hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
+ 	  allow_undefined_flag_GCJ="-z nodefs"
+-	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
++	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+ 	else
+ 	 # Determine the default libpath from the value encoded in an empty executable.
+ 	 cat >conftest.$ac_ext <<_ACEOF
+@@ -18794,8 +19697,8 @@
+ 	  # Exported symbols can be pulled into shared objects from archives
+ 	  whole_archive_flag_spec_GCJ=' '
+ 	  archive_cmds_need_lc_GCJ=yes
+-	  # This is similar to how AIX traditionally builds it's shared libraries.
+-	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
++	  # This is similar to how AIX traditionally builds its shared libraries.
++	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
+ 	fi
+       fi
+       ;;
+@@ -18808,7 +19711,7 @@
+       ld_shlibs_GCJ=no
+       ;;
+ 
+-    bsdi4*)
++    bsdi[45]*)
+       export_dynamic_flag_spec_GCJ=-rdynamic
+       ;;
+ 
+@@ -18818,68 +19721,68 @@
+       # hardcode_libdir_flag_spec is actually meaningless, as there is
+       # no search path for DLLs.
+       hardcode_libdir_flag_spec_GCJ=' '
+-      allow_undefined_flag_GCJ=no
++      allow_undefined_flag_GCJ=unsupported
+       # Tell ltmain to make .lib files, not .a files.
+       libext=lib
+       # Tell ltmain to make .dll files, not .so files.
+-      shrext=".dll"
++      shrext_cmds=".dll"
+       # FIXME: Setting linknames here is a bad hack.
+-      archive_cmds_GCJ='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
++      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
+       # The linker will automatically build a .lib file if we build a DLL.
+       old_archive_From_new_cmds_GCJ='true'
+       # FIXME: Should let the user specify the lib program.
+       old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
+-      fix_srcfile_path='`cygpath -w "$srcfile"`'
++      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
+       enable_shared_with_static_runtimes_GCJ=yes
+       ;;
+ 
+     darwin* | rhapsody*)
+-    if test "$GXX" = yes ; then
+-      archive_cmds_need_lc_GCJ=no
+-      case "$host_os" in
+-      rhapsody* | darwin1.[012])
+-	allow_undefined_flag_GCJ='-Wl,-undefined -Wl,suppress'
+-	;;
+-      *) # Darwin 1.3 on
+-	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+-	  allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	else
+-	  case ${MACOSX_DEPLOYMENT_TARGET} in
+-	    10.012)
+-	      allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+-	      ;;
+-	    10.*)
+-	      allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+-	      ;;
+-	  esac
+-	fi
+-	;;
++      case $host_os in
++        rhapsody* | darwin1.[012])
++         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[012])
++               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
+       esac
+-    	lt_int_apple_cc_single_mod=no
+-    	output_verbose_link_cmd='echo'
+-    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
+-    	  lt_int_apple_cc_single_mod=yes
+-    	fi
+-    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-    	  archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
+-    	else
+-        archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
+-      fi
+-      module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
+-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
+-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        else
+-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+-        fi
+-          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      archive_cmds_need_lc_GCJ=no
+       hardcode_direct_GCJ=no
+       hardcode_automatic_GCJ=yes
+       hardcode_shlibpath_var_GCJ=unsupported
+-      whole_archive_flag_spec_GCJ='-all_load $convenience'
++      whole_archive_flag_spec_GCJ=''
+       link_all_deplibs_GCJ=yes
++    if test "$GCC" = yes ; then
++    	output_verbose_link_cmd='echo'
++        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+     else
+-      ld_shlibs_GCJ=no
++      case $cc_basename in
++        xlc*)
++         output_verbose_link_cmd='echo'
++         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
++         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          ;;
++       *)
++         ld_shlibs_GCJ=no
++          ;;
++      esac
+     fi
+       ;;
+ 
+@@ -18913,8 +19816,8 @@
+       ;;
+ 
+     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-    freebsd*)
+-      archive_cmds_GCJ='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
++    freebsd* | kfreebsd*-gnu | dragonfly*)
++      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+       hardcode_libdir_flag_spec_GCJ='-R$libdir'
+       hardcode_direct_GCJ=yes
+       hardcode_shlibpath_var_GCJ=no
+@@ -18922,7 +19825,7 @@
+ 
+     hpux9*)
+       if test "$GCC" = yes; then
+-	archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
++	archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       else
+ 	archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
+       fi
+@@ -18938,16 +19841,16 @@
+ 
+     hpux10* | hpux11*)
+       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+-	  archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	  archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	*)
+-	  archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
++	  archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+ 	  ;;
+ 	esac
+       else
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*|ia64*)
+ 	  archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	  ;;
+@@ -18957,7 +19860,7 @@
+ 	esac
+       fi
+       if test "$with_gnu_ld" = no; then
+-	case "$host_cpu" in
++	case $host_cpu in
+ 	hppa*64*)
+ 	  hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
+ 	  hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
+@@ -18990,7 +19893,7 @@
+ 
+     irix5* | irix6* | nonstopux*)
+       if test "$GCC" = yes; then
+-	archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
+@@ -19000,7 +19903,7 @@
+       link_all_deplibs_GCJ=yes
+       ;;
+ 
+-    netbsd*)
++    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
+ 	archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
+       else
+@@ -19023,7 +19926,8 @@
+       hardcode_direct_GCJ=yes
+       hardcode_shlibpath_var_GCJ=no
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
++	archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+ 	hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
+ 	export_dynamic_flag_spec_GCJ='${wl}-E'
+       else
+@@ -19033,7 +19937,7 @@
+ 	   hardcode_libdir_flag_spec_GCJ='-R$libdir'
+ 	   ;;
+ 	 *)
+-	   archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
++	   archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ 	   hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
+ 	   ;;
+        esac
+@@ -19044,14 +19948,14 @@
+       hardcode_libdir_flag_spec_GCJ='-L$libdir'
+       hardcode_minus_L_GCJ=yes
+       allow_undefined_flag_GCJ=unsupported
+-      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
++      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+       old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
+       ;;
+ 
+     osf3*)
+       if test "$GCC" = yes; then
+ 	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
+-	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+       else
+ 	allow_undefined_flag_GCJ=' -expect_unresolved \*'
+ 	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+@@ -19063,13 +19967,13 @@
+     osf4* | osf5*)	# as osf3* with the addition of -msym flag
+       if test "$GCC" = yes; then
+ 	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
+-	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
++	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+ 	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
+       else
+ 	allow_undefined_flag_GCJ=' -expect_unresolved \*'
+ 	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
+ 	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+-	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
++	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
+ 
+ 	# Both c and cxx compiler support -rpath directly
+ 	hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
+@@ -19088,10 +19992,12 @@
+     solaris*)
+       no_undefined_flag_GCJ=' -z text'
+       if test "$GCC" = yes; then
+-	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	wlarc='${wl}'
++	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+ 	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+-	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
++	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
+       else
++	wlarc=''
+ 	archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
+ 	archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
+   	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
+@@ -19100,8 +20006,18 @@
+       hardcode_shlibpath_var_GCJ=no
+       case $host_os in
+       solaris2.[0-5] | solaris2.[0-5].*) ;;
+-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
+-	whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
++      *)
++ 	# The compiler driver will combine linker options so we
++ 	# cannot just pass the convience library names through
++ 	# without $wl, iff we do not link with $LD.
++ 	# Luckily, gcc supports the same syntax we need for Sun Studio.
++ 	# Supported since Solaris 2.6 (maybe 2.5.1?)
++ 	case $wlarc in
++ 	'')
++ 	  whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
++ 	*)
++ 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
++ 	esac ;;
+       esac
+       link_all_deplibs_GCJ=yes
+       ;;
+@@ -19110,7 +20026,7 @@
+       if test "x$host_vendor" = xsequent; then
+ 	# Use $CC to link under sequent, because it throws in some extra .o
+ 	# files that make .init and .fini sections work.
+-	archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+ 	archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
+       fi
+@@ -19170,9 +20086,9 @@
+    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
+       no_undefined_flag_GCJ='${wl}-z ${wl}text'
+       if test "$GCC" = yes; then
+-	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       else
+-	archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
++	archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
+       fi
+       runpath_var='LD_RUN_PATH'
+       hardcode_shlibpath_var_GCJ=no
+@@ -19278,7 +20194,7 @@
+ library_names_spec=
+ libname_spec='lib$name'
+ soname_spec=
+-shrext=".so"
++shrext_cmds=".so"
+ postinstall_cmds=
+ postuninstall_cmds=
+ finish_cmds=
+@@ -19288,7 +20204,20 @@
+ version_type=none
+ dynamic_linker="$host_os ld.so"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib"
+-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++if test "$GCC" = yes; then
++  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
++  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
++    # if the path contains ";" then we assume it to be the separator
++    # otherwise default to the standard path separator (i.e. ":") - it is
++    # assumed that no part of a normal pathname contains ";" but that should
++    # okay in the real world where ";" in dirpaths is itself problematic.
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
++  else
++    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
++  fi
++else
++  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
++fi
+ need_lib_prefix=unknown
+ hardcode_into_libs=no
+ 
+@@ -19353,7 +20282,7 @@
+ amigaos*)
+   library_names_spec='$libname.ixlibrary $libname.a'
+   # Create ${libname}_ixlibrary.a entries in /sys/libs.
+-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
++  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+   ;;
+ 
+ beos*)
+@@ -19362,7 +20291,7 @@
+   shlibpath_var=LIBRARY_PATH
+   ;;
+ 
+-bsdi4*)
++bsdi[45]*)
+   version_type=linux
+   need_version=no
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+@@ -19378,7 +20307,7 @@
+ 
+ cygwin* | mingw* | pw32*)
+   version_type=windows
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_version=no
+   need_lib_prefix=no
+ 
+@@ -19390,7 +20319,8 @@
+       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
+       dldir=$destdir/`dirname \$dlpath`~
+       test -d \$dldir || mkdir -p \$dldir~
+-      $install_prog $dir/$dlname \$dldir/$dlname'
++      $install_prog $dir/$dlname \$dldir/$dlname~
++      chmod a+x \$dldir/$dlname'
+     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
+       dlpath=$dir/\$dldll~
+        $rm \$dlpath'
+@@ -19420,7 +20350,7 @@
+       ;;
+     pw32*)
+       # pw32 DLLs use 'pw' prefix rather than 'lib'
+-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
++      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+       ;;
+     esac
+     ;;
+@@ -19443,7 +20373,7 @@
+   soname_spec='${libname}${release}${major}$shared_ext'
+   shlibpath_overrides_runpath=yes
+   shlibpath_var=DYLD_LIBRARY_PATH
+-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
++  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
+   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
+   if test "$GCC" = yes; then
+     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
+@@ -19466,7 +20396,7 @@
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*-gnu*)
++kfreebsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+@@ -19478,8 +20408,17 @@
+   dynamic_linker='GNU ld.so'
+   ;;
+ 
+-freebsd*)
+-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++freebsd* | dragonfly*)
++  # DragonFly does not have aout.  When/if they implement a new
++  # versioning mechanism, adjust this.
++  if test -x /usr/bin/objformat; then
++    objformat=`/usr/bin/objformat`
++  else
++    case $host_os in
++    freebsd[123]*) objformat=aout ;;
++    *) objformat=elf ;;
++    esac
++  fi
+   version_type=freebsd-$objformat
+   case $version_type in
+     freebsd-elf*)
+@@ -19497,7 +20436,7 @@
+   freebsd2*)
+     shlibpath_overrides_runpath=yes
+     ;;
+-  freebsd3.01* | freebsdelf3.01*)
++  freebsd3.[01]* | freebsdelf3.[01]*)
+     shlibpath_overrides_runpath=yes
+     hardcode_into_libs=yes
+     ;;
+@@ -19524,9 +20463,9 @@
+   version_type=sunos
+   need_lib_prefix=no
+   need_version=no
+-  case "$host_cpu" in
++  case $host_cpu in
+   ia64*)
+-    shrext='.so'
++    shrext_cmds='.so'
+     hardcode_into_libs=yes
+     dynamic_linker="$host_os dld.so"
+     shlibpath_var=LD_LIBRARY_PATH
+@@ -19541,7 +20480,7 @@
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+     ;;
+    hppa*64*)
+-     shrext='.sl'
++     shrext_cmds='.sl'
+      hardcode_into_libs=yes
+      dynamic_linker="$host_os dld.sl"
+      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
+@@ -19552,7 +20491,7 @@
+      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+      ;;
+    *)
+-    shrext='.sl'
++    shrext_cmds='.sl'
+     dynamic_linker="$host_os dld.sl"
+     shlibpath_var=SHLIB_PATH
+     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
+@@ -19614,22 +20553,19 @@
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+   soname_spec='${libname}${release}${shared_ext}$major'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+-  libsuff=
+-  if test "x$LINUX_64_MODE" = x64; then
+-    # Some platforms are per default 64-bit, so there's no /lib64
+-    if test -d /lib64; then
+-      libsuff=64
+-    fi
+-  fi
+   shlibpath_var=LD_LIBRARY_PATH
+   shlibpath_overrides_runpath=no
+-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
+-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+   # This implies no fast_install, which is unacceptable.
+   # Some rework will be needed to allow for fast_install
+   # before this can be enabled.
+   hardcode_into_libs=yes
+ 
++  # Append ld.so.conf contents to the search path
++  if test -f /etc/ld.so.conf; then
++    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
++    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
++  fi
++
+   # We used to test for /lib/ld.so.1 and disable shared libraries on
+   # powerpc, because MkLinux only supported shared libraries with the
+   # GNU dynamic linker.  Since this was broken with cross compilers,
+@@ -19639,6 +20575,30 @@
+   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'
++  ;;
++
++knetbsd*-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='GNU ld.so'
++  ;;
++
+ netbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+@@ -19648,7 +20608,7 @@
+     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+     dynamic_linker='NetBSD (a.out) ld.so'
+   else
+-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
++    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+     soname_spec='${libname}${release}${shared_ext}$major'
+     dynamic_linker='NetBSD ld.elf_so'
+   fi
+@@ -19677,7 +20637,11 @@
+ openbsd*)
+   version_type=sunos
+   need_lib_prefix=no
+-  need_version=no
++  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
++  case $host_os in
++    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
++    *)                         need_version=no  ;;
++  esac
+   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
+   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+   shlibpath_var=LD_LIBRARY_PATH
+@@ -19697,7 +20661,7 @@
+ 
+ os2*)
+   libname_spec='$name'
+-  shrext=".dll"
++  shrext_cmds=".dll"
+   need_lib_prefix=no
+   library_names_spec='$libname${shared_ext} $libname.a'
+   dynamic_linker='OS/2 ld.exe'
+@@ -19799,8 +20763,8 @@
+ echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
+ hardcode_action_GCJ=
+ if test -n "$hardcode_libdir_flag_spec_GCJ" || \
+-   test -n "$runpath_var GCJ" || \
+-   test "X$hardcode_automatic_GCJ"="Xyes" ; then
++   test -n "$runpath_var_GCJ" || \
++   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
+ 
+   # We can hardcode non-existant directories.
+   if test "$hardcode_direct_GCJ" != no &&
+@@ -20459,7 +21423,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 20462 "configure"
++#line 21426 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -20525,7 +21489,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
++    (./conftest; exit; ) >&5 2>/dev/null
+     lt_status=$?
+     case x$lt_status in
+       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
+@@ -20557,7 +21521,7 @@
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 20560 "configure"
++#line 21524 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -20623,7 +21587,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
+-    (./conftest; exit; ) 2>/dev/null
++    (./conftest; exit; ) >&5 2>/dev/null
+     lt_status=$?
+     case x$lt_status in
+       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
+@@ -20674,7 +21638,8 @@
+   # Now quote all the things that may contain metacharacters while being
+   # careful not to overquote the AC_SUBSTed values.  We take copies of the
+   # variables and quote the copies for generation of the libtool script.
+-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
+     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+     deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -20774,6 +21739,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+ 
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -20804,7 +21775,7 @@
+ NM=$lt_NM
+ 
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+ 
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -20835,7 +21806,7 @@
+ libext="$libext"
+ 
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+ 
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -20850,7 +21821,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
+ 
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+ 
+ # Do we need the lib prefix for modules?
+@@ -21052,7 +22023,10 @@
+   # If there is no Makefile yet, we rely on a make rule to execute
+   # `config.status --recheck' to rerun these tests and create the
+   # libtool script then.
+-  test -f Makefile && make "$ltmain"
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
+ fi
+ 
+ 
+@@ -21095,11 +22069,35 @@
+ compiler=$CC
+ 
+ 
++# save warnings/boilerplate of simple test code
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
++eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_compiler_boilerplate=`cat conftest.err`
++$rm conftest*
++
++ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
++eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
++_lt_linker_boilerplate=`cat conftest.err`
++$rm conftest*
++
++
+ # Allow CC to be a program name with arguments.
+ lt_save_CC="$CC"
+ CC=${RC-"windres"}
+ compiler=$CC
+ compiler_RC=$CC
++for cc_temp in $compiler""; do
++  case $cc_temp in
++    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
++    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
++    \-*) ;;
++    *) break;;
++  esac
++done
++cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
++
+ lt_cv_prog_compiler_c_o_RC=yes
+ 
+ # The else clause should only fire when bootstrapping the
+@@ -21115,7 +22113,8 @@
+   # Now quote all the things that may contain metacharacters while being
+   # careful not to overquote the AC_SUBSTed values.  We take copies of the
+   # variables and quote the copies for generation of the libtool script.
+-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
++  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
++    SED SHELL STRIP \
+     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
+     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
+     deplibs_check_method reload_flag reload_cmds need_locks \
+@@ -21215,6 +22214,12 @@
+ # The host system.
+ host_alias=$host_alias
+ host=$host
++host_os=$host_os
++
++# The build system.
++build_alias=$build_alias
++build=$build
++build_os=$build_os
+ 
+ # An echo program that does not interpret backslashes.
+ echo=$lt_echo
+@@ -21245,7 +22250,7 @@
+ NM=$lt_NM
+ 
+ # A symbol stripping program
+-STRIP=$STRIP
++STRIP=$lt_STRIP
+ 
+ # Used to examine libraries when file_magic_cmd begins "file"
+ MAGIC_CMD=$MAGIC_CMD
+@@ -21276,7 +22281,7 @@
+ libext="$libext"
+ 
+ # Shared library suffix (normally ".so").
+-shrext='$shrext'
++shrext_cmds='$shrext_cmds'
+ 
+ # Executable file suffix (normally "").
+ exeext="$exeext"
+@@ -21291,7 +22296,7 @@
+ # Does compiler simultaneously support -c and -o options?
+ compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
+ 
+-# Must we lock files when doing compilation ?
++# Must we lock files when doing compilation?
+ need_locks=$lt_need_locks
+ 
+ # Do we need the lib prefix for modules?
+@@ -21493,7 +22498,10 @@
+   # If there is no Makefile yet, we rely on a make rule to execute
+   # `config.status --recheck' to rerun these tests and create the
+   # libtool script then.
+-  test -f Makefile && make "$ltmain"
++  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
++  if test -f "$ltmain_in"; then
++    test -f Makefile && make "$ltmain"
++  fi
+ fi
+ 
+ 
+@@ -21540,7 +22548,7 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+ 
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
++LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+ 
+ # Prevent multiple expansion
+ 
+@@ -21935,9 +22943,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -22154,9 +23159,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -24337,9 +25339,6 @@
+ save_CXXFLAGS="$CXXFLAGS"
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+-if test "$GXX" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
+-fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -29130,7 +30129,7 @@
+ do
+   for j in jpeglib.h;
+   do
+-    echo "configure: 29133: $i/$j" >&5
++    echo "configure: 30132: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       jpeg_incdir=$i
+@@ -29433,7 +30432,7 @@
+ do
+   for j in $kde_qt_header;
+   do
+-    echo "configure: 29436: $i/$j" >&5
++    echo "configure: 30435: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       qt_incdir=$i
+@@ -30269,7 +31268,7 @@
+ do
+   for j in $kde_check_header;
+   do
+-    echo "configure: 30272: $i/$j" >&5
++    echo "configure: 31271: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       kde_incdir=$i
+@@ -30299,7 +31298,7 @@
+ do
+   for j in $kde_check_lib;
+   do
+-    echo "configure: 30302: $i/$j" >&5
++    echo "configure: 31301: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       kde_libdir=$i
+@@ -30317,7 +31316,7 @@
+ do
+   for j in "kde3/plugins/designer/kdewidgets.la";
+   do
+-    echo "configure: 30320: $i/$j" >&5
++    echo "configure: 31319: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       kde_widgetdir=$i
+@@ -31835,7 +32834,7 @@
+ do
+   for j in apps/ksgmltools2/customization/kde-chunk.xsl;
+   do
+-    echo "configure: 31838: $i/$j" >&5
++    echo "configure: 32837: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       KDE_XSL_STYLESHEET=$i
+@@ -32431,7 +33430,7 @@
+ do
+   for j in qsql.html;
+   do
+-    echo "configure: 32434: $i/$j" >&5
++    echo "configure: 33433: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       QTDOCDIR=$i
+@@ -35564,7 +36563,7 @@
+ 
+ 
+ 
+-#DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
+ 
+ KEXI_VERSION=0.1
+ 
+@@ -35653,7 +36652,7 @@
+ do
+   for j in $kexi_compat_qextmdi_lib;
+   do
+-    echo "configure: 35656: $i/$j" >&5
++    echo "configure: 36655: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       kexi_compat_qextmdi_dir=$i
+@@ -35675,7 +36674,7 @@
+ do
+   for j in dockmainwindow_compat.h;
+   do
+-    echo "configure: 35678: $i/$j" >&5
++    echo "configure: 36677: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       kexi_compat_qextmdi_includes=$i
+@@ -35942,7 +36941,7 @@
+ do
+   for j in libpq-fe.h;
+   do
+-    echo "configure: 35945: $i/$j" >&5
++    echo "configure: 36944: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       pgsql_incdir=$i
+@@ -35973,7 +36972,7 @@
+ do
+   for j in libpq.so;
+   do
+-    echo "configure: 35976: $i/$j" >&5
++    echo "configure: 36975: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       pgsql_libdir=$i
+@@ -36005,7 +37004,7 @@
+ do
+   for j in pqxx/pqxx;
+   do
+-    echo "configure: 36008: $i/$j" >&5
++    echo "configure: 37007: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       pqxx_incdir=$i
+@@ -36036,7 +37035,7 @@
+ do
+   for j in libpqxx.so;
+   do
+-    echo "configure: 36039: $i/$j" >&5
++    echo "configure: 37038: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       pqxx_libdir=$i
+@@ -36087,7 +37086,7 @@
+ do
+   for j in knewstuff/downloaddialog.h;
+   do
+-    echo "configure: 36090: $i/$j" >&5
++    echo "configure: 37089: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       knewstuff_incdir=$i
+@@ -36104,7 +37103,7 @@
+ do
+   for j in libknewstuff.so;
+   do
+-    echo "configure: 36107: $i/$j" >&5
++    echo "configure: 37106: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       knewstuff_libdir=$i
+@@ -36272,7 +37271,7 @@
+ do
+   for j in Python.h;
+   do
+-    echo "configure: 36275: $i/$j" >&5
++    echo "configure: 37274: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36288,7 +37287,7 @@
+ do
+   for j in python$version/Python.h;
+   do
+-    echo "configure: 36291: $i/$j" >&5
++    echo "configure: 37290: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36312,7 +37311,7 @@
+ do
+   for j in libpython$version.so;
+   do
+-    echo "configure: 36315: $i/$j" >&5
++    echo "configure: 37314: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36328,7 +37327,7 @@
+ do
+   for j in libpython$version.a;
+   do
+-    echo "configure: 36331: $i/$j" >&5
++    echo "configure: 37330: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36344,7 +37343,7 @@
+ do
+   for j in python$version/config/libpython$version.a;
+   do
+-    echo "configure: 36347: $i/$j" >&5
++    echo "configure: 37346: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36372,7 +37371,7 @@
+ do
+   for j in python$version/copy.py;
+   do
+-    echo "configure: 36375: $i/$j" >&5
++    echo "configure: 37374: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_moddir=$i
+@@ -36416,7 +37415,7 @@
+ do
+   for j in Python.h;
+   do
+-    echo "configure: 36419: $i/$j" >&5
++    echo "configure: 37418: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36432,7 +37431,7 @@
+ do
+   for j in python$version/Python.h;
+   do
+-    echo "configure: 36435: $i/$j" >&5
++    echo "configure: 37434: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36456,7 +37455,7 @@
+ do
+   for j in libpython$version.so;
+   do
+-    echo "configure: 36459: $i/$j" >&5
++    echo "configure: 37458: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36472,7 +37471,7 @@
+ do
+   for j in libpython$version.a;
+   do
+-    echo "configure: 36475: $i/$j" >&5
++    echo "configure: 37474: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36488,7 +37487,7 @@
+ do
+   for j in python$version/config/libpython$version.a;
+   do
+-    echo "configure: 36491: $i/$j" >&5
++    echo "configure: 37490: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36516,7 +37515,7 @@
+ do
+   for j in python$version/copy.py;
+   do
+-    echo "configure: 36519: $i/$j" >&5
++    echo "configure: 37518: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_moddir=$i
+@@ -36560,7 +37559,7 @@
+ do
+   for j in Python.h;
+   do
+-    echo "configure: 36563: $i/$j" >&5
++    echo "configure: 37562: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36576,7 +37575,7 @@
+ do
+   for j in python$version/Python.h;
+   do
+-    echo "configure: 36579: $i/$j" >&5
++    echo "configure: 37578: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36600,7 +37599,7 @@
+ do
+   for j in libpython$version.so;
+   do
+-    echo "configure: 36603: $i/$j" >&5
++    echo "configure: 37602: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36616,7 +37615,7 @@
+ do
+   for j in libpython$version.a;
+   do
+-    echo "configure: 36619: $i/$j" >&5
++    echo "configure: 37618: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36632,7 +37631,7 @@
+ do
+   for j in python$version/config/libpython$version.a;
+   do
+-    echo "configure: 36635: $i/$j" >&5
++    echo "configure: 37634: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36660,7 +37659,7 @@
+ do
+   for j in python$version/copy.py;
+   do
+-    echo "configure: 36663: $i/$j" >&5
++    echo "configure: 37662: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_moddir=$i
+@@ -36704,7 +37703,7 @@
+ do
+   for j in Python.h;
+   do
+-    echo "configure: 36707: $i/$j" >&5
++    echo "configure: 37706: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36720,7 +37719,7 @@
+ do
+   for j in python$version/Python.h;
+   do
+-    echo "configure: 36723: $i/$j" >&5
++    echo "configure: 37722: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36744,7 +37743,7 @@
+ do
+   for j in libpython$version.so;
+   do
+-    echo "configure: 36747: $i/$j" >&5
++    echo "configure: 37746: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36760,7 +37759,7 @@
+ do
+   for j in libpython$version.a;
+   do
+-    echo "configure: 36763: $i/$j" >&5
++    echo "configure: 37762: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36776,7 +37775,7 @@
+ do
+   for j in python$version/config/libpython$version.a;
+   do
+-    echo "configure: 36779: $i/$j" >&5
++    echo "configure: 37778: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36804,7 +37803,7 @@
+ do
+   for j in python$version/copy.py;
+   do
+-    echo "configure: 36807: $i/$j" >&5
++    echo "configure: 37806: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_moddir=$i
+@@ -36848,7 +37847,7 @@
+ do
+   for j in Python.h;
+   do
+-    echo "configure: 36851: $i/$j" >&5
++    echo "configure: 37850: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36864,7 +37863,7 @@
+ do
+   for j in python$version/Python.h;
+   do
+-    echo "configure: 36867: $i/$j" >&5
++    echo "configure: 37866: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -36888,7 +37887,7 @@
+ do
+   for j in libpython$version.so;
+   do
+-    echo "configure: 36891: $i/$j" >&5
++    echo "configure: 37890: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36904,7 +37903,7 @@
+ do
+   for j in libpython$version.a;
+   do
+-    echo "configure: 36907: $i/$j" >&5
++    echo "configure: 37906: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36920,7 +37919,7 @@
+ do
+   for j in python$version/config/libpython$version.a;
+   do
+-    echo "configure: 36923: $i/$j" >&5
++    echo "configure: 37922: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -36948,7 +37947,7 @@
+ do
+   for j in python$version/copy.py;
+   do
+-    echo "configure: 36951: $i/$j" >&5
++    echo "configure: 37950: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_moddir=$i
+@@ -36992,7 +37991,7 @@
+ do
+   for j in Python.h;
+   do
+-    echo "configure: 36995: $i/$j" >&5
++    echo "configure: 37994: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -37008,7 +38007,7 @@
+ do
+   for j in python$version/Python.h;
+   do
+-    echo "configure: 37011: $i/$j" >&5
++    echo "configure: 38010: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_incdir=$i
+@@ -37032,7 +38031,7 @@
+ do
+   for j in libpython$version.so;
+   do
+-    echo "configure: 37035: $i/$j" >&5
++    echo "configure: 38034: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -37048,7 +38047,7 @@
+ do
+   for j in libpython$version.a;
+   do
+-    echo "configure: 37051: $i/$j" >&5
++    echo "configure: 38050: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -37064,7 +38063,7 @@
+ do
+   for j in python$version/config/libpython$version.a;
+   do
+-    echo "configure: 37067: $i/$j" >&5
++    echo "configure: 38066: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_libdir=$i
+@@ -37092,7 +38091,7 @@
+ do
+   for j in python$version/copy.py;
+   do
+-    echo "configure: 37095: $i/$j" >&5
++    echo "configure: 38094: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       python_moddir=$i
+@@ -46128,7 +47127,7 @@
+ do
+   for j in kspell2/broker.h;
+   do
+-    echo "configure: 46131: $i/$j" >&5
++    echo "configure: 47130: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       ac_kspell2_includes=$i
+@@ -47648,6 +48647,13 @@
+ LTLIBOBJS=$ac_ltlibobjs
+ 
+ 
++if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
+ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
+ Usually this means the macro was only invoked conditionally." >&5
+@@ -47655,6 +48661,20 @@
+ Usually this means the macro was only invoked conditionally." >&2;}
+    { (exit 1); exit 1; }; }
+ fi
++if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
++if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
+ if test -z "${unsermake_enable_pch_TRUE}" && test -z "${unsermake_enable_pch_FALSE}"; then
+   { { echo "$as_me:$LINENO: error: conditional \"unsermake_enable_pch\" was never defined.
+ Usually this means the macro was only invoked conditionally." >&5
+@@ -49000,6 +50020,7 @@
+ s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
+ s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
+ s, at INSTALL_DATA@,$INSTALL_DATA,;t t
++s, at CYGPATH_W@,$CYGPATH_W,;t t
+ s, at PACKAGE@,$PACKAGE,;t t
+ s, at VERSION@,$VERSION,;t t
+ s, at ACLOCAL@,$ACLOCAL,;t t
+@@ -49007,13 +50028,20 @@
+ s, at AUTOMAKE@,$AUTOMAKE,;t t
+ s, at AUTOHEADER@,$AUTOHEADER,;t t
+ s, at MAKEINFO@,$MAKEINFO,;t t
+-s, at AMTAR@,$AMTAR,;t t
+ s, at install_sh@,$install_sh,;t t
+ s, at STRIP@,$STRIP,;t t
+ s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
+ s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
++s, at mkdir_p@,$mkdir_p,;t t
+ s, at AWK@,$AWK,;t t
+ s, at SET_MAKE@,$SET_MAKE,;t t
++s, at am__leading_dot@,$am__leading_dot,;t t
++s, at AMTAR@,$AMTAR,;t t
++s, at am__tar@,$am__tar,;t t
++s, at am__untar@,$am__untar,;t t
++s, at MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
++s, at MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
++s, at MAINT@,$MAINT,;t t
+ s, at KDECONFIG@,$KDECONFIG,;t t
+ s, at kde_libs_prefix@,$kde_libs_prefix,;t t
+ s, at kde_libs_htmldir@,$kde_libs_htmldir,;t t
+@@ -49032,11 +50060,15 @@
+ s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
+ s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+ s, at CCDEPMODE@,$CCDEPMODE,;t t
++s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
++s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
+ s, at CPP@,$CPP,;t t
+ s, at CXX@,$CXX,;t t
+ s, at CXXFLAGS@,$CXXFLAGS,;t t
+ s, at ac_ct_CXX@,$ac_ct_CXX,;t t
+ s, at CXXDEPMODE@,$CXXDEPMODE,;t t
++s, at am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
++s, at am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
+ s, at WOVERLOADED_VIRTUAL@,$WOVERLOADED_VIRTUAL,;t t
+ s, at HAVE_GCC_VISIBILITY@,$HAVE_GCC_VISIBILITY,;t t
+ s, at unsermake_enable_pch_TRUE@,$unsermake_enable_pch_TRUE,;t t
+@@ -49813,13 +50845,29 @@
+     cat $tmp/config.h
+     rm -f $tmp/config.h
+   fi
+-  # Run the commands associated with the file.
+-  case $ac_file in
+-    config.h ) # update the timestamp
+-echo 'timestamp for config.h' >"./stamp-h1"
+- ;;
++# Compute $ac_file's index in $config_headers.
++_am_stamp_count=1
++for _am_header in $config_headers :; do
++  case $_am_header in
++    $ac_file | $ac_file:* )
++      break ;;
++    * )
++      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+   esac
+ done
++echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
++$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X$ac_file : 'X\(//\)[^/]' \| \
++	 X$ac_file : 'X\(//\)$' \| \
++	 X$ac_file : 'X\(/\)' \| \
++	 .     : '\(.\)' 2>/dev/null ||
++echo X$ac_file |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
++  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
++  	  /^X\(\/\/\)$/{ s//\1/; q; }
++  	  /^X\(\/\).*/{ s//\1/; q; }
++  	  s/.*/./; q'`/stamp-h$_am_stamp_count
++done
+ _ACEOF
+ cat >>$CONFIG_STATUS <<\_ACEOF
+ 
+@@ -49960,27 +51008,21 @@
+   else
+     continue
+   fi
+-  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
+-  # Extract the definition of DEP_FILES from the Makefile without
+-  # running `make'.
+-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
++  # 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"`
+   # When using ansi2knr, U may be empty or an underscore; expand it
+-  U=`sed -n -e '/^U = / s///p' < "$mf"`
+-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
+-  # 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 -e '
+-    /^DEP_FILES = .*\\\\$/ {
+-      s/^DEP_FILES = //
+-      :loop
+-	s/\\\\$//
+-	p
+-	n
+-	/\\\\$/ b loop
+-      p
+-    }
+-    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
++  U=`sed -n 's/^U = //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' -e 's/\$U/'"$U"'/g'`; do
+     # Make sure the directory exists.
+     test -f "$dirpart/$file" && continue
+diff -Nrua koffice-1.4.2.orig/configure.in koffice-1.4.2/configure.in
+--- koffice-1.4.2.orig/configure.in	2005-10-05 12:51:03.000000000 +0200
++++ koffice-1.4.2/configure.in	2005-11-11 17:28:56.000000000 +0100
+@@ -42,6 +42,8 @@
+ dnl Automake doc recommends to do this only here. (Janos)
+ AM_INIT_AUTOMAKE(koffice, "1.4.2") dnl searches for some needed programs
+ 
++AM_MAINTAINER_MODE
++
+ KDE_SET_PREFIX
+ 
+ dnl generate the config header
+@@ -636,7 +638,7 @@
+ dnl =======================================================
+ 
+ 
+-#DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
++DO_NOT_COMPILE="$DO_NOT_COMPILE kexi"
+ 
+ KEXI_VERSION=0.1
+ 
+diff -Nrua koffice-1.4.2.orig/doc/kchart/Makefile.in koffice-1.4.2/doc/kchart/Makefile.in
+--- koffice-1.4.2.orig/doc/kchart/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/kchart/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/kchart
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/kchart
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kchart/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/kchart/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/kchart/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kchart/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kchart/Makefile
++	  $(AUTOMAKE) --gnu  doc/kchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kchart/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kchart-example1-3.png toolbars.png kchart-example1-2.png kchart-dataeditor.png kchart-wizard3.png kchart-config6.png kchart-config4.png kchart-wizard4.png kchart-config5.png file-toolbar2.png index.docbook kchart-config3.png kchart.tar.gz kchart-kspread-bar.png file-toolbar.png kchart-config2.png cr22-action-data.png kchart-example1-5.png frame_chart.png kchart-example1-1.png kchart-kspread.png kchart-example1-6.png shortcut.png kchart-default.png kchart-wizard2.png cr22-action-wizard.png kchart-startupdialog.png kchart-example1-7.png kchart-example1-4.png kchart-config8.png kchart-config7.png cr22-action-options.png kchart-example1-9.png cr22-action-chart_line.png kchart-example1-8.png kchart-wizard1.png kchart-config1.png index.cache.bz2 
++KDE_DIST=kchart-example1-3.png toolbars.png kchart-example1-2.png kchart-dataeditor.png kchart-wizard3.png kchart-config6.png kchart-config4.png kchart-wizard4.png kchart-config5.png file-toolbar2.png index.docbook kchart-config3.png kchart.tar.gz kchart-kspread-bar.png file-toolbar.png kchart-config2.png cr22-action-data.png kchart-example1-5.png frame_chart.png kchart-example1-1.png Makefile.in kchart-kspread.png kchart-example1-6.png shortcut.png kchart-default.png kchart-wizard2.png cr22-action-wizard.png kchart-startupdialog.png kchart-example1-7.png kchart-example1-4.png kchart-config8.png kchart-config7.png cr22-action-options.png kchart-example1-9.png cr22-action-chart_line.png kchart-example1-8.png kchart-wizard1.png Makefile.am kchart-config1.png index.cache.bz2 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) file-toolbar.png kchart.tar.gz cr22-action-data.png kchart-kspread-bar.png kchart-default.png toolbars.png cr22-action-wizard.png file-toolbar2.png cr22-action-chart_line.png kchart-startupdialog.png kchart-kspread.png kchart-example1-1.png kchart-example1-2.png kchart-example1-3.png kchart-example1-4.png kchart-example1-5.png kchart-example1-6.png kchart-example1-7.png kchart-example1-8.png kchart-example1-9.png cr22-action-options.png frame_chart.png kchart-config1.png kchart-config2.png kchart-config3.png kchart-config4.png kchart-config5.png kchart-config6.png kchart-config7.png kchart-config8.png kchart-dataeditor.png shortcut.png index.docbook kchart-wizard1.png kchart-wizard2.png kchart-wizard3.png kchart-wizard4.png 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kchart/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kchart/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/kchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kchart/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/kformula/Makefile.in koffice-1.4.2/doc/kformula/Makefile.in
+--- koffice-1.4.2.orig/doc/kformula/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/kformula/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/kformula
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/kformula
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kformula/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/kformula/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/kformula/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kformula/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kformula/Makefile
++	  $(AUTOMAKE) --gnu  doc/kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kformula/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=toolbars.png scilab.png sin.png rk-edit2.png kfontinst5.png path-integral.png file-toolbar2.png index.docbook incorrect_index_location.png lower-index.png ambiguous-string.png matrix-view.png file-toolbar.png kfontinst-right.png kfontinst2.png scilab-edit.png shortcut1.png shortcut0.png green1.png kfontinst4.png green2.png additional_fonts1.png kfontinst3.png correct_index_location.png matrix.png upper-index.png kfontinst1.png rk-edit1.png greens.png definite_integral.png rk-edit0.png index_smear.png index.cache.bz2 
++KDE_DIST=toolbars.png scilab.png sin.png rk-edit2.png kfontinst5.png path-integral.png file-toolbar2.png index.docbook incorrect_index_location.png lower-index.png ambiguous-string.png matrix-view.png file-toolbar.png kfontinst-right.png kfontinst2.png scilab-edit.png shortcut1.png shortcut0.png green1.png kfontinst4.png green2.png Makefile.in additional_fonts1.png kfontinst3.png correct_index_location.png matrix.png upper-index.png kfontinst1.png rk-edit1.png greens.png definite_integral.png Makefile.am rk-edit0.png index_smear.png index.cache.bz2 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) definite_integral.png file-toolbar.png kfontinst-right.png toolbars.png shortcut0.png shortcut1.png ambiguous-string.png sin.png matrix.png scilab.png file-toolbar2.png index_smear.png incorrect_index_location.png correct_index_location.png matrix-view.png rk-edit0.png rk-edit1.png rk-edit2.png scilab-edit.png green1.png green2.png kfontinst1.png kfontinst2.png kfontinst3.png kfontinst4.png greens.png kfontinst5.png index.docbook path-integral.png upper-index.png lower-index.png additional_fonts1.png 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kformula/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kformula/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kformula/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/kivio/Makefile.in koffice-1.4.2/doc/kivio/Makefile.in
+--- koffice-1.4.2.orig/doc/kivio/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/kivio/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/kivio
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/kivio
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kivio/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/kivio/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/kivio/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kivio/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kivio/Makefile
++	  $(AUTOMAKE) --gnu  doc/kivio/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kivio/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=usage.docbook index.docbook working.docbook credits.docbook introduction.docbook index.cache.bz2 
++KDE_DIST=usage.docbook index.docbook working.docbook Makefile.in credits.docbook introduction.docbook Makefile.am index.cache.bz2 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) usage.docbook introduction.docbook working.docbook index.docbook credits.docbook 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kivio/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kivio/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/kivio/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kivio/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/koffice/Makefile.in koffice-1.4.2/doc/koffice/Makefile.in
+--- koffice-1.4.2.orig/doc/koffice/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/koffice/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/koffice
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/koffice
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/koffice/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/koffice/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/koffice/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/koffice/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/koffice/Makefile
++	  $(AUTOMAKE) --gnu  doc/koffice/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/koffice/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=index.docbook index.cache.bz2 
++KDE_DIST=index.docbook Makefile.in Makefile.am index.cache.bz2 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/koffice/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/koffice/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/koffice/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/koffice/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/koshell/Makefile.in koffice-1.4.2/doc/koshell/Makefile.in
+--- koffice-1.4.2.orig/doc/koshell/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/koshell/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/koshell
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/koshell
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/koshell/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/koshell/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/koshell/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/koshell/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/koshell/Makefile
++	  $(AUTOMAKE) --gnu  doc/koshell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/koshell/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=index.docbook index.cache.bz2 
++KDE_DIST=index.docbook Makefile.in Makefile.am index.cache.bz2 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/koshell/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/koshell/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/koshell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/koshell/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/kpresenter/Makefile.in koffice-1.4.2/doc/kpresenter/Makefile.in
+--- koffice-1.4.2.orig/doc/kpresenter/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/kpresenter/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/kpresenter
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/kpresenter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kpresenter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/kpresenter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/kpresenter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kpresenter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kpresenter/Makefile
++	  $(AUTOMAKE) --gnu  doc/kpresenter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kpresenter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=toolsmenu01.png template05.png msexport4.png htmlshow07.png tut17.png htmlshow04.png options.docbook tut11.png settings03.png index.docbook template04.png tut10.png tut07.png template06.png htmlshow00.png tut22.png tut04.png settings05.png screen.docbook tut15.png faq.docbook tutorial.docbook barstyle6.png tut14.png msexport1.png tut12.png settings04.png tut08.png template07.png template02.png tut18.png index.cache.bz2 htmlshow02a.png textmenu04.png barstyle3.png barstyle5.png tut19.png htmlshow03.png tut21.png barstyle7.png tut23.png settings01.png guides.docbook tut05.png msexport3.png htmlshow02.png barstyle1.png tut13.png htmlshow05.png tut06.png msexport2.png tut02.png template03.png tut09.png htmlshow01.png barstyle4.png settings06.png tut01.png menus.docbook tut20.png tut03.png textmenu01.png textmenu03a.png tut16.png textmenu02.png textmenu03.png great-presentations.docbook 
++KDE_DIST=toolsmenu01.png template05.png msexport4.png htmlshow07.png tut17.png htmlshow04.png options.docbook tut11.png settings03.png index.docbook template04.png tut10.png tut07.png template06.png htmlshow00.png tut22.png tut04.png settings05.png screen.docbook tut15.png faq.docbook tutorial.docbook barstyle6.png tut14.png msexport1.png tut12.png settings04.png tut08.png template07.png template02.png tut18.png index.cache.bz2 htmlshow02a.png textmenu04.png barstyle3.png barstyle5.png tut19.png htmlshow03.png tut21.png barstyle7.png tut23.png settings01.png guides.docbook tut05.png msexport3.png htmlshow02.png barstyle1.png tut13.png htmlshow05.png tut06.png msexport2.png tut02.png template03.png Makefile.in tut09.png htmlshow01.png barstyle4.png settings06.png tut01.png menus.docbook tut20.png tut03.png textmenu01.png Makefile.am textmenu03a.png tut16.png textmenu02.png textmenu03.png great-presentations.docbook 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) textmenu01.png textmenu02.png textmenu03.png textmenu04.png screen.docbook msexport1.png msexport2.png msexport3.png msexport4.png template02.png template03.png template04.png template05.png template06.png template07.png great-presentations.docbook toolsmenu01.png barstyle1.png barstyle3.png barstyle4.png barstyle5.png barstyle6.png options.docbook barstyle7.png menus.docbook settings01.png settings03.png settings04.png settings05.png settings06.png guides.docbook textmenu03a.png htmlshow02a.png htmlshow00.png htmlshow01.png htmlshow02.png htmlshow03.png htmlshow04.png htmlshow05.png htmlshow07.png faq.docbook tut01.png tut02.png tut03.png tut04.png tut05.png tut06.png tut07.png tut08.png tut09.png tut10.png tut11.png tut12.png tut13.png tut14.png tut15.png tut16.png tut17.png tut18.png tut19.png tut20.png tut21.png tut22.png tut23.png tutorial.docbook index.docbook 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kpresenter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kpresenter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/kpresenter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kpresenter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/kspread/Makefile.in koffice-1.4.2/doc/kspread/Makefile.in
+--- koffice-1.4.2.orig/doc/kspread/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/kspread/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/kspread
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/kspread
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kspread/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/kspread/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/kspread/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kspread/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kspread/Makefile
++	  $(AUTOMAKE) --gnu  doc/kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kspread/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cellformat5.png copy1.png cellformat4.png index.docbook basics.docbook faq.docbook cellformat2.png commands.docbook cellformat0.png config.docbook configdialog.docbook advanced.docbook sort1.png index.cache.bz2 shortcut2.png shortcut3.png cellformat3.png shortcut1.png cellformat1.png starting1.png chart1.png format.docbook importexport.docbook 
++KDE_DIST=cellformat5.png copy1.png cellformat4.png index.docbook basics.docbook faq.docbook cellformat2.png commands.docbook cellformat0.png config.docbook configdialog.docbook advanced.docbook sort1.png index.cache.bz2 shortcut2.png shortcut3.png cellformat3.png shortcut1.png cellformat1.png Makefile.in starting1.png chart1.png format.docbook importexport.docbook Makefile.am 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) format.docbook sort1.png starting1.png shortcut1.png shortcut2.png shortcut3.png config.docbook chart1.png commands.docbook cellformat0.png cellformat1.png cellformat2.png cellformat3.png cellformat4.png cellformat5.png copy1.png faq.docbook basics.docbook advanced.docbook index.docbook configdialog.docbook importexport.docbook 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kspread/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kspread/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kspread/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/kugar/Makefile.in koffice-1.4.2/doc/kugar/Makefile.in
+--- koffice-1.4.2.orig/doc/kugar/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/kugar/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/kugar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/kugar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kugar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/kugar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/kugar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kugar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kugar/Makefile
++	  $(AUTOMAKE) --gnu  doc/kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kugar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=progguide.docbook props.png index.docbook tut_file_new.png datadtd.docbook dataref.docbook add_detail.png add_detail_footer.png add_detail_header.png tut_empty_report.png tutorial.docbook index.cache.bz2 template.docbook tut_rep_generated.png templatedtd.docbook tut_rep_look1.png tut_rep_complete.png template-elements.docbook designer.docbook tut_rep_look2.png kugar.png tut_edit_height.png starting.docbook tut_set_level.png file_new.png 
++KDE_DIST=progguide.docbook props.png index.docbook tut_file_new.png datadtd.docbook dataref.docbook add_detail.png add_detail_footer.png add_detail_header.png tut_empty_report.png tutorial.docbook index.cache.bz2 template.docbook tut_rep_generated.png templatedtd.docbook tut_rep_look1.png tut_rep_complete.png Makefile.in template-elements.docbook designer.docbook tut_rep_look2.png kugar.png tut_edit_height.png starting.docbook tut_set_level.png Makefile.am file_new.png 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) dataref.docbook tut_rep_complete.png starting.docbook designer.docbook add_detail.png kugar.png template.docbook tut_empty_report.png datadtd.docbook progguide.docbook template-elements.docbook tut_rep_look1.png tut_rep_look2.png tut_rep_generated.png templatedtd.docbook tut_file_new.png tutorial.docbook add_detail_footer.png props.png index.docbook file_new.png tut_edit_height.png tut_set_level.png add_detail_header.png 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kugar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kugar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kugar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/kword/Makefile.in koffice-1.4.2/doc/kword/Makefile.in
+--- koffice-1.4.2.orig/doc/kword/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/kword/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/kword
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/kword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/kword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/kword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kword/Makefile
++	  $(AUTOMAKE) --gnu  doc/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kformapprow.png docstruct.docbook ctab2.png instime.png kparts.docbook bold.png headerfooter.docbook footend.png styles.docbook exul.png listdepth3.png alignBlock.png autocompdlg.png rarrow.png tb2.png incindbut.png part-kformula.png expression.png instb.png formatpara.docbook Tut14a.png spell.png bordtb.png mailmerge.docbook fpara5.png Tut7.png rbord.png filefloppy.png repldlg.png formprod.png fpara1.png fileprint.png bkgdcolorbut.png part-kspread.png insertfile.docbook formover.png tableprop1.png formsqrt.png basic.png editing.docbook finddlg2.png linkdlg.png fchardlg3.png formsum.png tabstops.docbook frames.docbook intro1.png footcfg1.png formframe5.png mmergesql1.png end.png delentry.png optkb2.png dtab.png insdate.png chcase.png kforminscol.png formframe4.png Tut1.png rowin.png Tut14b.png styldlg2.png insgrph2.png insrowdlg.png alignLeft.png opendlg.png styldlg1.png portrait.png supscbut.png opt2.png formabs.png borbutT.png forward.png undo.png filenew2.png Tut22.png dtpfmtpg1.png colout.png stkout.png tedittb.png addentry.png docstruct.png kformremrow.png opt1.png fchardlg2.png filetb.png tbord.png thesaurus.png Tut18.png cftb.png exst.png addrecord.png formfrac.png kformremcol.png kformappcol.png mmerge1a.png pageformat.docbook delrecord.png saved1.png undl.png savedlg.png tfcreatebut.png formllind.png mmergeab1.png subscbut.png textstyex.png screen.png opttb.png graphics.docbook formframe2.png ltab2.png chapnumb.docbook select1.png auto4.png Tut19.png bullist.png find.png fpicture.png Tut14.png rtab2.png value.png mbtb.docbook bord.png fchardlg.png joincell.png numtxtbut.png kpart.png wbw.png pntdlg.png alignRight.png forminteg.png pntdlg1.png saved2.png colin.png migrating.docbook footendnotes.docbook editpaste.png beginning.png borbutB.png decindbut.png Tut8.png index.docbook listdepth1.png borbutL.png framestylist.png opt5.png auto3.png chstylebut.png tableprop2.png Tut16.png lists.docbook basics.docbook fileopen.png opt.docbook borbutR.png footcfg2.png chfontbut.png dtab2.png templatecreation.docbook tb4.png Tut2.png Tut21.png mmergekspread1.png auto1.png Tut15b.png rowout.png expressions.docbook sum.png lbord.png formatchar.docbook fundimentals.docbook tblsty.png auto2.png savetmpl1.png Tut4.png insgrph1.png formframe1.png wpfmtpg3.png Tut11b.png fpara2.png opt3.png mmergesql2.png tablestylist.png chcolorbut.png inscoldlg.png listdepth2.png bbord.png larrow.png Tut3.png storeprint.docbook formulind.png ChooseTempDia.png scan.png ruler.png editcopy.png formcbrac.png columns.docbook landscape.png enumlist.png formframe3.png formtb.png doclinks.docbook Tut13a.png formatframes.docbook formbrac.png kforminsrow.png clearright.png intro2.png bookmarks.docbook saturation.png styleimport.png intro3.png bdsizebut.png formulas.docbook bdselbut.png editcut.png tb3.png mmerge2.png tb1.png tutorial.docbook optkb.png Tut15.png footcfg3.png docvariables.docbook spelldlg.png Tut11a.png paratb.png ctab.png formspecchar.png fpara3.png wpfmtpg1.png redo.png index.cache.bz2 zoom.png edittb.png formurind.png formlrind.png doccomments.docbook rtab.png framers.png wpfmtpg2.png instab1.png ltab.png colorseldlg.png fileprint2.png mmerge1.png fpara4.png chsizebut.png formunder.png viewsize.png ital.png toc.docbook Tut13.png scan2.png picture.png back.png table.docbook finddlg.png bdcolorbut.png formsbrac.png alignCenter.png techinfo.docbook opt4.png formmat.png 
++KDE_DIST=kformapprow.png docstruct.docbook ctab2.png instime.png kparts.docbook bold.png headerfooter.docbook footend.png styles.docbook exul.png listdepth3.png alignBlock.png autocompdlg.png rarrow.png tb2.png incindbut.png part-kformula.png expression.png instb.png formatpara.docbook Tut14a.png spell.png bordtb.png mailmerge.docbook fpara5.png Tut7.png rbord.png filefloppy.png repldlg.png formprod.png fpara1.png fileprint.png bkgdcolorbut.png part-kspread.png insertfile.docbook formover.png tableprop1.png formsqrt.png basic.png editing.docbook finddlg2.png linkdlg.png fchardlg3.png formsum.png tabstops.docbook frames.docbook intro1.png footcfg1.png formframe5.png mmergesql1.png Makefile.in end.png delentry.png optkb2.png dtab.png insdate.png chcase.png kforminscol.png formframe4.png Tut1.png rowin.png Tut14b.png styldlg2.png insgrph2.png insrowdlg.png alignLeft.png opendlg.png styldlg1.png portrait.png supscbut.png opt2.png formabs.png borbutT.png forward.png undo.png filenew2.png Tut22.png dtpfmtpg1.png colout.png stkout.png tedittb.png addentry.png docstruct.png kformremrow.png opt1.png fchardlg2.png filetb.png tbord.png thesaurus.png Tut18.png cftb.png exst.png addrecord.png formfrac.png kformremcol.png kformappcol.png mmerge1a.png pageformat.docbook delrecord.png saved1.png undl.png savedlg.png tfcreatebut.png formllind.png mmergeab1.png subscbut.png textstyex.png screen.png opttb.png graphics.docbook formframe2.png ltab2.png chapnumb.docbook select1.png auto4.png Tut19.png bullist.png find.png fpicture.png Tut14.png rtab2.png value.png mbtb.docbook bord.png fchardlg.png joincell.png numtxtbut.png kpart.png wbw.png pntdlg.png alignRight.png forminteg.png pntdlg1.png saved2.png colin.png migrating.docbook footendnotes.docbook editpaste.png beginning.png borbutB.png decindbut.png Tut8.png index.docbook listdepth1.png borbutL.png framestylist.png opt5.png auto3.png chstylebut.png tableprop2.png Tut16.png lists.docbook basics.docbook fileopen.png opt.docbook borbutR.png footcfg2.png chfontbut.png dtab2.png templatecreation.docbook tb4.png Tut2.png Tut21.png mmergekspread1.png auto1.png Tut15b.png rowout.png expressions.docbook sum.png lbord.png formatchar.docbook fundimentals.docbook tblsty.png auto2.png savetmpl1.png Tut4.png insgrph1.png formframe1.png wpfmtpg3.png Tut11b.png fpara2.png opt3.png mmergesql2.png tablestylist.png chcolorbut.png inscoldlg.png listdepth2.png bbord.png larrow.png Tut3.png storeprint.docbook formulind.png ChooseTempDia.png scan.png ruler.png editcopy.png formcbrac.png columns.docbook landscape.png enumlist.png formframe3.png formtb.png doclinks.docbook Tut13a.png formatframes.docbook formbrac.png kforminsrow.png clearright.png intro2.png bookmarks.docbook saturation.png styleimport.png intro3.png bdsizebut.png formulas.docbook bdselbut.png editcut.png tb3.png mmerge2.png tb1.png tutorial.docbook optkb.png Tut15.png footcfg3.png docvariables.docbook spelldlg.png Tut11a.png paratb.png ctab.png formspecchar.png fpara3.png wpfmtpg1.png redo.png index.cache.bz2 zoom.png edittb.png formurind.png formlrind.png doccomments.docbook rtab.png framers.png wpfmtpg2.png instab1.png ltab.png colorseldlg.png fileprint2.png mmerge1.png fpara4.png chsizebut.png formunder.png viewsize.png ital.png toc.docbook Tut13.png scan2.png picture.png back.png table.docbook finddlg.png bdcolorbut.png formsbrac.png alignCenter.png techinfo.docbook opt4.png formmat.png Makefile.am 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) thesaurus.png expressions.docbook ctab.png larrow.png doccomments.docbook subscbut.png undl.png undo.png framers.png basic.png formsum.png exst.png landscape.png fchardlg2.png fchardlg3.png tfcreatebut.png exul.png ChooseTempDia.png rtab.png bullist.png stkout.png bdsizebut.png linkdlg.png saved1.png saved2.png formatpara.docbook alignBlock.png tabstops.docbook chapnumb.docbook styles.docbook chcolorbut.png tableprop1.png tableprop2.png footendnotes.docbook formframe1.png formframe2.png formframe3.png formframe4.png formframe5.png filefloppy.png bbord.png rowout.png formabs.png formsqrt.png rowin.png savedlg.png tblsty.png scan.png formunder.png kformappcol.png ruler.png alignLeft.png repldlg.png formfrac.png formatframes.docbook cftb.png mmerge1a.png docvariables.docbook dtpfmtpg1.png formover.png tb1.png tb2.png tb3.png tb4.png chcase.png doclinks.docbook mmerge1.png storeprint.docbook mmerge2.png instime.png ctab2.png kformremcol.png migrating.docbook end.png autocompdlg.png Tut1.png Tut2.png Tut3.png Tut4.png select1.png Tut7.png Tut8.png savetmpl1.png textstyex.png optkb2.png zoom.png Tut11a.png Tut11b.png formlrind.png wpfmtpg1.png fileprint2.png editcut.png wpfmtpg2.png wpfmtpg3.png toc.docbook Tut13a.png kparts.docbook Tut14a.png Tut14b.png rbord.png fchardlg.png Tut15b.png find.png columns.docbook scan2.png footend.png Tut13.png listdepth1.png Tut14.png listdepth2.png Tut15.png listdepth3.png Tut16.png Tut18.png Tut19.png ltab.png graphics.docbook Tut21.png Tut22.png joincell.png ltab2.png viewsize.png bdcolorbut.png table.docbook kformapprow.png tedittb.png sum.png alignRight.png forward.png colorseldlg.png saturation.png inscoldlg.png formprod.png kformremrow.png bordtb.png tbord.png clearright.png finddlg.png pntdlg1.png techinfo.docbook mmergekspread1.png formurind.png templatecreation.docbook decindbut.png filetb.png spelldlg.png finddlg2.png insdate.png pntdlg.png supscbut.png rarrow.png delrecord.png ital.png forminteg.png dtab.png mmergeab1.png formllind.png fpara1.png fpara2.png value.png fpara3.png fpara4.png fpara5.png enumlist.png formspecchar.png expression.png optkb.png pageformat.docbook paratb.png insgrph1.png insgrph2.png auto1.png auto2.png auto3.png auto4.png back.png picture.png formcbrac.png colout.png chstylebut.png alignCenter.png headerfooter.docbook basics.docbook kpart.png docstruct.png editcopy.png fileprint.png addentry.png borbutB.png bookmarks.docbook kforminscol.png mmergesql1.png borbutL.png mmergesql2.png styleimport.png frames.docbook borbutR.png opttb.png borbutT.png mailmerge.docbook tablestylist.png wbw.png intro1.png intro2.png intro3.png portrait.png filenew2.png opt1.png opt2.png opt3.png opt4.png formtb.png opt5.png chsizebut.png editpaste.png formulas.docbook incindbut.png styldlg1.png tutorial.docbook styldlg2.png editing.docbook formatchar.docbook opendlg.png delentry.png framestylist.png fileopen.png bold.png formbrac.png formulind.png addrecord.png dtab2.png edittb.png lbord.png opt.docbook spell.png beginning.png index.docbook formsbrac.png part-kspread.png bdselbut.png fundimentals.docbook rtab2.png formmat.png bord.png instab1.png numtxtbut.png instb.png insertfile.docbook bkgdcolorbut.png redo.png fpicture.png screen.png footcfg1.png footcfg2.png insrowdlg.png footcfg3.png lists.docbook colin.png kforminsrow.png part-kformula.png chfontbut.png mbtb.docbook docstruct.docbook 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/kword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/kword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/kword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/Makefile.in koffice-1.4.2/doc/Makefile.in
+--- koffice-1.4.2.orig/doc/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,50 +404,131 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = koffice
+ #>- SUBDIRS = $(AUTODIRS)
+ #>+ 1
+ SUBDIRS =. kivio kugar kword koffice koshell kspread kchart kpresenter thesaurus kformula
+-subdir = doc
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/Makefile
++	  $(AUTOMAKE) --gnu  doc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -384,7 +547,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -396,7 +565,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -404,7 +573,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -425,17 +600,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -445,14 +619,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -461,8 +644,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -471,23 +670,23 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -502,15 +701,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -520,7 +721,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -534,7 +734,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -542,7 +742,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -556,7 +756,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -564,6 +764,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -581,38 +783,44 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=README.documentation 
++KDE_DIST=Makefile.in README.documentation Makefile.am 
+ 
+ #>+ 2
+ docs-am: TODO README.documentation 
+@@ -637,10 +845,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/doc/thesaurus/Makefile.in koffice-1.4.2/doc/thesaurus/Makefile.in
+--- koffice-1.4.2.orig/doc/thesaurus/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/doc/thesaurus/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = doc/thesaurus
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_LANG = en
+ KDE_DOCS = AUTO
+-subdir = doc/thesaurus
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/thesaurus/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  doc/thesaurus/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  doc/thesaurus/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/thesaurus/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/thesaurus/Makefile
++	  $(AUTOMAKE) --gnu  doc/thesaurus/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/thesaurus/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,22 +523,25 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ #>- distdir: $(DISTFILES)
+ #>+ 1
+ distdir: distdir-nls  $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -398,9 +559,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -414,7 +573,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -422,7 +581,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -436,13 +595,15 @@
+ clean-am: clean-docs clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -460,30 +621,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=index.docbook index.cache.bz2 
++KDE_DIST=Makefile.in index.docbook index.cache.bz2 Makefile.am 
+ 
+ #>+ 24
+ index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook 
+@@ -530,10 +700,19 @@
+ 	  cp $(srcdir)/$$file $(distdir); \
+ 	done
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  doc/thesaurus/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/thesaurus/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  doc/thesaurus/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit doc/thesaurus/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/example/Makefile.in koffice-1.4.2/example/Makefile.in
+--- koffice-1.4.2.orig/example/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/example/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,168 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = example
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(kdemimedir)" \
++	"$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- example_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++example_la_DEPENDENCIES = libkdeinit_example.la
++#>- am_example_la_OBJECTS = main.lo
++#>+ 1
++am_example_la_OBJECTS = example_dummy.lo
++#>- example_la_OBJECTS = $(am_example_la_OBJECTS)
++#>+ 1
++example_la_OBJECTS = example_dummy.lo
++libexamplepart_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libexamplepart_la_OBJECTS = example_part.lo example_view.lo \
++	example_factory.lo
++#>- libexamplepart_la_OBJECTS = $(am_libexamplepart_la_OBJECTS)
++#>+ 5
++libexamplepart_la_final_OBJECTS = libexamplepart_la.all_cc.lo 
++libexamplepart_la_nofinal_OBJECTS = example_part.lo example_view.lo \
++	example_factory.lo
++ at KDE_USE_FINAL_FALSE@libexamplepart_la_OBJECTS = $(libexamplepart_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libexamplepart_la_OBJECTS = $(libexamplepart_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += example$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES)
++#>+ 1
++SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES) $(example_SOURCES) 
++#>- DIST_SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES)
++#>+ 1
++DIST_SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES) $(example_SOURCES) 
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++kdemimeDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kdelnk_DATA) $(kdemime_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +207,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +222,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +233,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +254,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +287,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +307,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +328,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +347,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +465,96 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+-
+ kde_module_LTLIBRARIES = libexamplepart.la
+ libexamplepart_la_SOURCES = example_part.cc \
+ 	example_view.cc example_factory.cc
+ 
+ libexamplepart_la_LDFLAGS = $(KDE_PLUGIN)
+ libexamplepart_la_LIBADD = $(LIB_KOFFICEUI)
+-
+ kdeinit_LTLIBRARIES = example.la
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_example.la
+-bin_PROGRAMS = 
+ example_la_SOURCES = main.cc
+ example_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- example_la_LIBADD = $(LIB_KOFFICEUI)
+ #>+ 1
+ example_la_LIBADD = libkdeinit_example.la
+-
+ #>- METASOURCES = AUTO
+-
+ kdelnk_DATA = example.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+ 
+@@ -361,185 +564,135 @@
+ #       where ?? is the version number of the last stable kde(libs) release.
+ kdemime_DATA = x-vnd.kde.example.desktop
+ kdemimedir = $(kde_mimedir)/application
+-
+ rc_DATA = example.rc example_readonly.rc
+ rcdir = $(kde_datadir)/example
+ kde_services_DATA = examplepart.desktop
+-subdir = example
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- example_la_DEPENDENCIES =
+-#>+ 1
+-example_la_DEPENDENCIES = libkdeinit_example.la
+-#>- am_example_la_OBJECTS = main.lo
+-#>+ 1
+-am_example_la_OBJECTS = example_dummy.lo
+-#>- example_la_OBJECTS = $(am_example_la_OBJECTS)
+-#>+ 1
+-example_la_OBJECTS = example_dummy.lo
+-libexamplepart_la_DEPENDENCIES =
+-am_libexamplepart_la_OBJECTS = example_part.lo example_view.lo \
+-	example_factory.lo
+-#>- libexamplepart_la_OBJECTS = $(am_libexamplepart_la_OBJECTS)
+-#>+ 5
+-libexamplepart_la_final_OBJECTS = libexamplepart_la.all_cc.lo 
+-libexamplepart_la_nofinal_OBJECTS = example_part.lo example_view.lo \
+-	example_factory.lo
+- at KDE_USE_FINAL_FALSE@libexamplepart_la_OBJECTS = $(libexamplepart_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libexamplepart_la_OBJECTS = $(libexamplepart_la_final_OBJECTS)
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += example$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/example_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/example_part.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/example_view.Plo ./$(DEPDIR)/main.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/example.la.Po $(DEPDIR)/example_dummy.Plo  $(DEPDIR)/libexamplepart_la.all_cc.P ./$(DEPDIR)/example_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/example_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/example_view.Plo ./$(DEPDIR)/main.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/example.la.Po $(DEPDIR)/example_dummy.Plo ./$(DEPDIR)/example_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/example_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/example_view.Plo ./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES) $(example_SOURCES) 
+-DATA = $(kde_services_DATA) $(kdelnk_DATA) $(kdemime_DATA) $(rc_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in
+-#>- SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(example_la_SOURCES) $(libexamplepart_la_SOURCES) $(example_SOURCES) 
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  example/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  example/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  example/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  example/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  example/Makefile
++	  $(AUTOMAKE) --gnu  example/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit example/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -553,18 +706,17 @@
+ @KDE_USE_CLOSURE_TRUE at libexamplepart.la: libexamplepart.la.closure $(libexamplepart_la_OBJECTS) $(libexamplepart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libexamplepart.la: $(libexamplepart_la_OBJECTS) $(libexamplepart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libexamplepart_la_LDFLAGS) $(libexamplepart_la_OBJECTS) $(libexamplepart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -572,8 +724,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -584,7 +736,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -594,27 +746,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example_view.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -625,84 +776,75 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-kdemimeDATA_INSTALL = $(INSTALL_DATA)
+ install-kdemimeDATA: $(kdemime_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdemimedir)
++	test -z "$(kdemimedir)" || $(mkdir_p) "$(DESTDIR)$(kdemimedir)"
+ 	@list='$(kdemime_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdemimeDATA_INSTALL) $$d$$p $(DESTDIR)$(kdemimedir)/$$f"; \
+-	  $(kdemimeDATA_INSTALL) $$d$$p $(DESTDIR)$(kdemimedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdemimeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdemimedir)/$$f'"; \
++	  $(kdemimeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdemimedir)/$$f"; \
+ 	done
+ 
+ uninstall-kdemimeDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdemime_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdemimedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdemimedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdemimedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdemimedir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -711,6 +853,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -722,8 +865,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -732,21 +891,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -766,10 +925,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(kdemimedir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(kdemimedir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -781,7 +940,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -789,7 +948,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -807,25 +966,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kdeinitLTLIBRARIES install-kdelnkDATA \
+-#>- 	install-kdemimeDATA install-rcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++#>- 	install-kdelnkDATA install-kdemimeDATA install-rcDATA
+ #>+ 3
+-install-data-am:   install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-kdelnkDATA \
+-	install-kdemimeDATA install-rcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-kdelnkDATA install-kdemimeDATA install-rcDATA
+ 
+ #>- install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+ #>+ 1
+@@ -838,7 +1000,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -846,29 +1009,39 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
+-	uninstall-kdemimeDATA uninstall-libLTLIBRARIES uninstall-rcDATA
++	uninstall-kdemimeDATA uninstall-libLTLIBRARIES \
++	uninstall-rcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+ 	clean-generic clean-kde_moduleLTLIBRARIES \
+ 	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	distclean distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-binPROGRAMS install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kde_moduleLTLIBRARIES \
++	ctags distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-binPROGRAMS \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kde_moduleLTLIBRARIES \
+ 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
+ 	install-kdelnkDATA install-kdemimeDATA install-libLTLIBRARIES \
+ 	install-man install-rcDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+-	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
+-	uninstall-kdemimeDATA uninstall-libLTLIBRARIES uninstall-rcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-binPROGRAMS \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
++	uninstall-kdelnkDATA uninstall-kdemimeDATA \
++	uninstall-libLTLIBRARIES uninstall-rcDATA
+ 
+ 
+ messages: rc.cpp
+@@ -884,7 +1057,7 @@
+ libkdeinit_example_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_example_la_DEPENDENCIES = 
++libkdeinit_example_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_example_la_OBJECTS = main.lo
+@@ -947,7 +1120,7 @@
+ 	-rm -f  example_part.moc example_view.moc example_factory.moc
+ 
+ #>+ 2
+-KDE_DIST=example_factory.h example.rc example_part.h examplepart.desktop configure.in.in x-vnd.kde.example.desktop example_readonly.rc configure.in.in.koffice example_aboutdata.h example.desktop example_view.h 
++KDE_DIST=example_factory.h example.rc Makefile.in example_part.h examplepart.desktop configure.in.in x-vnd.kde.example.desktop example_readonly.rc configure.in.in.koffice example_aboutdata.h example.desktop example_view.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -956,10 +1129,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  example/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  example/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  example/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit example/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/generic_wrapper/Makefile.in koffice-1.4.2/filters/generic_wrapper/Makefile.in
+--- koffice-1.4.2.orig/filters/generic_wrapper/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/generic_wrapper/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/generic_wrapper
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libgenerickofilter_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libgenerickofilter_la_OBJECTS = generic_filter.lo
++#>- libgenerickofilter_la_OBJECTS = $(am_libgenerickofilter_la_OBJECTS)
++#>+ 1
++libgenerickofilter_la_OBJECTS = generic_filter.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libgenerickofilter_la_SOURCES)
++DIST_SOURCES = $(libgenerickofilter_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,120 +437,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = libgenerickofilter.la 
+-
+ libgenerickofilter_la_SOURCES = generic_filter.cc
+ #>- libgenerickofilter_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libgenerickofilter_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libgenerickofilter_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KIO)
+-
+ #>- METASOURCES = AUTO
+-
+ noinst_HEADERS = generic_filter.h
+-
+ service_DATA = generic_filter.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/generic_wrapper
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libgenerickofilter_la_DEPENDENCIES =
+-am_libgenerickofilter_la_OBJECTS = generic_filter.lo
+-#>- libgenerickofilter_la_OBJECTS = $(am_libgenerickofilter_la_OBJECTS)
+-#>+ 1
+-libgenerickofilter_la_OBJECTS = generic_filter.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/generic_filter.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/generic_filter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libgenerickofilter_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libgenerickofilter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/generic_wrapper/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/generic_wrapper/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/generic_wrapper/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/generic_wrapper/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/generic_wrapper/Makefile
++	  $(AUTOMAKE) --gnu  filters/generic_wrapper/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/generic_wrapper/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -448,34 +605,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libgenerickofilter_la_LDFLAGS) $(libgenerickofilter_la_OBJECTS) $(libgenerickofilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/generic_filter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -486,30 +642,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -518,6 +668,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -529,8 +680,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -539,21 +706,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -571,10 +738,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -586,7 +753,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -594,7 +761,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -610,14 +777,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -637,7 +807,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -645,21 +816,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -686,7 +866,7 @@
+ 	-rm -f  generic_filter.moc
+ 
+ #>+ 2
+-KDE_DIST=generic_filter.desktop 
++KDE_DIST=generic_filter.desktop Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -695,10 +875,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/generic_wrapper/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/generic_wrapper/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/generic_wrapper/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/generic_wrapper/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/ai/Makefile.in koffice-1.4.2/filters/karbon/ai/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/ai/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/ai/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,145 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/ai
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarbonaiimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../karbon/libkarboncommon.la
++am_libkarbonaiimport_la_OBJECTS = aicolor.lo aielement.lo aiimport.lo \
++	ailexer.lo aiparserbase.lo ai88handler.lo ai3handler.lo \
++	karbonaiparserbase.lo
++#>- libkarbonaiimport_la_OBJECTS = $(am_libkarbonaiimport_la_OBJECTS)
++#>+ 6
++libkarbonaiimport_la_final_OBJECTS = libkarbonaiimport_la.all_cc.lo 
++libkarbonaiimport_la_nofinal_OBJECTS = aicolor.lo aielement.lo aiimport.lo \
++	ailexer.lo aiparserbase.lo ai88handler.lo ai3handler.lo \
++	karbonaiparserbase.lo
++ at KDE_USE_FINAL_FALSE@libkarbonaiimport_la_OBJECTS = $(libkarbonaiimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonaiimport_la_OBJECTS = $(libkarbonaiimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonaiimport_la_SOURCES)
++DIST_SOURCES = $(libkarbonaiimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,20 +442,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ kde_module_LTLIBRARIES = libkarbonaiimport.la
+-
+ libkarbonaiimport_la_LIBADD = \
+ 	$(LIB_KOFFICEUI) \
+ 	../../../karbon/libkarboncommon.la
+ 
+-
+ #>- libkarbonaiimport_la_LDFLAGS = \
+ #>- 	$(all_libraries) \
+ #>- 	$(KDE_RPATH) \
+@@ -346,7 +530,6 @@
+ 	$(KDE_RPATH) \
+ 	-module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ 
+-
+ INCLUDES = \
+ 	$(KOFFICE_INCLUDES) \
+ 	$(KOPAINTER_INCLUDES) \
+@@ -354,10 +537,8 @@
+ 	-I$(top_srcdir)/karbon/core \
+ 	$(all_includes)
+ 
+-
+ service_DATA = karbon_ai_import.desktop
+ servicedir = $(kde_servicesdir)
+-
+ noinst_HEADERS = \
+ 	aicolor.h \
+ 	aielement.h \
+@@ -368,7 +549,6 @@
+ 	ai3handler.h \
+ 	karbonaiparserbase.h
+ 
+-
+ libkarbonaiimport_la_SOURCES = \
+ 	aicolor.cc \
+ 	aielement.cc \
+@@ -379,122 +559,81 @@
+ 	ai3handler.cc \
+ 	karbonaiparserbase.cc
+ 
+-
+ #>- libkarbonaiimport_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = filters/karbon/ai
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkarbonaiimport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libkarbonaiimport_la_OBJECTS = aicolor.lo aielement.lo aiimport.lo \
+-	ailexer.lo aiparserbase.lo ai88handler.lo ai3handler.lo \
+-	karbonaiparserbase.lo
+-#>- libkarbonaiimport_la_OBJECTS = $(am_libkarbonaiimport_la_OBJECTS)
+-#>+ 6
+-libkarbonaiimport_la_final_OBJECTS = libkarbonaiimport_la.all_cc.lo 
+-libkarbonaiimport_la_nofinal_OBJECTS = aicolor.lo aielement.lo aiimport.lo \
+-	ailexer.lo aiparserbase.lo ai88handler.lo ai3handler.lo \
+-	karbonaiparserbase.lo
+- at KDE_USE_FINAL_FALSE@libkarbonaiimport_la_OBJECTS = $(libkarbonaiimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonaiimport_la_OBJECTS = $(libkarbonaiimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ai3handler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ai88handler.Plo ./$(DEPDIR)/aicolor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/aielement.Plo ./$(DEPDIR)/aiimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ailexer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/aiparserbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbonaiparserbase.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbonaiimport_la.all_cc.P ./$(DEPDIR)/ai3handler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ai88handler.Plo ./$(DEPDIR)/aicolor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/aielement.Plo ./$(DEPDIR)/aiimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ailexer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/aiparserbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbonaiparserbase.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/ai3handler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ai88handler.Plo ./$(DEPDIR)/aicolor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/aielement.Plo ./$(DEPDIR)/aiimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ailexer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/aiparserbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbonaiparserbase.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonaiimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonaiimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/ai/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/ai/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/ai/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/ai/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/ai/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/ai/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/ai/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -505,7 +644,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonaiimport_la_LDFLAGS) $(libkarbonaiimport_la_OBJECTS) $(libkarbonaiimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -519,27 +658,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/aiparserbase.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/karbonaiparserbase.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -550,30 +688,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -582,6 +714,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -593,8 +726,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -603,21 +752,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -635,10 +784,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -650,7 +799,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -658,7 +807,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -674,14 +823,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -701,7 +853,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -709,21 +862,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -750,7 +912,7 @@
+ 	-rm -f  aiimport.moc
+ 
+ #>+ 2
+-KDE_DIST=karbon_ai_import.desktop 
++KDE_DIST=Makefile.in karbon_ai_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -759,10 +921,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/ai/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/ai/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/ai/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/ai/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/applixgraphics/Makefile.in koffice-1.4.2/filters/karbon/applixgraphics/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/applixgraphics/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/applixgraphics/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/applixgraphics
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libapplixgraphicimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libapplixgraphicimport_la_OBJECTS = applixgraphicimport.lo
++#>- libapplixgraphicimport_la_OBJECTS =  \
++#>- 	$(am_libapplixgraphicimport_la_OBJECTS)
++#>+ 1
++libapplixgraphicimport_la_OBJECTS = applixgraphicimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libapplixgraphicimport_la_SOURCES)
++DIST_SOURCES = $(libapplixgraphicimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,121 +437,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ #>- libapplixgraphicimport_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
+ #>+ 1
+ libapplixgraphicimport_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED) $(all_libraries)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libapplixgraphicimport.la
+-
+ libapplixgraphicimport_la_SOURCES = applixgraphicimport.cc
+ libapplixgraphicimport_la_LIBADD = $(KOFFICE_LIBS)
+ noinst_HEADERS = applixgraphicimport.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kontour_applixgraphic_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/karbon/applixgraphics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libapplixgraphicimport_la_DEPENDENCIES =
+-am_libapplixgraphicimport_la_OBJECTS = applixgraphicimport.lo
+-#>- libapplixgraphicimport_la_OBJECTS = \
+-#>- 	$(am_libapplixgraphicimport_la_OBJECTS)
+-#>+ 1
+-libapplixgraphicimport_la_OBJECTS = applixgraphicimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/applixgraphicimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/applixgraphicimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libapplixgraphicimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libapplixgraphicimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/applixgraphics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/applixgraphics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/applixgraphics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/applixgraphics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/applixgraphics/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/applixgraphics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/applixgraphics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -449,34 +605,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libapplixgraphicimport_la_LDFLAGS) $(libapplixgraphicimport_la_OBJECTS) $(libapplixgraphicimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/applixgraphicimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -487,30 +642,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -519,6 +668,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -530,8 +680,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -540,21 +706,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -572,10 +738,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -587,7 +753,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -595,7 +761,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -611,14 +777,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -638,7 +807,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -646,21 +816,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ 
+ messages: rc.cpp
+@@ -690,7 +869,7 @@
+ 	-rm -f  applixgraphicimport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html kontour_applixgraphic_import.desktop 
++KDE_DIST=Makefile.in status.html kontour_applixgraphic_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -699,10 +878,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/applixgraphics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/applixgraphics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/applixgraphics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/applixgraphics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/eps/Makefile.in koffice-1.4.2/filters/karbon/eps/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/eps/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/eps/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,151 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/eps
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarbonepsexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../karbon/libkarboncommon.la
++am_libkarbonepsexport_la_OBJECTS = epsexport.lo epsexportdlg.lo
++#>- libkarbonepsexport_la_OBJECTS = $(am_libkarbonepsexport_la_OBJECTS)
++#>+ 4
++libkarbonepsexport_la_final_OBJECTS = libkarbonepsexport_la.all_cc.lo 
++libkarbonepsexport_la_nofinal_OBJECTS = epsexport.lo epsexportdlg.lo
++ at KDE_USE_FINAL_FALSE@libkarbonepsexport_la_OBJECTS = $(libkarbonepsexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonepsexport_la_OBJECTS = $(libkarbonepsexport_la_final_OBJECTS)
++libkarbonepsimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkarbonepsimport_la_OBJECTS = epsimport.lo pscommentlexer.lo
++#>- libkarbonepsimport_la_OBJECTS = $(am_libkarbonepsimport_la_OBJECTS)
++#>+ 4
++libkarbonepsimport_la_final_OBJECTS = libkarbonepsimport_la.all_cc.lo 
++libkarbonepsimport_la_nofinal_OBJECTS = epsimport.lo pscommentlexer.lo
++ at KDE_USE_FINAL_FALSE@libkarbonepsimport_la_OBJECTS = $(libkarbonepsimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonepsimport_la_OBJECTS = $(libkarbonepsimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonepsexport_la_SOURCES) \
++	$(libkarbonepsimport_la_SOURCES)
++DIST_SOURCES = $(libkarbonepsexport_la_SOURCES) \
++	$(libkarbonepsimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +190,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +205,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +216,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +237,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +270,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +290,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +311,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +330,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +448,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -333,19 +525,15 @@
+ 	libkarbonepsexport.la \
+ 	libkarbonepsimport.la
+ 
+-
+ libkarbonepsexport_la_SOURCES = \
+ 	epsexport.cc \
+ 	epsexportdlg.cc
+ 
+-
+ libkarbonepsexport_la_LDFLAGS = $(KDE_PLUGIN)
+ libkarbonepsexport_la_LIBADD = $(LIB_KOFFICEUI) ../../../karbon/libkarboncommon.la
+-
+ libkarbonepsimport_la_SOURCES = epsimport.cc pscommentlexer.cc
+ libkarbonepsimport_la_LDFLAGS = $(KDE_PLUGIN)
+ libkarbonepsimport_la_LIBADD = $(LIB_KOFFICEUI)
+-
+ INCLUDES = \
+ 	$(KOFFICE_INCLUDES) \
+ 	$(KOPAINTER_INCLUDES) \
+@@ -354,134 +542,91 @@
+ 	-I$(top_srcdir)/karbon/visitors \
+ 	$(all_includes)
+ 
+-
+ service_DATA = \
+ 	karbon_eps_export.desktop \
+ 	karbon_eps_import.desktop \
+ 	karbon_ps_import.desktop
+ 
+-
+ servicedir = $(kde_servicesdir)
+-
+ noinst_HEADERS = \
+ 	epsexport.h \
+ 	epsexportdlg.h \
+ 	epsimport.h \
+ 	pscommentlexer.h
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/karbon/eps
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkarbonepsexport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libkarbonepsexport_la_OBJECTS = epsexport.lo epsexportdlg.lo
+-#>- libkarbonepsexport_la_OBJECTS = $(am_libkarbonepsexport_la_OBJECTS)
+-#>+ 4
+-libkarbonepsexport_la_final_OBJECTS = libkarbonepsexport_la.all_cc.lo 
+-libkarbonepsexport_la_nofinal_OBJECTS = epsexport.lo epsexportdlg.lo
+- at KDE_USE_FINAL_FALSE@libkarbonepsexport_la_OBJECTS = $(libkarbonepsexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonepsexport_la_OBJECTS = $(libkarbonepsexport_la_final_OBJECTS)
+-libkarbonepsimport_la_DEPENDENCIES =
+-am_libkarbonepsimport_la_OBJECTS = epsimport.lo pscommentlexer.lo
+-#>- libkarbonepsimport_la_OBJECTS = $(am_libkarbonepsimport_la_OBJECTS)
+-#>+ 4
+-libkarbonepsimport_la_final_OBJECTS = libkarbonepsimport_la.all_cc.lo 
+-libkarbonepsimport_la_nofinal_OBJECTS = epsimport.lo pscommentlexer.lo
+- at KDE_USE_FINAL_FALSE@libkarbonepsimport_la_OBJECTS = $(libkarbonepsimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonepsimport_la_OBJECTS = $(libkarbonepsimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/epsexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/epsexportdlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/epsimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pscommentlexer.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbonepsexport_la.all_cc.P $(DEPDIR)/libkarbonepsimport_la.all_cc.P ./$(DEPDIR)/epsexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/epsexportdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/epsimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pscommentlexer.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/epsexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/epsexportdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/epsimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pscommentlexer.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonepsexport_la_SOURCES) \
+-	$(libkarbonepsimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonepsexport_la_SOURCES) $(libkarbonepsimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/eps/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/eps/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/eps/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/eps/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/eps/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/eps/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/eps/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -497,7 +642,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonepsimport_la_LDFLAGS) $(libkarbonepsimport_la_OBJECTS) $(libkarbonepsimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -507,27 +652,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/epsimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pscommentlexer.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -538,30 +682,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -570,6 +708,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -581,8 +720,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -591,21 +746,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -623,10 +778,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -638,7 +793,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -646,7 +801,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -662,14 +817,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -689,7 +847,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -697,21 +856,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -761,7 +929,7 @@
+ 	-rm -f  epsexportdlg.moc epsimport.moc epsexport.moc
+ 
+ #>+ 2
+-KDE_DIST=karbon_ps_import.desktop karbon_eps_export.desktop karbon_eps_import.desktop 
++KDE_DIST=karbon_ps_import.desktop karbon_eps_export.desktop Makefile.in karbon_eps_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -770,10 +938,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/eps/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/eps/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/eps/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/eps/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/kontour/Makefile.in koffice-1.4.2/filters/karbon/kontour/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/kontour/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/kontour/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,136 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/kontour
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarbonkontourimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../karbon/libkarboncommon.la
++am_libkarbonkontourimport_la_OBJECTS = kontourimport.lo
++#>- libkarbonkontourimport_la_OBJECTS =  \
++#>- 	$(am_libkarbonkontourimport_la_OBJECTS)
++#>+ 1
++libkarbonkontourimport_la_OBJECTS = kontourimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonkontourimport_la_SOURCES)
++DIST_SOURCES = $(libkarbonkontourimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,120 +435,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(top_srcdir)/karbon -I$(top_srcdir)/karbon/core $(all_includes)
+ 
+-
+ ####### Files
+ # Obviously you have to change "foo" (and maybe "import") to
+ # reflect the name of your filter. If you have more files
+ # than just fooimport.cc please add them to the _SOUCRES line.
+ kde_module_LTLIBRARIES = libkarbonkontourimport.la
+-
+ libkarbonkontourimport_la_SOURCES = kontourimport.cpp
+ libkarbonkontourimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libkarbonkontourimport_la_LIBADD = $(KOFFICE_LIBS) ../../../karbon/libkarboncommon.la
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = karbon_kontour_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/karbon/kontour
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkarbonkontourimport_la_DEPENDENCIES = \
+-	../../../karbon/libkarboncommon.la
+-am_libkarbonkontourimport_la_OBJECTS = kontourimport.lo
+-#>- libkarbonkontourimport_la_OBJECTS = \
+-#>- 	$(am_libkarbonkontourimport_la_OBJECTS)
+-#>+ 1
+-libkarbonkontourimport_la_OBJECTS = kontourimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kontourimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kontourimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonkontourimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkarbonkontourimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/kontour/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/kontour/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/kontour/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/kontour/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/kontour/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/kontour/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/kontour/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -448,34 +603,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonkontourimport_la_LDFLAGS) $(libkarbonkontourimport_la_OBJECTS) $(libkarbonkontourimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kontourimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -486,30 +640,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -518,6 +666,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -529,8 +678,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -539,21 +704,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -571,10 +736,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -586,7 +751,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -594,7 +759,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -610,14 +775,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -637,7 +805,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -645,21 +814,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ 
+ # Note: If your filter imports or exports some special file
+@@ -694,7 +872,7 @@
+ 	-rm -f  kontourimport.moc
+ 
+ #>+ 2
+-KDE_DIST=karbon_kontour_import.desktop kontourimport.h 
++KDE_DIST=Makefile.in karbon_kontour_import.desktop kontourimport.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -703,10 +881,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/kontour/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/kontour/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/kontour/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/kontour/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/Makefile.in koffice-1.4.2/filters/karbon/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = eps ai svg png wmf kontour xcf msod
+-subdir = filters/karbon
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/msod/Makefile.in koffice-1.4.2/filters/karbon/msod/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/msod/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/msod/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,141 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/msod
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarbonmsodimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkarbonmsodimport_la_OBJECTS = msodimport.lo msod.lo
++#>- libkarbonmsodimport_la_OBJECTS = $(am_libkarbonmsodimport_la_OBJECTS)
++#>+ 4
++libkarbonmsodimport_la_final_OBJECTS = libkarbonmsodimport_la.all_cc.lo 
++libkarbonmsodimport_la_nofinal_OBJECTS = msodimport.lo msod.lo
++ at KDE_USE_FINAL_FALSE@libkarbonmsodimport_la_OBJECTS = $(libkarbonmsodimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonmsodimport_la_OBJECTS = $(libkarbonmsodimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonmsodimport_la_SOURCES)
++DIST_SOURCES = $(libkarbonmsodimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,125 +440,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ #>- libkarbonmsodimport_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
+ #>+ 1
+ libkarbonmsodimport_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED) $(all_libraries)
+ libkarbonmsodimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBZ)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkarbonmsodimport.la
+-
+ libkarbonmsodimport_la_SOURCES = msodimport.cc msod.cc
+-
+ noinst_HEADERS = msodimport.h msod.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = karbon_msod_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/karbon/msod
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkarbonmsodimport_la_DEPENDENCIES =
+-am_libkarbonmsodimport_la_OBJECTS = msodimport.lo msod.lo
+-#>- libkarbonmsodimport_la_OBJECTS = $(am_libkarbonmsodimport_la_OBJECTS)
+-#>+ 4
+-libkarbonmsodimport_la_final_OBJECTS = libkarbonmsodimport_la.all_cc.lo 
+-libkarbonmsodimport_la_nofinal_OBJECTS = msodimport.lo msod.lo
+- at KDE_USE_FINAL_FALSE@libkarbonmsodimport_la_OBJECTS = $(libkarbonmsodimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonmsodimport_la_OBJECTS = $(libkarbonmsodimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/msod.Plo ./$(DEPDIR)/msodimport.Plo
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbonmsodimport_la.all_cc.P ./$(DEPDIR)/msod.Plo ./$(DEPDIR)/msodimport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/msod.Plo ./$(DEPDIR)/msodimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonmsodimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonmsodimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/msod/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/msod/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/msod/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/msod/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/msod/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/msod/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/msod/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -453,7 +608,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonmsodimport_la_LDFLAGS) $(libkarbonmsodimport_la_OBJECTS) $(libkarbonmsodimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -461,27 +616,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/msod.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/msodimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -492,30 +646,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -524,6 +672,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -535,8 +684,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -545,21 +710,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -577,10 +742,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -592,7 +757,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -600,7 +765,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -616,14 +781,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -643,7 +811,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -651,21 +820,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -692,7 +870,7 @@
+ 	-rm -f  msodimport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html karbon_msod_import.desktop 
++KDE_DIST=Makefile.in status.html karbon_msod_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -701,10 +879,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/msod/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/msod/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/msod/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/msod/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/oodraw/Makefile.in koffice-1.4.2/filters/karbon/oodraw/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/oodraw/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/oodraw/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,135 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/oodraw
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++liboodrawimport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la \
++	../../../karbon/libkarboncommon.la $(am__DEPENDENCIES_1)
++am_liboodrawimport_la_OBJECTS = oodrawimport.lo
++#>- liboodrawimport_la_OBJECTS = $(am_liboodrawimport_la_OBJECTS)
++#>+ 1
++liboodrawimport_la_OBJECTS = oodrawimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(liboodrawimport_la_SOURCES)
++DIST_SOURCES = $(liboodrawimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +176,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +191,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +202,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +223,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +256,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +276,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +297,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +316,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +434,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir)/../../liboofilter \
+ 	$(KOFFICE_INCLUDES) \
+ 	$(KOPAINTER_INCLUDES) \
+@@ -342,7 +517,6 @@
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = liboodrawimport.la
+-
+ liboodrawimport_la_SOURCES = oodrawimport.cc
+ #>- liboodrawimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+@@ -351,100 +525,81 @@
+ 							../../../karbon/libkarboncommon.la \
+ 							$(KOFFICE_LIBS)
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = karbon_oodraw_import.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/karbon/oodraw
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-liboodrawimport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la \
+-	../../../karbon/libkarboncommon.la
+-am_liboodrawimport_la_OBJECTS = oodrawimport.lo
+-#>- liboodrawimport_la_OBJECTS = $(am_liboodrawimport_la_OBJECTS)
+-#>+ 1
+-liboodrawimport_la_OBJECTS = oodrawimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/oodrawimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/oodrawimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(liboodrawimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(liboodrawimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/oodraw/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/oodraw/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/oodraw/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/oodraw/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/oodraw/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/oodraw/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/oodraw/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -455,34 +610,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(liboodrawimport_la_LDFLAGS) $(liboodrawimport_la_OBJECTS) $(liboodrawimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/oodrawimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -493,30 +647,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -525,6 +673,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -536,8 +685,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -546,21 +711,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -578,10 +743,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -593,7 +758,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -601,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -617,14 +782,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -644,7 +812,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -652,21 +821,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -693,7 +871,7 @@
+ 	-rm -f  oodrawimport.moc
+ 
+ #>+ 2
+-KDE_DIST=oodrawimport.h karbon_oodraw_import.desktop 
++KDE_DIST=Makefile.in oodrawimport.h karbon_oodraw_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -702,10 +880,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/oodraw/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/oodraw/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/oodraw/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/oodraw/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/png/Makefile.in koffice-1.4.2/filters/karbon/png/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/png/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/png/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,138 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/png
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarbonpngexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../karbon/libkarboncommon.la
++am_libkarbonpngexport_la_OBJECTS = pngexport.lo
++#>- libkarbonpngexport_la_OBJECTS = $(am_libkarbonpngexport_la_OBJECTS)
++#>+ 1
++libkarbonpngexport_la_OBJECTS = pngexport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonpngexport_la_SOURCES)
++DIST_SOURCES = $(libkarbonpngexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +435,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ kde_module_LTLIBRARIES = libkarbonpngexport.la
+-
+ libkarbonpngexport_la_LDFLAGS = $(KDE_PLUGIN)
+ libkarbonpngexport_la_LIBADD = \
+ 	$(LIB_KOFFICEUI) \
+ 	../../../karbon/libkarboncommon.la
+ 
+-
+ INCLUDES = \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
+ 	-I$(top_srcdir)/karbon \
+@@ -345,110 +522,89 @@
+ 	-I$(top_srcdir)/karbon/visitors \
+ 	$(all_includes)
+ 
+-
+ service_DATA = karbon_png_export.desktop
+ servicedir = $(kde_servicesdir)
+-
+ noinst_HEADERS = \
+ 	pngexport.h
+ 
+-
+ libkarbonpngexport_la_SOURCES = \
+ 	pngexport.cc
+ 
+-
+ #>- libkarbonpngexport_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = filters/karbon/png
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkarbonpngexport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libkarbonpngexport_la_OBJECTS = pngexport.lo
+-#>- libkarbonpngexport_la_OBJECTS = $(am_libkarbonpngexport_la_OBJECTS)
+-#>+ 1
+-libkarbonpngexport_la_OBJECTS = pngexport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/pngexport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/pngexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonpngexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonpngexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/png/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/png/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/png/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/png/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/png/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/png/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/png/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -459,34 +615,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonpngexport_la_LDFLAGS) $(libkarbonpngexport_la_OBJECTS) $(libkarbonpngexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pngexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -497,30 +652,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -529,6 +678,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -540,8 +690,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -550,21 +716,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -582,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -597,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -605,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -621,14 +787,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -648,7 +817,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -656,21 +826,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -697,7 +876,7 @@
+ 	-rm -f  pngexport.moc
+ 
+ #>+ 2
+-KDE_DIST=karbon_png_export.desktop 
++KDE_DIST=Makefile.in karbon_png_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -706,10 +885,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/png/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/png/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/png/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/png/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/svg/Makefile.in koffice-1.4.2/filters/karbon/svg/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/svg/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/svg/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,146 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/svg
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarbonsvgexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../karbon/libkarboncommon.la
++am_libkarbonsvgexport_la_OBJECTS = svgexport.lo
++#>- libkarbonsvgexport_la_OBJECTS = $(am_libkarbonsvgexport_la_OBJECTS)
++#>+ 1
++libkarbonsvgexport_la_OBJECTS = svgexport.lo
++libkarbonsvgimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../karbon/libkarboncommon.la
++am_libkarbonsvgimport_la_OBJECTS = svgimport.lo
++#>- libkarbonsvgimport_la_OBJECTS = $(am_libkarbonsvgimport_la_OBJECTS)
++#>+ 1
++libkarbonsvgimport_la_OBJECTS = svgimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonsvgexport_la_SOURCES) \
++	$(libkarbonsvgimport_la_SOURCES)
++DIST_SOURCES = $(libkarbonsvgexport_la_SOURCES) \
++	$(libkarbonsvgimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +185,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +200,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +211,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +232,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +265,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +285,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +306,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +325,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,27 +443,90 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ kde_module_LTLIBRARIES = libkarbonsvgexport.la libkarbonsvgimport.la
+-
+ libkarbonsvgexport_la_LDFLAGS = $(KDE_PLUGIN)
+ libkarbonsvgexport_la_LIBADD = \
+ 	$(LIB_KOFFICEUI) \
+ 	../../../karbon/libkarboncommon.la
+ 
+-
+ libkarbonsvgimport_la_LDFLAGS = $(KDE_PLUGIN)
+ libkarbonsvgimport_la_LIBADD = \
+ 	$(LIB_KOFFICEUI) \
+ 	../../../karbon/libkarboncommon.la
+ 
+-
+ INCLUDES = \
+ 	$(KOFFICE_INCLUDES) \
+ 	$(KOPAINTER_INCLUDES) \
+@@ -351,120 +535,90 @@
+ 	-I$(top_srcdir)/karbon/visitors \
+ 	$(all_includes)
+ 
+-
+ service_DATA = karbon_svg_export.desktop karbon_svg_import.desktop
+ servicedir = $(kde_servicesdir)
+-
+ noinst_HEADERS = \
+ 	svgexport.h
+ 
+-
+ libkarbonsvgexport_la_SOURCES = \
+ 	svgexport.cc
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ libkarbonsvgimport_la_SOURCES = \
+ 	svgimport.cc
+ 
+-subdir = filters/karbon/svg
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkarbonsvgexport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libkarbonsvgexport_la_OBJECTS = svgexport.lo
+-#>- libkarbonsvgexport_la_OBJECTS = $(am_libkarbonsvgexport_la_OBJECTS)
+-#>+ 1
+-libkarbonsvgexport_la_OBJECTS = svgexport.lo
+-libkarbonsvgimport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libkarbonsvgimport_la_OBJECTS = svgimport.lo
+-#>- libkarbonsvgimport_la_OBJECTS = $(am_libkarbonsvgimport_la_OBJECTS)
+-#>+ 1
+-libkarbonsvgimport_la_OBJECTS = svgimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/svgexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/svgimport.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/svgexport.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/svgimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonsvgexport_la_SOURCES) \
+-	$(libkarbonsvgimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libkarbonsvgexport_la_SOURCES) $(libkarbonsvgimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/svg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/svg/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/svg/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/svg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/svg/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/svg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/svg/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -480,7 +634,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonsvgimport_la_LDFLAGS) $(libkarbonsvgimport_la_OBJECTS) $(libkarbonsvgimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -488,27 +642,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/svgexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/svgimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -519,30 +672,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -551,6 +698,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -562,8 +710,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -572,21 +736,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -604,10 +768,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -619,7 +783,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -627,7 +791,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -643,14 +807,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -670,7 +837,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -678,21 +846,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -735,7 +912,7 @@
+ 	-rm -f  svgexport.moc svgimport.moc
+ 
+ #>+ 2
+-KDE_DIST=svgimport.h svggraphiccontext.h karbon_svg_export.desktop karbon_svg_import.desktop color.h 
++KDE_DIST=svgimport.h svggraphiccontext.h karbon_svg_export.desktop Makefile.in karbon_svg_import.desktop color.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -744,10 +921,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/svg/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/svg/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/svg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/svg/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/wmf/Makefile.in koffice-1.4.2/filters/karbon/wmf/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/wmf/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/wmf/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,147 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/wmf
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libwmfexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../../karbon/libkarboncommon.la
++am_libwmfexport_la_OBJECTS = wmfexport.lo
++#>- libwmfexport_la_OBJECTS = $(am_libwmfexport_la_OBJECTS)
++#>+ 1
++libwmfexport_la_OBJECTS = wmfexport.lo
++libwmfimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../../karbon/libkarboncommon.la
++am_libwmfimport_la_OBJECTS = wmfimport.lo wmfimportparser.lo
++#>- libwmfimport_la_OBJECTS = $(am_libwmfimport_la_OBJECTS)
++#>+ 4
++libwmfimport_la_final_OBJECTS = libwmfimport_la.all_cc.lo 
++libwmfimport_la_nofinal_OBJECTS = wmfimport.lo wmfimportparser.lo
++ at KDE_USE_FINAL_FALSE@libwmfimport_la_OBJECTS = $(libwmfimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libwmfimport_la_OBJECTS = $(libwmfimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libwmfexport_la_SOURCES) $(libwmfimport_la_SOURCES)
++DIST_SOURCES = $(libwmfexport_la_SOURCES) $(libwmfimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +186,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +201,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +212,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +233,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +266,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +286,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +307,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +326,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +444,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = \
+ 	-I$(srcdir) \
+ 	$(KWMF_INCLUDES) \
+@@ -340,127 +527,89 @@
+ 	-I$(top_srcdir)/karbon/commands \
+ 	$(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = libwmfimport.la libwmfexport.la
+-
+ libwmfimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libwmfimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../../../karbon/libkarboncommon.la
+ libwmfimport_la_SOURCES = wmfimport.cc wmfimportparser.cc
+-
+ libwmfexport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libwmfexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../../../karbon/libkarboncommon.la
+ libwmfexport_la_SOURCES = wmfexport.cc
+-
+ noinst_HEADERS = wmfimport.h wmfimportparser.h wmfexport.h 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = karbon_wmf_import.desktop karbon_wmf_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/karbon/wmf
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libwmfexport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libwmfexport_la_OBJECTS = wmfexport.lo
+-#>- libwmfexport_la_OBJECTS = $(am_libwmfexport_la_OBJECTS)
+-#>+ 1
+-libwmfexport_la_OBJECTS = wmfexport.lo
+-libwmfimport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libwmfimport_la_OBJECTS = wmfimport.lo wmfimportparser.lo
+-#>- libwmfimport_la_OBJECTS = $(am_libwmfimport_la_OBJECTS)
+-#>+ 4
+-libwmfimport_la_final_OBJECTS = libwmfimport_la.all_cc.lo 
+-libwmfimport_la_nofinal_OBJECTS = wmfimport.lo wmfimportparser.lo
+- at KDE_USE_FINAL_FALSE@libwmfimport_la_OBJECTS = $(libwmfimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libwmfimport_la_OBJECTS = $(libwmfimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/wmfexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wmfimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wmfimportparser.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libwmfimport_la.all_cc.P ./$(DEPDIR)/wmfexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wmfimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wmfimportparser.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/wmfexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/wmfimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/wmfimportparser.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libwmfexport_la_SOURCES) $(libwmfimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libwmfexport_la_SOURCES) $(libwmfimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/wmf/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/wmf/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/wmf/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/wmf/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/wmf/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/wmf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/wmf/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -476,7 +625,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libwmfimport_la_LDFLAGS) $(libwmfimport_la_OBJECTS) $(libwmfimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -485,27 +634,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wmfimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wmfimportparser.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -516,30 +664,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -548,6 +690,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -559,8 +702,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -569,21 +728,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -601,10 +760,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -616,7 +775,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -624,7 +783,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -640,14 +799,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -667,7 +829,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -675,21 +838,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -732,7 +904,7 @@
+ 	-rm -f  wmfexport.moc wmfimport.moc
+ 
+ #>+ 2
+-KDE_DIST=karbon_wmf_import.desktop karbon_wmf_export.desktop 
++KDE_DIST=Makefile.in karbon_wmf_import.desktop karbon_wmf_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -741,10 +913,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/wmf/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/wmf/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/wmf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/wmf/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/karbon/xcf/Makefile.in koffice-1.4.2/filters/karbon/xcf/Makefile.in
+--- koffice-1.4.2.orig/filters/karbon/xcf/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/karbon/xcf/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,138 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/karbon/xcf
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarbonxcfexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../karbon/libkarboncommon.la
++am_libkarbonxcfexport_la_OBJECTS = xcfexport.lo
++#>- libkarbonxcfexport_la_OBJECTS = $(am_libkarbonxcfexport_la_OBJECTS)
++#>+ 1
++libkarbonxcfexport_la_OBJECTS = xcfexport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonxcfexport_la_SOURCES)
++DIST_SOURCES = $(libkarbonxcfexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +435,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ kde_module_LTLIBRARIES = libkarbonxcfexport.la
+-
+ libkarbonxcfexport_la_LDFLAGS = $(KDE_PLUGIN)
+ libkarbonxcfexport_la_LIBADD = \
+ 	$(LIB_KOFFICEUI) \
+ 	../../../karbon/libkarboncommon.la
+ 
+-
+ INCLUDES = \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
+ 	-I$(top_srcdir)/karbon \
+@@ -345,110 +522,89 @@
+ 	-I$(top_srcdir)/karbon/visitors \
+ 	$(all_includes)
+ 
+-
+ service_DATA = karbon_xcf_export.desktop
+ servicedir = $(kde_servicesdir)
+-
+ noinst_HEADERS = \
+ 	xcfexport.h
+ 
+-
+ libkarbonxcfexport_la_SOURCES = \
+ 	xcfexport.cc
+ 
+-
+ #>- libkarbonxcfexport_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = filters/karbon/xcf
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkarbonxcfexport_la_DEPENDENCIES = ../../../karbon/libkarboncommon.la
+-am_libkarbonxcfexport_la_OBJECTS = xcfexport.lo
+-#>- libkarbonxcfexport_la_OBJECTS = $(am_libkarbonxcfexport_la_OBJECTS)
+-#>+ 1
+-libkarbonxcfexport_la_OBJECTS = xcfexport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/xcfexport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/xcfexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonxcfexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonxcfexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/xcf/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/karbon/xcf/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/karbon/xcf/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/xcf/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/xcf/Makefile
++	  $(AUTOMAKE) --gnu  filters/karbon/xcf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/xcf/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -459,34 +615,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonxcfexport_la_LDFLAGS) $(libkarbonxcfexport_la_OBJECTS) $(libkarbonxcfexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xcfexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -497,30 +652,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -529,6 +678,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -540,8 +690,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -550,21 +716,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -582,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -597,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -605,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -621,14 +787,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -648,7 +817,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -656,21 +826,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -697,7 +876,7 @@
+ 	-rm -f  xcfexport.moc
+ 
+ #>+ 2
+-KDE_DIST=karbon_xcf_export.desktop 
++KDE_DIST=karbon_xcf_export.desktop Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -706,10 +885,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/karbon/xcf/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/karbon/xcf/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/karbon/xcf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/karbon/xcf/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kchart/Makefile.in koffice-1.4.2/filters/kchart/Makefile.in
+--- koffice-1.4.2.orig/filters/kchart/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/kchart/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kchart
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = png svg
+-subdir = filters/kchart
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kchart/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kchart/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kchart/Makefile
++	  $(AUTOMAKE) --gnu  filters/kchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kchart/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kchart/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kchart/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kchart/png/Makefile.in koffice-1.4.2/filters/kchart/png/Makefile.in
+--- koffice-1.4.2.orig/filters/kchart/png/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/kchart/png/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,141 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kchart/png
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkchartpngexport_la_DEPENDENCIES =  \
++	../../../kchart/libkchartcommon.la $(am__DEPENDENCIES_1)
++am_libkchartpngexport_la_OBJECTS = pngexport.lo pngexportdia.lo
++#>- libkchartpngexport_la_OBJECTS = $(am_libkchartpngexport_la_OBJECTS)
++#>+ 4
++libkchartpngexport_la_final_OBJECTS = libkchartpngexport_la.all_cpp.lo 
++libkchartpngexport_la_nofinal_OBJECTS = pngexport.lo pngexportdia.lo
++ at KDE_USE_FINAL_FALSE@libkchartpngexport_la_OBJECTS = $(libkchartpngexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkchartpngexport_la_OBJECTS = $(libkchartpngexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkchartpngexport_la_SOURCES)
++DIST_SOURCES = $(libkchartpngexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +440,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) \
+ 	-I$(top_srcdir)/kchart \
+ 	-I$(top_srcdir)/kchart/kdchart \
+@@ -339,10 +520,8 @@
+ 	$(all_includes)
+ 
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkchartpngexport.la
+-
+ libkchartpngexport_la_SOURCES = pngexport.cpp pngexportdia.cpp
+ #>- libkchartpngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined
+ #>+ 1
+@@ -351,107 +530,81 @@
+ noinst_HEADERS = \
+ 	pngexport.h pngexportdia.h
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kchart_png_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kchart/png
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkchartpngexport_la_DEPENDENCIES = ../../../kchart/libkchartcommon.la
+-am_libkchartpngexport_la_OBJECTS = pngexport.lo pngexportdia.lo
+-#>- libkchartpngexport_la_OBJECTS = $(am_libkchartpngexport_la_OBJECTS)
+-#>+ 4
+-libkchartpngexport_la_final_OBJECTS = libkchartpngexport_la.all_cpp.lo 
+-libkchartpngexport_la_nofinal_OBJECTS = pngexport.lo pngexportdia.lo
+- at KDE_USE_FINAL_FALSE@libkchartpngexport_la_OBJECTS = $(libkchartpngexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkchartpngexport_la_OBJECTS = $(libkchartpngexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/pngexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pngexportdia.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkchartpngexport_la.all_cpp.P ./$(DEPDIR)/pngexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pngexportdia.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/pngexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pngexportdia.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkchartpngexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkchartpngexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/png/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kchart/png/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kchart/png/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/png/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kchart/png/Makefile
++	  $(AUTOMAKE) --gnu  filters/kchart/png/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kchart/png/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -462,7 +615,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkchartpngexport_la_LDFLAGS) $(libkchartpngexport_la_OBJECTS) $(libkchartpngexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +623,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pngexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pngexportdia.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +653,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +679,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +691,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +717,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +749,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +764,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +772,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +788,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +818,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +827,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ 
+ # Note: If your filter exports or exports some special file
+@@ -716,7 +892,7 @@
+ 	-rm -f  pngexport.moc pngexportdia.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html kchart_png_export.desktop 
++KDE_DIST=Makefile.in status.html kchart_png_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -725,10 +901,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kchart/png/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/png/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kchart/png/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kchart/png/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kchart/svg/Makefile.in koffice-1.4.2/filters/kchart/svg/Makefile.in
+--- koffice-1.4.2.orig/filters/kchart/svg/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/kchart/svg/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kchart/svg
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkchartsvgexport_la_DEPENDENCIES =  \
++	../../../kchart/libkchartcommon.la $(am__DEPENDENCIES_1)
++am_libkchartsvgexport_la_OBJECTS = svgexport.lo
++#>- libkchartsvgexport_la_OBJECTS = $(am_libkchartsvgexport_la_OBJECTS)
++#>+ 1
++libkchartsvgexport_la_OBJECTS = svgexport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkchartsvgexport_la_SOURCES)
++DIST_SOURCES = $(libkchartsvgexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +437,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) \
+ 	-I$(top_srcdir)/kchart \
+ 	-I$(top_srcdir)/kchart/kdchart \
+@@ -341,7 +519,6 @@
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = libkchartsvgexport.la
+-
+ libkchartsvgexport_la_SOURCES = svgexport.cc
+ #>- libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined
+ #>+ 1
+@@ -350,100 +527,81 @@
+ noinst_HEADERS = \
+ 	svgexport.h
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kchart_svg_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kchart/svg
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkchartsvgexport_la_DEPENDENCIES = ../../../kchart/libkchartcommon.la
+-am_libkchartsvgexport_la_OBJECTS = svgexport.lo
+-#>- libkchartsvgexport_la_OBJECTS = $(am_libkchartsvgexport_la_OBJECTS)
+-#>+ 1
+-libkchartsvgexport_la_OBJECTS = svgexport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/svgexport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/svgexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkchartsvgexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkchartsvgexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/svg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kchart/svg/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kchart/svg/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/svg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kchart/svg/Makefile
++	  $(AUTOMAKE) --gnu  filters/kchart/svg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kchart/svg/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -454,34 +612,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkchartsvgexport_la_LDFLAGS) $(libkchartsvgexport_la_OBJECTS) $(libkchartsvgexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/svgexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -492,30 +649,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -524,6 +675,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -535,8 +687,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -545,21 +713,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -577,10 +745,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -592,7 +760,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -600,7 +768,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -616,14 +784,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -643,7 +814,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -651,21 +823,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ 
+ # Note: If your filter exports or exports some special file
+@@ -700,7 +881,7 @@
+ 	-rm -f  svgexport.moc
+ 
+ #>+ 2
+-KDE_DIST=kchart_svg_export.desktop status.html 
++KDE_DIST=kchart_svg_export.desktop Makefile.in status.html Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -709,10 +890,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kchart/svg/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kchart/svg/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kchart/svg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kchart/svg/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kformula/latex/Makefile.in koffice-1.4.2/filters/kformula/latex/Makefile.in
+--- koffice-1.4.2.orig/filters/kformula/latex/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/kformula/latex/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kformula/latex
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkfolatexexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkfolatexexport_la_OBJECTS = latexexport.lo
++#>- libkfolatexexport_la_OBJECTS = $(am_libkfolatexexport_la_OBJECTS)
++#>+ 1
++libkfolatexexport_la_OBJECTS = latexexport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkfolatexexport_la_SOURCES)
++DIST_SOURCES = $(libkfolatexexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,127 +437,170 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
+ #>- libkfolatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libkfolatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkfolatexexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkfolatexexport.la
+-
+ libkfolatexexport_la_SOURCES = latexexport.cc
+-
+ noinst_HEADERS = latexexport.h
+ 
+-
+ ######## Debug
+ #check_PROGRAMS = texlauncher
+ #texlauncher_SOURCES = texlauncher.cc
+ #texlauncher_LDADD = liblatexexport.la
+ #texlauncher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kformula_latex_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kformula/latex
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkfolatexexport_la_DEPENDENCIES =
+-am_libkfolatexexport_la_OBJECTS = latexexport.lo
+-#>- libkfolatexexport_la_OBJECTS = $(am_libkfolatexexport_la_OBJECTS)
+-#>+ 1
+-libkfolatexexport_la_OBJECTS = latexexport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/latexexport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/latexexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkfolatexexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkfolatexexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/latex/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kformula/latex/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kformula/latex/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/latex/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/latex/Makefile
++	  $(AUTOMAKE) --gnu  filters/kformula/latex/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/latex/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -455,34 +611,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkfolatexexport_la_LDFLAGS) $(libkfolatexexport_la_OBJECTS) $(libkfolatexexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/latexexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -493,30 +648,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -525,6 +674,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -536,8 +686,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -546,21 +712,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -578,10 +744,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -593,7 +759,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -601,7 +767,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -617,14 +783,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -644,7 +813,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -652,21 +822,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -693,7 +872,7 @@
+ 	-rm -f  latexexport.moc
+ 
+ #>+ 2
+-KDE_DIST=kformula_latex_export.desktop 
++KDE_DIST=Makefile.in kformula_latex_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -702,10 +881,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/latex/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/latex/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kformula/latex/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/latex/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kformula/Makefile.in koffice-1.4.2/filters/kformula/Makefile.in
+--- koffice-1.4.2.orig/filters/kformula/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/kformula/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kformula
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = png latex mathml
+-subdir = filters/kformula
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kformula/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kformula/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/Makefile
++	  $(AUTOMAKE) --gnu  filters/kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kformula/mathml/Makefile.in koffice-1.4.2/filters/kformula/mathml/Makefile.in
+--- koffice-1.4.2.orig/filters/kformula/mathml/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/kformula/mathml/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,146 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kformula/mathml
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkfomathmlexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkfomathmlexport_la_OBJECTS = mathmlexport.lo
++#>- libkfomathmlexport_la_OBJECTS = $(am_libkfomathmlexport_la_OBJECTS)
++#>+ 1
++libkfomathmlexport_la_OBJECTS = mathmlexport.lo
++libkfomathmlimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkfomathmlimport_la_OBJECTS = mathmlimport.lo
++#>- libkfomathmlimport_la_OBJECTS = $(am_libkfomathmlimport_la_OBJECTS)
++#>+ 1
++libkfomathmlimport_la_OBJECTS = mathmlimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkfomathmlexport_la_SOURCES) \
++	$(libkfomathmlimport_la_SOURCES)
++DIST_SOURCES = $(libkfomathmlexport_la_SOURCES) \
++	$(libkfomathmlimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +187,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +202,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +213,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +234,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +267,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +287,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +308,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +327,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +445,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
+ #>- libkfomathmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+@@ -342,117 +528,86 @@
+ libkfomathmlimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkfomathmlimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkfomathmlexport.la libkfomathmlimport.la
+-
+ libkfomathmlexport_la_SOURCES = mathmlexport.cc
+-
+ libkfomathmlimport_la_SOURCES = mathmlimport.cc
+-
+ noinst_HEADERS = mathmlexport.h mathmlimport.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kformula_mathml_export.desktop kformula_mathml_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kformula/mathml
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkfomathmlexport_la_DEPENDENCIES =
+-am_libkfomathmlexport_la_OBJECTS = mathmlexport.lo
+-#>- libkfomathmlexport_la_OBJECTS = $(am_libkfomathmlexport_la_OBJECTS)
+-#>+ 1
+-libkfomathmlexport_la_OBJECTS = mathmlexport.lo
+-libkfomathmlimport_la_DEPENDENCIES =
+-am_libkfomathmlimport_la_OBJECTS = mathmlimport.lo
+-#>- libkfomathmlimport_la_OBJECTS = $(am_libkfomathmlimport_la_OBJECTS)
+-#>+ 1
+-libkfomathmlimport_la_OBJECTS = mathmlimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/mathmlexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mathmlimport.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/mathmlexport.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mathmlimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkfomathmlexport_la_SOURCES) \
+-	$(libkfomathmlimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkfomathmlexport_la_SOURCES) $(libkfomathmlimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/mathml/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kformula/mathml/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kformula/mathml/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/mathml/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/mathml/Makefile
++	  $(AUTOMAKE) --gnu  filters/kformula/mathml/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/mathml/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -468,7 +623,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkfomathmlimport_la_LDFLAGS) $(libkfomathmlimport_la_OBJECTS) $(libkfomathmlimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -476,27 +631,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mathmlexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mathmlimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -507,30 +661,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -539,6 +687,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -550,8 +699,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -560,21 +725,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -592,10 +757,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -607,7 +772,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -615,7 +780,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -631,14 +796,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -658,7 +826,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -666,21 +835,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -723,7 +901,7 @@
+ 	-rm -f  mathmlexport.moc mathmlimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kformula_mathml_export.desktop kformula_mathml_import.desktop 
++KDE_DIST=kformula_mathml_export.desktop Makefile.in kformula_mathml_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -732,10 +910,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/mathml/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/mathml/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kformula/mathml/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/mathml/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kformula/png/Makefile.in koffice-1.4.2/filters/kformula/png/Makefile.in
+--- koffice-1.4.2.orig/filters/kformula/png/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kformula/png/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,141 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kformula/png
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkfopngexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkfopngexport_la_OBJECTS = pngexport.lo pngexportdia.lo
++#>- libkfopngexport_la_OBJECTS = $(am_libkfopngexport_la_OBJECTS)
++#>+ 4
++libkfopngexport_la_final_OBJECTS = libkfopngexport_la.all_cc.lo 
++libkfopngexport_la_nofinal_OBJECTS = pngexport.lo pngexportdia.lo
++ at KDE_USE_FINAL_FALSE@libkfopngexport_la_OBJECTS = $(libkfopngexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkfopngexport_la_OBJECTS = $(libkfopngexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkfopngexport_la_SOURCES)
++DIST_SOURCES = $(libkfopngexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,134 +440,170 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
+ #>- libkfopngexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libkfopngexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkfopngexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkfopngexport.la
+-
+ libkfopngexport_la_SOURCES = pngexport.cc pngexportdia.cc
+-
+ noinst_HEADERS = pngexport.h pngexportdia.h
+ 
+-
+ ######## Debug
+ #check_PROGRAMS = texlauncher
+ #texlauncher_SOURCES = texlauncher.cc
+ #texlauncher_LDADD = liblatexexport.la
+ #texlauncher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kformula_png_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kformula/png
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkfopngexport_la_DEPENDENCIES =
+-am_libkfopngexport_la_OBJECTS = pngexport.lo pngexportdia.lo
+-#>- libkfopngexport_la_OBJECTS = $(am_libkfopngexport_la_OBJECTS)
+-#>+ 4
+-libkfopngexport_la_final_OBJECTS = libkfopngexport_la.all_cc.lo 
+-libkfopngexport_la_nofinal_OBJECTS = pngexport.lo pngexportdia.lo
+- at KDE_USE_FINAL_FALSE@libkfopngexport_la_OBJECTS = $(libkfopngexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkfopngexport_la_OBJECTS = $(libkfopngexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/pngexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pngexportdia.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkfopngexport_la.all_cc.P ./$(DEPDIR)/pngexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pngexportdia.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/pngexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pngexportdia.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkfopngexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkfopngexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/png/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kformula/png/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kformula/png/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/png/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/png/Makefile
++	  $(AUTOMAKE) --gnu  filters/kformula/png/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/png/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -462,7 +614,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkfopngexport_la_LDFLAGS) $(libkfopngexport_la_OBJECTS) $(libkfopngexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +622,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pngexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pngexportdia.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +652,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +678,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +690,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +716,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +787,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +817,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +826,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -708,7 +883,7 @@
+ 	-rm -f  pngexport.moc pngexportdia.moc
+ 
+ #>+ 2
+-KDE_DIST=kformula_png_export.desktop 
++KDE_DIST=kformula_png_export.desktop Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -717,10 +892,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kformula/png/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kformula/png/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kformula/png/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kformula/png/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kpresenter/kword/Makefile.in koffice-1.4.2/filters/kpresenter/kword/Makefile.in
+--- koffice-1.4.2.orig/filters/kpresenter/kword/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kpresenter/kword/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,134 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kpresenter/kword
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkprkword_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkprkword_la_OBJECTS = kprkword.lo
++#>- libkprkword_la_OBJECTS = $(am_libkprkword_la_OBJECTS)
++#>+ 1
++libkprkword_la_OBJECTS = kprkword.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkprkword_la_SOURCES)
++DIST_SOURCES = $(libkprkword_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +173,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +188,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +199,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +220,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +253,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +273,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +294,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +313,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,114 +431,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+-
+ kde_module_LTLIBRARIES = libkprkword.la
+-
+ libkprkword_la_SOURCES = kprkword.cc
+ #>- libkprkword_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libkprkword_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkprkword_la_LIBADD = $(KOFFICE_LIBS) 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kprkword.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kpresenter/kword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkprkword_la_DEPENDENCIES =
+-am_libkprkword_la_OBJECTS = kprkword.lo
+-#>- libkprkword_la_OBJECTS = $(am_libkprkword_la_OBJECTS)
+-#>+ 1
+-libkprkword_la_OBJECTS = kprkword.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kprkword.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kprkword.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkprkword_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkprkword_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/kword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kpresenter/kword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kpresenter/kword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/kword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/kword/Makefile
++	  $(AUTOMAKE) --gnu  filters/kpresenter/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/kword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -440,34 +596,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkprkword_la_LDFLAGS) $(libkprkword_la_OBJECTS) $(libkprkword_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kprkword.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -478,30 +633,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -510,6 +659,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -521,8 +671,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -531,21 +697,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -563,10 +729,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -578,7 +744,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -586,7 +752,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -602,14 +768,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -629,7 +798,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -637,21 +807,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -678,7 +857,7 @@
+ 	-rm -f  kprkword.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html kprkword.h kprkword.desktop 
++KDE_DIST=Makefile.in status.html kprkword.h kprkword.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -687,10 +866,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/kword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/kword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kpresenter/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/kword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kpresenter/magicpoint/Makefile.in koffice-1.4.2/filters/kpresenter/magicpoint/Makefile.in
+--- koffice-1.4.2.orig/filters/kpresenter/magicpoint/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kpresenter/magicpoint/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,104 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kpresenter/magicpoint
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(servicedir)"
++binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
++SCRIPTS = $(bin_SCRIPTS)
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +143,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +158,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +169,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +190,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +223,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +243,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +264,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +283,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,52 +401,138 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ bin_SCRIPTS = mgp2kpr.py
+-
+ service_DATA = kpresenter_magicpoint_import.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kpresenter/magicpoint
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-SCRIPTS = $(bin_SCRIPTS)
+-
+-DIST_SOURCES =
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/magicpoint/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kpresenter/magicpoint/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kpresenter/magicpoint/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/magicpoint/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/magicpoint/Makefile
++	  $(AUTOMAKE) --gnu  filters/kpresenter/magicpoint/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/magicpoint/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binSCRIPTS: $(bin_SCRIPTS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ 	  if test -f $$d$$p; then \
+ 	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	    echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
+-	    $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
++	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -375,8 +540,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ mostlyclean-libtool:
+@@ -388,41 +553,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -440,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(SCRIPTS) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -455,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -463,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -477,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -499,40 +668,58 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
+ 	uninstall-serviceDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-binSCRIPTS \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-serviceDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-binSCRIPTS uninstall-info-am uninstall-serviceDATA
++	dvi-am html html-am info info-am install install-am \
++	install-binSCRIPTS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-serviceDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-binSCRIPTS \
++	uninstall-info-am uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=mgp2kpr.py kpresenter_magicpoint_import.desktop 
++KDE_DIST=mgp2kpr.py Makefile.in kpresenter_magicpoint_import.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/magicpoint/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/magicpoint/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kpresenter/magicpoint/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/magicpoint/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kpresenter/Makefile.in koffice-1.4.2/filters/kpresenter/Makefile.in
+--- koffice-1.4.2.orig/filters/kpresenter/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kpresenter/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kpresenter
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = kword ooimpress
+-subdir = filters/kpresenter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kpresenter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kpresenter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/Makefile
++	  $(AUTOMAKE) --gnu  filters/kpresenter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kpresenter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kpresenter/ooimpress/Makefile.in koffice-1.4.2/filters/kpresenter/ooimpress/Makefile.in
+--- koffice-1.4.2.orig/filters/kpresenter/ooimpress/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kpresenter/ooimpress/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,146 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kpresenter/ooimpress
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libooimpressexport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la \
++	$(am__DEPENDENCIES_1)
++am_libooimpressexport_la_OBJECTS = ooimpressexport.lo stylefactory.lo
++#>- libooimpressexport_la_OBJECTS = $(am_libooimpressexport_la_OBJECTS)
++#>+ 4
++libooimpressexport_la_final_OBJECTS = libooimpressexport_la.all_cc.lo 
++libooimpressexport_la_nofinal_OBJECTS = ooimpressexport.lo stylefactory.lo
++ at KDE_USE_FINAL_FALSE@libooimpressexport_la_OBJECTS = $(libooimpressexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libooimpressexport_la_OBJECTS = $(libooimpressexport_la_final_OBJECTS)
++libooimpressimport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la \
++	$(am__DEPENDENCIES_1)
++am_libooimpressimport_la_OBJECTS = ooimpressimport.lo
++#>- libooimpressimport_la_OBJECTS = $(am_libooimpressimport_la_OBJECTS)
++#>+ 1
++libooimpressimport_la_OBJECTS = ooimpressimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libooimpressexport_la_SOURCES) \
++	$(libooimpressimport_la_SOURCES)
++DIST_SOURCES = $(libooimpressexport_la_SOURCES) \
++	$(libooimpressimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +187,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +202,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +213,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +234,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +267,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +287,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +308,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +327,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,139 +445,168 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir)/../../liboofilter $(KOFFICE_INCLUDES) $(all_includes)
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = libooimpressimport.la libooimpressexport.la
+-
+ libooimpressimport_la_SOURCES = ooimpressimport.cc
+ #>- libooimpressimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libooimpressimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libooimpressimport_la_LIBADD = ../../liboofilter/liboofilter.la $(KOFFICE_LIBS)
+-
+ libooimpressexport_la_SOURCES = ooimpressexport.cc stylefactory.cc
+ #>- libooimpressexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libooimpressexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libooimpressexport_la_LIBADD = ../../liboofilter/liboofilter.la $(KOFFICE_LIBS)
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kpresenter_ooimpress_import.desktop kpresenter_ooimpress_export.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kpresenter/ooimpress
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libooimpressexport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la
+-am_libooimpressexport_la_OBJECTS = ooimpressexport.lo stylefactory.lo
+-#>- libooimpressexport_la_OBJECTS = $(am_libooimpressexport_la_OBJECTS)
+-#>+ 4
+-libooimpressexport_la_final_OBJECTS = libooimpressexport_la.all_cc.lo 
+-libooimpressexport_la_nofinal_OBJECTS = ooimpressexport.lo stylefactory.lo
+- at KDE_USE_FINAL_FALSE@libooimpressexport_la_OBJECTS = $(libooimpressexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libooimpressexport_la_OBJECTS = $(libooimpressexport_la_final_OBJECTS)
+-libooimpressimport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la
+-am_libooimpressimport_la_OBJECTS = ooimpressimport.lo
+-#>- libooimpressimport_la_OBJECTS = $(am_libooimpressimport_la_OBJECTS)
+-#>+ 1
+-libooimpressimport_la_OBJECTS = ooimpressimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ooimpressexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ooimpressimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/stylefactory.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libooimpressexport_la.all_cc.P ./$(DEPDIR)/ooimpressexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ooimpressimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/stylefactory.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/ooimpressexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ooimpressimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/stylefactory.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libooimpressexport_la_SOURCES) \
+-	$(libooimpressimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libooimpressexport_la_SOURCES) $(libooimpressimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/ooimpress/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kpresenter/ooimpress/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kpresenter/ooimpress/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/ooimpress/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/ooimpress/Makefile
++	  $(AUTOMAKE) --gnu  filters/kpresenter/ooimpress/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/ooimpress/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -472,7 +622,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libooimpressimport_la_LDFLAGS) $(libooimpressimport_la_OBJECTS) $(libooimpressimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -481,27 +631,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ooimpressimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stylefactory.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -512,30 +661,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -544,6 +687,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -555,8 +699,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -565,21 +725,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -597,10 +757,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -612,7 +772,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -620,7 +780,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -636,14 +796,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -663,7 +826,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -671,21 +835,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -728,7 +901,7 @@
+ 	-rm -f  ooimpressexport.moc ooimpressimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kpresenter_ooimpress_export.desktop stylefactory.h status.html kpresenter_ooimpress_import.desktop ooimpressexport.h ooimpressimport.h 
++KDE_DIST=kpresenter_ooimpress_export.desktop Makefile.in stylefactory.h status.html kpresenter_ooimpress_import.desktop ooimpressexport.h ooimpressimport.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -737,10 +910,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kpresenter/ooimpress/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kpresenter/ooimpress/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kpresenter/ooimpress/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kpresenter/ooimpress/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/krita/magick/Makefile.in koffice-1.4.2/filters/krita/magick/Makefile.in
+--- koffice-1.4.2.orig/filters/krita/magick/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/krita/magick/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,146 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/krita/magick
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkritamagickexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(top_builddir)/krita/libkritacommon.la
++am_libkritamagickexport_la_OBJECTS = magickexport.lo
++#>- libkritamagickexport_la_OBJECTS =  \
++#>- 	$(am_libkritamagickexport_la_OBJECTS)
++#>+ 1
++libkritamagickexport_la_OBJECTS = magickexport.lo
++libkritamagickimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(top_builddir)/krita/libkritacommon.la
++am_libkritamagickimport_la_OBJECTS = magickimport.lo
++#>- libkritamagickimport_la_OBJECTS =  \
++#>- 	$(am_libkritamagickimport_la_OBJECTS)
++#>+ 1
++libkritamagickimport_la_OBJECTS = magickimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkritamagickexport_la_SOURCES) \
++	$(libkritamagickimport_la_SOURCES)
++DIST_SOURCES = $(libkritamagickexport_la_SOURCES) \
++	$(libkritamagickimport_la_SOURCES)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kdelnk_DATA) $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +185,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +200,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +211,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +232,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +265,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +285,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +306,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +325,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +443,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ kde_module_LTLIBRARIES = libkritamagickimport.la libkritamagickexport.la
+-
+ libkritamagickexport_la_LDFLAGS = $(KDE_PLUGIN)
+ libkritamagickexport_la_LIBADD = \
+ 	$(KOFFICE_LIBS) \
+ 	$(top_builddir)/krita/libkritacommon.la
+ 
+-
+ #>- libkritamagickimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libkritamagickimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+@@ -344,7 +529,6 @@
+ 	$(KOFFICE_LIBS) \
+ 	$(top_builddir)/krita/libkritacommon.la
+ 
+-
+ INCLUDES = \
+ 	-I$(srcdir) \
+ 	 $(KOFFICE_INCLUDES) \
+@@ -353,114 +537,85 @@
+ 	-I$(top_srcdir)/krita/ui \
+ 	$(all_includes) 
+ 
+-
+ service_DATA = krita_magick_import.desktop krita_magick_export.desktop
+ servicedir = $(kde_servicesdir)
+-
+ kdelnk_DATA = krita_magick.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+-
+ libkritamagickimport_la_SOURCES = magickimport.cpp
+ libkritamagickexport_la_SOURCES = magickexport.cpp
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/krita/magick
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkritamagickexport_la_DEPENDENCIES = \
+-	$(top_builddir)/krita/libkritacommon.la
+-am_libkritamagickexport_la_OBJECTS = magickexport.lo
+-#>- libkritamagickexport_la_OBJECTS = $(am_libkritamagickexport_la_OBJECTS)
+-#>+ 1
+-libkritamagickexport_la_OBJECTS = magickexport.lo
+-libkritamagickimport_la_DEPENDENCIES = \
+-	$(top_builddir)/krita/libkritacommon.la
+-am_libkritamagickimport_la_OBJECTS = magickimport.lo
+-#>- libkritamagickimport_la_OBJECTS = $(am_libkritamagickimport_la_OBJECTS)
+-#>+ 1
+-libkritamagickimport_la_OBJECTS = magickimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/magickexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/magickimport.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/magickexport.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/magickimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkritamagickexport_la_SOURCES) \
+-	$(libkritamagickimport_la_SOURCES)
+-DATA = $(kdelnk_DATA) $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkritamagickexport_la_SOURCES) $(libkritamagickimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/krita/magick/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/krita/magick/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/krita/magick/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/krita/magick/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/krita/magick/Makefile
++	  $(AUTOMAKE) --gnu  filters/krita/magick/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/krita/magick/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -476,7 +631,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkritamagickimport_la_LDFLAGS) $(libkritamagickimport_la_OBJECTS) $(libkritamagickimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -484,27 +639,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/magickexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/magickimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -515,48 +669,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -565,6 +712,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -576,8 +724,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -586,21 +750,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -618,10 +782,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -633,7 +797,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -641,7 +805,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -657,14 +821,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -686,7 +853,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -694,21 +862,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kdelnkDATA uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kdelnkDATA install-man \
+ 	install-serviceDATA install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kdelnkDATA uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -752,7 +928,7 @@
+ 	-rm -f  magickimport.moc magickexport.moc
+ 
+ #>+ 2
+-KDE_DIST=krita_magick.desktop magickimport.h krita_magick_import.desktop krita_magick_export.desktop magickexport.h 
++KDE_DIST=krita_magick.desktop Makefile.in magickimport.h krita_magick_import.desktop krita_magick_export.desktop magickexport.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -761,10 +937,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/krita/magick/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/krita/magick/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/krita/magick/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/krita/magick/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/krita/Makefile.in koffice-1.4.2/filters/krita/Makefile.in
+--- koffice-1.4.2.orig/filters/krita/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/krita/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/krita
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = magick
+-subdir = filters/krita
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/krita/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/krita/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/krita/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/krita/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/krita/Makefile
++	  $(AUTOMAKE) --gnu  filters/krita/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/krita/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/krita/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/krita/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/krita/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/krita/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/applixspread/Makefile.in koffice-1.4.2/filters/kspread/applixspread/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/applixspread/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/applixspread/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/applixspread
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libapplixspreadimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libapplixspreadimport_la_OBJECTS = applixspreadimport.lo
++#>- libapplixspreadimport_la_OBJECTS =  \
++#>- 	$(am_libapplixspreadimport_la_OBJECTS)
++#>+ 1
++libapplixspreadimport_la_OBJECTS = applixspreadimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libapplixspreadimport_la_SOURCES)
++DIST_SOURCES = $(libapplixspreadimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,119 +437,162 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libapplixspreadimport.la
+-
+ libapplixspreadimport_la_SOURCES = applixspreadimport.cc
+ libapplixspreadimport_la_LIBADD = $(KOFFICE_LIBS)
+ libapplixspreadimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ noinst_HEADERS = applixspreadimport.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_applixspread_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/applixspread
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libapplixspreadimport_la_DEPENDENCIES =
+-am_libapplixspreadimport_la_OBJECTS = applixspreadimport.lo
+-#>- libapplixspreadimport_la_OBJECTS = \
+-#>- 	$(am_libapplixspreadimport_la_OBJECTS)
+-#>+ 1
+-libapplixspreadimport_la_OBJECTS = applixspreadimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/applixspreadimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/applixspreadimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libapplixspreadimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libapplixspreadimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/applixspread/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/applixspread/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/applixspread/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/applixspread/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/applixspread/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/applixspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/applixspread/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -447,34 +603,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libapplixspreadimport_la_LDFLAGS) $(libapplixspreadimport_la_OBJECTS) $(libapplixspreadimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/applixspreadimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -485,30 +640,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -517,6 +666,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -528,8 +678,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -538,21 +704,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -570,10 +736,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -585,7 +751,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -593,7 +759,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -609,14 +775,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -636,7 +805,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -644,21 +814,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -685,7 +864,7 @@
+ 	-rm -f  applixspreadimport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html kspread_applixspread_import.desktop 
++KDE_DIST=Makefile.in status.html kspread_applixspread_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -694,10 +873,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/applixspread/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/applixspread/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/applixspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/applixspread/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/csv/Makefile.in koffice-1.4.2/filters/kspread/csv/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/csv/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/csv/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,147 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/csv
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libcsvexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../kspread/libkspreadcommon.la
++am_libcsvexport_la_OBJECTS = csvexport.lo csvexportdialog.lo
++#>- libcsvexport_la_OBJECTS = $(am_libcsvexport_la_OBJECTS)
++#>+ 4
++libcsvexport_la_final_OBJECTS = libcsvexport_la.all_cc.lo csvexportdialog.lo 
++libcsvexport_la_nofinal_OBJECTS = csvexport.lo csvexportdialog.lo exportdialogui.lo
++ at KDE_USE_FINAL_FALSE@libcsvexport_la_OBJECTS = $(libcsvexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libcsvexport_la_OBJECTS = $(libcsvexport_la_final_OBJECTS)
++libcsvimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../kspread/libkspreadcommon.la
++am_libcsvimport_la_OBJECTS = csvimport.lo xmltree.lo csvdialog.lo
++#>- libcsvimport_la_OBJECTS = $(am_libcsvimport_la_OBJECTS)
++#>+ 4
++libcsvimport_la_final_OBJECTS = libcsvimport_la.all_cc.lo csvdialog.lo 
++libcsvimport_la_nofinal_OBJECTS = csvimport.lo xmltree.lo csvdialog.lo dialogui.lo
++ at KDE_USE_FINAL_FALSE@libcsvimport_la_OBJECTS = $(libcsvimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libcsvimport_la_OBJECTS = $(libcsvimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libcsvexport_la_SOURCES) $(libcsvimport_la_SOURCES)
++DIST_SOURCES = $(libcsvexport_la_SOURCES) $(libcsvimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +188,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +203,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +214,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +235,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +268,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +288,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +309,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +328,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,22 +446,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
+ 	$(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) $(all_includes)
+ 
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libcsvimport.la libcsvexport.la
+-
+ #>- libcsvimport_la_SOURCES = csvimport.cc xmltree.cc csvdialog.cpp dialogui.ui
+ #>+ 1
+ libcsvimport_la_SOURCES=csvimport.cc xmltree.cc csvdialog.cpp  dialogui.cc
+@@ -347,7 +532,6 @@
+ #>+ 1
+ libcsvimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED) 
+ libcsvimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la
+-
+ #>- libcsvexport_la_SOURCES = csvexport.cc csvexportdialog.cpp exportdialogui.ui
+ #>+ 1
+ libcsvexport_la_SOURCES=csvexport.cc csvexportdialog.cpp  exportdialogui.cc
+@@ -355,128 +539,81 @@
+ #>+ 1
+ libcsvexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libcsvexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_csv_import.desktop kspread_csv_export.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/csv
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libcsvexport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la
+-am_libcsvexport_la_OBJECTS = csvexport.lo csvexportdialog.lo
+-#>- libcsvexport_la_OBJECTS = $(am_libcsvexport_la_OBJECTS)
+-#>+ 4
+-libcsvexport_la_final_OBJECTS = libcsvexport_la.all_cc.lo csvexportdialog.lo 
+-libcsvexport_la_nofinal_OBJECTS = csvexport.lo csvexportdialog.lo exportdialogui.lo
+- at KDE_USE_FINAL_FALSE@libcsvexport_la_OBJECTS = $(libcsvexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libcsvexport_la_OBJECTS = $(libcsvexport_la_final_OBJECTS)
+-libcsvimport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la
+-am_libcsvimport_la_OBJECTS = csvimport.lo xmltree.lo csvdialog.lo
+-#>- libcsvimport_la_OBJECTS = $(am_libcsvimport_la_OBJECTS)
+-#>+ 4
+-libcsvimport_la_final_OBJECTS = libcsvimport_la.all_cc.lo csvdialog.lo 
+-libcsvimport_la_nofinal_OBJECTS = csvimport.lo xmltree.lo csvdialog.lo dialogui.lo
+- at KDE_USE_FINAL_FALSE@libcsvimport_la_OBJECTS = $(libcsvimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libcsvimport_la_OBJECTS = $(libcsvimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/csvdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/csvexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/csvexportdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/csvimport.Plo ./$(DEPDIR)/xmltree.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/exportdialogui.P  $(DEPDIR)/libcsvexport_la.all_cc.P $(DEPDIR)/libcsvimport_la.all_cc.P ./$(DEPDIR)/csvdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/csvexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/csvexportdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/csvimport.Plo ./$(DEPDIR)/xmltree.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/exportdialogui.P ./$(DEPDIR)/csvdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/csvexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/csvexportdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/csvimport.Plo ./$(DEPDIR)/xmltree.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libcsvexport_la_SOURCES) $(libcsvimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in TODO
+-SOURCES = $(libcsvexport_la_SOURCES) $(libcsvimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/csv/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/csv/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/csv/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/csv/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/csv/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/csv/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/csv/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -492,7 +629,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libcsvimport_la_LDFLAGS) $(libcsvimport_la_OBJECTS) $(libcsvimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -503,45 +640,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/csvimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xmltree.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -552,30 +691,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -584,6 +717,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -595,8 +729,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -605,21 +755,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -637,10 +787,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -652,7 +802,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -660,7 +810,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -676,14 +826,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -703,7 +856,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -711,21 +865,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -782,7 +945,7 @@
+ 	-rm -f  csvexportdialog.moc csvimport.moc csvdialog.moc csvexport.moc
+ 
+ #>+ 2
+-KDE_DIST=kspread_csv_export.desktop exportdialogui.ui kspread_csv_import.desktop DESIGN csvdialog.h status.html dialogui.ui csvimport.h csvexportdialog.h csvexport.h xmltree.h 
++KDE_DIST=kspread_csv_export.desktop exportdialogui.ui kspread_csv_import.desktop DESIGN Makefile.in csvdialog.h status.html dialogui.ui csvimport.h csvexportdialog.h csvexport.h xmltree.h Makefile.am 
+ 
+ #>+ 5
+ clean-ui:
+@@ -797,10 +960,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/csv/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/csv/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/csv/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/csv/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/dbase/Makefile.in koffice-1.4.2/filters/kspread/dbase/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/dbase/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/dbase/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,140 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/dbase
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libdbaseimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libdbaseimport_la_OBJECTS = dbaseimport.lo dbase.lo
++#>- libdbaseimport_la_OBJECTS = $(am_libdbaseimport_la_OBJECTS)
++#>+ 4
++libdbaseimport_la_final_OBJECTS = dbaseimport.lo dbase.lo 
++libdbaseimport_la_nofinal_OBJECTS = dbaseimport.lo dbase.lo
++ at KDE_USE_FINAL_FALSE@libdbaseimport_la_OBJECTS = $(libdbaseimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libdbaseimport_la_OBJECTS = $(libdbaseimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libdbaseimport_la_SOURCES)
++DIST_SOURCES = $(libdbaseimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +181,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +196,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +207,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +228,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +261,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +281,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +302,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +321,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,131 +439,162 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libdbaseimport.la
+-
+ libdbaseimport_la_SOURCES = dbaseimport.cc dbase.cpp
+ libdbaseimport_la_LIBADD = $(KOFFICE_LIBS)
+ libdbaseimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ noinst_HEADERS = dbaseimport.h dbase.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_dbase_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/dbase
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libdbaseimport_la_DEPENDENCIES =
+-am_libdbaseimport_la_OBJECTS = dbaseimport.lo dbase.lo
+-#>- libdbaseimport_la_OBJECTS = $(am_libdbaseimport_la_OBJECTS)
+-#>+ 4
+-libdbaseimport_la_final_OBJECTS = dbaseimport.lo dbase.lo 
+-libdbaseimport_la_nofinal_OBJECTS = dbaseimport.lo dbase.lo
+- at KDE_USE_FINAL_FALSE@libdbaseimport_la_OBJECTS = $(libdbaseimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libdbaseimport_la_OBJECTS = $(libdbaseimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dbaseimport.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/dbase.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dbaseimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libdbaseimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libdbaseimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/dbase/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/dbase/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/dbase/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/dbase/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/dbase/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/dbase/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/dbase/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -459,7 +605,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libdbaseimport_la_LDFLAGS) $(libdbaseimport_la_OBJECTS) $(libdbaseimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -467,45 +613,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dbase.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dbaseimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -516,30 +664,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -548,6 +690,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -559,8 +702,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -569,21 +728,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -601,10 +760,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -616,7 +775,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -624,7 +783,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -640,14 +799,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -667,7 +829,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -675,21 +838,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -716,7 +888,7 @@
+ 	-rm -f  dbaseimport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html kspread_dbase_import.desktop 
++KDE_DIST=Makefile.in status.html kspread_dbase_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -725,10 +897,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/dbase/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/dbase/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/dbase/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/dbase/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/excel/import/Makefile.in koffice-1.4.2/filters/kspread/excel/import/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/excel/import/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/excel/import/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/excel/import
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libexcelimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../sidewinder/libsidewinder.la
++am_libexcelimport_la_OBJECTS = excelimport.lo
++#>- libexcelimport_la_OBJECTS = $(am_libexcelimport_la_OBJECTS)
++#>+ 1
++libexcelimport_la_OBJECTS = excelimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libexcelimport_la_SOURCES)
++DIST_SOURCES = $(libexcelimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,118 +437,162 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/../sidewinder $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libexcelimport.la
+-
+ libexcelimport_la_SOURCES = excelimport.cc 
+ libexcelimport_la_LIBADD = $(KOFFICE_LIBS) ../sidewinder/libsidewinder.la
+ libexcelimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ noinst_HEADERS = excelimport.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_excel_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/excel/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libexcelimport_la_DEPENDENCIES = ../sidewinder/libsidewinder.la
+-am_libexcelimport_la_OBJECTS = excelimport.lo
+-#>- libexcelimport_la_OBJECTS = $(am_libexcelimport_la_OBJECTS)
+-#>+ 1
+-libexcelimport_la_OBJECTS = excelimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/excelimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/excelimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libexcelimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libexcelimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/excel/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/excel/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/excel/import/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/excel/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/excel/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -446,34 +603,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libexcelimport_la_LDFLAGS) $(libexcelimport_la_OBJECTS) $(libexcelimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/excelimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -484,30 +640,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -516,6 +666,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -527,8 +678,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -537,21 +704,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -569,10 +736,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -584,7 +751,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -592,7 +759,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -608,14 +775,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -635,7 +805,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -643,21 +814,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -684,7 +864,7 @@
+ 	-rm -f  excelimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kspread_excel_import.desktop 
++KDE_DIST=Makefile.in kspread_excel_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -693,10 +873,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/excel/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/excel/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/excel/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/excel/Makefile.in koffice-1.4.2/filters/kspread/excel/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/excel/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/excel/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,117 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/excel
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(servicedir)"
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +158,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +173,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +184,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +205,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +238,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +258,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +279,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +298,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,59 +416,135 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
+ 	$(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) $(all_includes)
+ 
+-
+ SUBDIRS = sidewinder import
+ 
+-
+ ####### Files
+ METASOURCES = AUTO
+-
+ service_DATA = kspread_excel_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/excel
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(service_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/excel/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/excel/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/excel/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/excel/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/excel/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -387,23 +555,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -413,7 +580,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -425,7 +598,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -433,7 +606,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -454,17 +633,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -474,14 +652,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -490,8 +677,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -500,21 +703,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -529,15 +732,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -547,8 +752,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -560,7 +766,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -568,7 +774,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -582,7 +788,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -590,6 +796,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -605,32 +813,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-serviceDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-serviceDATA install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-serviceDATA install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
+ 	maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+ 	uninstall-serviceDATA
+ 
+ 
+@@ -641,15 +854,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=excelexport.h excelexport.cc kspread_excel_export.desktop 
++KDE_DIST=Makefile.in excelexport.h excelexport.cc kspread_excel_export.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/excel/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/excel/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/excel/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/excel/sidewinder/Makefile.in koffice-1.4.2/filters/kspread/excel/sidewinder/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/excel/sidewinder/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/excel/sidewinder/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,126 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/excel/sidewinder
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libsidewinder_la_LIBADD =
++am_libsidewinder_la_OBJECTS = cell.lo excel.lo format.lo pole.lo \
++	sheet.lo ustring.lo value.lo workbook.lo
++#>- libsidewinder_la_OBJECTS = $(am_libsidewinder_la_OBJECTS)
++#>+ 5
++libsidewinder_la_final_OBJECTS = libsidewinder_la.all_cpp.lo 
++libsidewinder_la_nofinal_OBJECTS = cell.lo excel.lo format.lo pole.lo \
++	sheet.lo ustring.lo value.lo workbook.lo
++ at KDE_USE_FINAL_FALSE@libsidewinder_la_OBJECTS = $(libsidewinder_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libsidewinder_la_OBJECTS = $(libsidewinder_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libsidewinder_la_SOURCES)
++DIST_SOURCES = $(libsidewinder_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +165,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +180,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +191,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +212,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +245,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +265,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +286,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +305,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,99 +423,136 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes)
+-
+ noinst_LTLIBRARIES = libsidewinder.la
+ libsidewinder_la_SOURCES = cell.cpp excel.cpp format.cpp pole.cpp sheet.cpp ustring.cpp value.cpp workbook.cpp
+-subdir = filters/kspread/excel/sidewinder
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libsidewinder_la_LDFLAGS =
+-libsidewinder_la_LIBADD =
+-am_libsidewinder_la_OBJECTS = cell.lo excel.lo format.lo pole.lo \
+-	sheet.lo ustring.lo value.lo workbook.lo
+-#>- libsidewinder_la_OBJECTS = $(am_libsidewinder_la_OBJECTS)
+-#>+ 5
+-libsidewinder_la_final_OBJECTS = libsidewinder_la.all_cpp.lo 
+-libsidewinder_la_nofinal_OBJECTS = cell.lo excel.lo format.lo pole.lo \
+-	sheet.lo ustring.lo value.lo workbook.lo
+- at KDE_USE_FINAL_FALSE@libsidewinder_la_OBJECTS = $(libsidewinder_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libsidewinder_la_OBJECTS = $(libsidewinder_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/cell.Plo ./$(DEPDIR)/excel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/format.Plo ./$(DEPDIR)/pole.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sheet.Plo ./$(DEPDIR)/ustring.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/value.Plo ./$(DEPDIR)/workbook.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libsidewinder_la.all_cpp.P ./$(DEPDIR)/cell.Plo ./$(DEPDIR)/excel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/format.Plo ./$(DEPDIR)/pole.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sheet.Plo ./$(DEPDIR)/ustring.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/value.Plo ./$(DEPDIR)/workbook.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/cell.Plo ./$(DEPDIR)/excel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/format.Plo ./$(DEPDIR)/pole.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sheet.Plo ./$(DEPDIR)/ustring.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/value.Plo ./$(DEPDIR)/workbook.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libsidewinder_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libsidewinder_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/sidewinder/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/excel/sidewinder/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/excel/sidewinder/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/sidewinder/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/excel/sidewinder/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/excel/sidewinder/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/excel/sidewinder/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -422,7 +560,7 @@
+ 	$(CXXLINK)  $(libsidewinder_la_LDFLAGS) $(libsidewinder_la_OBJECTS) $(libsidewinder_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -436,27 +574,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/value.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/workbook.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -468,11 +605,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -481,6 +613,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -492,8 +625,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -502,21 +651,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -534,9 +683,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -548,7 +695,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -556,7 +703,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -572,14 +719,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -595,7 +745,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -603,18 +754,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -622,15 +781,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=value.h sheet.h swinder.h excel.h format.h cell.h ustring.h workbook.h pole.h README.Sidewinder 
++KDE_DIST=Makefile.in value.h sheet.h swinder.h excel.h format.h cell.h ustring.h workbook.h pole.h Makefile.am README.Sidewinder 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/excel/sidewinder/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/excel/sidewinder/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/excel/sidewinder/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/excel/sidewinder/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/gnumeric/Makefile.in koffice-1.4.2/filters/kspread/gnumeric/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/gnumeric/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/gnumeric/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,143 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/gnumeric
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libgnumericexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../kspread/libkspreadcommon.la
++am_libgnumericexport_la_OBJECTS = gnumericexport.lo
++#>- libgnumericexport_la_OBJECTS = $(am_libgnumericexport_la_OBJECTS)
++#>+ 1
++libgnumericexport_la_OBJECTS = gnumericexport.lo
++libgnumericimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../kspread/libkspreadcommon.la
++am_libgnumericimport_la_OBJECTS = gnumericimport.lo
++#>- libgnumericimport_la_OBJECTS = $(am_libgnumericimport_la_OBJECTS)
++#>+ 1
++libgnumericimport_la_OBJECTS = gnumericimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libgnumericexport_la_SOURCES) \
++	$(libgnumericimport_la_SOURCES)
++DIST_SOURCES = $(libgnumericexport_la_SOURCES) \
++	$(libgnumericimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,133 +442,170 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
+ 	$(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) $(all_includes)
+ 
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = libgnumericexport.la libgnumericimport.la
+-
+ libgnumericexport_la_SOURCES = gnumericexport.cc
+ #>- libgnumericexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libgnumericexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libgnumericexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la
+-
+ libgnumericimport_la_SOURCES = gnumericimport.cc
+ #>- libgnumericimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libgnumericimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libgnumericimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_gnumeric_export.desktop kspread_gnumeric_import.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/gnumeric
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libgnumericexport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la
+-am_libgnumericexport_la_OBJECTS = gnumericexport.lo
+-#>- libgnumericexport_la_OBJECTS = $(am_libgnumericexport_la_OBJECTS)
+-#>+ 1
+-libgnumericexport_la_OBJECTS = gnumericexport.lo
+-libgnumericimport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la
+-am_libgnumericimport_la_OBJECTS = gnumericimport.lo
+-#>- libgnumericimport_la_OBJECTS = $(am_libgnumericimport_la_OBJECTS)
+-#>+ 1
+-libgnumericimport_la_OBJECTS = gnumericimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/gnumericexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/gnumericimport.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/gnumericexport.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/gnumericimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libgnumericexport_la_SOURCES) \
+-	$(libgnumericimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in
+-SOURCES = $(libgnumericexport_la_SOURCES) $(libgnumericimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/gnumeric/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/gnumeric/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/gnumeric/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/gnumeric/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/gnumeric/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/gnumeric/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/gnumeric/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -466,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libgnumericimport_la_LDFLAGS) $(libgnumericimport_la_OBJECTS) $(libgnumericimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -474,27 +629,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gnumericexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gnumericimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -505,30 +659,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -537,6 +685,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -548,8 +697,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -558,21 +723,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -590,10 +755,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -605,7 +770,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -613,7 +778,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -629,14 +794,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -656,7 +824,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -664,21 +833,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -721,7 +899,7 @@
+ 	-rm -f  gnumericexport.moc gnumericimport.moc
+ 
+ #>+ 2
+-KDE_DIST=gnumericimport.h kspread_gnumeric_export.desktop gnumeric.xsd status.html gnumericexport.h kspread_gnumeric_import.desktop 
++KDE_DIST=gnumericimport.h kspread_gnumeric_export.desktop gnumeric.xsd Makefile.in status.html gnumericexport.h kspread_gnumeric_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -730,10 +908,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/gnumeric/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/gnumeric/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/gnumeric/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/gnumeric/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/html/Makefile.in koffice-1.4.2/filters/kspread/html/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/html/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/html/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,139 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/html
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkspreadhtmlexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../kspread/libkspreadcommon.la
++am_libkspreadhtmlexport_la_OBJECTS = htmlexport.lo exportdialog.lo
++#>- libkspreadhtmlexport_la_OBJECTS =  \
++#>- 	$(am_libkspreadhtmlexport_la_OBJECTS)
++#>+ 4
++libkspreadhtmlexport_la_final_OBJECTS = libkspreadhtmlexport_la.all_cc.lo 
++libkspreadhtmlexport_la_nofinal_OBJECTS = htmlexport.lo exportdialog.lo exportwidget.lo
++ at KDE_USE_FINAL_FALSE@libkspreadhtmlexport_la_OBJECTS = $(libkspreadhtmlexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkspreadhtmlexport_la_OBJECTS = $(libkspreadhtmlexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkspreadhtmlexport_la_SOURCES)
++DIST_SOURCES = $(libkspreadhtmlexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,22 +438,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
+ 	$(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) $(all_includes)
+ 
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkspreadhtmlexport.la
+-
+ #>- libkspreadhtmlexport_la_SOURCES = htmlexport.cc exportdialog.cc exportwidget.ui
+ #>+ 1
+ libkspreadhtmlexport_la_SOURCES=htmlexport.cc exportdialog.cc  exportwidget.cc
+@@ -347,107 +524,81 @@
+ #>+ 1
+ libkspreadhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkspreadhtmlexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_html_export.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/html
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkspreadhtmlexport_la_DEPENDENCIES = \
+-	../../../kspread/libkspreadcommon.la
+-am_libkspreadhtmlexport_la_OBJECTS = htmlexport.lo exportdialog.lo
+-#>- libkspreadhtmlexport_la_OBJECTS = $(am_libkspreadhtmlexport_la_OBJECTS)
+-#>+ 4
+-libkspreadhtmlexport_la_final_OBJECTS = libkspreadhtmlexport_la.all_cc.lo 
+-libkspreadhtmlexport_la_nofinal_OBJECTS = htmlexport.lo exportdialog.lo exportwidget.lo
+- at KDE_USE_FINAL_FALSE@libkspreadhtmlexport_la_OBJECTS = $(libkspreadhtmlexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkspreadhtmlexport_la_OBJECTS = $(libkspreadhtmlexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/exportdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/htmlexport.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/exportwidget.P  $(DEPDIR)/libkspreadhtmlexport_la.all_cc.P ./$(DEPDIR)/exportdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/htmlexport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/exportwidget.P ./$(DEPDIR)/exportdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/htmlexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkspreadhtmlexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkspreadhtmlexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/html/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/html/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/html/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/html/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/html/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/html/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/html/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -458,7 +609,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkspreadhtmlexport_la_LDFLAGS) $(libkspreadhtmlexport_la_OBJECTS) $(libkspreadhtmlexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -466,27 +617,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/exportdialog.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/htmlexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -497,30 +647,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -529,6 +673,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -540,8 +685,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -550,21 +711,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -582,10 +743,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -597,7 +758,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -605,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -621,14 +782,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -648,7 +812,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -656,21 +821,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -704,7 +878,7 @@
+ 	-rm -f  htmlexport.moc exportdialog.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html CHANGELOG exportwidget.ui htmlexport.h kspread_html_export.desktop exportdialog.h 
++KDE_DIST=Makefile.in status.html CHANGELOG exportwidget.ui htmlexport.h kspread_html_export.desktop exportdialog.h Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -718,10 +892,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/html/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/html/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/html/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/html/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/latex/export/Makefile.in koffice-1.4.2/filters/kspread/latex/export/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/latex/export/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/latex/export/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,150 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/latex/export
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkspreadlatexexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkspreadlatexexport_la_OBJECTS = cell.lo column.lo config.lo \
++	document.lo fileheader.lo format.lo \
++	kspreadlatexexportdiaImpl.lo latexexport.lo \
++	latexexportIface.lo map.lo pen.lo row.lo spreadsheet.lo \
++	table.lo xmlparser.lo
++#>- libkspreadlatexexport_la_OBJECTS =  \
++#>- 	$(am_libkspreadlatexexport_la_OBJECTS)
++#>+ 8
++libkspreadlatexexport_la_final_OBJECTS = libkspreadlatexexport_la.all_cc.lo 
++libkspreadlatexexport_la_nofinal_OBJECTS = cell.lo column.lo config.lo \
++	document.lo fileheader.lo format.lo \
++	kspreadlatexexportdiaImpl.lo latexexport.lo \
++	latexexportIface.lo map.lo pen.lo row.lo spreadsheet.lo \
++	table.lo xmlparser.lo latexexportIface_skel.lo latexexportdia.lo
++ at KDE_USE_FINAL_FALSE@libkspreadlatexexport_la_OBJECTS = $(libkspreadlatexexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkspreadlatexexport_la_OBJECTS = $(libkspreadlatexexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkspreadlatexexport_la_SOURCES)
++DIST_SOURCES = $(libkspreadlatexexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +191,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +206,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +217,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +238,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +271,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +291,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +312,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +331,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,24 +449,87 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
+ #>- libkspreadlatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libkspreadlatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkspreadlatexexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkspreadlatexexport.la
+-
+ #>- libkspreadlatexexport_la_SOURCES = cell.cc column.cc config.cc document.cc fileheader.cc \
+ #>- 				 format.cc latexexportdia.ui kspreadlatexexportdiaImpl.cc \
+ #>- 				 latexexport.cc latexexportIface.cc latexexportIface.skel \
+@@ -354,146 +542,91 @@
+ 				 map.cc pen.cc row.cc spreadsheet.cc table.cc \
+ 				 xmlparser.cc latexexportIface_skel.cc latexexportdia.cc
+ 
+-
+ noinst_HEADERS = cell.h column.h config.h document.h fileheader.h format.h \
+ 					kspreadlatexexportdiaImpl.h latexexport.h latexexportIface.h \
+ 					map.h pen.h row.h spreadsheet.h table.h xmlparser.h
+ 
+ 
+-
+ ######## Debug
+ #check_PROGRAMS = texlauncher
+ #texlauncher_SOURCES = texlauncher.cc
+ #texlauncher_LDADD = liblatexexport.la
+ #texlauncher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_latex_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/latex/export
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkspreadlatexexport_la_DEPENDENCIES =
+-am_libkspreadlatexexport_la_OBJECTS = cell.lo column.lo config.lo \
+-	document.lo fileheader.lo format.lo \
+-	kspreadlatexexportdiaImpl.lo latexexport.lo latexexportIface.lo \
+-	map.lo pen.lo row.lo spreadsheet.lo table.lo xmlparser.lo
+-#>- libkspreadlatexexport_la_OBJECTS = \
+-#>- 	$(am_libkspreadlatexexport_la_OBJECTS)
+-#>+ 7
+-libkspreadlatexexport_la_final_OBJECTS = libkspreadlatexexport_la.all_cc.lo 
+-libkspreadlatexexport_la_nofinal_OBJECTS = cell.lo column.lo config.lo \
+-	document.lo fileheader.lo format.lo \
+-	kspreadlatexexportdiaImpl.lo latexexport.lo latexexportIface.lo \
+-	map.lo pen.lo row.lo spreadsheet.lo table.lo xmlparser.lo latexexportIface_skel.lo latexexportdia.lo
+- at KDE_USE_FINAL_FALSE@libkspreadlatexexport_la_OBJECTS = $(libkspreadlatexexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkspreadlatexexport_la_OBJECTS = $(libkspreadlatexexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/cell.Plo ./$(DEPDIR)/column.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/config.Plo ./$(DEPDIR)/document.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/fileheader.Plo ./$(DEPDIR)/format.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspreadlatexexportdiaImpl.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/latexexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/latexexportIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/map.Plo ./$(DEPDIR)/pen.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/row.Plo ./$(DEPDIR)/spreadsheet.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/xmlparser.Plo
+-#>+ 18
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/latexexportIface_skel.P $(DEPDIR)/latexexportdia.P  $(DEPDIR)/libkspreadlatexexport_la.all_cc.P ./$(DEPDIR)/cell.Plo ./$(DEPDIR)/column.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/config.Plo ./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/fileheader.Plo ./$(DEPDIR)/format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspreadlatexexportdiaImpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexportIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/map.Plo ./$(DEPDIR)/pen.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/row.Plo ./$(DEPDIR)/spreadsheet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/xmlparser.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/latexexportIface_skel.P $(DEPDIR)/latexexportdia.P ./$(DEPDIR)/cell.Plo ./$(DEPDIR)/column.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/config.Plo ./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/fileheader.Plo ./$(DEPDIR)/format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspreadlatexexportdiaImpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexportIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/map.Plo ./$(DEPDIR)/pen.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/row.Plo ./$(DEPDIR)/spreadsheet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/xmlparser.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkspreadlatexexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkspreadlatexexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/latex/export/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/latex/export/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/latex/export/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/latex/export/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/latex/export/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/latex/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/latex/export/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -504,7 +637,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkspreadlatexexport_la_LDFLAGS) $(libkspreadlatexexport_la_OBJECTS) $(libkspreadlatexexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -525,27 +658,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/table.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xmlparser.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -556,30 +688,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -588,6 +714,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -599,8 +726,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -609,21 +752,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -641,10 +784,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -656,7 +799,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -664,7 +807,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -680,14 +823,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -707,7 +853,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -715,21 +862,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -769,7 +925,7 @@
+ 	-rm -f  kspreadlatexexportdiaImpl.moc latexexport.moc
+ 
+ #>+ 2
+-KDE_DIST=kspread_latex_export.desktop formula.cc latexexportdia.ui Changelog formula.h 
++KDE_DIST=Makefile.in kspread_latex_export.desktop formula.cc latexexportdia.ui Changelog formula.h Makefile.am 
+ 
+ #>+ 4
+ clean-idl:
+@@ -788,10 +944,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/latex/export/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/latex/export/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/latex/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/latex/export/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/latex/Makefile.in koffice-1.4.2/filters/kspread/latex/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/latex/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/latex/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/latex
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = export
+-subdir = filters/kspread/latex
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/latex/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/latex/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/latex/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/latex/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/latex/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/latex/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/latex/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=BUGS status.html 
++KDE_DIST=Makefile.in BUGS status.html Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/latex/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/latex/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/latex/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/latex/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/libkspreadexport/Makefile.in koffice-1.4.2/filters/kspread/libkspreadexport/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/libkspreadexport/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/libkspreadexport/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,137 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/libkspreadexport
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkspreadexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../kspread/libkspreadcommon.la
++am_libkspreadexport_la_OBJECTS = KSpreadLeader.lo KSpreadBaseWorker.lo
++#>- libkspreadexport_la_OBJECTS = $(am_libkspreadexport_la_OBJECTS)
++#>+ 4
++libkspreadexport_la_final_OBJECTS = libkspreadexport_la.all_cc.lo 
++libkspreadexport_la_nofinal_OBJECTS = KSpreadLeader.lo KSpreadBaseWorker.lo
++ at KDE_USE_FINAL_FALSE@libkspreadexport_la_OBJECTS = $(libkspreadexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkspreadexport_la_OBJECTS = $(libkspreadexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkspreadexport_la_SOURCES)
++DIST_SOURCES = $(libkspreadexport_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,127 +436,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(top_srcdir)/kspread -I$(srcdir)/../libkspreadexport $(KOFFICE_INCLUDES) \
+ 	          $(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) $(all_includes)
+ 
+-
+ #>- libkspreadexport_la_LDFLAGS = $(all_libraries) -module -version-info 1:0:0 -no-undefined
+ #>+ 1
+ libkspreadexport_la_LDFLAGS = $(all_libraries) -module -version-info 1:0:0 -no-undefined $(KDE_NO_UNDEFINED)
+-
+ libkspreadexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la
+ 
+-
+ ####### Files
+ lib_LTLIBRARIES = libkspreadexport.la
+-
+ libkspreadexport_la_SOURCES = KSpreadLeader.cc KSpreadBaseWorker.cc
+-
+ noinst_HEADERS = KSpreadLeader.h KSpreadBaseWorker.h
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/kspread/libkspreadexport
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkspreadexport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la
+-am_libkspreadexport_la_OBJECTS = KSpreadLeader.lo KSpreadBaseWorker.lo
+-#>- libkspreadexport_la_OBJECTS = $(am_libkspreadexport_la_OBJECTS)
+-#>+ 4
+-libkspreadexport_la_final_OBJECTS = libkspreadexport_la.all_cc.lo 
+-libkspreadexport_la_nofinal_OBJECTS = KSpreadLeader.lo KSpreadBaseWorker.lo
+- at KDE_USE_FINAL_FALSE@libkspreadexport_la_OBJECTS = $(libkspreadexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkspreadexport_la_OBJECTS = $(libkspreadexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KSpreadBaseWorker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadLeader.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkspreadexport_la.all_cc.P ./$(DEPDIR)/KSpreadBaseWorker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadLeader.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/KSpreadBaseWorker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadLeader.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkspreadexport_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkspreadexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/libkspreadexport/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/libkspreadexport/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/libkspreadexport/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/libkspreadexport/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/libkspreadexport/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/libkspreadexport/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/libkspreadexport/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -455,7 +604,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkspreadexport_la_LDFLAGS) $(libkspreadexport_la_OBJECTS) $(libkspreadexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -463,27 +612,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KSpreadBaseWorker.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KSpreadLeader.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -495,11 +643,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -508,6 +651,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -519,8 +663,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -529,19 +689,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -559,10 +721,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -574,7 +736,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -582,7 +744,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -598,14 +760,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -621,7 +786,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -629,19 +795,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-info install-info-am \
+ 	install-libLTLIBRARIES install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -656,6 +831,9 @@
+ 	@echo "timestamp" > libkspreadexport.la.closure
+ 
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libkspreadexport.la.closure
+@@ -663,10 +841,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/libkspreadexport/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/libkspreadexport/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/libkspreadexport/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/libkspreadexport/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/Makefile.in koffice-1.4.2/filters/kspread/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = applixspread csv dbase gnumeric latex opencalc html qpro excel
+-subdir = filters/kspread
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/opencalc/Makefile.in koffice-1.4.2/filters/kspread/opencalc/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/opencalc/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/opencalc/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,150 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/opencalc
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libopencalcexport_la_DEPENDENCIES =  \
++	../../../kspread/libkspreadcommon.la \
++	../../liboofilter/liboofilter.la $(am__DEPENDENCIES_1)
++am_libopencalcexport_la_OBJECTS = opencalcexport.lo \
++	opencalcstyleexport.lo
++#>- libopencalcexport_la_OBJECTS = $(am_libopencalcexport_la_OBJECTS)
++#>+ 5
++libopencalcexport_la_final_OBJECTS = libopencalcexport_la.all_cc.lo 
++libopencalcexport_la_nofinal_OBJECTS = opencalcexport.lo \
++	opencalcstyleexport.lo
++ at KDE_USE_FINAL_FALSE@libopencalcexport_la_OBJECTS = $(libopencalcexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libopencalcexport_la_OBJECTS = $(libopencalcexport_la_final_OBJECTS)
++libopencalcimport_la_DEPENDENCIES =  \
++	../../../kspread/libkspreadcommon.la \
++	../../liboofilter/liboofilter.la $(am__DEPENDENCIES_1)
++am_libopencalcimport_la_OBJECTS = opencalcimport.lo
++#>- libopencalcimport_la_OBJECTS = $(am_libopencalcimport_la_OBJECTS)
++#>+ 1
++libopencalcimport_la_OBJECTS = opencalcimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libopencalcexport_la_SOURCES) \
++	$(libopencalcimport_la_SOURCES)
++DIST_SOURCES = $(libopencalcexport_la_SOURCES) \
++	$(libopencalcimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +191,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +206,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +217,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +238,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +271,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +291,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +312,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +331,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,145 +449,170 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir)/../../liboofilter -I$(srcdir) -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
+ 	$(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) $(all_includes)
+ 
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = libopencalcimport.la libopencalcexport.la
+-
+ libopencalcexport_la_SOURCES = opencalcexport.cc opencalcstyleexport.cc
+ #>- libopencalcexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libopencalcexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libopencalcexport_la_LIBADD = ../../../kspread/libkspreadcommon.la ../../liboofilter/liboofilter.la $(KOFFICE_LIBS)
+-
+ libopencalcimport_la_SOURCES = opencalcimport.cc
+ #>- libopencalcimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libopencalcimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libopencalcimport_la_LIBADD = ../../../kspread/libkspreadcommon.la ../../liboofilter/liboofilter.la $(KOFFICE_LIBS)
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_opencalc_import.desktop kspread_opencalc_export.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/opencalc
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libopencalcexport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la \
+-	../../liboofilter/liboofilter.la
+-am_libopencalcexport_la_OBJECTS = opencalcexport.lo \
+-	opencalcstyleexport.lo
+-#>- libopencalcexport_la_OBJECTS = $(am_libopencalcexport_la_OBJECTS)
+-#>+ 5
+-libopencalcexport_la_final_OBJECTS = libopencalcexport_la.all_cc.lo 
+-libopencalcexport_la_nofinal_OBJECTS = opencalcexport.lo \
+-	opencalcstyleexport.lo
+- at KDE_USE_FINAL_FALSE@libopencalcexport_la_OBJECTS = $(libopencalcexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libopencalcexport_la_OBJECTS = $(libopencalcexport_la_final_OBJECTS)
+-libopencalcimport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la \
+-	../../liboofilter/liboofilter.la
+-am_libopencalcimport_la_OBJECTS = opencalcimport.lo
+-#>- libopencalcimport_la_OBJECTS = $(am_libopencalcimport_la_OBJECTS)
+-#>+ 1
+-libopencalcimport_la_OBJECTS = opencalcimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/opencalcexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/opencalcimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/opencalcstyleexport.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libopencalcexport_la.all_cc.P ./$(DEPDIR)/opencalcexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/opencalcimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/opencalcstyleexport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/opencalcexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/opencalcimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/opencalcstyleexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libopencalcexport_la_SOURCES) \
+-	$(libopencalcimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libopencalcexport_la_SOURCES) $(libopencalcimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/opencalc/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/opencalc/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/opencalc/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/opencalc/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/opencalc/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/opencalc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/opencalc/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -478,7 +628,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libopencalcimport_la_LDFLAGS) $(libopencalcimport_la_OBJECTS) $(libopencalcimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -487,27 +637,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/opencalcimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/opencalcstyleexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -518,30 +667,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -550,6 +693,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -561,8 +705,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -571,21 +731,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -603,10 +763,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -618,7 +778,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -626,7 +786,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -642,14 +802,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -669,7 +832,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -677,21 +841,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -734,7 +907,7 @@
+ 	-rm -f  opencalcexport.moc opencalcimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kspread_opencalc_export.desktop kspread_opencalc_import.desktop status.html opencalcstyleexport.h opencalcimport.h opencalcexport.h 
++KDE_DIST=kspread_opencalc_export.desktop kspread_opencalc_import.desktop Makefile.in status.html opencalcstyleexport.h opencalcimport.h opencalcexport.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -743,10 +916,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/opencalc/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/opencalc/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/opencalc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/opencalc/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/qpro/libqpro/Makefile.in koffice-1.4.2/filters/kspread/qpro/libqpro/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/qpro/libqpro/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/qpro/libqpro/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,108 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/qpro/libqpro
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	AUTHORS COPYING ChangeLog INSTALL NEWS TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +147,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +162,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +173,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +194,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +227,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +247,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +268,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +287,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,48 +405,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = qpro src
+-
+ EXTRA_DIST = libqpro.lsm 
+-subdir = filters/kspread/qpro/libqpro
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
+-	Makefile.in NEWS TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/libqpro/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -382,7 +545,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -394,7 +563,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -402,7 +571,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -423,17 +598,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -443,14 +617,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -459,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -469,19 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -496,15 +697,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -514,7 +717,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -526,7 +728,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -534,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -548,7 +750,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -556,6 +758,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -571,43 +775,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/libqpro/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/qpro/libqpro/qpro/Makefile.in koffice-1.4.2/filters/kspread/qpro/libqpro/qpro/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/qpro/libqpro/qpro/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/qpro/libqpro/qpro/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,96 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/qpro/libqpro/qpro
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +135,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +150,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +161,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +182,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +215,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +235,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +256,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +275,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +393,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ noinst_HEADERS = common.h formula.h  record.h  record_factory.h  stream.h  tablenames.h
+-subdir = filters/kspread/qpro/libqpro/qpro
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/qpro/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/qpro/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/qpro/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/qpro/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/qpro/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/qpro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/libqpro/qpro/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -363,11 +525,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -376,6 +533,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -387,8 +545,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -397,19 +571,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -427,9 +603,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -441,7 +615,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -449,7 +623,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -463,7 +637,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -471,6 +645,8 @@
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -486,23 +662,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool distclean distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
+-	install-exec-am install-info install-info-am install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool ctags distclean 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-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -510,12 +695,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/qpro/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/qpro/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/qpro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/libqpro/qpro/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/qpro/libqpro/src/Makefile.in koffice-1.4.2/filters/kspread/qpro/libqpro/src/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/qpro/libqpro/src/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/qpro/libqpro/src/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,126 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/qpro/libqpro/src
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libqpro_la_LIBADD =
++am_libqpro_la_OBJECTS = formula.lo record.lo record_factory.lo \
++	stream.lo tablenames.lo
++#>- libqpro_la_OBJECTS = $(am_libqpro_la_OBJECTS)
++#>+ 5
++libqpro_la_final_OBJECTS = libqpro_la.all_cc.lo 
++libqpro_la_nofinal_OBJECTS = formula.lo record.lo record_factory.lo \
++	stream.lo tablenames.lo
++ at KDE_USE_FINAL_FALSE@libqpro_la_OBJECTS = $(libqpro_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libqpro_la_OBJECTS = $(libqpro_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libqpro_la_SOURCES)
++DIST_SOURCES = $(libqpro_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +165,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +180,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +191,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +212,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +245,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +265,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +286,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +305,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,96 +423,136 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes)
+-
+ noinst_LTLIBRARIES = libqpro.la
+ libqpro_la_SOURCES = formula.cc  record.cc  record_factory.cc  stream.cc  tablenames.cc
+-subdir = filters/kspread/qpro/libqpro/src
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libqpro_la_LDFLAGS =
+-libqpro_la_LIBADD =
+-am_libqpro_la_OBJECTS = formula.lo record.lo record_factory.lo stream.lo \
+-	tablenames.lo
+-#>- libqpro_la_OBJECTS = $(am_libqpro_la_OBJECTS)
+-#>+ 5
+-libqpro_la_final_OBJECTS = libqpro_la.all_cc.lo 
+-libqpro_la_nofinal_OBJECTS = formula.lo record.lo record_factory.lo stream.lo \
+-	tablenames.lo
+- at KDE_USE_FINAL_FALSE@libqpro_la_OBJECTS = $(libqpro_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libqpro_la_OBJECTS = $(libqpro_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/formula.Plo ./$(DEPDIR)/record.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/record_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/stream.Plo ./$(DEPDIR)/tablenames.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libqpro_la.all_cc.P ./$(DEPDIR)/formula.Plo ./$(DEPDIR)/record.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/record_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/stream.Plo ./$(DEPDIR)/tablenames.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/formula.Plo ./$(DEPDIR)/record.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/record_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/stream.Plo ./$(DEPDIR)/tablenames.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libqpro_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libqpro_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/src/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/src/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/src/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/src/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/src/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/libqpro/src/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -419,7 +560,7 @@
+ 	$(CXXLINK)  $(libqpro_la_LDFLAGS) $(libqpro_la_OBJECTS) $(libqpro_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -430,27 +571,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stream.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tablenames.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -462,11 +602,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -475,6 +610,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -486,8 +622,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -496,19 +648,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -526,9 +680,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -540,7 +692,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -548,7 +700,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -564,14 +716,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -587,7 +742,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -595,18 +751,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -614,12 +778,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/libqpro/src/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/src/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/libqpro/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/libqpro/src/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kspread/qpro/Makefile.in koffice-1.4.2/filters/kspread/qpro/Makefile.in
+--- koffice-1.4.2.orig/filters/kspread/qpro/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kspread/qpro/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,152 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kspread/qpro
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libqproimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../../kspread/libkspreadcommon.la libqpro/src/libqpro.la
++am_libqproimport_la_OBJECTS = qproimport.lo qproformula.lo
++#>- libqproimport_la_OBJECTS = $(am_libqproimport_la_OBJECTS)
++#>+ 4
++libqproimport_la_final_OBJECTS = libqproimport_la.all_cc.lo 
++libqproimport_la_nofinal_OBJECTS = qproimport.lo qproformula.lo
++ at KDE_USE_FINAL_FALSE@libqproimport_la_OBJECTS = $(libqproimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libqproimport_la_OBJECTS = $(libqproimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libqproimport_la_SOURCES)
++DIST_SOURCES = $(libqproimport_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,144 +451,169 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/libqpro -I$(top_srcdir)/kspread \
+ 	$(KOFFICE_INCLUDES) $(KOSCRIPT_INCLUDES) \
+ 	$(KOTEXT_INCLUDES) $(all_includes)
+ 
+ 
+-
+ ####### Files
+ SUBDIRS = libqpro
+-
+ kde_module_LTLIBRARIES = libqproimport.la
+-
+ libqproimport_la_SOURCES = qproimport.cc qproformula.cc
+-
+ #>- libqproimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libqproimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libqproimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la \
+ 	libqpro/src/libqpro.la
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kspread_qpro_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kspread/qpro
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libqproimport_la_DEPENDENCIES = ../../../kspread/libkspreadcommon.la \
+-	libqpro/src/libqpro.la
+-am_libqproimport_la_OBJECTS = qproimport.lo qproformula.lo
+-#>- libqproimport_la_OBJECTS = $(am_libqproimport_la_OBJECTS)
+-#>+ 4
+-libqproimport_la_final_OBJECTS = libqproimport_la.all_cc.lo 
+-libqproimport_la_nofinal_OBJECTS = qproimport.lo qproformula.lo
+- at KDE_USE_FINAL_FALSE@libqproimport_la_OBJECTS = $(libqproimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libqproimport_la_OBJECTS = $(libqproimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/qproformula.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/qproimport.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libqproimport_la.all_cc.P ./$(DEPDIR)/qproformula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/qproimport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/qproformula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/qproimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libqproimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libqproimport_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kspread/qpro/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kspread/qpro/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/Makefile
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -472,7 +624,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libqproimport_la_LDFLAGS) $(libqproimport_la_OBJECTS) $(libqproimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -480,27 +632,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/qproformula.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/qproimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -511,23 +662,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -537,7 +687,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -549,7 +705,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -557,7 +713,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -578,17 +740,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -598,14 +759,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -614,8 +784,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -624,21 +810,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -653,15 +839,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -671,8 +859,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -684,7 +873,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -692,7 +881,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -708,14 +897,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -735,7 +927,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -743,28 +936,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-serviceDATA install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-serviceDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive uninstall-serviceDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -791,7 +990,7 @@
+ 	-rm -f  qproimport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html qproformula.h qproimport.h kspread_qpro_import.desktop 
++KDE_DIST=Makefile.in status.html qproformula.h qproimport.h kspread_qpro_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -800,10 +999,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kspread/qpro/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kspread/qpro/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kspread/qpro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kspread/qpro/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kugar/kugarnop/Makefile.in koffice-1.4.2/filters/kugar/kugarnop/Makefile.in
+--- koffice-1.4.2.orig/filters/kugar/kugarnop/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kugar/kugarnop/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,137 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kugar/kugarnop
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkugarnopimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkugarnopimport_la_OBJECTS = kugarnopimport.lo
++#>- libkugarnopimport_la_OBJECTS = $(am_libkugarnopimport_la_OBJECTS)
++#>+ 1
++libkugarnopimport_la_OBJECTS = kugarnopimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkugarnopimport_la_SOURCES)
++DIST_SOURCES = $(libkugarnopimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,117 +436,160 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+-
+ kde_module_LTLIBRARIES = libkugarnopimport.la
+-
+ libkugarnopimport_la_SOURCES = kugarnopimport.cpp
+ libkugarnopimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libkugarnopimport_la_LIBADD = $(KOFFICE_LIBS)
+-
+ noinst_HEADERS = kugarnopimport.h 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kugar_kugar_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kugar/kugarnop
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkugarnopimport_la_DEPENDENCIES =
+-am_libkugarnopimport_la_OBJECTS = kugarnopimport.lo
+-#>- libkugarnopimport_la_OBJECTS = $(am_libkugarnopimport_la_OBJECTS)
+-#>+ 1
+-libkugarnopimport_la_OBJECTS = kugarnopimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kugarnopimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kugarnopimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkugarnopimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkugarnopimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kugar/kugarnop/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kugar/kugarnop/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kugar/kugarnop/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kugar/kugarnop/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kugar/kugarnop/Makefile
++	  $(AUTOMAKE) --gnu  filters/kugar/kugarnop/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kugar/kugarnop/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -445,34 +600,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkugarnopimport_la_LDFLAGS) $(libkugarnopimport_la_OBJECTS) $(libkugarnopimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kugarnopimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -483,30 +637,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -515,6 +663,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -526,8 +675,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -536,21 +701,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -568,10 +733,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -583,7 +748,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -591,7 +756,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -607,14 +772,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -634,7 +802,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -642,21 +811,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ 
+ # Note: If your filter imports or exports some special file
+@@ -691,7 +869,7 @@
+ 	-rm -f  kugarnopimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kugar_kugar_import.desktop 
++KDE_DIST=kugar_kugar_import.desktop Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -700,10 +878,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kugar/kugarnop/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kugar/kugarnop/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kugar/kugarnop/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kugar/kugarnop/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kugar/Makefile.in koffice-1.4.2/filters/kugar/Makefile.in
+--- koffice-1.4.2.orig/filters/kugar/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kugar/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kugar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = kugarnop
+-subdir = filters/kugar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kugar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kugar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kugar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kugar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kugar/Makefile
++	  $(AUTOMAKE) --gnu  filters/kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kugar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kugar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kugar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kugar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/abiword/Makefile.in koffice-1.4.2/filters/kword/abiword/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/abiword/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kword/abiword/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,150 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/abiword
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libabiwordexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../libexport/libkwordexportfilters.la
++am_libabiwordexport_la_OBJECTS = abiwordexport.lo
++#>- libabiwordexport_la_OBJECTS = $(am_libabiwordexport_la_OBJECTS)
++#>+ 1
++libabiwordexport_la_OBJECTS = abiwordexport.lo
++libabiwordimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libabiwordimport_la_OBJECTS = abiwordimport.lo ImportHelpers.lo \
++	ImportFormatting.lo ImportStyle.lo ImportField.lo
++#>- libabiwordimport_la_OBJECTS = $(am_libabiwordimport_la_OBJECTS)
++#>+ 5
++libabiwordimport_la_final_OBJECTS = libabiwordimport_la.all_cc.lo 
++libabiwordimport_la_nofinal_OBJECTS = abiwordimport.lo ImportHelpers.lo \
++	ImportFormatting.lo ImportStyle.lo ImportField.lo
++ at KDE_USE_FINAL_FALSE@libabiwordimport_la_OBJECTS = $(libabiwordimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libabiwordimport_la_OBJECTS = $(libabiwordimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libabiwordexport_la_SOURCES) \
++	$(libabiwordimport_la_SOURCES)
++DIST_SOURCES = $(libabiwordexport_la_SOURCES) \
++	$(libabiwordimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +191,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +206,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +217,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +238,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +271,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +291,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +312,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +331,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,160 +449,173 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
+-
+ #>- libabiwordimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libabiwordimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libabiwordimport_la_LIBADD = $(KOFFICE_LIBS)
+-
+ #>- libabiwordexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libabiwordexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libabiwordexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libabiwordimport.la libabiwordexport.la
+-
+ libabiwordimport_la_SOURCES = abiwordimport.cc ImportHelpers.cc\
+ ImportFormatting.cc ImportStyle.cc ImportField.cc
+ 
+-
+ libabiwordexport_la_SOURCES = abiwordexport.cc
+-
+ noinst_HEADERS = abiwordimport.h ImportHelpers.h ImportFormatting.h\
+ ImportStyle.h ImportField.h abiwordexport.h
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_abiword_import.desktop kword_abiword_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/abiword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libabiwordexport_la_DEPENDENCIES = ../libexport/libkwordexportfilters.la
+-am_libabiwordexport_la_OBJECTS = abiwordexport.lo
+-#>- libabiwordexport_la_OBJECTS = $(am_libabiwordexport_la_OBJECTS)
+-#>+ 1
+-libabiwordexport_la_OBJECTS = abiwordexport.lo
+-libabiwordimport_la_DEPENDENCIES =
+-am_libabiwordimport_la_OBJECTS = abiwordimport.lo ImportHelpers.lo \
+-	ImportFormatting.lo ImportStyle.lo ImportField.lo
+-#>- libabiwordimport_la_OBJECTS = $(am_libabiwordimport_la_OBJECTS)
+-#>+ 5
+-libabiwordimport_la_final_OBJECTS = libabiwordimport_la.all_cc.lo 
+-libabiwordimport_la_nofinal_OBJECTS = abiwordimport.lo ImportHelpers.lo \
+-	ImportFormatting.lo ImportStyle.lo ImportField.lo
+- at KDE_USE_FINAL_FALSE@libabiwordimport_la_OBJECTS = $(libabiwordimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libabiwordimport_la_OBJECTS = $(libabiwordimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ImportField.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ImportFormatting.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ImportHelpers.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ImportStyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/abiwordexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/abiwordimport.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libabiwordimport_la.all_cc.P ./$(DEPDIR)/ImportField.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportFormatting.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportHelpers.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportStyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/abiwordexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/abiwordimport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/ImportField.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportFormatting.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportHelpers.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportStyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/abiwordexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/abiwordimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libabiwordexport_la_SOURCES) \
+-	$(libabiwordimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libabiwordexport_la_SOURCES) $(libabiwordimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/abiword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/abiword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/abiword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/abiword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/abiword/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/abiword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/abiword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -493,7 +631,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libabiwordimport_la_LDFLAGS) $(libabiwordimport_la_OBJECTS) $(libabiwordimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -505,27 +643,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/abiwordexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/abiwordimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -536,30 +673,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -568,6 +699,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -579,8 +711,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -589,21 +737,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -621,10 +769,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -636,7 +784,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -644,7 +792,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -660,14 +808,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -687,7 +838,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -695,21 +847,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -752,7 +913,7 @@
+ 	-rm -f  abiwordimport.moc abiwordexport.moc
+ 
+ #>+ 2
+-KDE_DIST=NOTES CHANGES status.html FileFormats.html kword_abiword_export.desktop kword_abiword_import.desktop 
++KDE_DIST=NOTES CHANGES Makefile.in status.html FileFormats.html kword_abiword_export.desktop kword_abiword_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -761,10 +922,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/abiword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/abiword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/abiword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/abiword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/amipro/Makefile.in koffice-1.4.2/filters/kword/amipro/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/amipro/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/amipro/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,147 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/amipro
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libamiproexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../libexport/libkwordexportfilters.la
++am_libamiproexport_la_OBJECTS = amiproexport.lo
++#>- libamiproexport_la_OBJECTS = $(am_libamiproexport_la_OBJECTS)
++#>+ 1
++libamiproexport_la_OBJECTS = amiproexport.lo
++libamiproimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libamiproimport_la_OBJECTS = amiproimport.lo amiproparser.lo
++#>- libamiproimport_la_OBJECTS = $(am_libamiproimport_la_OBJECTS)
++#>+ 4
++libamiproimport_la_final_OBJECTS = amiproimport.lo amiproparser.lo 
++libamiproimport_la_nofinal_OBJECTS = amiproimport.lo amiproparser.lo
++ at KDE_USE_FINAL_FALSE@libamiproimport_la_OBJECTS = $(libamiproimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libamiproimport_la_OBJECTS = $(libamiproimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libamiproexport_la_SOURCES) $(libamiproimport_la_SOURCES)
++DIST_SOURCES = $(libamiproexport_la_SOURCES) \
++	$(libamiproimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +188,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +203,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +214,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +235,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +268,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +288,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +309,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +328,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,148 +446,169 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
+ #>- libamiproimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libamiproimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libamiproimport_la_LIBADD = $(KOFFICE_LIBS)
+-
+ #>- libamiproexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libamiproexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libamiproexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libamiproimport.la libamiproexport.la
+-
+ libamiproimport_la_SOURCES = amiproimport.cc amiproparser.cpp
+ libamiproexport_la_SOURCES = amiproexport.cc
+-
+ noinst_HEADERS = amiproparser.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_amipro_import.desktop kword_amipro_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/amipro
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libamiproexport_la_DEPENDENCIES = ../libexport/libkwordexportfilters.la
+-am_libamiproexport_la_OBJECTS = amiproexport.lo
+-#>- libamiproexport_la_OBJECTS = $(am_libamiproexport_la_OBJECTS)
+-#>+ 1
+-libamiproexport_la_OBJECTS = amiproexport.lo
+-libamiproimport_la_DEPENDENCIES =
+-am_libamiproimport_la_OBJECTS = amiproimport.lo amiproparser.lo
+-#>- libamiproimport_la_OBJECTS = $(am_libamiproimport_la_OBJECTS)
+-#>+ 4
+-libamiproimport_la_final_OBJECTS = amiproimport.lo amiproparser.lo 
+-libamiproimport_la_nofinal_OBJECTS = amiproimport.lo amiproparser.lo
+- at KDE_USE_FINAL_FALSE@libamiproimport_la_OBJECTS = $(libamiproimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libamiproimport_la_OBJECTS = $(libamiproimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/amiproexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/amiproimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/amiproparser.Plo
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/amiproexport.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/amiproimport.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/amiproparser.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libamiproexport_la_SOURCES) \
+-	$(libamiproimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libamiproexport_la_SOURCES) $(libamiproimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/amipro/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/amipro/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/amipro/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/amipro/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/amipro/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/amipro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/amipro/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -481,7 +624,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libamiproimport_la_LDFLAGS) $(libamiproimport_la_OBJECTS) $(libamiproimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -490,45 +633,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/amiproimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/amiproparser.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -539,30 +684,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -571,6 +710,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -582,8 +722,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -592,21 +748,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -624,10 +780,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -639,7 +795,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -647,7 +803,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -663,14 +819,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -690,7 +849,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -698,21 +858,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -755,7 +924,7 @@
+ 	-rm -f  amiproexport.moc amiproimport.moc
+ 
+ #>+ 2
+-KDE_DIST=amiproexport.h status.html kword_amipro_export.desktop kword_amipro_import.desktop FileFormat.txt amiproimport.h 
++KDE_DIST=Makefile.in amiproexport.h status.html kword_amipro_export.desktop kword_amipro_import.desktop FileFormat.txt amiproimport.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -764,10 +933,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/amipro/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/amipro/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/amipro/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/amipro/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/applixword/Makefile.in koffice-1.4.2/filters/kword/applixword/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/applixword/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/applixword/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,137 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/applixword
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libapplixwordimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libapplixwordimport_la_OBJECTS = applixwordimport.lo
++#>- libapplixwordimport_la_OBJECTS = $(am_libapplixwordimport_la_OBJECTS)
++#>+ 1
++libapplixwordimport_la_OBJECTS = applixwordimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libapplixwordimport_la_SOURCES)
++DIST_SOURCES = $(libapplixwordimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,120 +436,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ #>- libapplixwordimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined 
+ #>+ 1
+ libapplixwordimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED) 
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libapplixwordimport.la
+-
+ libapplixwordimport_la_SOURCES = applixwordimport.cc
+ libapplixwordimport_la_LIBADD = $(KOFFICE_LIBS)
+ noinst_HEADERS = applixwordimport.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_applixword_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/applixword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libapplixwordimport_la_DEPENDENCIES =
+-am_libapplixwordimport_la_OBJECTS = applixwordimport.lo
+-#>- libapplixwordimport_la_OBJECTS = $(am_libapplixwordimport_la_OBJECTS)
+-#>+ 1
+-libapplixwordimport_la_OBJECTS = applixwordimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/applixwordimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/applixwordimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libapplixwordimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libapplixwordimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/applixword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/applixword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/applixword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/applixword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/applixword/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/applixword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/applixword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -448,34 +604,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libapplixwordimport_la_LDFLAGS) $(libapplixwordimport_la_OBJECTS) $(libapplixwordimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/applixwordimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -486,30 +641,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -518,6 +667,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -529,8 +679,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -539,21 +705,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -571,10 +737,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -586,7 +752,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -594,7 +760,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -610,14 +776,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -637,7 +806,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -645,21 +815,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -686,7 +865,7 @@
+ 	-rm -f  applixwordimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kword_applixword_import.desktop status.html 
++KDE_DIST=Makefile.in kword_applixword_import.desktop status.html Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -695,10 +874,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/applixword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/applixword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/applixword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/applixword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/ascii/Makefile.in koffice-1.4.2/filters/kword/ascii/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/ascii/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/ascii/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,150 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/ascii
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libasciiexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../libexport/libkwordexportfilters.la
++am_libasciiexport_la_OBJECTS = asciiexport.lo ExportDialog.lo
++#>- libasciiexport_la_OBJECTS = $(am_libasciiexport_la_OBJECTS)
++#>+ 4
++libasciiexport_la_final_OBJECTS = libasciiexport_la.all_cc.lo 
++libasciiexport_la_nofinal_OBJECTS = asciiexport.lo ExportDialog.lo ExportDialogUI.lo
++ at KDE_USE_FINAL_FALSE@libasciiexport_la_OBJECTS = $(libasciiexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libasciiexport_la_OBJECTS = $(libasciiexport_la_final_OBJECTS)
++libasciiimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libasciiimport_la_OBJECTS = asciiimport.lo ImportDialog.lo
++#>- libasciiimport_la_OBJECTS = $(am_libasciiimport_la_OBJECTS)
++#>+ 4
++libasciiimport_la_final_OBJECTS = libasciiimport_la.all_cc.lo 
++libasciiimport_la_nofinal_OBJECTS = asciiimport.lo ImportDialog.lo ImportDialogUI.lo
++ at KDE_USE_FINAL_FALSE@libasciiimport_la_OBJECTS = $(libasciiimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libasciiimport_la_OBJECTS = $(libasciiimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libasciiexport_la_SOURCES) $(libasciiimport_la_SOURCES)
++DIST_SOURCES = $(libasciiexport_la_SOURCES) \
++	$(libasciiimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +191,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +206,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +217,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +238,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +271,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +291,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +312,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +331,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,157 +449,175 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
+-
+ #>- libasciiimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libasciiimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libasciiimport_la_LIBADD = $(KOFFICE_LIBS)
+-
+ #>- libasciiexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libasciiexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libasciiexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libasciiimport.la libasciiexport.la
+-
+ #>- libasciiimport_la_SOURCES = asciiimport.cc ImportDialogUI.ui ImportDialog.cc
+ #>+ 1
+ libasciiimport_la_SOURCES=asciiimport.cc  ImportDialog.cc ImportDialogUI.cc
+-
+ #>- libasciiexport_la_SOURCES = asciiexport.cc ExportDialogUI.ui ExportDialog.cc
+ #>+ 1
+ libasciiexport_la_SOURCES=asciiexport.cc  ExportDialog.cc ExportDialogUI.cc
+-
+ noinst_HEADERS = asciiimport.h ImportDialog.h asciiexport.h ExportDialog.h
+-
+ #>- METASOURCES = AUTO
+-
+ #libasciiimport_la_METASOURCES = asciiimport.moc ImportDialog.moc
+ #libasciiexport_la_METASOURCES = asciiexport.moc ExportDialog.moc
+ service_DATA = kword_ascii_import.desktop kword_ascii_export.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/ascii
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libasciiexport_la_DEPENDENCIES = ../libexport/libkwordexportfilters.la
+-am_libasciiexport_la_OBJECTS = asciiexport.lo ExportDialog.lo
+-#>- libasciiexport_la_OBJECTS = $(am_libasciiexport_la_OBJECTS)
+-#>+ 4
+-libasciiexport_la_final_OBJECTS = libasciiexport_la.all_cc.lo 
+-libasciiexport_la_nofinal_OBJECTS = asciiexport.lo ExportDialog.lo ExportDialogUI.lo
+- at KDE_USE_FINAL_FALSE@libasciiexport_la_OBJECTS = $(libasciiexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libasciiexport_la_OBJECTS = $(libasciiexport_la_final_OBJECTS)
+-libasciiimport_la_DEPENDENCIES =
+-am_libasciiimport_la_OBJECTS = asciiimport.lo ImportDialog.lo
+-#>- libasciiimport_la_OBJECTS = $(am_libasciiimport_la_OBJECTS)
+-#>+ 4
+-libasciiimport_la_final_OBJECTS = libasciiimport_la.all_cc.lo 
+-libasciiimport_la_nofinal_OBJECTS = asciiimport.lo ImportDialog.lo ImportDialogUI.lo
+- at KDE_USE_FINAL_FALSE@libasciiimport_la_OBJECTS = $(libasciiimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libasciiimport_la_OBJECTS = $(libasciiimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ExportDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ImportDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/asciiexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/asciiimport.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/ExportDialogUI.P $(DEPDIR)/ImportDialogUI.P  $(DEPDIR)/libasciiexport_la.all_cc.P $(DEPDIR)/libasciiimport_la.all_cc.P ./$(DEPDIR)/ExportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/asciiexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/asciiimport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/ExportDialogUI.P $(DEPDIR)/ImportDialogUI.P ./$(DEPDIR)/ExportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ImportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/asciiexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/asciiimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libasciiexport_la_SOURCES) $(libasciiimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libasciiexport_la_SOURCES) $(libasciiimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/ascii/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/ascii/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/ascii/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/ascii/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/ascii/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/ascii/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/ascii/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -490,7 +633,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libasciiimport_la_LDFLAGS) $(libasciiimport_la_OBJECTS) $(libasciiimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -500,27 +643,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/asciiexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/asciiimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -531,30 +673,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -563,6 +699,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -574,8 +711,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -584,21 +737,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -616,10 +769,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -631,7 +784,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -639,7 +792,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -655,14 +808,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -682,7 +838,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -690,21 +847,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -761,7 +927,7 @@
+ 	-rm -f  ExportDialog.moc asciiimport.moc ImportDialog.moc asciiexport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html kword_ascii_import.desktop ImportDialogUI.ui ExportDialogUI.ui kword_ascii_export.desktop 
++KDE_DIST=Makefile.in status.html kword_ascii_import.desktop ImportDialogUI.ui ExportDialogUI.ui Makefile.am kword_ascii_export.desktop 
+ 
+ #>+ 5
+ clean-ui:
+@@ -776,10 +942,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/ascii/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/ascii/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/ascii/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/ascii/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/docbook/Makefile.in koffice-1.4.2/filters/kword/docbook/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/docbook/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/docbook/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/docbook
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libdocbookexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../libexport/libkwordexportfilters.la
++am_libdocbookexport_la_OBJECTS = docbookexport.lo
++#>- libdocbookexport_la_OBJECTS = $(am_libdocbookexport_la_OBJECTS)
++#>+ 1
++libdocbookexport_la_OBJECTS = docbookexport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libdocbookexport_la_SOURCES)
++DIST_SOURCES = $(libdocbookexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,121 +437,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
+ #>- libdocbookexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libdocbookexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libdocbookexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libdocbookexport.la
+-
+ libdocbookexport_la_SOURCES = docbookexport.cc
+-
+ noinst_HEADERS = docbookexport.h 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_docbook_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/docbook
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libdocbookexport_la_DEPENDENCIES = ../libexport/libkwordexportfilters.la
+-am_libdocbookexport_la_OBJECTS = docbookexport.lo
+-#>- libdocbookexport_la_OBJECTS = $(am_libdocbookexport_la_OBJECTS)
+-#>+ 1
+-libdocbookexport_la_OBJECTS = docbookexport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/docbookexport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/docbookexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libdocbookexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libdocbookexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/docbook/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/docbook/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/docbook/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/docbook/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/docbook/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/docbook/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/docbook/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -449,34 +605,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libdocbookexport_la_LDFLAGS) $(libdocbookexport_la_OBJECTS) $(libdocbookexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/docbookexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -487,30 +642,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -519,6 +668,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -530,8 +680,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -540,21 +706,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -572,10 +738,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -587,7 +753,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -595,7 +761,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -611,14 +777,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -638,7 +807,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -646,21 +816,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -687,7 +866,7 @@
+ 	-rm -f  docbookexport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html kword_docbook_export.desktop 
++KDE_DIST=Makefile.in status.html kword_docbook_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -696,10 +875,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/docbook/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/docbook/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/docbook/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/docbook/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/html/export/Makefile.in koffice-1.4.2/filters/kword/html/export/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/html/export/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/html/export/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,143 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/html/export
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libhtmlexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../libexport/libkwordexportfilters.la
++am_libhtmlexport_la_OBJECTS = htmlexport.lo ExportDialog.lo \
++	ExportFilter.lo ExportCss.lo ExportDocStruct.lo ExportBasic.lo
++#>- libhtmlexport_la_OBJECTS = $(am_libhtmlexport_la_OBJECTS)
++#>+ 5
++libhtmlexport_la_final_OBJECTS = libhtmlexport_la.all_cc.lo 
++libhtmlexport_la_nofinal_OBJECTS = htmlexport.lo ExportDialog.lo \
++	ExportFilter.lo ExportCss.lo ExportDocStruct.lo ExportBasic.lo ExportDialogUI.lo
++ at KDE_USE_FINAL_FALSE@libhtmlexport_la_OBJECTS = $(libhtmlexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libhtmlexport_la_OBJECTS = $(libhtmlexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libhtmlexport_la_SOURCES)
++DIST_SOURCES = $(libhtmlexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,151 +442,171 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../../libexport $(all_includes)
+-
+ #>- libhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+-
+ libhtmlexport_la_LIBADD = $(KOFFICE_LIBS) ../../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libhtmlexport.la
+-
+ #>- libhtmlexport_la_SOURCES = htmlexport.cc ExportDialog.cc ExportDialogUI.ui \
+ #>- ExportFilter.cc ExportCss.cc ExportDocStruct.cc ExportBasic.cc
+ #>+ 2
+ libhtmlexport_la_SOURCES=htmlexport.cc ExportDialog.cc  \
+ ExportFilter.cc ExportCss.cc ExportDocStruct.cc ExportBasic.cc ExportDialogUI.cc
+ 
+-
+ noinst_HEADERS = htmlexport.h ExportDialog.h ExportDialogUI.h ExportFilter.h \
+ ExportCss.h ExportDocStruct.h ExportBasic.h
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_html_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/html/export
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libhtmlexport_la_DEPENDENCIES = ../../libexport/libkwordexportfilters.la
+-am_libhtmlexport_la_OBJECTS = htmlexport.lo ExportDialog.lo \
+-	ExportFilter.lo ExportCss.lo ExportDocStruct.lo ExportBasic.lo
+-#>- libhtmlexport_la_OBJECTS = $(am_libhtmlexport_la_OBJECTS)
+-#>+ 5
+-libhtmlexport_la_final_OBJECTS = libhtmlexport_la.all_cc.lo 
+-libhtmlexport_la_nofinal_OBJECTS = htmlexport.lo ExportDialog.lo \
+-	ExportFilter.lo ExportCss.lo ExportDocStruct.lo ExportBasic.lo ExportDialogUI.lo
+- at KDE_USE_FINAL_FALSE@libhtmlexport_la_OBJECTS = $(libhtmlexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libhtmlexport_la_OBJECTS = $(libhtmlexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ExportBasic.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ExportCss.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ExportDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ExportDocStruct.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ExportFilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/htmlexport.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/ExportDialogUI.P  $(DEPDIR)/libhtmlexport_la.all_cc.P ./$(DEPDIR)/ExportBasic.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportCss.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportDocStruct.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/htmlexport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/ExportDialogUI.P ./$(DEPDIR)/ExportBasic.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportCss.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportDocStruct.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ExportFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/htmlexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libhtmlexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libhtmlexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/export/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/html/export/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/html/export/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/export/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/html/export/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/html/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/html/export/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -479,7 +617,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libhtmlexport_la_LDFLAGS) $(libhtmlexport_la_OBJECTS) $(libhtmlexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -491,27 +629,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ExportFilter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/htmlexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -522,30 +659,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -554,6 +685,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -565,8 +697,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -575,21 +723,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -607,10 +755,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -622,7 +770,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -630,7 +778,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -646,14 +794,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -673,7 +824,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -681,21 +833,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -729,7 +890,7 @@
+ 	-rm -f  htmlexport.moc ExportDialog.moc
+ 
+ #>+ 2
+-KDE_DIST=kword_html_export.desktop CHANGELOG ExportDialogUI.ui 
++KDE_DIST=kword_html_export.desktop Makefile.in CHANGELOG ExportDialogUI.ui Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -743,10 +904,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/html/export/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/export/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/html/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/html/export/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/html/import/Makefile.in koffice-1.4.2/filters/kword/html/import/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/html/import/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/html/import/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,143 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/html/import
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libhtmlimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libhtmlimport_la_OBJECTS = htmlimport.lo khtmlreader.lo \
++	kwdwriter.lo
++#>- libhtmlimport_la_OBJECTS = $(am_libhtmlimport_la_OBJECTS)
++#>+ 5
++libhtmlimport_la_final_OBJECTS = libhtmlimport_la.all_cpp.lo 
++libhtmlimport_la_nofinal_OBJECTS = htmlimport.lo khtmlreader.lo \
++	kwdwriter.lo
++ at KDE_USE_FINAL_FALSE@libhtmlimport_la_OBJECTS = $(libhtmlimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libhtmlimport_la_OBJECTS = $(libhtmlimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libhtmlimport_la_SOURCES)
++DIST_SOURCES = $(libhtmlimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,133 +442,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes)
+-
+ #>- libhtmlimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libhtmlimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+-
+ libhtmlimport_la_LIBADD = $(LIB_KHTML) $(KOFFICE_LIBS) $(LIB_KOTEXT)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libhtmlimport.la
+-
+ libhtmlimport_la_SOURCES = htmlimport.cpp khtmlreader.cpp kwdwriter.cpp
+-
+ noinst_HEADERS = htmlimport.h khtmlreader.h kwdwriter.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_html_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/html/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libhtmlimport_la_DEPENDENCIES =
+-am_libhtmlimport_la_OBJECTS = htmlimport.lo khtmlreader.lo kwdwriter.lo
+-#>- libhtmlimport_la_OBJECTS = $(am_libhtmlimport_la_OBJECTS)
+-#>+ 4
+-libhtmlimport_la_final_OBJECTS = libhtmlimport_la.all_cpp.lo 
+-libhtmlimport_la_nofinal_OBJECTS = htmlimport.lo khtmlreader.lo kwdwriter.lo
+- at KDE_USE_FINAL_FALSE@libhtmlimport_la_OBJECTS = $(libhtmlimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libhtmlimport_la_OBJECTS = $(libhtmlimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/htmlimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/khtmlreader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwdwriter.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libhtmlimport_la.all_cpp.P ./$(DEPDIR)/htmlimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/khtmlreader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwdwriter.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/htmlimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/khtmlreader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwdwriter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libhtmlimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libhtmlimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/html/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/html/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/html/import/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/html/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/html/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -461,7 +610,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libhtmlimport_la_LDFLAGS) $(libhtmlimport_la_OBJECTS) $(libhtmlimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +619,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/khtmlreader.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kwdwriter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +649,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +675,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +687,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +713,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +745,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +760,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +768,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +784,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +814,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +823,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -708,7 +880,7 @@
+ 	-rm -f  khtmlreader.moc htmlimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kword_html_import.desktop 
++KDE_DIST=Makefile.in kword_html_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -717,10 +889,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/html/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/html/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/html/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/html/Makefile.in koffice-1.4.2/filters/kword/html/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/html/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/html/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/html
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = export import
+-subdir = filters/kword/html
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/html/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/html/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/html/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/html/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/html/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=status.html 
++KDE_DIST=Makefile.in status.html Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/html/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/html/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/html/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/html/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/kword1.3/import/Makefile.in koffice-1.4.2/filters/kword/kword1.3/import/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/kword1.3/import/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/kword1.3/import/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,142 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/kword1.3/import
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkwordkword1dot3import_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkwordkword1dot3import_la_OBJECTS = kword13document.lo \
++	kword13parser.lo kword13frameset.lo kword13layout.lo \
++	kword13paragraph.lo kword13utils.lo kword13import.lo \
++	kword13oasisgenerator.lo kword13format.lo kword13formatone.lo \
++	kword13formatother.lo kword13picture.lo kword13postparsing.lo
++#>- libkwordkword1dot3import_la_OBJECTS =  \
++#>- 	$(am_libkwordkword1dot3import_la_OBJECTS)
++#>+ 8
++libkwordkword1dot3import_la_final_OBJECTS = libkwordkword1dot3import_la.all_cpp.lo 
++libkwordkword1dot3import_la_nofinal_OBJECTS = kword13document.lo \
++	kword13parser.lo kword13frameset.lo kword13layout.lo \
++	kword13paragraph.lo kword13utils.lo kword13import.lo \
++	kword13oasisgenerator.lo kword13format.lo kword13formatone.lo \
++	kword13formatother.lo kword13picture.lo kword13postparsing.lo
++ at KDE_USE_FINAL_FALSE@libkwordkword1dot3import_la_OBJECTS = $(libkwordkword1dot3import_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkwordkword1dot3import_la_OBJECTS = $(libkwordkword1dot3import_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkwordkword1dot3import_la_SOURCES)
++DIST_SOURCES = $(libkwordkword1dot3import_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,166 +441,166 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = libkwordkword1dot3import.la
+-
+ libkwordkword1dot3import_la_SOURCES = \
+ kword13document.cpp kword13parser.cpp kword13frameset.cpp kword13layout.cpp \
+ kword13paragraph.cpp kword13utils.cpp kword13import.cpp \
+ kword13oasisgenerator.cpp kword13format.cpp kword13formatone.cpp \
+ kword13formatother.cpp kword13picture.cpp kword13postparsing.cpp
+ 
+-
+ #>- libkwordkword1dot3import_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libkwordkword1dot3import_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkwordkword1dot3import_la_LIBADD = $(KOFFICE_LIBS)
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/kword/kword1.3/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkwordkword1dot3import_la_DEPENDENCIES =
+-am_libkwordkword1dot3import_la_OBJECTS = kword13document.lo \
+-	kword13parser.lo kword13frameset.lo kword13layout.lo \
+-	kword13paragraph.lo kword13utils.lo kword13import.lo \
+-	kword13oasisgenerator.lo kword13format.lo kword13formatone.lo \
+-	kword13formatother.lo kword13picture.lo kword13postparsing.lo
+-#>- libkwordkword1dot3import_la_OBJECTS = \
+-#>- 	$(am_libkwordkword1dot3import_la_OBJECTS)
+-#>+ 8
+-libkwordkword1dot3import_la_final_OBJECTS = libkwordkword1dot3import_la.all_cpp.lo 
+-libkwordkword1dot3import_la_nofinal_OBJECTS = kword13document.lo \
+-	kword13parser.lo kword13frameset.lo kword13layout.lo \
+-	kword13paragraph.lo kword13utils.lo kword13import.lo \
+-	kword13oasisgenerator.lo kword13format.lo kword13formatone.lo \
+-	kword13formatother.lo kword13picture.lo kword13postparsing.lo
+- at KDE_USE_FINAL_FALSE@libkwordkword1dot3import_la_OBJECTS = $(libkwordkword1dot3import_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkwordkword1dot3import_la_OBJECTS = $(libkwordkword1dot3import_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kword13document.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13format.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13formatone.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13formatother.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13frameset.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13import.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13layout.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13oasisgenerator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13paragraph.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13parser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13picture.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13postparsing.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kword13utils.Plo
+-#>+ 26
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkwordkword1dot3import_la.all_cpp.P ./$(DEPDIR)/kword13document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13formatone.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13formatother.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13frameset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13import.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13layout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13oasisgenerator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13paragraph.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13parser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13picture.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13postparsing.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13utils.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kword13document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13formatone.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13formatother.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13frameset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13import.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13layout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13oasisgenerator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13paragraph.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13parser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13picture.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13postparsing.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kword13utils.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkwordkword1dot3import_la_SOURCES)
+-DIST_COMMON = README Makefile.am Makefile.in TODO
+-SOURCES = $(libkwordkword1dot3import_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/kword1.3/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/kword1.3/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/kword1.3/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/kword1.3/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/kword1.3/import/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/kword1.3/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/kword1.3/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -494,7 +611,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkwordkword1dot3import_la_LDFLAGS) $(libkwordkword1dot3import_la_OBJECTS) $(libkwordkword1dot3import_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -513,27 +630,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kword13postparsing.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kword13utils.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -545,11 +661,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -558,6 +669,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -569,8 +681,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -579,21 +707,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -611,10 +739,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -626,7 +754,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -634,7 +762,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -650,14 +778,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -677,7 +808,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -685,20 +817,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-data-local install-exec install-exec-am install-info \
+ 	install-info-am install-kde_moduleLTLIBRARIES install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ 
+ #service_DATA = kword_kword1dot3_import.desktop
+@@ -730,7 +870,7 @@
+ 	-rm -f  kword13import.moc
+ 
+ #>+ 2
+-KDE_DIST=kword13picture.h kword13utils.h kword13format.h uninstall.desktop kword13document.h kword13postparsing.h kword13paragraph.h CHANGELOG kword13import.h kword13formatone.h kword13oasisgenerator.h kword13formatother.h kword13parser.h kword13frameset.h kword_kword1dot3_import.desktop TESTFILES.xml kword13layout.h 
++KDE_DIST=kword13picture.h kword13utils.h kword13format.h Makefile.in uninstall.desktop kword13document.h kword13postparsing.h kword13paragraph.h CHANGELOG kword13import.h kword13formatone.h kword13oasisgenerator.h kword13formatother.h kword13parser.h kword13frameset.h kword_kword1dot3_import.desktop TESTFILES.xml kword13layout.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -739,10 +879,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/kword1.3/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/kword1.3/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/kword1.3/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/kword1.3/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/kword1.3/Makefile.in koffice-1.4.2/filters/kword/kword1.3/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/kword1.3/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/kword1.3/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/kword1.3
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +404,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,37 +480,53 @@
+ 
+ #TODO: export
+ SUBDIRS = import
+-subdir = filters/kword/kword1.3
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/kword1.3/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/kword1.3/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/kword1.3/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/kword1.3/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/kword1.3/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/kword1.3/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/kword1.3/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -381,7 +545,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -393,7 +563,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -401,7 +571,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -422,17 +598,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -442,14 +617,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -458,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -468,19 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +697,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +717,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +728,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +750,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +758,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,43 +775,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/kword1.3/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/kword1.3/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/kword1.3/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/kword1.3/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/latex/export/Makefile.in koffice-1.4.2/filters/kword/latex/export/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/latex/export/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/latex/export/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,150 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/latex/export
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkwordlatexexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libkwordlatexexport_la_OBJECTS = anchor.lo config.lo document.lo \
++	element.lo fileheader.lo footnote.lo format.lo formula.lo \
++	key.lo kwordlatexexportdia.lo latexexport.lo \
++	latexexportIface.lo layout.lo listtable.lo para.lo \
++	pixmapFrame.lo table.lo textFrame.lo textformat.lo textzone.lo \
++	variableformat.lo variablezone.lo xml2latexparser.lo \
++	xmlparser.lo
++#>- libkwordlatexexport_la_OBJECTS = $(am_libkwordlatexexport_la_OBJECTS)
++#>+ 10
++libkwordlatexexport_la_final_OBJECTS = libkwordlatexexport_la.all_cc.lo 
++libkwordlatexexport_la_nofinal_OBJECTS = anchor.lo config.lo document.lo \
++	element.lo fileheader.lo footnote.lo format.lo formula.lo \
++	key.lo kwordlatexexportdia.lo latexexport.lo \
++	latexexportIface.lo layout.lo listtable.lo para.lo \
++	pixmapFrame.lo table.lo textFrame.lo textformat.lo textzone.lo \
++	variableformat.lo variablezone.lo xml2latexparser.lo \
++	xmlparser.lo latexexportIface_skel.lo latexexportdia.lo
++ at KDE_USE_FINAL_FALSE@libkwordlatexexport_la_OBJECTS = $(libkwordlatexexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkwordlatexexport_la_OBJECTS = $(libkwordlatexexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkwordlatexexport_la_SOURCES)
++DIST_SOURCES = $(libkwordlatexexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +191,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +206,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +217,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +238,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +271,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +291,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +312,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +331,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,24 +449,87 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(LIBMAGICK_CPPFLAGS) $(all_includes)
+ #>- libkwordlatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIBMAGICK_RPATH) $(LIBMAGICK_LDFLAGS)
+ #>+ 1
+ libkwordlatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED) $(LIBMAGICK_RPATH) $(LIBMAGICK_LDFLAGS)
+ libkwordlatexexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) $(LIBMAGICK_LIBS)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkwordlatexexport.la
+-
+ #>- libkwordlatexexport_la_SOURCES = anchor.cc config.cc document.cc element.cc fileheader.cc \
+ #>-  latexexportdia.ui footnote.cc format.cc formula.cc key.cc \
+ #>-  kwordlatexexportdia.cc latexexport.cc latexexportIface.cc \
+@@ -359,164 +547,86 @@
+  variablezone.cc xml2latexparser.cc xmlparser.cc latexexportIface_skel.cc latexexportdia.cc
+ 
+ 
+-
+ ######## Debug
+ #check_PROGRAMS = texlauncher
+ #texlauncher_SOURCES = texlauncher.cc
+ #texlauncher_LDADD = liblatexexport.la
+ #texlauncher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_latex_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/latex/export
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkwordlatexexport_la_DEPENDENCIES =
+-am_libkwordlatexexport_la_OBJECTS = anchor.lo config.lo document.lo \
+-	element.lo fileheader.lo footnote.lo format.lo formula.lo \
+-	key.lo kwordlatexexportdia.lo latexexport.lo \
+-	latexexportIface.lo layout.lo listtable.lo para.lo \
+-	pixmapFrame.lo table.lo textFrame.lo textformat.lo textzone.lo \
+-	variableformat.lo variablezone.lo xml2latexparser.lo \
+-	xmlparser.lo
+-#>- libkwordlatexexport_la_OBJECTS = $(am_libkwordlatexexport_la_OBJECTS)
+-#>+ 10
+-libkwordlatexexport_la_final_OBJECTS = libkwordlatexexport_la.all_cc.lo 
+-libkwordlatexexport_la_nofinal_OBJECTS = anchor.lo config.lo document.lo \
+-	element.lo fileheader.lo footnote.lo format.lo formula.lo \
+-	key.lo kwordlatexexportdia.lo latexexport.lo \
+-	latexexportIface.lo layout.lo listtable.lo para.lo \
+-	pixmapFrame.lo table.lo textFrame.lo textformat.lo textzone.lo \
+-	variableformat.lo variablezone.lo xml2latexparser.lo \
+-	xmlparser.lo latexexportIface_skel.lo latexexportdia.lo
+- at KDE_USE_FINAL_FALSE@libkwordlatexexport_la_OBJECTS = $(libkwordlatexexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkwordlatexexport_la_OBJECTS = $(libkwordlatexexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/anchor.Plo ./$(DEPDIR)/config.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/document.Plo ./$(DEPDIR)/element.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/fileheader.Plo ./$(DEPDIR)/footnote.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/format.Plo ./$(DEPDIR)/formula.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/key.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwordlatexexportdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/latexexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/latexexportIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/layout.Plo ./$(DEPDIR)/listtable.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/para.Plo ./$(DEPDIR)/pixmapFrame.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/textFrame.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/textformat.Plo ./$(DEPDIR)/textzone.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/variableformat.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/variablezone.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/xml2latexparser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/xmlparser.Plo
+-#>+ 32
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/latexexportIface_skel.P $(DEPDIR)/latexexportdia.P  $(DEPDIR)/libkwordlatexexport_la.all_cc.P ./$(DEPDIR)/anchor.Plo ./$(DEPDIR)/config.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/document.Plo ./$(DEPDIR)/element.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/fileheader.Plo ./$(DEPDIR)/footnote.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/format.Plo ./$(DEPDIR)/formula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/key.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwordlatexexportdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexportIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/layout.Plo ./$(DEPDIR)/listtable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/para.Plo ./$(DEPDIR)/pixmapFrame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/textFrame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/textformat.Plo ./$(DEPDIR)/textzone.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/variableformat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/variablezone.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/xml2latexparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/xmlparser.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/latexexportIface_skel.P $(DEPDIR)/latexexportdia.P ./$(DEPDIR)/anchor.Plo ./$(DEPDIR)/config.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/document.Plo ./$(DEPDIR)/element.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/fileheader.Plo ./$(DEPDIR)/footnote.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/format.Plo ./$(DEPDIR)/formula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/key.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwordlatexexportdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/latexexportIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/layout.Plo ./$(DEPDIR)/listtable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/para.Plo ./$(DEPDIR)/pixmapFrame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/table.Plo ./$(DEPDIR)/textFrame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/textformat.Plo ./$(DEPDIR)/textzone.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/variableformat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/variablezone.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/xml2latexparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/xmlparser.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkwordlatexexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkwordlatexexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/export/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/latex/export/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/latex/export/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/export/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/export/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/latex/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/export/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -527,7 +637,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkwordlatexexport_la_LDFLAGS) $(libkwordlatexexport_la_OBJECTS) $(libkwordlatexexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -557,27 +667,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xml2latexparser.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xmlparser.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -588,30 +697,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -620,6 +723,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -631,8 +735,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -641,21 +761,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -673,10 +793,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -688,7 +808,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -696,7 +816,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -712,14 +832,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -739,7 +862,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -747,21 +871,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -801,7 +934,7 @@
+ 	-rm -f  kwordlatexexportdia.moc latexexport.moc
+ 
+ #>+ 2
+-KDE_DIST=key.h listepara.h pixmapFrame.h variableformat.h listelement.h fileheader.h latexexportIface.h element.h xmlparser.h kwordlatexexportdia.h layout.h variablezone.h textFrame.h MARKUPS listepara.cc border.h textzone.h anchor.h format.h footnote.h listeformat.h document.h latexexportdia.ui table.h Changelog xml2latexparser.h formula.h textformat.h kword_latex_export.desktop listeformat.cc latexexport.h listelement.cc para.h listtable.h 
++KDE_DIST=key.h listepara.h pixmapFrame.h variableformat.h listelement.h fileheader.h latexexportIface.h Makefile.in element.h xmlparser.h kwordlatexexportdia.h layout.h variablezone.h textFrame.h MARKUPS listepara.cc border.h textzone.h anchor.h format.h footnote.h listeformat.h document.h latexexportdia.ui table.h Changelog xml2latexparser.h formula.h textformat.h kword_latex_export.desktop listeformat.cc latexexport.h listelement.cc para.h listtable.h Makefile.am 
+ 
+ #>+ 4
+ clean-idl:
+@@ -820,10 +953,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/export/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/export/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/latex/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/export/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/latex/import/generator/Makefile.in koffice-1.4.2/filters/kword/latex/import/generator/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/latex/import/generator/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/latex/import/generator/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,138 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/latex/import/generator
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++liblatexgenerator_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_liblatexgenerator_la_OBJECTS = body.lo document.lo \
++	kwordgenerator.lo latex.lo paragraph.lo
++#>- liblatexgenerator_la_OBJECTS = $(am_liblatexgenerator_la_OBJECTS)
++#>+ 5
++liblatexgenerator_la_final_OBJECTS = liblatexgenerator_la.all_cc.lo 
++liblatexgenerator_la_nofinal_OBJECTS = body.lo document.lo \
++	kwordgenerator.lo latex.lo paragraph.lo
++ at KDE_USE_FINAL_FALSE@liblatexgenerator_la_OBJECTS = $(liblatexgenerator_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@liblatexgenerator_la_OBJECTS = $(liblatexgenerator_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(liblatexgenerator_la_SOURCES)
++DIST_SOURCES = $(liblatexgenerator_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,126 +437,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/../parser -I../parser $(all_includes)
+ #>- liblatexgenerator_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ liblatexgenerator_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ liblatexgenerator_la_LIBADD = -lm $(KOFFICE_LIBS)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = liblatexgenerator.la
+-
+ liblatexgenerator_la_SOURCES = body.cc document.cc kwordgenerator.cc latex.cc paragraph.cc
+-
+ noinst_HEADERS = body.h document.h kwordgenerator.h latex.h paragraph.h
+-subdir = filters/kword/latex/import/generator
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-liblatexgenerator_la_DEPENDENCIES =
+-am_liblatexgenerator_la_OBJECTS = body.lo document.lo kwordgenerator.lo \
+-	latex.lo paragraph.lo
+-#>- liblatexgenerator_la_OBJECTS = $(am_liblatexgenerator_la_OBJECTS)
+-#>+ 5
+-liblatexgenerator_la_final_OBJECTS = liblatexgenerator_la.all_cc.lo 
+-liblatexgenerator_la_nofinal_OBJECTS = body.lo document.lo kwordgenerator.lo \
+-	latex.lo paragraph.lo
+- at KDE_USE_FINAL_FALSE@liblatexgenerator_la_OBJECTS = $(liblatexgenerator_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@liblatexgenerator_la_OBJECTS = $(liblatexgenerator_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/body.Plo ./$(DEPDIR)/document.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwordgenerator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/latex.Plo ./$(DEPDIR)/paragraph.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/liblatexgenerator_la.all_cc.P ./$(DEPDIR)/body.Plo ./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwordgenerator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/latex.Plo ./$(DEPDIR)/paragraph.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/body.Plo ./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwordgenerator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/latex.Plo ./$(DEPDIR)/paragraph.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(liblatexgenerator_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(liblatexgenerator_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/generator/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/latex/import/generator/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/latex/import/generator/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/generator/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/import/generator/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/latex/import/generator/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/import/generator/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -454,7 +602,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(liblatexgenerator_la_LDFLAGS) $(liblatexgenerator_la_OBJECTS) $(liblatexgenerator_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -465,27 +613,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/latex.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/paragraph.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -497,11 +644,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -510,6 +652,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -521,8 +664,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -531,19 +690,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -561,10 +722,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -576,7 +737,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -584,7 +745,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -600,14 +761,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -627,7 +791,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -635,19 +800,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -662,6 +836,9 @@
+ 	@echo "timestamp" > liblatexgenerator.la.closure
+ 
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  liblatexgenerator.la.closure
+@@ -669,10 +846,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/import/generator/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/generator/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/latex/import/generator/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/import/generator/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/latex/import/Makefile.in koffice-1.4.2/filters/kword/latex/import/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/latex/import/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/latex/import/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,157 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/latex/import
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in ChangeLog
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkwordlateximport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	parser/liblatexparser.la generator/liblatexgenerator.la
++am_libkwordlateximport_la_OBJECTS = config.lo lateximport.lo \
++	lateximportdia.lo
++#>- libkwordlateximport_la_OBJECTS = $(am_libkwordlateximport_la_OBJECTS)
++#>+ 5
++libkwordlateximport_la_final_OBJECTS = libkwordlateximport_la.all_cc.lo 
++libkwordlateximport_la_nofinal_OBJECTS = config.lo lateximport.lo \
++	lateximportdia.lo lateximportdia_skel.lo
++ at KDE_USE_FINAL_FALSE@libkwordlateximport_la_OBJECTS = $(libkwordlateximport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkwordlateximport_la_OBJECTS = $(libkwordlateximport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkwordlateximport_la_SOURCES)
++DIST_SOURCES = $(libkwordlateximport_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +196,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +211,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +222,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +243,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +276,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +296,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +317,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +336,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +454,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,7 +529,6 @@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = parser generator
+ 
+-
+ ####### General stuff
+ INCLUDES = -I$(srcdir) -I$(srcdir)/parser -I$(srcdir)/generator $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
+ #>- libkwordlateximport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+@@ -339,142 +536,96 @@
+ libkwordlateximport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libkwordlateximport_la_LIBADD = $(KOFFICE_LIBS) parser/liblatexparser.la generator/liblatexgenerator.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libkwordlateximport.la
+-
+ #>- libkwordlateximport_la_SOURCES = config.cc lateximport.cc \
+ #>- 																 lateximportdia.cc lateximportdia.skel
+ #>+ 2
+ libkwordlateximport_la_SOURCES=config.cc lateximport.cc \
+ 																 lateximportdia.cc  lateximportdia_skel.cc
+ 
+-
+ noinst_HEADERS = config.h lateximport.h lateximportdia.h
+ 
+-
+ ######## Debug
+ #check_PROGRAMS = texlauncher
+ #texlauncher_SOURCES = texlauncher.cc
+ #texlauncher_LDADD = liblatexexport.la
+ #texlauncher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_latex_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/latex/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkwordlateximport_la_DEPENDENCIES = parser/liblatexparser.la \
+-	generator/liblatexgenerator.la
+-am_libkwordlateximport_la_OBJECTS = config.lo lateximport.lo \
+-	lateximportdia.lo
+-#>- libkwordlateximport_la_OBJECTS = $(am_libkwordlateximport_la_OBJECTS)
+-#>+ 5
+-libkwordlateximport_la_final_OBJECTS = libkwordlateximport_la.all_cc.lo 
+-libkwordlateximport_la_nofinal_OBJECTS = config.lo lateximport.lo \
+-	lateximportdia.lo lateximportdia_skel.lo
+- at KDE_USE_FINAL_FALSE@libkwordlateximport_la_OBJECTS = $(libkwordlateximport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkwordlateximport_la_OBJECTS = $(libkwordlateximport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/config.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/lateximport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/lateximportdia.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/lateximportdia_skel.P  $(DEPDIR)/libkwordlateximport_la.all_cc.P ./$(DEPDIR)/config.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/lateximport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/lateximportdia.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/lateximportdia_skel.P ./$(DEPDIR)/config.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/lateximport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/lateximportdia.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkwordlateximport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkwordlateximport_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/latex/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/latex/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/import/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/latex/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -485,7 +636,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkwordlateximport_la_LDFLAGS) $(libkwordlateximport_la_OBJECTS) $(libkwordlateximport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -494,27 +645,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lateximport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lateximportdia.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -525,23 +675,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -551,7 +700,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -563,7 +718,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -571,7 +726,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -592,17 +753,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -612,14 +772,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -628,8 +797,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -638,21 +823,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -667,15 +852,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -685,8 +872,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -698,7 +886,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -706,7 +894,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -722,14 +910,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -749,7 +940,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -757,28 +949,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-serviceDATA install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-serviceDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive uninstall-serviceDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -818,7 +1016,7 @@
+ 	-rm -f  lateximportdia.moc lateximport.moc
+ 
+ #>+ 2
+-KDE_DIST=kword_latex_import.desktop 
++KDE_DIST=Makefile.in kword_latex_import.desktop Makefile.am 
+ 
+ #>+ 4
+ clean-idl:
+@@ -832,10 +1030,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/latex/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/latex/import/parser/Makefile.in koffice-1.4.2/filters/kword/latex/import/parser/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/latex/import/parser/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/latex/import/parser/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,146 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++check_PROGRAMS = texlauncher$(EXEEXT)
++subdir = filters/kword/latex/import/parser
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++liblatexparser_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_liblatexparser_la_OBJECTS = command.lo comment.lo element.lo env.lo \
++	group.lo latexparser.lo param.lo text.lo texparser.lo \
++	texscaner.lo
++#>- liblatexparser_la_OBJECTS = $(am_liblatexparser_la_OBJECTS)
++#>+ 6
++liblatexparser_la_final_OBJECTS = liblatexparser_la.all_cc.lo 
++liblatexparser_la_nofinal_OBJECTS = command.lo comment.lo element.lo env.lo \
++	group.lo latexparser.lo param.lo text.lo texparser.lo \
++	texscaner.lo
++ at KDE_USE_FINAL_FALSE@liblatexparser_la_OBJECTS = $(liblatexparser_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@liblatexparser_la_OBJECTS = $(liblatexparser_la_final_OBJECTS)
++am_texlauncher_OBJECTS = texlauncher.$(OBJEXT)
++#>- texlauncher_OBJECTS = $(am_texlauncher_OBJECTS)
++#>+ 1
++texlauncher_OBJECTS = texlauncher.$(OBJEXT)
++texlauncher_DEPENDENCIES = liblatexexport.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(liblatexparser_la_SOURCES) $(texlauncher_SOURCES)
++DIST_SOURCES = $(liblatexparser_la_SOURCES) $(texlauncher_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +187,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +202,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +213,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +234,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +267,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +287,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +308,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +327,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,156 +445,170 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(all_includes)
+ #>- liblatexparser_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ liblatexparser_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ liblatexparser_la_LIBADD = -lm $(KOFFICE_LIBS)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = liblatexparser.la
+-
+ liblatexparser_la_SOURCES = command.cc comment.cc element.cc env.cc group.cc \
+ 														latexparser.cc param.cc text.cc texparser.cc \
+ 														texscaner.cc
+ 
+-
+ noinst_HEADERS = command.h comment.h element.h env.h group.h \
+ 								 latexparser.h param.h text.h
+ 
+-# -p texparser
+-######## Debug
+-check_PROGRAMS = texlauncher
+ texlauncher_SOURCES = texlauncher.cc
+ texlauncher_LDADD = liblatexexport.la
+ texlauncher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/kword/latex/import/parser
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-liblatexparser_la_DEPENDENCIES =
+-am_liblatexparser_la_OBJECTS = command.lo comment.lo element.lo env.lo \
+-	group.lo latexparser.lo param.lo text.lo texparser.lo \
+-	texscaner.lo
+-#>- liblatexparser_la_OBJECTS = $(am_liblatexparser_la_OBJECTS)
+-#>+ 6
+-liblatexparser_la_final_OBJECTS = liblatexparser_la.all_cc.lo 
+-liblatexparser_la_nofinal_OBJECTS = command.lo comment.lo element.lo env.lo \
+-	group.lo latexparser.lo param.lo text.lo texparser.lo \
+-	texscaner.lo
+- at KDE_USE_FINAL_FALSE@liblatexparser_la_OBJECTS = $(liblatexparser_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@liblatexparser_la_OBJECTS = $(liblatexparser_la_final_OBJECTS)
+-check_PROGRAMS = texlauncher$(EXEEXT)
+-am_texlauncher_OBJECTS = texlauncher.$(OBJEXT)
+-#>- texlauncher_OBJECTS = $(am_texlauncher_OBJECTS)
+-#>+ 1
+-texlauncher_OBJECTS = texlauncher.$(OBJEXT)
+-texlauncher_DEPENDENCIES = liblatexexport.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/command.Plo ./$(DEPDIR)/comment.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/element.Plo ./$(DEPDIR)/env.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/group.Plo ./$(DEPDIR)/latexparser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/param.Plo ./$(DEPDIR)/texlauncher.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/texparser.Plo ./$(DEPDIR)/texscaner.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/text.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/liblatexparser_la.all_cc.P ./$(DEPDIR)/command.Plo ./$(DEPDIR)/comment.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/element.Plo ./$(DEPDIR)/env.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/group.Plo ./$(DEPDIR)/latexparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/param.Plo ./$(DEPDIR)/texlauncher.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/texparser.Plo ./$(DEPDIR)/texscaner.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/text.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/command.Plo ./$(DEPDIR)/comment.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/element.Plo ./$(DEPDIR)/env.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/group.Plo ./$(DEPDIR)/latexparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/param.Plo ./$(DEPDIR)/texlauncher.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/texparser.Plo ./$(DEPDIR)/texscaner.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/text.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(liblatexparser_la_SOURCES) $(texlauncher_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(liblatexparser_la_SOURCES) $(texlauncher_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/parser/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/latex/import/parser/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/latex/import/parser/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/parser/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/import/parser/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/latex/import/parser/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/import/parser/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -494,7 +629,7 @@
+ 	$(CXXLINK) $(texlauncher_LDFLAGS) $(texlauncher_OBJECTS) $(texlauncher_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -511,27 +646,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/texscaner.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/text.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -543,11 +677,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -556,6 +685,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -567,8 +697,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -577,21 +723,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -610,10 +756,10 @@
+ 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -625,7 +771,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -633,7 +779,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -642,21 +788,24 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-am
+ 
+-#>- clean-am: clean-checkPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-#>- 	clean-libtool mostlyclean-am
++#>- clean-am: clean-checkPROGRAMS clean-generic \
++#>- 	clean-kde_moduleLTLIBRARIES clean-libtool mostlyclean-am
+ #>+ 2
+-clean-am: clean-closures clean-bcheck clean-final  clean-checkPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-libtool mostlyclean-am
++clean-am: clean-closures clean-bcheck clean-final  clean-checkPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -676,7 +825,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -684,18 +834,27 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-checkPROGRAMS \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	distclean distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-kde_moduleLTLIBRARIES install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean \
++	clean-checkPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
++	clean-libtool ctags 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-exec install-exec-am \
++	install-info install-info-am install-kde_moduleLTLIBRARIES \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ 
+@@ -718,7 +877,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=texparser.lex stack.h main.cc texparser.l option.h texscaner.y 
++KDE_DIST=texparser.lex Makefile.in stack.h main.cc texparser.l option.h texscaner.y Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -727,10 +886,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/import/parser/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/import/parser/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/latex/import/parser/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/import/parser/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/latex/Makefile.in koffice-1.4.2/filters/kword/latex/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/latex/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/latex/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/latex
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = export
+-subdir = filters/kword/latex
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/latex/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/latex/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/latex/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,31 +773,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ #SUBDIRS = export import
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -602,15 +811,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=BUGS status.html 
++KDE_DIST=Makefile.in BUGS status.html Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/latex/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/latex/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/latex/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/libexport/Makefile.in koffice-1.4.2/filters/kword/libexport/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/libexport/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/libexport/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,141 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/libexport
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkwordexportfilters_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkwordexportfilters_la_OBJECTS = TagProcessing.lo \
++	KWEFStructures.lo ProcessDocument.lo KWEFUtil.lo \
++	KWEFKWordLeader.lo KWEFBaseWorker.lo
++#>- libkwordexportfilters_la_OBJECTS =  \
++#>- 	$(am_libkwordexportfilters_la_OBJECTS)
++#>+ 6
++libkwordexportfilters_la_final_OBJECTS = libkwordexportfilters_la.all_cc.lo 
++libkwordexportfilters_la_nofinal_OBJECTS = TagProcessing.lo \
++	KWEFStructures.lo ProcessDocument.lo KWEFUtil.lo \
++	KWEFKWordLeader.lo KWEFBaseWorker.lo
++ at KDE_USE_FINAL_FALSE@libkwordexportfilters_la_OBJECTS = $(libkwordexportfilters_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkwordexportfilters_la_OBJECTS = $(libkwordexportfilters_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkwordexportfilters_la_SOURCES)
++DIST_SOURCES = $(libkwordexportfilters_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,146 +440,166 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+-
+ #>- libkwordexportfilters_la_LDFLAGS = $(all_libraries) -version-info 1:1:0 -no-undefined
+ #>+ 1
+ libkwordexportfilters_la_LDFLAGS = $(all_libraries) -version-info 1:1:0 -no-undefined $(KDE_NO_UNDEFINED)
+-
+ libkwordexportfilters_la_LIBADD = $(KOFFICE_LIBS)
+ 
+-
+ ####### Files
+ lib_LTLIBRARIES = libkwordexportfilters.la
+-
+ libkwordexportfilters_la_SOURCES = TagProcessing.cc KWEFStructures.cc\
+ ProcessDocument.cc KWEFUtil.cc KWEFKWordLeader.cc KWEFBaseWorker.cc
+ 
+-
+ noinst_HEADERS = TagProcessing.h KWEFStructures.h\
+ ProcessDocument.h KWEFUtil.h KWEFKWordLeader.h KWEFBaseWorker.h
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/kword/libexport
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkwordexportfilters_la_DEPENDENCIES =
+-am_libkwordexportfilters_la_OBJECTS = TagProcessing.lo KWEFStructures.lo \
+-	ProcessDocument.lo KWEFUtil.lo KWEFKWordLeader.lo \
+-	KWEFBaseWorker.lo
+-#>- libkwordexportfilters_la_OBJECTS = \
+-#>- 	$(am_libkwordexportfilters_la_OBJECTS)
+-#>+ 6
+-libkwordexportfilters_la_final_OBJECTS = libkwordexportfilters_la.all_cc.lo 
+-libkwordexportfilters_la_nofinal_OBJECTS = TagProcessing.lo KWEFStructures.lo \
+-	ProcessDocument.lo KWEFUtil.lo KWEFKWordLeader.lo \
+-	KWEFBaseWorker.lo
+- at KDE_USE_FINAL_FALSE@libkwordexportfilters_la_OBJECTS = $(libkwordexportfilters_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkwordexportfilters_la_OBJECTS = $(libkwordexportfilters_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KWEFBaseWorker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWEFKWordLeader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWEFStructures.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWEFUtil.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ProcessDocument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/TagProcessing.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkwordexportfilters_la.all_cc.P ./$(DEPDIR)/KWEFBaseWorker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWEFKWordLeader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWEFStructures.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWEFUtil.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ProcessDocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/TagProcessing.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/KWEFBaseWorker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWEFKWordLeader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWEFStructures.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWEFUtil.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ProcessDocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/TagProcessing.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkwordexportfilters_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libkwordexportfilters_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/libexport/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/libexport/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/libexport/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/libexport/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/libexport/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/libexport/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/libexport/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -474,7 +610,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkwordexportfilters_la_LDFLAGS) $(libkwordexportfilters_la_OBJECTS) $(libkwordexportfilters_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -486,27 +622,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ProcessDocument.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/TagProcessing.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -518,11 +653,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -531,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -542,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -552,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -584,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -599,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -607,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -623,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -646,7 +796,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -654,19 +805,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-info install-info-am \
+ 	install-libLTLIBRARIES install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -682,7 +842,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=CHANGES 
++KDE_DIST=CHANGES Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -691,10 +851,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/libexport/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/libexport/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/libexport/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/libexport/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/Makefile.in koffice-1.4.2/filters/kword/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/Makefile.in	2005-10-05 12:52:35.000000000 +0200
++++ koffice-1.4.2/filters/kword/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,109 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = libexport abiword amipro applixword ascii docbook html \
++	kword1.3 latex msword mswrite oowriter palmdoc pdf rtf wml \
++	wordperfect
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +148,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +163,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +174,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +195,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +228,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +248,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +269,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +288,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,52 +406,131 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ @include_wv2_msword_filter_TRUE at MSWORD_SUBDIR = msword
+-
+ SUBDIRS = libexport abiword amipro applixword ascii docbook html kword1.3 \
+ 	latex $(MSWORD_SUBDIR) mswrite oowriter palmdoc pdf rtf  wml \
+ 	wordperfect
+ 
+-subdir = filters/kword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = libexport abiword amipro applixword ascii docbook html \
+-	kword1.3 latex msword mswrite oowriter palmdoc pdf rtf wml \
+-	wordperfect
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -386,7 +549,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -398,7 +567,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -406,7 +575,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -427,17 +602,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -447,14 +621,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -463,8 +646,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -473,19 +672,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -502,13 +703,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -518,7 +721,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -530,7 +732,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -538,7 +740,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -552,7 +754,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -560,6 +762,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -575,43 +779,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/msword/Makefile.in koffice-1.4.2/filters/kword/msword/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/msword/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/msword/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,143 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/msword
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	missing
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libmswordimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libmswordimport_la_OBJECTS = mswordimport.lo document.lo \
++	conversion.lo texthandler.lo tablehandler.lo \
++	graphicshandler.lo
++#>- libmswordimport_la_OBJECTS = $(am_libmswordimport_la_OBJECTS)
++#>+ 6
++libmswordimport_la_final_OBJECTS = libmswordimport_la.all_cpp.lo 
++libmswordimport_la_nofinal_OBJECTS = mswordimport.lo document.lo \
++	conversion.lo texthandler.lo tablehandler.lo \
++	graphicshandler.lo
++ at KDE_USE_FINAL_FALSE@libmswordimport_la_OBJECTS = $(libmswordimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libmswordimport_la_OBJECTS = $(libmswordimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libmswordimport_la_SOURCES)
++DIST_SOURCES = $(libmswordimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,138 +442,163 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(LIBWV2_CFLAGS) $(all_includes)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libmswordimport.la
+-
+ libmswordimport_la_SOURCES = mswordimport.cpp document.cpp conversion.cpp \
+ 	texthandler.cpp tablehandler.cpp graphicshandler.cpp
+ 
+ libmswordimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libmswordimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBWV2_LIBS)
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_msword_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/msword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libmswordimport_la_DEPENDENCIES =
+-am_libmswordimport_la_OBJECTS = mswordimport.lo document.lo \
+-	conversion.lo texthandler.lo tablehandler.lo graphicshandler.lo
+-#>- libmswordimport_la_OBJECTS = $(am_libmswordimport_la_OBJECTS)
+-#>+ 5
+-libmswordimport_la_final_OBJECTS = libmswordimport_la.all_cpp.lo 
+-libmswordimport_la_nofinal_OBJECTS = mswordimport.lo document.lo \
+-	conversion.lo texthandler.lo tablehandler.lo graphicshandler.lo
+- at KDE_USE_FINAL_FALSE@libmswordimport_la_OBJECTS = $(libmswordimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libmswordimport_la_OBJECTS = $(libmswordimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/conversion.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/document.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/graphicshandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mswordimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tablehandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/texthandler.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libmswordimport_la.all_cpp.P ./$(DEPDIR)/conversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/graphicshandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mswordimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tablehandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/texthandler.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/conversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/graphicshandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mswordimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tablehandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/texthandler.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libmswordimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in missing
+-SOURCES = $(libmswordimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/msword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/msword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/msword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/msword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/msword/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/msword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/msword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -466,7 +609,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libmswordimport_la_LDFLAGS) $(libmswordimport_la_OBJECTS) $(libmswordimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -478,27 +621,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tablehandler.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/texthandler.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -509,30 +651,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -541,6 +677,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -552,8 +689,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -562,21 +715,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -594,10 +747,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -609,7 +762,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -617,7 +770,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -633,14 +786,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -660,7 +816,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -668,21 +825,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -737,7 +903,7 @@
+ 	-rm -f  texthandler.moc tablehandler.moc document.moc mswordimport.moc graphicshandler.moc
+ 
+ #>+ 2
+-KDE_DIST=versionmagic.h configure.in.in kword_msword_import.desktop conversion.h mswordimport.h texthandler.h document.h graphicshandler.h configure.in.bot tablehandler.h 
++KDE_DIST=versionmagic.h Makefile.in configure.in.in kword_msword_import.desktop conversion.h mswordimport.h texthandler.h document.h graphicshandler.h configure.in.bot tablehandler.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -746,10 +912,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/msword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/msword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/msword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/msword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/mswrite/Makefile.in koffice-1.4.2/filters/kword/mswrite/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/mswrite/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/mswrite/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,159 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/mswrite
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libmswriteexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../libexport/libkwordexportfilters.la
++am_libmswriteexport_la_OBJECTS = mswriteexport.lo libmswrite_defs.lo \
++	structures_generated.lo structures_private.lo structures.lo \
++	libmswrite.lo
++#>- libmswriteexport_la_OBJECTS = $(am_libmswriteexport_la_OBJECTS)
++#>+ 6
++libmswriteexport_la_final_OBJECTS = mswriteexport.lo libmswriteexport_la.all_cpp.lo 
++libmswriteexport_la_nofinal_OBJECTS = mswriteexport.lo libmswrite_defs.lo \
++	structures_generated.lo structures_private.lo structures.lo \
++	libmswrite.lo
++ at KDE_USE_FINAL_FALSE@libmswriteexport_la_OBJECTS = $(libmswriteexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libmswriteexport_la_OBJECTS = $(libmswriteexport_la_final_OBJECTS)
++libmswriteimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libmswriteimport_la_OBJECTS = mswriteimport.lo libmswrite_defs.lo \
++	structures_generated.lo structures_private.lo structures.lo \
++	libmswrite.lo ImportDialog.lo
++#>- libmswriteimport_la_OBJECTS = $(am_libmswriteimport_la_OBJECTS)
++#>+ 6
++libmswriteimport_la_final_OBJECTS = libmswriteimport_la.all_cc.lo libmswriteimport_la.all_cpp.lo 
++libmswriteimport_la_nofinal_OBJECTS = mswriteimport.lo libmswrite_defs.lo \
++	structures_generated.lo structures_private.lo structures.lo \
++	libmswrite.lo ImportDialog.lo ImportDialogUI.lo
++ at KDE_USE_FINAL_FALSE@libmswriteimport_la_OBJECTS = $(libmswriteimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libmswriteimport_la_OBJECTS = $(libmswriteimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libmswriteexport_la_SOURCES) \
++	$(libmswriteimport_la_SOURCES)
++DIST_SOURCES = $(libmswriteexport_la_SOURCES) \
++	$(libmswriteimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +200,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +215,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +226,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +247,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +280,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +300,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +321,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +340,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,36 +458,96 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libmswriteimport.la libmswriteexport.la
+-
+ #>- libmswriteimport_la_SOURCES = mswriteimport.cc \
+ #>- 								libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp ImportDialogUI.ui ImportDialog.cc
+ #>+ 2
+ libmswriteimport_la_SOURCES=mswriteimport.cc \
+ 								libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp  ImportDialog.cc ImportDialogUI.cc
+ 
+-
+ libmswriteimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libmswriteimport_la_LIBADD = $(KOFFICE_LIBS)
+-
+ libmswriteexport_la_SOURCES = mswriteexport.cc	\
+ 								libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp
+ 
+ libmswriteexport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libmswriteexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../libexport/libkwordexportfilters.la
+-
+ noinst_HEADERS = mswriteimport.h mswriteexport.h \
+ 					  config.libmswrite.h \
+ 					  ImportDialog.h \
+@@ -366,148 +560,80 @@
+ 					  structures_private.h
+ 
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_mswrite_import.desktop kword_mswrite_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/mswrite
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libmswriteexport_la_DEPENDENCIES = ../libexport/libkwordexportfilters.la
+-am_libmswriteexport_la_OBJECTS = mswriteexport.lo libmswrite_defs.lo \
+-	structures_generated.lo structures_private.lo structures.lo \
+-	libmswrite.lo
+-#>- libmswriteexport_la_OBJECTS = $(am_libmswriteexport_la_OBJECTS)
+-#>+ 6
+-libmswriteexport_la_final_OBJECTS = mswriteexport.lo libmswriteexport_la.all_cpp.lo 
+-libmswriteexport_la_nofinal_OBJECTS = mswriteexport.lo libmswrite_defs.lo \
+-	structures_generated.lo structures_private.lo structures.lo \
+-	libmswrite.lo
+- at KDE_USE_FINAL_FALSE@libmswriteexport_la_OBJECTS = $(libmswriteexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libmswriteexport_la_OBJECTS = $(libmswriteexport_la_final_OBJECTS)
+-libmswriteimport_la_DEPENDENCIES =
+-am_libmswriteimport_la_OBJECTS = mswriteimport.lo libmswrite_defs.lo \
+-	structures_generated.lo structures_private.lo structures.lo \
+-	libmswrite.lo ImportDialog.lo
+-#>- libmswriteimport_la_OBJECTS = $(am_libmswriteimport_la_OBJECTS)
+-#>+ 6
+-libmswriteimport_la_final_OBJECTS = libmswriteimport_la.all_cc.lo libmswriteimport_la.all_cpp.lo 
+-libmswriteimport_la_nofinal_OBJECTS = mswriteimport.lo libmswrite_defs.lo \
+-	structures_generated.lo structures_private.lo structures.lo \
+-	libmswrite.lo ImportDialog.lo ImportDialogUI.lo
+- at KDE_USE_FINAL_FALSE@libmswriteimport_la_OBJECTS = $(libmswriteimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libmswriteimport_la_OBJECTS = $(libmswriteimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ImportDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/libmswrite.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/libmswrite_defs.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mswriteexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mswriteimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/structures.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/structures_generated.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/structures_private.Plo
+-#>+ 16
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/ImportDialogUI.P  $(DEPDIR)/libmswriteexport_la.all_cpp.P $(DEPDIR)/libmswriteimport_la.all_cc.P $(DEPDIR)/libmswriteimport_la.all_cpp.P ./$(DEPDIR)/ImportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/libmswrite.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/libmswrite_defs.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mswriteexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mswriteimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/structures.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/structures_generated.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/structures_private.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/ImportDialogUI.P ./$(DEPDIR)/ImportDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/libmswrite.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/libmswrite_defs.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mswriteexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mswriteimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/structures.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/structures_generated.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/structures_private.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libmswriteexport_la_SOURCES) \
+-	$(libmswriteimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libmswriteexport_la_SOURCES) $(libmswriteimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/mswrite/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/mswrite/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/mswrite/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/mswrite/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/mswrite/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/mswrite/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/mswrite/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -523,7 +649,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libmswriteimport_la_LDFLAGS) $(libmswriteimport_la_OBJECTS) $(libmswriteimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -537,45 +663,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/structures_generated.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/structures_private.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -586,30 +714,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -618,6 +740,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -629,8 +752,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -639,21 +778,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -671,10 +810,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -686,7 +825,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -694,7 +833,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -710,14 +849,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -737,7 +879,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -745,21 +888,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -809,7 +961,7 @@
+ 	-rm -f  mswriteexport.moc mswriteimport.moc ImportDialog.moc
+ 
+ #>+ 2
+-KDE_DIST=IMPERFECT status.html ImportDialogUI.ui ROADMAP kword_mswrite_import.desktop kword_mswrite_export.desktop 
++KDE_DIST=IMPERFECT Makefile.in status.html ImportDialogUI.ui ROADMAP kword_mswrite_import.desktop kword_mswrite_export.desktop Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -823,10 +975,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/mswrite/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/mswrite/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/mswrite/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/mswrite/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/oowriter/Makefile.in koffice-1.4.2/filters/kword/oowriter/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/oowriter/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/oowriter/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,154 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/oowriter
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(noinst_LTLIBRARIES)
++libcommon_la_LIBADD =
++am_libcommon_la_OBJECTS = conversion.lo
++#>- libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
++#>+ 1
++libcommon_la_OBJECTS = conversion.lo
++am__DEPENDENCIES_1 =
++liboowriterexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../libexport/libkwordexportfilters.la libcommon.la
++am_liboowriterexport_la_OBJECTS = oowriterexport.lo ExportFilter.lo
++#>- liboowriterexport_la_OBJECTS = $(am_liboowriterexport_la_OBJECTS)
++#>+ 4
++liboowriterexport_la_final_OBJECTS = liboowriterexport_la.all_cc.lo 
++liboowriterexport_la_nofinal_OBJECTS = oowriterexport.lo ExportFilter.lo
++ at KDE_USE_FINAL_FALSE@liboowriterexport_la_OBJECTS = $(liboowriterexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@liboowriterexport_la_OBJECTS = $(liboowriterexport_la_final_OBJECTS)
++liboowriterimport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la \
++	libcommon.la $(am__DEPENDENCIES_1)
++am_liboowriterimport_la_OBJECTS = oowriterimport.lo
++#>- liboowriterimport_la_OBJECTS = $(am_liboowriterimport_la_OBJECTS)
++#>+ 1
++liboowriterimport_la_OBJECTS = oowriterimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libcommon_la_SOURCES) $(liboowriterexport_la_SOURCES) \
++	$(liboowriterimport_la_SOURCES)
++DIST_SOURCES = $(libcommon_la_SOURCES) $(liboowriterexport_la_SOURCES) \
++	$(liboowriterimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +195,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +210,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +221,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +242,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +275,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +295,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +316,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +335,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,159 +453,173 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir)/../../liboofilter -I$(srcdir)/../libexport \
+ $(KOFFICE_INCLUDES) $(all_includes)
+ 
+ 
+ ####### Files
+ kde_module_LTLIBRARIES = liboowriterimport.la liboowriterexport.la
+-
+ noinst_LTLIBRARIES = libcommon.la
+ libcommon_la_SOURCES = conversion.cc
+-
+ liboowriterimport_la_SOURCES = oowriterimport.cc
+ #>- liboowriterimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ liboowriterimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ liboowriterimport_la_LIBADD = ../../liboofilter/liboofilter.la libcommon.la $(KOFFICE_LIBS)
+-
+ liboowriterexport_la_SOURCES = oowriterexport.cc ExportFilter.cc
+ #>- liboowriterexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ liboowriterexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ liboowriterexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la libcommon.la
+-
+ noinst_HEADERS = ExportFilter.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_oowriter_import.desktop kword_oowriter_export.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/oowriter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(noinst_LTLIBRARIES)
+-
+-libcommon_la_LDFLAGS =
+-libcommon_la_LIBADD =
+-am_libcommon_la_OBJECTS = conversion.lo
+-#>- libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
+-#>+ 1
+-libcommon_la_OBJECTS = conversion.lo
+-liboowriterexport_la_DEPENDENCIES = \
+-	../libexport/libkwordexportfilters.la libcommon.la
+-am_liboowriterexport_la_OBJECTS = oowriterexport.lo ExportFilter.lo
+-#>- liboowriterexport_la_OBJECTS = $(am_liboowriterexport_la_OBJECTS)
+-#>+ 4
+-liboowriterexport_la_final_OBJECTS = liboowriterexport_la.all_cc.lo 
+-liboowriterexport_la_nofinal_OBJECTS = oowriterexport.lo ExportFilter.lo
+- at KDE_USE_FINAL_FALSE@liboowriterexport_la_OBJECTS = $(liboowriterexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@liboowriterexport_la_OBJECTS = $(liboowriterexport_la_final_OBJECTS)
+-liboowriterimport_la_DEPENDENCIES = ../../liboofilter/liboofilter.la \
+-	libcommon.la
+-am_liboowriterimport_la_OBJECTS = oowriterimport.lo
+-#>- liboowriterimport_la_OBJECTS = $(am_liboowriterimport_la_OBJECTS)
+-#>+ 1
+-liboowriterimport_la_OBJECTS = oowriterimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ExportFilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/conversion.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/oowriterexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/oowriterimport.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/liboowriterexport_la.all_cc.P ./$(DEPDIR)/ExportFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/conversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/oowriterexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/oowriterimport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/ExportFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/conversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/oowriterexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/oowriterimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libcommon_la_SOURCES) $(liboowriterexport_la_SOURCES) \
+-	$(liboowriterimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libcommon_la_SOURCES) $(liboowriterexport_la_SOURCES) $(liboowriterimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/oowriter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/oowriter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/oowriter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/oowriter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/oowriter/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/oowriter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/oowriter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -485,7 +628,7 @@
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -503,7 +646,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(liboowriterimport_la_LDFLAGS) $(liboowriterimport_la_OBJECTS) $(liboowriterimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -513,27 +656,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/oowriterexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/oowriterimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -544,30 +686,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -576,6 +712,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -587,8 +724,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -597,21 +750,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -629,10 +782,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -644,7 +797,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -652,7 +805,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -668,14 +821,17 @@
+ 	clean-noinstLTLIBRARIES mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -695,7 +851,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -703,20 +860,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+ 	clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-noinstLTLIBRARIES distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
+-	install-exec-am install-info install-info-am \
+-	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	clean-noinstLTLIBRARIES ctags 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-exec install-exec-am \
++	install-info install-info-am install-kde_moduleLTLIBRARIES \
++	install-man install-serviceDATA install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ 	tags uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
+ 
+@@ -761,7 +926,7 @@
+ 	-rm -f  oowriterexport.moc oowriterimport.moc
+ 
+ #>+ 2
+-KDE_DIST=oowriterexport.h kword_oowriter_import.desktop CHANGES kword_oowriter_export.desktop oowriterimport.h conversion.h 
++KDE_DIST=oowriterexport.h kword_oowriter_import.desktop CHANGES Makefile.in kword_oowriter_export.desktop oowriterimport.h conversion.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -770,10 +935,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/oowriter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/oowriter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/oowriter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/oowriter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/palmdoc/Makefile.in koffice-1.4.2/filters/kword/palmdoc/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/palmdoc/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/palmdoc/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,151 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/palmdoc
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libpalmdocexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../libexport/libkwordexportfilters.la
++am_libpalmdocexport_la_OBJECTS = palmdocexport.lo palmdb.lo palmdoc.lo
++#>- libpalmdocexport_la_OBJECTS = $(am_libpalmdocexport_la_OBJECTS)
++#>+ 4
++libpalmdocexport_la_final_OBJECTS = palmdocexport.lo libpalmdocexport_la.all_cpp.lo 
++libpalmdocexport_la_nofinal_OBJECTS = palmdocexport.lo palmdb.lo palmdoc.lo
++ at KDE_USE_FINAL_FALSE@libpalmdocexport_la_OBJECTS = $(libpalmdocexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libpalmdocexport_la_OBJECTS = $(libpalmdocexport_la_final_OBJECTS)
++libpalmdocimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libpalmdocimport_la_OBJECTS = palmdocimport.lo palmdb.lo palmdoc.lo
++#>- libpalmdocimport_la_OBJECTS = $(am_libpalmdocimport_la_OBJECTS)
++#>+ 4
++libpalmdocimport_la_final_OBJECTS = palmdocimport.lo libpalmdocimport_la.all_cpp.lo 
++libpalmdocimport_la_nofinal_OBJECTS = palmdocimport.lo palmdb.lo palmdoc.lo
++ at KDE_USE_FINAL_FALSE@libpalmdocimport_la_OBJECTS = $(libpalmdocimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libpalmdocimport_la_OBJECTS = $(libpalmdocimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libpalmdocexport_la_SOURCES) \
++	$(libpalmdocimport_la_SOURCES)
++DIST_SOURCES = $(libpalmdocexport_la_SOURCES) \
++	$(libpalmdocimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +192,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +207,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +218,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +239,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +272,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +292,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +313,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +332,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +450,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
+ #>- libpalmdocimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+@@ -342,135 +533,86 @@
+ libpalmdocexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libpalmdocexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libpalmdocimport.la libpalmdocexport.la
+-
+ libpalmdocimport_la_SOURCES = palmdocimport.cc palmdb.cpp palmdoc.cpp
+ libpalmdocexport_la_SOURCES = palmdocexport.cc palmdb.cpp palmdoc.cpp
+-
+ noinst_HEADERS = palmdocimport.h palmdb.h palmdoc.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_palmdoc_import.desktop kword_palmdoc_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/palmdoc
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libpalmdocexport_la_DEPENDENCIES = ../libexport/libkwordexportfilters.la
+-am_libpalmdocexport_la_OBJECTS = palmdocexport.lo palmdb.lo palmdoc.lo
+-#>- libpalmdocexport_la_OBJECTS = $(am_libpalmdocexport_la_OBJECTS)
+-#>+ 4
+-libpalmdocexport_la_final_OBJECTS = palmdocexport.lo libpalmdocexport_la.all_cpp.lo 
+-libpalmdocexport_la_nofinal_OBJECTS = palmdocexport.lo palmdb.lo palmdoc.lo
+- at KDE_USE_FINAL_FALSE@libpalmdocexport_la_OBJECTS = $(libpalmdocexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libpalmdocexport_la_OBJECTS = $(libpalmdocexport_la_final_OBJECTS)
+-libpalmdocimport_la_DEPENDENCIES =
+-am_libpalmdocimport_la_OBJECTS = palmdocimport.lo palmdb.lo palmdoc.lo
+-#>- libpalmdocimport_la_OBJECTS = $(am_libpalmdocimport_la_OBJECTS)
+-#>+ 4
+-libpalmdocimport_la_final_OBJECTS = palmdocimport.lo libpalmdocimport_la.all_cpp.lo 
+-libpalmdocimport_la_nofinal_OBJECTS = palmdocimport.lo palmdb.lo palmdoc.lo
+- at KDE_USE_FINAL_FALSE@libpalmdocimport_la_OBJECTS = $(libpalmdocimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libpalmdocimport_la_OBJECTS = $(libpalmdocimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/palmdb.Plo ./$(DEPDIR)/palmdoc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/palmdocexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/palmdocimport.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libpalmdocexport_la.all_cpp.P $(DEPDIR)/libpalmdocimport_la.all_cpp.P ./$(DEPDIR)/palmdb.Plo ./$(DEPDIR)/palmdoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/palmdocexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/palmdocimport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/palmdb.Plo ./$(DEPDIR)/palmdoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/palmdocexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/palmdocimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libpalmdocexport_la_SOURCES) \
+-	$(libpalmdocimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libpalmdocexport_la_SOURCES) $(libpalmdocimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/palmdoc/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/palmdoc/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/palmdoc/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/palmdoc/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/palmdoc/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/palmdoc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/palmdoc/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -486,7 +628,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libpalmdocimport_la_LDFLAGS) $(libpalmdocimport_la_OBJECTS) $(libpalmdocimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -496,45 +638,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/palmdocexport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/palmdocimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -545,30 +689,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -577,6 +715,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -588,8 +727,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -598,21 +753,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -630,10 +785,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -645,7 +800,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -653,7 +808,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -669,14 +824,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -696,7 +854,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -704,21 +863,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -761,7 +929,7 @@
+ 	-rm -f  palmdocexport.moc palmdocimport.moc
+ 
+ #>+ 2
+-KDE_DIST=palmdocexport.h status.html kword_palmdoc_import.desktop kword_palmdoc_export.desktop 
++KDE_DIST=palmdocexport.h Makefile.in status.html kword_palmdoc_import.desktop kword_palmdoc_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -770,10 +938,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/palmdoc/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/palmdoc/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/palmdoc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/palmdoc/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/pdf/Makefile.in koffice-1.4.2/filters/kword/pdf/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/pdf/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/pdf/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/pdf
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libpdfimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ./xpdf/xpdf/libxpdf.la \
++	./xpdf/goo/libgoo.la
++am_libpdfimport_la_OBJECTS = misc.lo transform.lo data.lo fstring.lo \
++	FilterPage.lo FilterDevice.lo pdfdocument.lo dialog.lo \
++	pdfimport.lo
++#>- libpdfimport_la_OBJECTS = $(am_libpdfimport_la_OBJECTS)
++#>+ 3
++libpdfimport_la_OBJECTS = misc.lo transform.lo data.lo fstring.lo \
++	FilterPage.lo FilterDevice.lo pdfdocument.lo dialog.lo \
++	pdfimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libpdfimport_la_SOURCES)
++DIST_SOURCES = $(libpdfimport_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,143 +451,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_OPTIONS = nofinal
+-
+ SUBDIRS = xpdf
+-
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(srcdir) -I$(srcdir)/xpdf/goo -I$(srcdir)/xpdf/xpdf $(all_includes)
+-
+ kde_module_LTLIBRARIES = libpdfimport.la
+-
+ libpdfimport_la_SOURCES = misc.cpp transform.cpp data.cpp fstring.cpp \
+                           FilterPage.cpp FilterDevice.cpp \
+                           pdfdocument.cpp dialog.cpp pdfimport.cpp
+ 
+ libpdfimport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
+ libpdfimport_la_LIBADD = $(LIB_KOFFICECORE) $(LIBPAPER) ./xpdf/xpdf/libxpdf.la ./xpdf/goo/libgoo.la
+-
+ #>- METASOURCES = dialog.moc pdfimport.moc
+-
+ service_DATA = kword_pdf_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/pdf
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libpdfimport_la_DEPENDENCIES = ./xpdf/xpdf/libxpdf.la \
+-	./xpdf/goo/libgoo.la
+-am_libpdfimport_la_OBJECTS = misc.lo transform.lo data.lo fstring.lo \
+-	FilterPage.lo FilterDevice.lo pdfdocument.lo dialog.lo \
+-	pdfimport.lo
+-#>- libpdfimport_la_OBJECTS = $(am_libpdfimport_la_OBJECTS)
+-#>+ 3
+-libpdfimport_la_OBJECTS = misc.lo transform.lo data.lo fstring.lo \
+-	FilterPage.lo FilterDevice.lo pdfdocument.lo dialog.lo \
+-	pdfimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/FilterDevice.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/FilterPage.Plo ./$(DEPDIR)/data.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dialog.Plo ./$(DEPDIR)/fstring.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/misc.Plo ./$(DEPDIR)/pdfdocument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pdfimport.Plo ./$(DEPDIR)/transform.Plo
+-#>+ 5
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/FilterDevice.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/FilterPage.Plo ./$(DEPDIR)/data.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dialog.Plo ./$(DEPDIR)/fstring.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/misc.Plo ./$(DEPDIR)/pdfdocument.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pdfimport.Plo ./$(DEPDIR)/transform.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libpdfimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libpdfimport_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/pdf/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/pdf/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -469,7 +619,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libpdfimport_la_LDFLAGS) $(libpdfimport_la_OBJECTS) $(libpdfimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -484,27 +634,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pdfimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/transform.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -515,23 +664,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -541,7 +689,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -553,7 +707,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -561,7 +715,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -582,17 +742,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -602,14 +761,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -618,8 +786,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -628,21 +812,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -657,15 +841,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -675,8 +861,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -688,7 +875,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -696,7 +883,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -712,14 +899,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -739,7 +929,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -747,28 +938,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-serviceDATA install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-serviceDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive uninstall-serviceDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -802,7 +999,7 @@
+ 	-rm -f  dialog.moc pdfimport.moc
+ 
+ #>+ 2
+-KDE_DIST=transform.h kword_pdf_import.desktop DESIGN pdfdocument.h status.html misc.h data.h CHANGELOG LICENSE fstring.h README.xpdf FilterDevice.h pdfimport.h dialog.h FilterPage.h 
++KDE_DIST=transform.h kword_pdf_import.desktop DESIGN pdfdocument.h Makefile.in status.html misc.h data.h CHANGELOG LICENSE fstring.h README.xpdf FilterDevice.h pdfimport.h dialog.h FilterPage.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -811,10 +1008,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/pdf/xpdf/goo/Makefile.in koffice-1.4.2/filters/kword/pdf/xpdf/goo/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/pdf/xpdf/goo/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/pdf/xpdf/goo/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,134 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/pdf/xpdf/goo
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libgoo_la_LIBADD =
++am_libgoo_la_OBJECTS = GHash.lo GList.lo GString.lo gmempp.lo gfile.lo \
++	gmem.lo parseargs.lo
++#>- libgoo_la_OBJECTS = $(am_libgoo_la_OBJECTS)
++#>+ 5
++libgoo_la_final_OBJECTS = gmem.lo parseargs.lo libgoo_la.all_cc.lo 
++libgoo_la_nofinal_OBJECTS = GHash.lo GList.lo GString.lo gmempp.lo gfile.lo \
++	gmem.lo parseargs.lo
++ at KDE_USE_FINAL_FALSE@libgoo_la_OBJECTS = $(libgoo_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libgoo_la_OBJECTS = $(libgoo_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libgoo_la_SOURCES)
++DIST_SOURCES = $(libgoo_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +173,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +188,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +199,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +220,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +253,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +273,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +294,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +313,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,111 +431,138 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir)
+-
+ noinst_LTLIBRARIES = libgoo.la
+-
+ libgoo_la_SOURCES = GHash.cc GList.cc GString.cc gmempp.cc gfile.cc \
+                     gmem.c parseargs.c
+ 
+-subdir = filters/kword/pdf/xpdf/goo
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libgoo_la_LDFLAGS =
+-libgoo_la_LIBADD =
+-am_libgoo_la_OBJECTS = GHash.lo GList.lo GString.lo gmempp.lo gfile.lo \
+-	gmem.lo parseargs.lo
+-#>- libgoo_la_OBJECTS = $(am_libgoo_la_OBJECTS)
+-#>+ 5
+-libgoo_la_final_OBJECTS = gmem.lo parseargs.lo libgoo_la.all_cc.lo 
+-libgoo_la_nofinal_OBJECTS = GHash.lo GList.lo GString.lo gmempp.lo gfile.lo \
+-	gmem.lo parseargs.lo
+- at KDE_USE_FINAL_FALSE@libgoo_la_OBJECTS = $(libgoo_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libgoo_la_OBJECTS = $(libgoo_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/GHash.Plo ./$(DEPDIR)/GList.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/GString.Plo ./$(DEPDIR)/gfile.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/gmem.Plo ./$(DEPDIR)/gmempp.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/parseargs.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libgoo_la.all_cc.P ./$(DEPDIR)/GHash.Plo ./$(DEPDIR)/GList.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/GString.Plo ./$(DEPDIR)/gfile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/gmem.Plo ./$(DEPDIR)/gmempp.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/parseargs.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/GHash.Plo ./$(DEPDIR)/GList.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/GString.Plo ./$(DEPDIR)/gfile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/gmem.Plo ./$(DEPDIR)/gmempp.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/parseargs.Plo
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libgoo_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libgoo_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/goo/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/goo/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/goo/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/goo/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/goo/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/goo/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/xpdf/goo/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -434,7 +570,7 @@
+ 	$(CXXLINK)  $(libgoo_la_LDFLAGS) $(libgoo_la_OBJECTS) $(libgoo_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -447,46 +583,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gmempp.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/parseargs.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -498,11 +635,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -511,6 +643,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -522,8 +655,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -532,21 +681,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -564,9 +713,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -578,7 +725,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -586,7 +733,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -602,14 +749,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -625,7 +775,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -633,18 +784,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -652,15 +811,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=aconf.h GHash.h GList.h GString.h parseargs.h gtypes.h gfile.h gmem.h 
++KDE_DIST=aconf.h GHash.h GList.h Makefile.in GString.h parseargs.h gtypes.h gfile.h gmem.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/goo/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/goo/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/goo/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/xpdf/goo/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/pdf/xpdf/Makefile.in koffice-1.4.2/filters/kword/pdf/xpdf/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/pdf/xpdf/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/pdf/xpdf/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,108 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/pdf/xpdf
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	COPYING
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +147,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +162,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +173,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +194,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +227,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +247,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +268,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +287,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +405,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = goo xpdf
+-subdir = filters/kword/pdf/xpdf
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README COPYING Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/xpdf/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +544,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +562,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +570,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +597,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +616,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +641,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +667,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +696,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +716,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +727,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +735,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +749,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +757,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +774,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=CHANGES ANNOUNCE configure.in.in 
++KDE_DIST=CHANGES Makefile.in ANNOUNCE configure.in.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/xpdf/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/pdf/xpdf/xpdf/Makefile.in koffice-1.4.2/filters/kword/pdf/xpdf/xpdf/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/pdf/xpdf/xpdf/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/pdf/xpdf/xpdf/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,135 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/pdf/xpdf/xpdf
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libxpdf_la_LIBADD =
++am_libxpdf_la_OBJECTS = Array.lo BuiltinFont.lo BuiltinFontTables.lo \
++	Catalog.lo CharCodeToUnicode.lo CMap.lo Decrypt.lo Dict.lo \
++	Error.lo FontEncodingTables.lo FontFile.lo Function.lo Gfx.lo \
++	GfxFont.lo GfxState.lo GlobalParams.lo Lexer.lo Link.lo \
++	NameToCharCode.lo Object.lo OutputDev.lo Page.lo Parser.lo \
++	PDFDoc.lo PSTokenizer.lo Stream.lo UnicodeMap.lo XRef.lo \
++	Annot.lo Outline.lo JBIG2Stream.lo PDFDocEncoding.lo \
++	TextOutputDev.lo
++#>- libxpdf_la_OBJECTS = $(am_libxpdf_la_OBJECTS)
++#>+ 8
++libxpdf_la_OBJECTS = Array.lo BuiltinFont.lo BuiltinFontTables.lo \
++	Catalog.lo CharCodeToUnicode.lo CMap.lo Decrypt.lo Dict.lo \
++	Error.lo FontEncodingTables.lo FontFile.lo Function.lo Gfx.lo \
++	GfxFont.lo GfxState.lo GlobalParams.lo Lexer.lo Link.lo \
++	NameToCharCode.lo Object.lo OutputDev.lo Page.lo Parser.lo \
++	PDFDoc.lo PSTokenizer.lo Stream.lo UnicodeMap.lo XRef.lo \
++	Annot.lo Outline.lo JBIG2Stream.lo PDFDocEncoding.lo \
++	TextOutputDev.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libxpdf_la_SOURCES)
++DIST_SOURCES = $(libxpdf_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,19 +432,82 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_OPTIONS = nofinal
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/../goo $(all_includes)
+-
+ noinst_LTLIBRARIES = libxpdf.la
+-
+ libxpdf_la_SOURCES = Array.cc BuiltinFont.cc BuiltinFontTables.cc Catalog.cc \
+ 	CharCodeToUnicode.cc CMap.cc Decrypt.cc Dict.cc Error.cc \
+ 	FontEncodingTables.cc FontFile.cc Function.cc Gfx.cc \
+@@ -344,127 +517,60 @@
+     Outline.cc JBIG2Stream.cc PDFDocEncoding.cc \
+     TextOutputDev.cc
+ 
+-subdir = filters/kword/pdf/xpdf/xpdf
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libxpdf_la_LDFLAGS =
+-libxpdf_la_LIBADD =
+-am_libxpdf_la_OBJECTS = Array.lo BuiltinFont.lo BuiltinFontTables.lo \
+-	Catalog.lo CharCodeToUnicode.lo CMap.lo Decrypt.lo Dict.lo \
+-	Error.lo FontEncodingTables.lo FontFile.lo Function.lo Gfx.lo \
+-	GfxFont.lo GfxState.lo GlobalParams.lo Lexer.lo Link.lo \
+-	NameToCharCode.lo Object.lo OutputDev.lo Page.lo Parser.lo \
+-	PDFDoc.lo PSTokenizer.lo Stream.lo UnicodeMap.lo XRef.lo \
+-	Annot.lo Outline.lo JBIG2Stream.lo PDFDocEncoding.lo \
+-	TextOutputDev.lo
+-#>- libxpdf_la_OBJECTS = $(am_libxpdf_la_OBJECTS)
+-#>+ 8
+-libxpdf_la_OBJECTS = Array.lo BuiltinFont.lo BuiltinFontTables.lo \
+-	Catalog.lo CharCodeToUnicode.lo CMap.lo Decrypt.lo Dict.lo \
+-	Error.lo FontEncodingTables.lo FontFile.lo Function.lo Gfx.lo \
+-	GfxFont.lo GfxState.lo GlobalParams.lo Lexer.lo Link.lo \
+-	NameToCharCode.lo Object.lo OutputDev.lo Page.lo Parser.lo \
+-	PDFDoc.lo PSTokenizer.lo Stream.lo UnicodeMap.lo XRef.lo \
+-	Annot.lo Outline.lo JBIG2Stream.lo PDFDocEncoding.lo \
+-	TextOutputDev.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/Annot.Plo ./$(DEPDIR)/Array.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/BuiltinFont.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/BuiltinFontTables.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/CMap.Plo ./$(DEPDIR)/Catalog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/CharCodeToUnicode.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/Decrypt.Plo ./$(DEPDIR)/Dict.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/Error.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/FontEncodingTables.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/FontFile.Plo ./$(DEPDIR)/Function.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/Gfx.Plo ./$(DEPDIR)/GfxFont.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/GfxState.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/GlobalParams.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/JBIG2Stream.Plo ./$(DEPDIR)/Lexer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/Link.Plo ./$(DEPDIR)/NameToCharCode.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/Object.Plo ./$(DEPDIR)/Outline.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/OutputDev.Plo ./$(DEPDIR)/PDFDoc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/PDFDocEncoding.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/PSTokenizer.Plo ./$(DEPDIR)/Page.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/Parser.Plo ./$(DEPDIR)/Stream.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/TextOutputDev.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/UnicodeMap.Plo ./$(DEPDIR)/XRef.Plo
+-#>+ 21
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/Annot.Plo ./$(DEPDIR)/Array.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/BuiltinFont.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/BuiltinFontTables.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/CMap.Plo ./$(DEPDIR)/Catalog.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/CharCodeToUnicode.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/Decrypt.Plo ./$(DEPDIR)/Dict.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/Error.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/FontEncodingTables.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/FontFile.Plo ./$(DEPDIR)/Function.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/Gfx.Plo ./$(DEPDIR)/GfxFont.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/GfxState.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/GlobalParams.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/JBIG2Stream.Plo ./$(DEPDIR)/Lexer.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/Link.Plo ./$(DEPDIR)/NameToCharCode.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/Object.Plo ./$(DEPDIR)/Outline.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/OutputDev.Plo ./$(DEPDIR)/PDFDoc.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/PDFDocEncoding.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/PSTokenizer.Plo ./$(DEPDIR)/Page.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/Parser.Plo ./$(DEPDIR)/Stream.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/TextOutputDev.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/UnicodeMap.Plo ./$(DEPDIR)/XRef.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libxpdf_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libxpdf_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/xpdf/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/xpdf/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/xpdf/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/xpdf/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/xpdf/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/xpdf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/xpdf/xpdf/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -472,7 +578,7 @@
+ 	$(CXXLINK)  $(libxpdf_la_LDFLAGS) $(libxpdf_la_OBJECTS) $(libxpdf_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -511,27 +617,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UnicodeMap.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/XRef.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -543,11 +648,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -556,6 +656,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -567,8 +668,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -577,21 +694,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -609,9 +726,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -623,7 +738,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -631,7 +746,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -647,14 +762,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -670,7 +788,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -678,18 +797,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -697,15 +824,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=CompactFontTables.h XOutputDev.cc XPDFTreeP.h Lexer.h Stream.h DisplayFontTable.h UnicodeMap.h xpdf_config.h PSOutputDev.cc Stream-CCITT.h Dict.h JBIG2Stream.h PBMOutputDev.cc UnicodeMapTables.h PDFDoc.h UTF8.h Function.h XPDFTree.h pdftotext.cc XPDFViewer.cc Array.h XPDFCore.cc pdfinfo.cc Annot.h T1Font.h XPDFApp.h TTFont.cc pdftopbm.cc Object.h pdffonts.cc Catalog.h XPixmapOutputDev.h about-text.h XPDFViewer.h BuiltinFontTables.h T1Font.cc Parser.h ImageOutputDev.h XOutputDev.h Page.h ErrorCodes.h TextOutputDev.h Outline.h XPDFTree.cc PSOutputDev.h TTFont.h XPDFApp.cc NameToUnicodeTable.h XRef.h OutputDev.h Decrypt.h SFont.cc pdftops.cc Error.h GlobalParams.h FontEncodingTables.h Gfx.h GfxFont.h CharCodeToUnicode.h GfxState.h pdfimages.cc ImageOutputDev.cc PDFDocEncoding.h FTFont.h Link.h NameToCharCode.h PBMOutputDev.h CharTypes.h XPixmapOutputDev.cc SFont.h XPDFCore.h FTFont.cc xpdf.cc FontFile.h CMap.h BuiltinFont.h PSTokenizer.h 
++KDE_DIST=CompactFontTables.h XOutputDev.cc XPDFTreeP.h Lexer.h Stream.h DisplayFontTable.h UnicodeMap.h xpdf_config.h PSOutputDev.cc Stream-CCITT.h Dict.h JBIG2Stream.h PBMOutputDev.cc UnicodeMapTables.h PDFDoc.h UTF8.h Function.h Makefile.in XPDFTree.h pdftotext.cc XPDFViewer.cc Array.h XPDFCore.cc pdfinfo.cc Annot.h T1Font.h XPDFApp.h TTFont.cc pdftopbm.cc Object.h pdffonts.cc Catalog.h XPixmapOutputDev.h about-text.h XPDFViewer.h BuiltinFontTables.h T1Font.cc Parser.h ImageOutputDev.h XOutputDev.h Page.h ErrorCodes.h TextOutputDev.h Outline.h XPDFTree.cc PSOutputDev.h TTFont.h XPDFApp.cc NameToUnicodeTable.h XRef.h OutputDev.h Decrypt.h SFont.cc pdftops.cc Error.h GlobalParams.h FontEncodingTables.h Gfx.h GfxFont.h CharCodeToUnicode.h GfxState.h pdfimages.cc ImageOutputDev.cc PDFDocEncoding.h FTFont.h Link.h NameToCharCode.h PBMOutputDev.h CharTypes.h XPixmapOutputDev.cc SFont.h XPDFCore.h FTFont.cc xpdf.cc FontFile.h CMap.h BuiltinFont.h PSTokenizer.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/pdf/xpdf/xpdf/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/xpdf/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/pdf/xpdf/xpdf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/pdf/xpdf/xpdf/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/rtf/export/Makefile.in koffice-1.4.2/filters/kword/rtf/export/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/rtf/export/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/rtf/export/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,141 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/rtf/export
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++librtfexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../libexport/libkwordexportfilters.la
++am_librtfexport_la_OBJECTS = rtfexport.lo ExportFilter.lo
++#>- librtfexport_la_OBJECTS = $(am_librtfexport_la_OBJECTS)
++#>+ 4
++librtfexport_la_final_OBJECTS = librtfexport_la.all_cc.lo 
++librtfexport_la_nofinal_OBJECTS = rtfexport.lo ExportFilter.lo
++ at KDE_USE_FINAL_FALSE@librtfexport_la_OBJECTS = $(librtfexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@librtfexport_la_OBJECTS = $(librtfexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(librtfexport_la_SOURCES)
++DIST_SOURCES = $(librtfexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,130 +440,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../../libexport $(all_includes)
+-
+ #>- librtfexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ librtfexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+-
+ librtfexport_la_LIBADD = $(KOFFICE_LIBS) ../../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = librtfexport.la
+-
+ librtfexport_la_SOURCES = rtfexport.cc ExportFilter.cc
+-
+ noinst_HEADERS = rtfexport.h ExportFilter.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_rtf_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/rtf/export
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-librtfexport_la_DEPENDENCIES = ../../libexport/libkwordexportfilters.la
+-am_librtfexport_la_OBJECTS = rtfexport.lo ExportFilter.lo
+-#>- librtfexport_la_OBJECTS = $(am_librtfexport_la_OBJECTS)
+-#>+ 4
+-librtfexport_la_final_OBJECTS = librtfexport_la.all_cc.lo 
+-librtfexport_la_nofinal_OBJECTS = rtfexport.lo ExportFilter.lo
+- at KDE_USE_FINAL_FALSE@librtfexport_la_OBJECTS = $(librtfexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@librtfexport_la_OBJECTS = $(librtfexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ExportFilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rtfexport.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/librtfexport_la.all_cc.P ./$(DEPDIR)/ExportFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rtfexport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/ExportFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rtfexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(librtfexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(librtfexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/export/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/rtf/export/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/rtf/export/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/export/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/rtf/export/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/rtf/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/rtf/export/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -458,7 +608,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(librtfexport_la_LDFLAGS) $(librtfexport_la_OBJECTS) $(librtfexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -466,27 +616,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ExportFilter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rtfexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -497,30 +646,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -529,6 +672,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -540,8 +684,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -550,21 +710,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -582,10 +742,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -597,7 +757,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -605,7 +765,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -621,14 +781,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -648,7 +811,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -656,21 +820,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -697,7 +870,7 @@
+ 	-rm -f  rtfexport.moc
+ 
+ #>+ 2
+-KDE_DIST=CHANGELOG kword_rtf_export.desktop 
++KDE_DIST=Makefile.in CHANGELOG kword_rtf_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -706,10 +879,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/rtf/export/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/export/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/rtf/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/rtf/export/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/rtf/import/Makefile.in koffice-1.4.2/filters/kword/rtf/import/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/rtf/import/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/rtf/import/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,142 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/rtf/import
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++librtfimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_librtfimport_la_OBJECTS = rtfimport.lo rtfimport_dom.lo \
++	rtfimport_tokenizer.lo
++#>- librtfimport_la_OBJECTS = $(am_librtfimport_la_OBJECTS)
++#>+ 5
++librtfimport_la_final_OBJECTS = librtfimport_la.all_cpp.lo 
++librtfimport_la_nofinal_OBJECTS = rtfimport.lo rtfimport_dom.lo \
++	rtfimport_tokenizer.lo
++ at KDE_USE_FINAL_FALSE@librtfimport_la_OBJECTS = $(librtfimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@librtfimport_la_OBJECTS = $(librtfimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(librtfimport_la_SOURCES)
++DIST_SOURCES = $(librtfimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,133 +441,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+ #>- librtfimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ librtfimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ librtfimport_la_LIBADD = $(KOFFICE_LIBS)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = librtfimport.la
+-
+ librtfimport_la_SOURCES = rtfimport.cpp rtfimport_dom.cpp rtfimport_tokenizer.cpp
+-
+ noinst_HEADERS = rtfimport.h rtfimport_dom.h rtfimport_tokenizer.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_rtf_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/rtf/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-librtfimport_la_DEPENDENCIES =
+-am_librtfimport_la_OBJECTS = rtfimport.lo rtfimport_dom.lo \
+-	rtfimport_tokenizer.lo
+-#>- librtfimport_la_OBJECTS = $(am_librtfimport_la_OBJECTS)
+-#>+ 5
+-librtfimport_la_final_OBJECTS = librtfimport_la.all_cpp.lo 
+-librtfimport_la_nofinal_OBJECTS = rtfimport.lo rtfimport_dom.lo \
+-	rtfimport_tokenizer.lo
+- at KDE_USE_FINAL_FALSE@librtfimport_la_OBJECTS = $(librtfimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@librtfimport_la_OBJECTS = $(librtfimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/rtfimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rtfimport_dom.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rtfimport_tokenizer.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/librtfimport_la.all_cpp.P ./$(DEPDIR)/rtfimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rtfimport_dom.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rtfimport_tokenizer.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/rtfimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rtfimport_dom.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rtfimport_tokenizer.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(librtfimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(librtfimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/rtf/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/rtf/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/rtf/import/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/rtf/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/rtf/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -461,7 +609,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(librtfimport_la_LDFLAGS) $(librtfimport_la_OBJECTS) $(librtfimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +618,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rtfimport_dom.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rtfimport_tokenizer.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +648,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +674,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +686,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +712,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +744,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +759,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +767,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +783,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +813,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +822,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -701,7 +872,7 @@
+ 	-rm -f  rtfimport.moc
+ 
+ #>+ 2
+-KDE_DIST=CHANGELOG kword_rtf_import.desktop 
++KDE_DIST=Makefile.in CHANGELOG kword_rtf_import.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -710,10 +881,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/rtf/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/rtf/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/rtf/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/rtf/Makefile.in koffice-1.4.2/filters/kword/rtf/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/rtf/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/rtf/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/rtf
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = export import
+-subdir = filters/kword/rtf
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/rtf/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/rtf/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/rtf/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/rtf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/rtf/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=status.html 
++KDE_DIST=Makefile.in status.html Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/rtf/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/rtf/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/rtf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/rtf/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/starwriter/Makefile.in koffice-1.4.2/filters/kword/starwriter/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/starwriter/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/starwriter/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,137 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/starwriter
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libstarwriterimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libstarwriterimport_la_OBJECTS = pole.lo starwriterimport.lo
++#>- libstarwriterimport_la_OBJECTS = $(am_libstarwriterimport_la_OBJECTS)
++#>+ 4
++libstarwriterimport_la_final_OBJECTS = starwriterimport.lo pole.lo 
++libstarwriterimport_la_nofinal_OBJECTS = pole.lo starwriterimport.lo
++ at KDE_USE_FINAL_FALSE@libstarwriterimport_la_OBJECTS = $(libstarwriterimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libstarwriterimport_la_OBJECTS = $(libstarwriterimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libstarwriterimport_la_SOURCES)
++DIST_SOURCES = $(libstarwriterimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,128 +436,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libstarwriterimport.la
+-
+ libstarwriterimport_la_SOURCES = pole.cpp starwriterimport.cc
+ libstarwriterimport_la_LDFLAGS = -module $(KDE_PLUGIN)
+ libstarwriterimport_la_LIBADD = $(KOFFICE_LIBS)
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_starwriter_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/starwriter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libstarwriterimport_la_DEPENDENCIES =
+-am_libstarwriterimport_la_OBJECTS = pole.lo starwriterimport.lo
+-#>- libstarwriterimport_la_OBJECTS = $(am_libstarwriterimport_la_OBJECTS)
+-#>+ 4
+-libstarwriterimport_la_final_OBJECTS = starwriterimport.lo pole.lo 
+-libstarwriterimport_la_nofinal_OBJECTS = pole.lo starwriterimport.lo
+- at KDE_USE_FINAL_FALSE@libstarwriterimport_la_OBJECTS = $(libstarwriterimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libstarwriterimport_la_OBJECTS = $(libstarwriterimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/pole.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/starwriterimport.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/pole.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/starwriterimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libstarwriterimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in
+-SOURCES = $(libstarwriterimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/starwriter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/starwriter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/starwriter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/starwriter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/starwriter/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/starwriter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/starwriter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -456,7 +601,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libstarwriterimport_la_LDFLAGS) $(libstarwriterimport_la_OBJECTS) $(libstarwriterimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -464,45 +609,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pole.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/starwriterimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -513,30 +660,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -545,6 +686,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -556,8 +698,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -566,21 +724,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -598,10 +756,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -613,7 +771,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -621,7 +779,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -637,14 +795,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -664,7 +825,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -672,21 +834,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -713,7 +884,7 @@
+ 	-rm -f  starwriterimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kword_starwriter_import.desktop status.html pole.h starwriterimport.h 
++KDE_DIST=Makefile.in kword_starwriter_import.desktop status.html pole.h starwriterimport.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -722,10 +893,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/starwriter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/starwriter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/starwriter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/starwriter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/wml/Makefile.in koffice-1.4.2/filters/kword/wml/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/wml/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/wml/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,146 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/wml
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libwmlexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../libexport/libkwordexportfilters.la
++am_libwmlexport_la_OBJECTS = wmlexport.lo
++#>- libwmlexport_la_OBJECTS = $(am_libwmlexport_la_OBJECTS)
++#>+ 1
++libwmlexport_la_OBJECTS = wmlexport.lo
++libwmlimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libwmlimport_la_OBJECTS = wmlimport.lo wmlparser.lo
++#>- libwmlimport_la_OBJECTS = $(am_libwmlimport_la_OBJECTS)
++#>+ 4
++libwmlimport_la_final_OBJECTS = wmlimport.lo wmlparser.lo 
++libwmlimport_la_nofinal_OBJECTS = wmlimport.lo wmlparser.lo
++ at KDE_USE_FINAL_FALSE@libwmlimport_la_OBJECTS = $(libwmlimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libwmlimport_la_OBJECTS = $(libwmlimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libwmlexport_la_SOURCES) $(libwmlimport_la_SOURCES)
++DIST_SOURCES = $(libwmlexport_la_SOURCES) $(libwmlimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +187,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +202,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +213,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +234,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +267,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +287,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +308,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +327,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +445,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
+ #>- libwmlimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+@@ -342,126 +528,86 @@
+ libwmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libwmlexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libwmlimport.la libwmlexport.la
+-
+ libwmlimport_la_SOURCES = wmlimport.cc wmlparser.cpp
+ libwmlexport_la_SOURCES = wmlexport.cc
+-
+ noinst_HEADERS = wmlparser.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_wml_import.desktop kword_wml_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/wml
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libwmlexport_la_DEPENDENCIES = ../libexport/libkwordexportfilters.la
+-am_libwmlexport_la_OBJECTS = wmlexport.lo
+-#>- libwmlexport_la_OBJECTS = $(am_libwmlexport_la_OBJECTS)
+-#>+ 1
+-libwmlexport_la_OBJECTS = wmlexport.lo
+-libwmlimport_la_DEPENDENCIES =
+-am_libwmlimport_la_OBJECTS = wmlimport.lo wmlparser.lo
+-#>- libwmlimport_la_OBJECTS = $(am_libwmlimport_la_OBJECTS)
+-#>+ 4
+-libwmlimport_la_final_OBJECTS = wmlimport.lo wmlparser.lo 
+-libwmlimport_la_nofinal_OBJECTS = wmlimport.lo wmlparser.lo
+- at KDE_USE_FINAL_FALSE@libwmlimport_la_OBJECTS = $(libwmlimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libwmlimport_la_OBJECTS = $(libwmlimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/wmlexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wmlimport.Plo ./$(DEPDIR)/wmlparser.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/wmlexport.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wmlimport.Plo ./$(DEPDIR)/wmlparser.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libwmlexport_la_SOURCES) $(libwmlimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libwmlexport_la_SOURCES) $(libwmlimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wml/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/wml/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/wml/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wml/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wml/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/wml/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wml/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -477,7 +623,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libwmlimport_la_LDFLAGS) $(libwmlimport_la_OBJECTS) $(libwmlimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -486,45 +632,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wmlimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wmlparser.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -535,30 +683,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -567,6 +709,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -578,8 +721,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -588,21 +747,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -620,10 +779,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -635,7 +794,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -643,7 +802,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -659,14 +818,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -686,7 +848,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -694,21 +857,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -751,7 +923,7 @@
+ 	-rm -f  wmlimport.moc wmlexport.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html WML11.DTD wmlexport.h wmlimport.h kword_wml_export.desktop kword_wml_import.desktop test.wml 
++KDE_DIST=Makefile.in status.html WML11.DTD wmlexport.h wmlimport.h kword_wml_export.desktop kword_wml_import.desktop test.wml Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -760,10 +932,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wml/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wml/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/wml/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wml/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/wordperfect/export/Makefile.in koffice-1.4.2/filters/kword/wordperfect/export/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/wordperfect/export/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/wordperfect/export/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/wordperfect/export
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libwpexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../libexport/libkwordexportfilters.la
++am_libwpexport_la_OBJECTS = wpexport.lo wp5.lo wp6.lo
++#>- libwpexport_la_OBJECTS = $(am_libwpexport_la_OBJECTS)
++#>+ 4
++libwpexport_la_final_OBJECTS = libwpexport_la.all_cc.lo 
++libwpexport_la_nofinal_OBJECTS = wpexport.lo wp5.lo wp6.lo
++ at KDE_USE_FINAL_FALSE@libwpexport_la_OBJECTS = $(libwpexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libwpexport_la_OBJECTS = $(libwpexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libwpexport_la_SOURCES)
++DIST_SOURCES = $(libwpexport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,125 +438,162 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../../libexport $(all_includes)
+ kde_module_LTLIBRARIES = libwpexport.la
+-
+ libwpexport_la_SOURCES = wpexport.cc wp5.cc wp6.cc
+ #>- libwpexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libwpexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libwpexport_la_LIBADD = $(KOFFICE_LIBS) ../../libexport/libkwordexportfilters.la
+-
+ noinst_HEADERS = wpexport.h wp5.h wp6.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_wp_export.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/wordperfect/export
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libwpexport_la_DEPENDENCIES = ../../libexport/libkwordexportfilters.la
+-am_libwpexport_la_OBJECTS = wpexport.lo wp5.lo wp6.lo
+-#>- libwpexport_la_OBJECTS = $(am_libwpexport_la_OBJECTS)
+-#>+ 4
+-libwpexport_la_final_OBJECTS = libwpexport_la.all_cc.lo 
+-libwpexport_la_nofinal_OBJECTS = wpexport.lo wp5.lo wp6.lo
+- at KDE_USE_FINAL_FALSE@libwpexport_la_OBJECTS = $(libwpexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libwpexport_la_OBJECTS = $(libwpexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/wp5.Plo ./$(DEPDIR)/wp6.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wpexport.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libwpexport_la.all_cc.P ./$(DEPDIR)/wp5.Plo ./$(DEPDIR)/wp6.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wpexport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/wp5.Plo ./$(DEPDIR)/wp6.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/wpexport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libwpexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libwpexport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/export/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/export/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/export/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/export/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/export/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wordperfect/export/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -451,7 +604,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libwpexport_la_LDFLAGS) $(libwpexport_la_OBJECTS) $(libwpexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -460,27 +613,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wp6.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wpexport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -491,30 +643,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -523,6 +669,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -534,8 +681,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -544,21 +707,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -576,10 +739,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -591,7 +754,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -599,7 +762,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -615,14 +778,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -642,7 +808,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -650,21 +817,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -691,7 +867,7 @@
+ 	-rm -f  wpexport.moc
+ 
+ #>+ 2
+-KDE_DIST=kword_wp_export.desktop 
++KDE_DIST=Makefile.in kword_wp_export.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -700,10 +876,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/export/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/export/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wordperfect/export/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/wordperfect/import/Makefile.in koffice-1.4.2/filters/kword/wordperfect/import/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/wordperfect/import/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/wordperfect/import/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,138 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/wordperfect/import
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libwpimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libwpimport_la_OBJECTS = wpimport.lo
++#>- libwpimport_la_OBJECTS = $(am_libwpimport_la_OBJECTS)
++#>+ 1
++libwpimport_la_OBJECTS = wpimport.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libwpimport_la_SOURCES)
++DIST_SOURCES = $(libwpimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,118 +435,162 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(LIBWPD_CFLAGS) $(all_includes)
+-
+ kde_module_LTLIBRARIES = libwpimport.la 
+-
+ libwpimport_la_SOURCES = wpimport.cc 
+ #>- libwpimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libwpimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+ libwpimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBWPD_LIBS)
+-
+ noinst_HEADERS = wpimport.h 
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = kword_wp_import.desktop 
+ servicedir = $(kde_servicesdir)
+-subdir = filters/kword/wordperfect/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libwpimport_la_DEPENDENCIES =
+-am_libwpimport_la_OBJECTS = wpimport.lo
+-#>- libwpimport_la_OBJECTS = $(am_libwpimport_la_OBJECTS)
+-#>+ 1
+-libwpimport_la_OBJECTS = wpimport.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/wpimport.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/wpimport.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libwpimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libwpimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/import/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wordperfect/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -444,34 +601,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libwpimport_la_LDFLAGS) $(libwpimport_la_OBJECTS) $(libwpimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wpimport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -482,30 +638,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -514,6 +664,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -525,8 +676,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -535,21 +702,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -567,10 +734,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -582,7 +749,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -590,7 +757,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -606,14 +773,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -633,7 +803,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -641,21 +812,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -682,7 +862,7 @@
+ 	-rm -f  wpimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kwordfilter.cpp kwordfilter.h kword_wp_import.desktop parser.h parser.cpp 
++KDE_DIST=kwordfilter.cpp kwordfilter.h Makefile.in kword_wp_import.desktop parser.h parser.cpp Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -691,10 +871,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wordperfect/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/kword/wordperfect/Makefile.in koffice-1.4.2/filters/kword/wordperfect/Makefile.in
+--- koffice-1.4.2.orig/filters/kword/wordperfect/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/kword/wordperfect/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/kword/wordperfect
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = export import
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,46 +404,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+- at include_wpd_filter_TRUE@SUBDIRS = import export
+ @include_wpd_filter_FALSE at SUBDIRS = export
+-subdir = filters/kword/wordperfect
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = export import
++ at include_wpd_filter_TRUE@SUBDIRS = import export
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/Makefile
++	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wordperfect/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -380,7 +544,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -392,7 +562,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -400,7 +570,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -421,17 +597,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -441,14 +616,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -457,8 +641,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -467,21 +667,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -498,13 +698,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -514,7 +716,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -526,7 +727,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -534,7 +735,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -548,7 +749,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -556,6 +757,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -571,46 +774,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=status.html configure.in.in configure.in.bot status_old.html 
++KDE_DIST=Makefile.in status.html configure.in.in configure.in.bot status_old.html Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/kword/wordperfect/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/kword/wordperfect/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/kword/wordperfect/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/kword/wordperfect/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/liboofilter/Makefile.in koffice-1.4.2/filters/liboofilter/Makefile.in
+--- koffice-1.4.2.orig/filters/liboofilter/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/liboofilter/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,124 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/liboofilter
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++liboofilter_la_LIBADD =
++am_liboofilter_la_OBJECTS = ooutils.lo liststylestack.lo
++#>- liboofilter_la_OBJECTS = $(am_liboofilter_la_OBJECTS)
++#>+ 4
++liboofilter_la_final_OBJECTS = liboofilter_la.all_cc.lo 
++liboofilter_la_nofinal_OBJECTS = ooutils.lo liststylestack.lo
++ at KDE_USE_FINAL_FALSE@liboofilter_la_OBJECTS = $(liboofilter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@liboofilter_la_OBJECTS = $(liboofilter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(liboofilter_la_SOURCES)
++DIST_SOURCES = $(liboofilter_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +163,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +178,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +189,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +210,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +243,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +263,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +284,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +303,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,91 +421,136 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+-
+ noinst_LTLIBRARIES = liboofilter.la
+ liboofilter_la_SOURCES = ooutils.cc liststylestack.cc
+-subdir = filters/liboofilter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-liboofilter_la_LDFLAGS =
+-liboofilter_la_LIBADD =
+-am_liboofilter_la_OBJECTS = ooutils.lo liststylestack.lo
+-#>- liboofilter_la_OBJECTS = $(am_liboofilter_la_OBJECTS)
+-#>+ 4
+-liboofilter_la_final_OBJECTS = liboofilter_la.all_cc.lo 
+-liboofilter_la_nofinal_OBJECTS = ooutils.lo liststylestack.lo
+- at KDE_USE_FINAL_FALSE@liboofilter_la_OBJECTS = $(liboofilter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@liboofilter_la_OBJECTS = $(liboofilter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/liststylestack.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ooutils.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/liboofilter_la.all_cc.P ./$(DEPDIR)/liststylestack.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ooutils.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/liststylestack.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ooutils.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(liboofilter_la_SOURCES)
+-DIST_COMMON = README Makefile.am Makefile.in
+-SOURCES = $(liboofilter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/liboofilter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/liboofilter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/liboofilter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/liboofilter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/liboofilter/Makefile
++	  $(AUTOMAKE) --gnu  filters/liboofilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/liboofilter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -414,7 +558,7 @@
+ 	$(CXXLINK)  $(liboofilter_la_LDFLAGS) $(liboofilter_la_OBJECTS) $(liboofilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -422,27 +566,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liststylestack.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ooutils.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -454,11 +597,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -467,6 +605,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -478,8 +617,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -488,21 +643,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -520,9 +675,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -534,7 +687,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -542,7 +695,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -558,14 +711,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -581,7 +737,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -589,18 +746,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -608,15 +773,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=liststylestack.h ooutils.h 
++KDE_DIST=liststylestack.h Makefile.in ooutils.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/liboofilter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/liboofilter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/liboofilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/liboofilter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/Makefile.in koffice-1.4.2/filters/Makefile.in
+--- koffice-1.4.2.orig/filters/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/filters/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,108 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = generic_wrapper liboofilter kspread kchart kword \
++	kpresenter olefilters xsltfilter kformula karbon kugar krita
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +147,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +162,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +173,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +194,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +227,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +247,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +268,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +287,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,65 +405,136 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ @compile_filter_KARBON_TRUE at KARBONDIR = karbon
+-
+ @include_XSLTFILTERS_TRUE at XSLTFILTERDIR = xsltfilter
+-
+ @compile_filter_KWORD_TRUE at KWORDDIR = kword
+-
+ @compile_filter_KPRESENTER_TRUE at KPRESENTERDIR = kpresenter
+-
+ @compile_filter_KSPREAD_TRUE at KSPREADDIR = kspread
+-
+ @compile_filter_KCHART_TRUE at KCHARTDIR = kchart
+-
+ @compile_filter_KFORMULA_TRUE at KFORMULADIR = kformula
+-
+ @compile_filter_KUGAR_TRUE at KUGARDIR = kugar
+-
+ @compile_filter_KRITA_TRUE at KRITADIR = krita
+-
+ SUBDIRS = generic_wrapper liboofilter $(KSPREADDIR) $(KCHARTDIR) $(KWORDDIR) $(KPRESENTERDIR) olefilters $(XSLTFILTERDIR) $(KFORMULADIR) $(KARBONDIR) $(KUGARDIR) $(KRITADIR)
+-subdir = filters
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = generic_wrapper liboofilter kspread kchart kword \
+-	kpresenter olefilters xsltfilter kformula karbon kugar krita
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/Makefile
++	  $(AUTOMAKE) --gnu  filters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -399,7 +553,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -411,7 +571,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -419,7 +579,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -440,17 +606,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -460,14 +625,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -476,8 +650,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -486,21 +676,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -517,13 +707,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -533,7 +725,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -545,7 +736,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -553,7 +744,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -567,7 +758,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -575,6 +766,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -590,31 +783,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ messages:
+@@ -625,15 +824,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=configure.in.mid filterstatus.xml 
++KDE_DIST=Makefile.in configure.in.mid filterstatus.xml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/olefilters/excel97/Makefile.in koffice-1.4.2/filters/olefilters/excel97/Makefile.in
+--- koffice-1.4.2.orig/filters/olefilters/excel97/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/olefilters/excel97/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,129 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/olefilters/excel97
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libexcel97_la_LIBADD =
++am_libexcel97_la_OBJECTS = helper.lo excelfilter.lo handler.lo \
++	worker.lo
++#>- libexcel97_la_OBJECTS = $(am_libexcel97_la_OBJECTS)
++#>+ 5
++libexcel97_la_final_OBJECTS = libexcel97_la.all_cc.lo 
++libexcel97_la_nofinal_OBJECTS = helper.lo excelfilter.lo handler.lo \
++	worker.lo
++ at KDE_USE_FINAL_FALSE@libexcel97_la_OBJECTS = $(libexcel97_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libexcel97_la_OBJECTS = $(libexcel97_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libexcel97_la_SOURCES)
++DIST_SOURCES = $(libexcel97_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +170,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +185,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +196,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +217,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +250,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +270,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +291,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +310,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,104 +428,141 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/../lib $(all_includes)
+ 
+-
+ ####### Files
+ noinst_LTLIBRARIES = libexcel97.la
+-
+ libexcel97_la_SOURCES = helper.cc excelfilter.cc handler.cc worker.cc
+ libexcel97_la_LDFLAGS = $(all_libraries)
+-
+ noinst_HEADERS = excelfilter.h handler.h worker.h helper.h definitions.h
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/olefilters/excel97
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libexcel97_la_LIBADD =
+-am_libexcel97_la_OBJECTS = helper.lo excelfilter.lo handler.lo worker.lo
+-#>- libexcel97_la_OBJECTS = $(am_libexcel97_la_OBJECTS)
+-#>+ 4
+-libexcel97_la_final_OBJECTS = libexcel97_la.all_cc.lo 
+-libexcel97_la_nofinal_OBJECTS = helper.lo excelfilter.lo handler.lo worker.lo
+- at KDE_USE_FINAL_FALSE@libexcel97_la_OBJECTS = $(libexcel97_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libexcel97_la_OBJECTS = $(libexcel97_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/excelfilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/handler.Plo ./$(DEPDIR)/helper.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/worker.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libexcel97_la.all_cc.P ./$(DEPDIR)/excelfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/handler.Plo ./$(DEPDIR)/helper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/worker.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/excelfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/handler.Plo ./$(DEPDIR)/helper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/worker.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libexcel97_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libexcel97_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/excel97/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/olefilters/excel97/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/olefilters/excel97/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/excel97/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/excel97/Makefile
++	  $(AUTOMAKE) --gnu  filters/olefilters/excel97/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/excel97/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -429,7 +570,7 @@
+ 	$(CXXLINK)  $(libexcel97_la_LDFLAGS) $(libexcel97_la_OBJECTS) $(libexcel97_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -439,27 +580,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/helper.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/worker.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -471,11 +611,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -484,6 +619,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -495,8 +631,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -505,21 +657,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -537,9 +689,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -551,7 +701,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -559,7 +709,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -575,14 +725,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -598,7 +751,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -606,19 +760,27 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-data-local install-exec install-exec-am install-info \
+ 	install-info-am install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am
+ 
+ 
+ install-data-local: uninstall.desktop
+@@ -631,15 +793,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=CHANGES BUGS uninstall.desktop status.html ole_excel97_import.desktop FINDME 
++KDE_DIST=CHANGES Makefile.in BUGS uninstall.desktop status.html ole_excel97_import.desktop FINDME Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/excel97/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/excel97/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/olefilters/excel97/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/excel97/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/olefilters/hancomword/Makefile.in koffice-1.4.2/filters/olefilters/hancomword/Makefile.in
+--- koffice-1.4.2.orig/filters/olefilters/hancomword/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/olefilters/hancomword/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,134 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/olefilters/hancomword
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libhancomword_la_LIBADD =
++am_libhancomword_la_OBJECTS = hancomwordfilter.lo
++#>- libhancomword_la_OBJECTS = $(am_libhancomword_la_OBJECTS)
++#>+ 1
++libhancomword_la_OBJECTS = hancomwordfilter.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libhancomword_la_SOURCES)
++DIST_SOURCES = $(libhancomword_la_SOURCES)
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(servicedir)"
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,99 +433,143 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/../lib $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ noinst_LTLIBRARIES = libhancomword.la
+-
+ libhancomword_la_SOURCES = hancomwordfilter.cc 
+ libhancomword_la_LDFLAGS = $(all_libraries)
+-
+ noinst_HEADERS = hancomwordfilter.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = ole_hancomword_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/olefilters/hancomword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libhancomword_la_LIBADD =
+-am_libhancomword_la_OBJECTS = hancomwordfilter.lo
+-#>- libhancomword_la_OBJECTS = $(am_libhancomword_la_OBJECTS)
+-#>+ 1
+-libhancomword_la_OBJECTS = hancomwordfilter.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/hancomwordfilter.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/hancomwordfilter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libhancomword_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libhancomword_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/hancomword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/olefilters/hancomword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/olefilters/hancomword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/hancomword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/hancomword/Makefile
++	  $(AUTOMAKE) --gnu  filters/olefilters/hancomword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/hancomword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -424,34 +577,33 @@
+ 	$(CXXLINK)  $(libhancomword_la_LDFLAGS) $(libhancomword_la_OBJECTS) $(libhancomword_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/hancomwordfilter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -462,30 +614,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -494,6 +640,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -505,8 +652,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -515,21 +678,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -547,10 +710,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -562,7 +725,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -570,7 +733,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -586,14 +749,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -609,7 +775,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -617,18 +784,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-serviceDATA install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-serviceDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-info-am uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -647,15 +822,24 @@
+ 	-rm -f  hancomwordfilter.moc
+ 
+ #>+ 2
+-KDE_DIST=ole_hancomword_import.desktop status.html 
++KDE_DIST=ole_hancomword_import.desktop Makefile.in status.html Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/hancomword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/hancomword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/olefilters/hancomword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/hancomword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/olefilters/lib/Makefile.in koffice-1.4.2/filters/olefilters/lib/Makefile.in
+--- koffice-1.4.2.orig/filters/olefilters/lib/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/olefilters/lib/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,129 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/olefilters/lib
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libfilterbase_la_LIBADD =
++am_libfilterbase_la_OBJECTS = filterbase.lo
++#>- libfilterbase_la_OBJECTS = $(am_libfilterbase_la_OBJECTS)
++#>+ 1
++libfilterbase_la_OBJECTS = filterbase.lo
++libklaola_la_LIBADD =
++am_libklaola_la_OBJECTS = klaola.lo
++#>- libklaola_la_OBJECTS = $(am_libklaola_la_OBJECTS)
++#>+ 1
++libklaola_la_OBJECTS = klaola.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libfilterbase_la_SOURCES) $(libklaola_la_SOURCES)
++DIST_SOURCES = $(libfilterbase_la_SOURCES) $(libklaola_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +170,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +185,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +196,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +217,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +250,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +270,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +291,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +310,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,103 +428,143 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ noinst_LTLIBRARIES = libfilterbase.la libklaola.la
+-
+ libfilterbase_la_SOURCES = filterbase.cc
+ #>- libfilterbase_la_METASOURCES = filterbase.moc
+ libfilterbase_la_LDFLAGS = $(all_libraries)
+-
+ libklaola_la_SOURCES = klaola.cc
+ libklaola_la_LDFLAGS = $(all_libraries)
+-
+ noinst_HEADERS = filterbase.h klaola.h
+-subdir = filters/olefilters/lib
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libfilterbase_la_LIBADD =
+-am_libfilterbase_la_OBJECTS = filterbase.lo
+-#>- libfilterbase_la_OBJECTS = $(am_libfilterbase_la_OBJECTS)
+-#>+ 1
+-libfilterbase_la_OBJECTS = filterbase.lo
+-libklaola_la_LIBADD =
+-am_libklaola_la_OBJECTS = klaola.lo
+-#>- libklaola_la_OBJECTS = $(am_libklaola_la_OBJECTS)
+-#>+ 1
+-libklaola_la_OBJECTS = klaola.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/filterbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/klaola.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/filterbase.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/klaola.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libfilterbase_la_SOURCES) $(libklaola_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libfilterbase_la_SOURCES) $(libklaola_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/lib/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/olefilters/lib/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/olefilters/lib/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/lib/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/lib/Makefile
++	  $(AUTOMAKE) --gnu  filters/olefilters/lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/lib/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -430,7 +574,7 @@
+ 	$(CXXLINK)  $(libklaola_la_LDFLAGS) $(libklaola_la_OBJECTS) $(libklaola_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -438,27 +582,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/filterbase.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/klaola.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -470,11 +613,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -483,6 +621,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -494,8 +633,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -504,21 +659,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -536,9 +691,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -550,7 +703,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -558,7 +711,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -574,14 +727,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -597,7 +753,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -605,18 +762,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -635,15 +800,24 @@
+ 	-rm -f  filterbase.moc
+ 
+ #>+ 2
+-KDE_DIST=myfile.h 
++KDE_DIST=Makefile.in myfile.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/lib/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/lib/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/olefilters/lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/lib/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/olefilters/Makefile.in koffice-1.4.2/filters/olefilters/Makefile.in
+--- koffice-1.4.2.orig/filters/olefilters/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/olefilters/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,150 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/olefilters
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libolefilter_la_DEPENDENCIES = ./lib/libfilterbase.la \
++	./lib/libklaola.la ./winword97/libwinword97.la \
++	./excel97/libexcel97.la ./powerpoint97/libpowerpoint97.la \
++	./hancomword/libhancomword.la $(am__DEPENDENCIES_1)
++am_libolefilter_la_OBJECTS = olefilter.lo
++#>- libolefilter_la_OBJECTS = $(am_libolefilter_la_OBJECTS)
++#>+ 1
++libolefilter_la_OBJECTS = olefilter.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libolefilter_la_SOURCES)
++DIST_SOURCES = $(libolefilter_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +189,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +204,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +215,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +236,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +269,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +289,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +310,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +329,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,20 +447,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/lib -I$(srcdir)/winword97 \
+ -I$(srcdir)/excel97 -I$(srcdir)/powerpoint97 $(KOFFICE_INCLUDES) \
+ -I$(srcdir)/hancomword \
+ $(all_includes)
+ 
+-
+ #>- libolefilter_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+ #>+ 1
+ libolefilter_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(KDE_NO_UNDEFINED)
+@@ -346,117 +535,84 @@
+ $(LIB_KOFFICECORE)
+ 
+ 
+-
+ ####### Files
+ SUBDIRS = lib excel97 powerpoint97 winword97 hancomword
+-
+ kde_module_LTLIBRARIES = libolefilter.la
+-
+ libolefilter_la_SOURCES = olefilter.cc
+-
+ noinst_HEADERS = olefilter.h
+-
+ #>- libolefilter_la_METASOURCES = AUTO
+-subdir = filters/olefilters
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libolefilter_la_DEPENDENCIES = ./lib/libfilterbase.la ./lib/libklaola.la \
+-	./winword97/libwinword97.la ./excel97/libexcel97.la \
+-	./powerpoint97/libpowerpoint97.la ./hancomword/libhancomword.la
+-am_libolefilter_la_OBJECTS = olefilter.lo
+-#>- libolefilter_la_OBJECTS = $(am_libolefilter_la_OBJECTS)
+-#>+ 1
+-libolefilter_la_OBJECTS = olefilter.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/olefilter.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/olefilter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libolefilter_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libolefilter_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/olefilters/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/olefilters/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/Makefile
++	  $(AUTOMAKE) --gnu  filters/olefilters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -467,34 +623,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libolefilter_la_LDFLAGS) $(libolefilter_la_OBJECTS) $(libolefilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/olefilter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -513,7 +668,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -525,7 +686,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -533,7 +694,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -554,17 +721,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -574,14 +740,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -590,8 +765,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -600,19 +791,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -627,15 +820,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -645,8 +840,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -658,7 +854,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -666,7 +862,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -682,14 +878,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -709,7 +908,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -717,27 +917,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -763,6 +968,9 @@
+ clean-metasources:
+ 	-rm -f  olefilter.moc
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libolefilter.la.closure
+@@ -770,10 +978,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/olefilters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/olefilters/powerpoint97/Makefile.in koffice-1.4.2/filters/olefilters/powerpoint97/Makefile.in
+--- koffice-1.4.2.orig/filters/olefilters/powerpoint97/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/olefilters/powerpoint97/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,139 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/olefilters/powerpoint97
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libpowerpoint97_la_LIBADD =
++am_libpowerpoint97_la_OBJECTS = powerpointfilter.lo powerpoint.lo \
++	pptdoc.lo pptxml.lo pptSlide.lo
++#>- libpowerpoint97_la_OBJECTS = $(am_libpowerpoint97_la_OBJECTS)
++#>+ 5
++libpowerpoint97_la_final_OBJECTS = libpowerpoint97_la.all_cc.lo pptSlide.lo 
++libpowerpoint97_la_nofinal_OBJECTS = powerpointfilter.lo powerpoint.lo \
++	pptdoc.lo pptxml.lo pptSlide.lo
++ at KDE_USE_FINAL_FALSE@libpowerpoint97_la_OBJECTS = $(libpowerpoint97_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libpowerpoint97_la_OBJECTS = $(libpowerpoint97_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libpowerpoint97_la_SOURCES)
++DIST_SOURCES = $(libpowerpoint97_la_SOURCES)
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(servicedir)"
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,122 +438,143 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) -I$(srcdir)/../lib $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ noinst_LTLIBRARIES = libpowerpoint97.la
+-
+ libpowerpoint97_la_SOURCES = powerpointfilter.cc powerpoint.cc pptdoc.cc pptxml.cc pptSlide.cpp
+ libpowerpoint97_la_LDFLAGS = $(all_libraries)
+-
+ noinst_HEADERS = powerpointfilter.h powerpoint.h pptdoc.h pptxml.h pptSlide.h
+-
+ #>- METASOURCES = AUTO
+-
+ service_DATA = ole_powerpoint97_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/olefilters/powerpoint97
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libpowerpoint97_la_LIBADD =
+-am_libpowerpoint97_la_OBJECTS = powerpointfilter.lo powerpoint.lo \
+-	pptdoc.lo pptxml.lo pptSlide.lo
+-#>- libpowerpoint97_la_OBJECTS = $(am_libpowerpoint97_la_OBJECTS)
+-#>+ 5
+-libpowerpoint97_la_final_OBJECTS = libpowerpoint97_la.all_cc.lo pptSlide.lo 
+-libpowerpoint97_la_nofinal_OBJECTS = powerpointfilter.lo powerpoint.lo \
+-	pptdoc.lo pptxml.lo pptSlide.lo
+- at KDE_USE_FINAL_FALSE@libpowerpoint97_la_OBJECTS = $(libpowerpoint97_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libpowerpoint97_la_OBJECTS = $(libpowerpoint97_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/powerpoint.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/powerpointfilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pptSlide.Plo ./$(DEPDIR)/pptdoc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pptxml.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libpowerpoint97_la.all_cc.P ./$(DEPDIR)/powerpoint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/powerpointfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pptSlide.Plo ./$(DEPDIR)/pptdoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pptxml.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/powerpoint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/powerpointfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pptSlide.Plo ./$(DEPDIR)/pptdoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pptxml.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libpowerpoint97_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libpowerpoint97_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/powerpoint97/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/olefilters/powerpoint97/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/olefilters/powerpoint97/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/powerpoint97/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/powerpoint97/Makefile
++	  $(AUTOMAKE) --gnu  filters/olefilters/powerpoint97/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/powerpoint97/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -447,7 +582,7 @@
+ 	$(CXXLINK)  $(libpowerpoint97_la_LDFLAGS) $(libpowerpoint97_la_OBJECTS) $(libpowerpoint97_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -458,45 +593,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pptdoc.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pptxml.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -507,30 +644,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -539,6 +670,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -550,8 +682,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -560,21 +708,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -592,10 +740,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -607,7 +755,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -615,7 +763,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -631,14 +779,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -654,7 +805,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -662,18 +814,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-serviceDATA install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-serviceDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-info-am uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -699,15 +859,24 @@
+ 	-rm -f  pptxml.moc powerpointfilter.moc
+ 
+ #>+ 2
+-KDE_DIST=status.html ole_powerpoint97_import.desktop 
++KDE_DIST=Makefile.in status.html ole_powerpoint97_import.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/powerpoint97/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/powerpoint97/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/olefilters/powerpoint97/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/powerpoint97/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/olefilters/winword97/Makefile.in koffice-1.4.2/filters/olefilters/winword97/Makefile.in
+--- koffice-1.4.2.orig/filters/olefilters/winword97/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/olefilters/winword97/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,129 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/olefilters/winword97
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libwinword97_la_LIBADD =
++am_libwinword97_la_OBJECTS = wordfilter.lo winworddoc.lo msdrawing.lo \
++	msword.lo mswordgenerated.lo properties.lo document.lo
++#>- libwinword97_la_OBJECTS = $(am_libwinword97_la_OBJECTS)
++#>+ 5
++libwinword97_la_final_OBJECTS = libwinword97_la.all_cc.lo 
++libwinword97_la_nofinal_OBJECTS = wordfilter.lo winworddoc.lo msdrawing.lo \
++	msword.lo mswordgenerated.lo properties.lo document.lo
++ at KDE_USE_FINAL_FALSE@libwinword97_la_OBJECTS = $(libwinword97_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libwinword97_la_OBJECTS = $(libwinword97_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libwinword97_la_SOURCES)
++DIST_SOURCES = $(libwinword97_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +170,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +185,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +196,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +217,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +250,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +270,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +291,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +310,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,121 +428,147 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(srcdir) -I$(srcdir)/../lib $(all_includes)
+ 
+-
+ ####### Files
+ noinst_LTLIBRARIES = libwinword97.la
+-
+ libwinword97_la_SOURCES = wordfilter.cc winworddoc.cc \
+ msdrawing.cc \
+ msword.cc mswordgenerated.cc properties.cc document.cc
+ 
+ libwinword97_la_LDFLAGS = $(all_libraries)
+-
+ noinst_HEADERS = wordfilter.h winworddoc.h \
+ msdrawing.h \
+ msword.h mswordgenerated.h properties.h document.h
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = filters/olefilters/winword97
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libwinword97_la_LIBADD =
+-am_libwinword97_la_OBJECTS = wordfilter.lo winworddoc.lo msdrawing.lo \
+-	msword.lo mswordgenerated.lo properties.lo document.lo
+-#>- libwinword97_la_OBJECTS = $(am_libwinword97_la_OBJECTS)
+-#>+ 5
+-libwinword97_la_final_OBJECTS = libwinword97_la.all_cc.lo 
+-libwinword97_la_nofinal_OBJECTS = wordfilter.lo winworddoc.lo msdrawing.lo \
+-	msword.lo mswordgenerated.lo properties.lo document.lo
+- at KDE_USE_FINAL_FALSE@libwinword97_la_OBJECTS = $(libwinword97_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libwinword97_la_OBJECTS = $(libwinword97_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/document.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/msdrawing.Plo ./$(DEPDIR)/msword.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mswordgenerated.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/properties.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/winworddoc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wordfilter.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libwinword97_la.all_cc.P ./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/msdrawing.Plo ./$(DEPDIR)/msword.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mswordgenerated.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/properties.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/winworddoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wordfilter.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/document.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/msdrawing.Plo ./$(DEPDIR)/msword.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mswordgenerated.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/properties.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/winworddoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/wordfilter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libwinword97_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libwinword97_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/winword97/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/olefilters/winword97/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/olefilters/winword97/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/winword97/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/winword97/Makefile
++	  $(AUTOMAKE) --gnu  filters/olefilters/winword97/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/winword97/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -446,7 +576,7 @@
+ 	$(CXXLINK)  $(libwinword97_la_LDFLAGS) $(libwinword97_la_OBJECTS) $(libwinword97_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -459,27 +589,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/winworddoc.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wordfilter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -491,11 +620,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -504,6 +628,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -515,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -525,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -557,9 +698,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -571,7 +710,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -579,7 +718,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -595,14 +734,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -618,7 +760,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -626,19 +769,27 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-data-local install-exec install-exec-am install-info \
+ 	install-info-am install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am
+ 
+ 
+ install-data-local: uninstall.desktop
+@@ -669,15 +820,24 @@
+ 	-rm -f  winworddoc.moc wordfilter.moc
+ 
+ #>+ 2
+-KDE_DIST=uninstall.desktop ole_winword97_import.desktop status.html Test.doc 
++KDE_DIST=Makefile.in uninstall.desktop ole_winword97_import.desktop status.html Test.doc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/olefilters/winword97/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/olefilters/winword97/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/olefilters/winword97/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/olefilters/winword97/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/xsltfilter/export/Makefile.in koffice-1.4.2/filters/xsltfilter/export/Makefile.in
+--- koffice-1.4.2.orig/filters/xsltfilter/export/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/xsltfilter/export/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,157 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/xsltfilter/export
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libxsltexport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libxsltexport_la_OBJECTS = xsltexport.lo xsltexportdia.lo \
++	xsltproc.lo
++#>- libxsltexport_la_OBJECTS = $(am_libxsltexport_la_OBJECTS)
++#>+ 5
++libxsltexport_la_final_OBJECTS = libxsltexport_la.all_cc.lo 
++libxsltexport_la_nofinal_OBJECTS = xsltexport.lo xsltexportdia.lo \
++	xsltproc.lo xsltdialog.lo
++ at KDE_USE_FINAL_FALSE@libxsltexport_la_OBJECTS = $(libxsltexport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libxsltexport_la_OBJECTS = $(libxsltexport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libxsltexport_la_SOURCES)
++DIST_SOURCES = $(libxsltexport_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +196,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +211,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +222,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +243,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +276,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +296,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +317,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +336,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +454,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,142 +530,97 @@
+ 
+ ####### General stuff
+ SUBDIRS = xsl
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libxsltexport.la
+-
+ #>- libxsltexport_la_SOURCES = xsltexport.cc xsltexportdia.cc xsltproc.cc xsltdialog.ui
+ #>+ 1
+ libxsltexport_la_SOURCES=xsltexport.cc xsltexportdia.cc xsltproc.cc  xsltdialog.cc
+ libxsltexport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN)
+ libxsltexport_la_LIBADD = $(KOFFICE_LIBS) $(LIBXSLT_LIBS) $(LIBXML_LIBS)
+-
+ noinst_HEADERS = xsltexport.h xsltexportdia.h xsltproc.h
+ 
+-
+ ######## Debug
+ #check_PROGRAMS = xsltfilter
+ #xsltfilter_SOURCES = xsltfilter.cc
+ #xsltfilter_LDADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS)
+ #xsltfilter_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries)
+ #>- METASOURCES = AUTO
+-
+ service_DATA = xslt_export.desktop
+-
+ servicedir = $(kde_servicesdir)
+-subdir = filters/xsltfilter/export
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libxsltexport_la_DEPENDENCIES =
+-am_libxsltexport_la_OBJECTS = xsltexport.lo xsltexportdia.lo xsltproc.lo
+-#>- libxsltexport_la_OBJECTS = $(am_libxsltexport_la_OBJECTS)
+-#>+ 4
+-libxsltexport_la_final_OBJECTS = libxsltexport_la.all_cc.lo 
+-libxsltexport_la_nofinal_OBJECTS = xsltexport.lo xsltexportdia.lo xsltproc.lo xsltdialog.lo
+- at KDE_USE_FINAL_FALSE@libxsltexport_la_OBJECTS = $(libxsltexport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libxsltexport_la_OBJECTS = $(libxsltexport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/xsltexport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/xsltexportdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/xsltproc.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/xsltdialog.P  $(DEPDIR)/libxsltexport_la.all_cc.P ./$(DEPDIR)/xsltexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltexportdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltproc.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/xsltdialog.P ./$(DEPDIR)/xsltexport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltexportdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltproc.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libxsltexport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libxsltexport_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/Makefile
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -478,7 +631,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libxsltexport_la_LDFLAGS) $(libxsltexport_la_OBJECTS) $(libxsltexport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -487,27 +640,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xsltexportdia.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xsltproc.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -518,23 +670,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -544,7 +695,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -556,7 +713,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -564,7 +721,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -585,17 +748,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -605,14 +767,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -621,8 +792,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -631,21 +818,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -660,15 +847,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -678,8 +867,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -691,7 +881,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -699,7 +889,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -715,14 +905,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -742,7 +935,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -750,28 +944,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-serviceDATA install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-serviceDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive uninstall-serviceDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -805,7 +1005,7 @@
+ 	-rm -f  xsltexport.moc xsltexportdia.moc
+ 
+ #>+ 2
+-KDE_DIST=xsltdialog.ui xslt_export.desktop Changelog 
++KDE_DIST=xsltdialog.ui Makefile.in xslt_export.desktop Changelog Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -819,10 +1019,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/xsltfilter/export/xsl/kword/Makefile.in koffice-1.4.2/filters/xsltfilter/export/xsl/kword/Makefile.in
+--- koffice-1.4.2.orig/filters/xsltfilter/export/xsl/kword/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/xsltfilter/export/xsl/kword/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/xsltfilter/export/xsl/kword
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = xslfo
+-subdir = filters/xsltfilter/export/xsl/kword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/kword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/kword/Makefile
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/xsl/kword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/kword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/xsl/kword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/xsltfilter/export/xsl/kword/xslfo/Makefile.in koffice-1.4.2/filters/xsltfilter/export/xsl/kword/xslfo/Makefile.in
+--- koffice-1.4.2.orig/filters/xsltfilter/export/xsl/kword/xslfo/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/xsltfilter/export/xsl/kword/xslfo/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/xsltfilter/export/xsl/kword/xslfo
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(xsltfilterdir)"
++xsltfilterDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(xsltfilter_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,28 +473,53 @@
+ xdg_menudir = @xdg_menudir@
+ xsltfilterdir = $(kde_datadir)/xsltfilter/export/kword/xslfo
+ xsltfilter_DATA = main.xsl kword2xslfo-table.xsl
+-subdir = filters/xsltfilter/export/xsl/kword/xslfo
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(xsltfilter_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/xslfo/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/kword/xslfo/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/xslfo/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/xslfo/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/kword/xslfo/Makefile
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/xslfo/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/xsl/kword/xslfo/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -363,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-xsltfilterDATA_INSTALL = $(INSTALL_DATA)
+ install-xsltfilterDATA: $(xsltfilter_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(xsltfilterdir)
++	test -z "$(xsltfilterdir)" || $(mkdir_p) "$(DESTDIR)$(xsltfilterdir)"
+ 	@list='$(xsltfilter_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(xsltfilterDATA_INSTALL) $$d$$p $(DESTDIR)$(xsltfilterdir)/$$f"; \
+-	  $(xsltfilterDATA_INSTALL) $$d$$p $(DESTDIR)$(xsltfilterdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(xsltfilterDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xsltfilterdir)/$$f'"; \
++	  $(xsltfilterDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xsltfilterdir)/$$f"; \
+ 	done
+ 
+ uninstall-xsltfilterDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(xsltfilter_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(xsltfilterdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(xsltfilterdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(xsltfilterdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(xsltfilterdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -415,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(xsltfilterdir)
+-
++	for dir in "$(DESTDIR)$(xsltfilterdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -430,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -438,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -452,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -474,39 +645,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-xsltfilterDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip \
+-	install-xsltfilterDATA installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-xsltfilterDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-xsltfilterDATA installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-xsltfilterDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kword2xslfo-table.xsl main.xsl 
++KDE_DIST=Makefile.in kword2xslfo-table.xsl main.xsl Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/kword/xslfo/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/xslfo/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/kword/xslfo/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/xsl/kword/xslfo/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/xsltfilter/export/xsl/Makefile.in koffice-1.4.2/filters/xsltfilter/export/xsl/Makefile.in
+--- koffice-1.4.2.orig/filters/xsltfilter/export/xsl/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/xsltfilter/export/xsl/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/xsltfilter/export/xsl
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = kword
+-subdir = filters/xsltfilter/export/xsl
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/Makefile
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/xsl/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/export/xsl/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/export/xsl/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/export/xsl/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/xsltfilter/import/Makefile.in koffice-1.4.2/filters/xsltfilter/import/Makefile.in
+--- koffice-1.4.2.orig/filters/xsltfilter/import/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/xsltfilter/import/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,143 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/xsltfilter/import
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libxsltimport_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libxsltimport_la_OBJECTS = xsltimport.lo xsltimportdia.lo \
++	xsltproc.lo
++#>- libxsltimport_la_OBJECTS = $(am_libxsltimport_la_OBJECTS)
++#>+ 5
++libxsltimport_la_final_OBJECTS = libxsltimport_la.all_cc.lo 
++libxsltimport_la_nofinal_OBJECTS = xsltimport.lo xsltimportdia.lo \
++	xsltproc.lo xsltdialog.lo
++ at KDE_USE_FINAL_FALSE@libxsltimport_la_OBJECTS = $(libxsltimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libxsltimport_la_OBJECTS = $(libxsltimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libxsltimport_la_SOURCES)
++DIST_SOURCES = $(libxsltimport_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,137 +442,170 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES)  $(all_includes) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libxsltimport.la
+-
+ #>- libxsltimport_la_SOURCES = xsltimport.cc xsltimportdia.cc xsltproc.cc xsltdialog.ui
+ #>+ 1
+ libxsltimport_la_SOURCES=xsltimport.cc xsltimportdia.cc xsltproc.cc  xsltdialog.cc
+ libxsltimport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN)
+ libxsltimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBXSLT_LIBS) $(LIBXML_LIBS)
+-
+ noinst_HEADERS = xsltimport.h xsltimportdia.h xsltproc.h
+ 
+-
+ ######## Debug
+ #check_PROGRAMS = xsltfilter
+ #xsltfilter_SOURCES = xsltfilter.c
+ #xsltfilter_LDADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS)
+ #xsltfilter_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries)
+ #>- METASOURCES = AUTO
+-
+ service_DATA = xslt_import.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = filters/xsltfilter/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libxsltimport_la_DEPENDENCIES =
+-am_libxsltimport_la_OBJECTS = xsltimport.lo xsltimportdia.lo xsltproc.lo
+-#>- libxsltimport_la_OBJECTS = $(am_libxsltimport_la_OBJECTS)
+-#>+ 4
+-libxsltimport_la_final_OBJECTS = libxsltimport_la.all_cc.lo 
+-libxsltimport_la_nofinal_OBJECTS = xsltimport.lo xsltimportdia.lo xsltproc.lo xsltdialog.lo
+- at KDE_USE_FINAL_FALSE@libxsltimport_la_OBJECTS = $(libxsltimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libxsltimport_la_OBJECTS = $(libxsltimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/xsltimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/xsltimportdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/xsltproc.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/xsltdialog.P  $(DEPDIR)/libxsltimport_la.all_cc.P ./$(DEPDIR)/xsltimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltimportdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltproc.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/xsltdialog.P ./$(DEPDIR)/xsltimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltimportdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/xsltproc.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libxsltimport_la_SOURCES)
+-DATA = $(service_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libxsltimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/xsltfilter/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/xsltfilter/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/import/Makefile
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -465,7 +616,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libxsltimport_la_LDFLAGS) $(libxsltimport_la_OBJECTS) $(libxsltimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -474,27 +625,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xsltimportdia.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xsltproc.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -505,30 +655,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -537,6 +681,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -548,8 +693,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -558,21 +719,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -590,10 +751,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -605,7 +766,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -613,7 +774,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -629,14 +790,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -656,7 +820,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -664,21 +829,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -712,7 +886,7 @@
+ 	-rm -f  xsltimportdia.moc xsltimport.moc
+ 
+ #>+ 2
+-KDE_DIST=xsltdialog.ui xslt_import.desktop Changelog 
++KDE_DIST=xsltdialog.ui Makefile.in xslt_import.desktop Changelog Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -726,10 +900,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/filters/xsltfilter/Makefile.in koffice-1.4.2/filters/xsltfilter/Makefile.in
+--- koffice-1.4.2.orig/filters/xsltfilter/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/filters/xsltfilter/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = filters/xsltfilter
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = export import
+-subdir = filters/xsltfilter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  filters/xsltfilter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  filters/xsltfilter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/Makefile
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=status.html configure.in.in kword2xslfo.xsl configure.in.bot 
++KDE_DIST=Makefile.in status.html configure.in.in kword2xslfo.xsl configure.in.bot Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  filters/xsltfilter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  filters/xsltfilter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  filters/xsltfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit filters/xsltfilter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/interfaces/Makefile.in koffice-1.4.2/interfaces/Makefile.in
+--- koffice-1.4.2.orig/interfaces/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/interfaces/Makefile.in	2005-11-11 17:31:28.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,134 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = interfaces
++DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkochart_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkochart_la_OBJECTS = koChart.lo
++#>- libkochart_la_OBJECTS = $(am_libkochart_la_OBJECTS)
++#>+ 1
++libkochart_la_OBJECTS = koChart.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkochart_la_SOURCES)
++DIST_SOURCES = $(libkochart_la_SOURCES)
++includeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(include_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +173,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +188,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +199,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +220,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +253,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +273,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +294,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +313,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,112 +431,160 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kchart/kdchart -I$(interfacedir) $(all_includes)
+-
+ lib_LTLIBRARIES = libkochart.la
+-
+ libkochart_la_SOURCES = koChart.cc
+ #>- libkochart_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
+ #>+ 1
+ libkochart_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined $(KDE_NO_UNDEFINED)
+ libkochart_la_LIBADD = $(LIB_KOFFICECORE)
+ #>- METASOURCES = AUTO
+-
+ include_HEADERS = koChart.h
+-subdir = interfaces
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkochart_la_DEPENDENCIES =
+-am_libkochart_la_OBJECTS = koChart.lo
+-#>- libkochart_la_OBJECTS = $(am_libkochart_la_OBJECTS)
+-#>+ 1
+-libkochart_la_OBJECTS = koChart.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/koChart.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/koChart.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkochart_la_SOURCES)
+-HEADERS = $(include_HEADERS)
+-
+-DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkochart_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  interfaces/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  interfaces/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  interfaces/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  interfaces/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  interfaces/Makefile
++	  $(AUTOMAKE) --gnu  interfaces/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit interfaces/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -438,34 +595,33 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkochart_la_LDFLAGS) $(libkochart_la_OBJECTS) $(libkochart_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koChart.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -476,30 +632,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-includeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-includeHEADERS: $(include_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
+-	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
++	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ uninstall-includeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -508,6 +658,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -519,8 +670,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -529,19 +696,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -559,10 +728,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -574,7 +743,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -582,7 +751,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -598,14 +767,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -621,7 +793,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -629,21 +802,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+ 	uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-includeHEADERS install-info \
+ 	install-info-am install-libLTLIBRARIES install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-includeHEADERS \
+-	uninstall-info-am uninstall-libLTLIBRARIES
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-includeHEADERS uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -669,6 +851,9 @@
+ clean-metasources:
+ 	-rm -f  koChart.moc
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libkochart.la.closure
+@@ -676,10 +861,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  interfaces/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  interfaces/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  interfaces/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit interfaces/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/commands/Makefile.in koffice-1.4.2/karbon/commands/Makefile.in
+--- koffice-1.4.2.orig/karbon/commands/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/karbon/commands/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,135 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/commands
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarboncommands_la_LIBADD =
++am_libkarboncommands_la_OBJECTS = valigncmd.lo vbooleancmd.lo \
++	vcleanupcmd.lo vclipartcmd.lo vclosepathcmd.lo vcommand.lo \
++	vdeletecmd.lo vfillcmd.lo vflattencmd.lo vgroupcmd.lo \
++	vdeletenodescmd.lo vlayercmd.lo vreplacingcmd.lo vshapecmd.lo \
++	vstrokecmd.lo vtransformcmd.lo vungroupcmd.lo vzordercmd.lo
++#>- libkarboncommands_la_OBJECTS = $(am_libkarboncommands_la_OBJECTS)
++#>+ 8
++libkarboncommands_la_final_OBJECTS = libkarboncommands_la.all_cc.lo 
++libkarboncommands_la_nofinal_OBJECTS = valigncmd.lo vbooleancmd.lo \
++	vcleanupcmd.lo vclipartcmd.lo vclosepathcmd.lo vcommand.lo \
++	vdeletecmd.lo vfillcmd.lo vflattencmd.lo vgroupcmd.lo \
++	vdeletenodescmd.lo vlayercmd.lo vreplacingcmd.lo vshapecmd.lo \
++	vstrokecmd.lo vtransformcmd.lo vungroupcmd.lo vzordercmd.lo
++ at KDE_USE_FINAL_FALSE@libkarboncommands_la_OBJECTS = $(libkarboncommands_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarboncommands_la_OBJECTS = $(libkarboncommands_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarboncommands_la_SOURCES)
++DIST_SOURCES = $(libkarboncommands_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +432,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,9 +511,7 @@
+ 	-I$(srcdir)/../visitors \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkarboncommands.la
+-
+ noinst_HEADERS = \
+ 	valigncmd.h \
+ 	vbooleancmd.h \
+@@ -358,7 +532,6 @@
+ 	vungroupcmd.h \
+ 	vzordercmd.h
+ 
+-
+ libkarboncommands_la_SOURCES = \
+ 	valigncmd.cc \
+ 	vbooleancmd.cc \
+@@ -379,136 +552,63 @@
+ 	vungroupcmd.cc \
+ 	vzordercmd.cc
+ 
+-
+ #>- libkarboncommands_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = karbon/commands
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarboncommands_la_LDFLAGS =
+-libkarboncommands_la_LIBADD =
+-am_libkarboncommands_la_OBJECTS = valigncmd.lo vbooleancmd.lo \
+-	vcleanupcmd.lo vclipartcmd.lo vclosepathcmd.lo vcommand.lo \
+-	vdeletecmd.lo vfillcmd.lo vflattencmd.lo vgroupcmd.lo \
+-	vdeletenodescmd.lo vlayercmd.lo vreplacingcmd.lo vshapecmd.lo \
+-	vstrokecmd.lo vtransformcmd.lo vungroupcmd.lo vzordercmd.lo
+-#>- libkarboncommands_la_OBJECTS = $(am_libkarboncommands_la_OBJECTS)
+-#>+ 8
+-libkarboncommands_la_final_OBJECTS = libkarboncommands_la.all_cc.lo 
+-libkarboncommands_la_nofinal_OBJECTS = valigncmd.lo vbooleancmd.lo \
+-	vcleanupcmd.lo vclipartcmd.lo vclosepathcmd.lo vcommand.lo \
+-	vdeletecmd.lo vfillcmd.lo vflattencmd.lo vgroupcmd.lo \
+-	vdeletenodescmd.lo vlayercmd.lo vreplacingcmd.lo vshapecmd.lo \
+-	vstrokecmd.lo vtransformcmd.lo vungroupcmd.lo vzordercmd.lo
+- at KDE_USE_FINAL_FALSE@libkarboncommands_la_OBJECTS = $(libkarboncommands_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarboncommands_la_OBJECTS = $(libkarboncommands_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/valigncmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vbooleancmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vcleanupcmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vclipartcmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vclosepathcmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vcommand.Plo ./$(DEPDIR)/vdeletecmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdeletenodescmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vfillcmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vflattencmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vgroupcmd.Plo ./$(DEPDIR)/vlayercmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vreplacingcmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vshapecmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vstrokecmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtransformcmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vungroupcmd.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vzordercmd.Plo
+-#>+ 32
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarboncommands_la.all_cc.P ./$(DEPDIR)/valigncmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vbooleancmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vcleanupcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vclipartcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vclosepathcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vcommand.Plo ./$(DEPDIR)/vdeletecmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdeletenodescmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vfillcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vflattencmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vgroupcmd.Plo ./$(DEPDIR)/vlayercmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vreplacingcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vshapecmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vstrokecmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtransformcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vungroupcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vzordercmd.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/valigncmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vbooleancmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vcleanupcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vclipartcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vclosepathcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vcommand.Plo ./$(DEPDIR)/vdeletecmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vdeletenodescmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vfillcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vflattencmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vgroupcmd.Plo ./$(DEPDIR)/vlayercmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vreplacingcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vshapecmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vstrokecmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtransformcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vungroupcmd.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vzordercmd.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarboncommands_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarboncommands_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/commands/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/commands/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/commands/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/commands/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/commands/Makefile
++	  $(AUTOMAKE) --gnu  karbon/commands/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/commands/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -516,7 +616,7 @@
+ 	$(CXXLINK)  $(libkarboncommands_la_LDFLAGS) $(libkarboncommands_la_OBJECTS) $(libkarboncommands_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -540,27 +640,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vungroupcmd.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vzordercmd.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -572,11 +671,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -585,6 +679,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -596,8 +691,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -606,21 +717,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -638,9 +749,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -652,7 +761,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -660,7 +769,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -676,14 +785,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -699,7 +811,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -707,18 +820,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -737,15 +858,24 @@
+ 	-rm -f  vcommand.moc
+ 
+ #>+ 2
+-KDE_DIST=vtextcmd.h vtextcmd.cc 
++KDE_DIST=vtextcmd.h Makefile.in vtextcmd.cc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/commands/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/commands/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/commands/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/commands/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/core/Makefile.in koffice-1.4.2/karbon/core/Makefile.in
+--- koffice-1.4.2.orig/karbon/core/Makefile.in	2005-10-05 12:52:38.000000000 +0200
++++ koffice-1.4.2/karbon/core/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,140 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/core
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkarboncore_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkarboncore_la_OBJECTS = vcolor.lo vcomposite.lo \
++	vcomposite_iface.lo vdashpattern.lo vdocument.lo vfill.lo \
++	vglobal.lo vgradient.lo vgroup.lo vobject_iface.lo \
++	vgroup_iface.lo vimage.lo vkarbonplugin.lo vlayer.lo \
++	vobject.lo vpath.lo vpattern.lo vsegment.lo vselection.lo \
++	vstroke.lo vvisitor.lo vlayer_iface.lo vtext.lo vtext_iface.lo \
++	vclipgroup.lo
++#>- libkarboncore_la_OBJECTS = $(am_libkarboncore_la_OBJECTS)
++#>+ 10
++libkarboncore_la_final_OBJECTS = libkarboncore_la.all_cc.lo 
++libkarboncore_la_nofinal_OBJECTS = vcolor.lo vcomposite.lo \
++	vcomposite_iface.lo vdashpattern.lo vdocument.lo vfill.lo \
++	vglobal.lo vgradient.lo vgroup.lo vobject_iface.lo \
++	vgroup_iface.lo vimage.lo vkarbonplugin.lo vlayer.lo \
++	vobject.lo vpath.lo vpattern.lo vsegment.lo vselection.lo \
++	vstroke.lo vvisitor.lo vlayer_iface.lo vtext.lo vtext_iface.lo \
++	vclipgroup.lo vcomposite_iface_skel.lo vobject_iface_skel.lo vgroup_iface_skel.lo vlayer_iface_skel.lo vtext_iface_skel.lo
++ at KDE_USE_FINAL_FALSE@libkarboncore_la_OBJECTS = $(libkarboncore_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarboncore_la_OBJECTS = $(libkarboncore_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarboncore_la_SOURCES)
++DIST_SOURCES = $(libkarboncore_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +437,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,9 +516,7 @@
+ 	-I$(srcdir)/../visitors \
+ 	$(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkarboncore.la
+-
+ noinst_HEADERS = \
+ 	vcolor.h \
+ 	vcomposite.h \
+@@ -365,7 +544,6 @@
+ 	vtext_iface.h \
+ 	vclipgroup.h
+ 
+-
+ #>- libkarboncore_la_SOURCES = \
+ #>- 	vcolor.cc \
+ #>- 	vcomposite.cc \
+@@ -431,140 +609,63 @@
+ 	vclipgroup.cc vcomposite_iface_skel.cc vobject_iface_skel.cc vgroup_iface_skel.cc vlayer_iface_skel.cc vtext_iface_skel.cc
+ 
+ libkarboncore_la_LIBADD = $(LIBFONTCONFIG_LIBS)
+-
+ #>- libkarboncore_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = karbon/core
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarboncore_la_LDFLAGS =
+-libkarboncore_la_DEPENDENCIES =
+-am_libkarboncore_la_OBJECTS = vcolor.lo vcomposite.lo \
+-	vcomposite_iface.lo vdashpattern.lo vdocument.lo vfill.lo \
+-	vglobal.lo vgradient.lo vgroup.lo vobject_iface.lo \
+-	vgroup_iface.lo vimage.lo vkarbonplugin.lo vlayer.lo vobject.lo \
+-	vpath.lo vpattern.lo vsegment.lo vselection.lo vstroke.lo \
+-	vvisitor.lo vlayer_iface.lo vtext.lo vtext_iface.lo \
+-	vclipgroup.lo
+-#>- libkarboncore_la_OBJECTS = $(am_libkarboncore_la_OBJECTS)
+-#>+ 10
+-libkarboncore_la_final_OBJECTS = libkarboncore_la.all_cc.lo 
+-libkarboncore_la_nofinal_OBJECTS = vcolor.lo vcomposite.lo \
+-	vcomposite_iface.lo vdashpattern.lo vdocument.lo vfill.lo \
+-	vglobal.lo vgradient.lo vgroup.lo vobject_iface.lo \
+-	vgroup_iface.lo vimage.lo vkarbonplugin.lo vlayer.lo vobject.lo \
+-	vpath.lo vpattern.lo vsegment.lo vselection.lo vstroke.lo \
+-	vvisitor.lo vlayer_iface.lo vtext.lo vtext_iface.lo \
+-	vclipgroup.lo vcomposite_iface_skel.lo vobject_iface_skel.lo vgroup_iface_skel.lo vlayer_iface_skel.lo vtext_iface_skel.lo
+- at KDE_USE_FINAL_FALSE@libkarboncore_la_OBJECTS = $(libkarboncore_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarboncore_la_OBJECTS = $(libkarboncore_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/vclipgroup.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vcolor.Plo ./$(DEPDIR)/vcomposite.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vcomposite_iface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdashpattern.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdocument.Plo ./$(DEPDIR)/vfill.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vglobal.Plo ./$(DEPDIR)/vgradient.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vgroup.Plo ./$(DEPDIR)/vgroup_iface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vimage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vkarbonplugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vlayer.Plo ./$(DEPDIR)/vlayer_iface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vobject_iface.Plo ./$(DEPDIR)/vpath.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vpattern.Plo ./$(DEPDIR)/vsegment.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vselection.Plo ./$(DEPDIR)/vstroke.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtext.Plo ./$(DEPDIR)/vtext_iface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vvisitor.Plo
+-#>+ 32
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/vcomposite_iface_skel.P $(DEPDIR)/vobject_iface_skel.P $(DEPDIR)/vgroup_iface_skel.P $(DEPDIR)/vlayer_iface_skel.P $(DEPDIR)/vtext_iface_skel.P  $(DEPDIR)/libkarboncore_la.all_cc.P ./$(DEPDIR)/vclipgroup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolor.Plo ./$(DEPDIR)/vcomposite.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vcomposite_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdashpattern.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdocument.Plo ./$(DEPDIR)/vfill.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vglobal.Plo ./$(DEPDIR)/vgradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vgroup.Plo ./$(DEPDIR)/vgroup_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vkarbonplugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vlayer.Plo ./$(DEPDIR)/vlayer_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vobject_iface.Plo ./$(DEPDIR)/vpath.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vpattern.Plo ./$(DEPDIR)/vsegment.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vselection.Plo ./$(DEPDIR)/vstroke.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtext.Plo ./$(DEPDIR)/vtext_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vvisitor.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/vcomposite_iface_skel.P $(DEPDIR)/vobject_iface_skel.P $(DEPDIR)/vgroup_iface_skel.P $(DEPDIR)/vlayer_iface_skel.P $(DEPDIR)/vtext_iface_skel.P ./$(DEPDIR)/vclipgroup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolor.Plo ./$(DEPDIR)/vcomposite.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vcomposite_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vdashpattern.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vdocument.Plo ./$(DEPDIR)/vfill.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vglobal.Plo ./$(DEPDIR)/vgradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vgroup.Plo ./$(DEPDIR)/vgroup_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vkarbonplugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vlayer.Plo ./$(DEPDIR)/vlayer_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vobject_iface.Plo ./$(DEPDIR)/vpath.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vpattern.Plo ./$(DEPDIR)/vsegment.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vselection.Plo ./$(DEPDIR)/vstroke.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtext.Plo ./$(DEPDIR)/vtext_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vvisitor.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarboncore_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarboncore_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/core/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/core/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/core/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/core/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/core/Makefile
++	  $(AUTOMAKE) --gnu  karbon/core/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/core/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -572,7 +673,7 @@
+ 	$(CXXLINK)  $(libkarboncore_la_LDFLAGS) $(libkarboncore_la_OBJECTS) $(libkarboncore_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -603,27 +704,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vtext_iface.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vvisitor.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -635,11 +735,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -648,6 +743,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -659,8 +755,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -669,21 +781,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -701,9 +813,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -715,7 +825,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -723,7 +833,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -739,14 +849,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -762,7 +875,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -770,18 +884,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -811,7 +933,7 @@
+ 	$(DCOPIDL2CPP) --c++-suffix cc --no-signals --no-stub vtext_iface.kidl
+ 
+ #>+ 2
+-KDE_DIST=vfillrule.h 
++KDE_DIST=vfillrule.h Makefile.in Makefile.am 
+ 
+ #>+ 8
+ clean-idl:
+@@ -825,10 +947,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/core/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/core/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/core/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/core/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/data/Makefile.in koffice-1.4.2/karbon/data/Makefile.in
+--- koffice-1.4.2.orig/karbon/data/Makefile.in	2005-10-05 12:52:39.000000000 +0200
++++ koffice-1.4.2/karbon/data/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/data
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(predefgradientsdir)" \
++	"$(DESTDIR)$(rcdir)"
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++predefgradientsDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kdelnk_DATA) $(predefgradients_DATA) \
++	$(rc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +404,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,36 +479,58 @@
+ xdg_menudir = @xdg_menudir@
+ predefgradients_DATA = simple.kgr allcolors.kgr
+ predefgradientsdir = $(kde_datadir)/karbon/gradients
+-
+ kdelnk_DATA = karbon.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+-
+ rc_DATA = karbon.rc karbon_readonly.rc
+ rcdir = $(kde_datadir)/karbon
+ kde_services_DATA = karbonpart.desktop
+-subdir = karbon/data
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kde_services_DATA) $(kdelnk_DATA) $(predefgradients_DATA) \
+-	$(rc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/data/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/data/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/data/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/data/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/data/Makefile
++	  $(AUTOMAKE) --gnu  karbon/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/data/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -371,95 +541,94 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-predefgradientsDATA_INSTALL = $(INSTALL_DATA)
+ install-predefgradientsDATA: $(predefgradients_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(predefgradientsdir)
++	test -z "$(predefgradientsdir)" || $(mkdir_p) "$(DESTDIR)$(predefgradientsdir)"
+ 	@list='$(predefgradients_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(predefgradientsDATA_INSTALL) $$d$$p $(DESTDIR)$(predefgradientsdir)/$$f"; \
+-	  $(predefgradientsDATA_INSTALL) $$d$$p $(DESTDIR)$(predefgradientsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(predefgradientsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(predefgradientsdir)/$$f'"; \
++	  $(predefgradientsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(predefgradientsdir)/$$f"; \
+ 	done
+ 
+ uninstall-predefgradientsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(predefgradients_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(predefgradientsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(predefgradientsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(predefgradientsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(predefgradientsdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -477,10 +646,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(predefgradientsdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(predefgradientsdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -492,7 +661,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -500,7 +669,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -514,13 +683,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -537,44 +708,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_servicesDATA \
+ 	uninstall-kdelnkDATA uninstall-predefgradientsDATA \
+ 	uninstall-rcDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kde_servicesDATA install-kdelnkDATA \
+-	install-man install-predefgradientsDATA install-rcDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_servicesDATA \
+-	uninstall-kdelnkDATA uninstall-predefgradientsDATA \
+-	uninstall-rcDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kde_servicesDATA \
++	install-kdelnkDATA install-man install-predefgradientsDATA \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_servicesDATA uninstall-kdelnkDATA \
++	uninstall-predefgradientsDATA uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=karbon_readonly.rc karbon.desktop karbonpart.desktop allcolors.kgr simple.kgr karbon.rc 
++KDE_DIST=karbon_readonly.rc Makefile.in karbon.desktop karbonpart.desktop allcolors.kgr simple.kgr karbon.rc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/data/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/data/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/data/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/dialogs/Makefile.in koffice-1.4.2/karbon/dialogs/Makefile.in
+--- koffice-1.4.2.orig/karbon/dialogs/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/dialogs/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,129 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/dialogs
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarbondialogs_la_LIBADD =
++am_libkarbondialogs_la_OBJECTS = vcolordlg.lo vconfiguredlg.lo \
++	vcolortab.lo
++#>- libkarbondialogs_la_OBJECTS = $(am_libkarbondialogs_la_OBJECTS)
++#>+ 5
++libkarbondialogs_la_final_OBJECTS = libkarbondialogs_la.all_cc.lo 
++libkarbondialogs_la_nofinal_OBJECTS = vcolordlg.lo vconfiguredlg.lo \
++	vcolortab.lo
++ at KDE_USE_FINAL_FALSE@libkarbondialogs_la_OBJECTS = $(libkarbondialogs_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbondialogs_la_OBJECTS = $(libkarbondialogs_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbondialogs_la_SOURCES)
++DIST_SOURCES = $(libkarbondialogs_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +168,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +183,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +194,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +215,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +248,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +268,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +289,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +308,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +426,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,107 +505,76 @@
+ 	-I$(srcdir)/../commands \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = \
+ 	libkarbondialogs.la
+ 
+-
+ noinst_HEADERS = \
+ 	vcolordlg.h \
+ 	vconfiguredlg.h \
+ 	vcolortab.h
+ 
+-
+ libkarbondialogs_la_SOURCES = \
+ 	vcolordlg.cc \
+ 	vconfiguredlg.cc \
+ 	vcolortab.cc
+ 
+-
+ #>- libkarbondialogs_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = karbon/dialogs
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarbondialogs_la_LDFLAGS =
+-libkarbondialogs_la_LIBADD =
+-am_libkarbondialogs_la_OBJECTS = vcolordlg.lo vconfiguredlg.lo \
+-	vcolortab.lo
+-#>- libkarbondialogs_la_OBJECTS = $(am_libkarbondialogs_la_OBJECTS)
+-#>+ 5
+-libkarbondialogs_la_final_OBJECTS = libkarbondialogs_la.all_cc.lo 
+-libkarbondialogs_la_nofinal_OBJECTS = vcolordlg.lo vconfiguredlg.lo \
+-	vcolortab.lo
+- at KDE_USE_FINAL_FALSE@libkarbondialogs_la_OBJECTS = $(libkarbondialogs_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbondialogs_la_OBJECTS = $(libkarbondialogs_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/vcolordlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vcolortab.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vconfiguredlg.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbondialogs_la.all_cc.P ./$(DEPDIR)/vcolordlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolortab.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vconfiguredlg.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/vcolordlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolortab.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vconfiguredlg.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbondialogs_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbondialogs_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/dialogs/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/dialogs/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/dialogs/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/dialogs/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/dialogs/Makefile
++	  $(AUTOMAKE) --gnu  karbon/dialogs/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/dialogs/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -443,7 +582,7 @@
+ 	$(CXXLINK)  $(libkarbondialogs_la_LDFLAGS) $(libkarbondialogs_la_OBJECTS) $(libkarbondialogs_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -452,27 +591,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vcolortab.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vconfiguredlg.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -484,11 +622,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -497,6 +630,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -508,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -518,21 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -550,9 +700,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -564,7 +712,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -572,7 +720,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -588,14 +736,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -611,7 +762,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -619,18 +771,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -670,15 +830,24 @@
+ 	-rm -f  vcolortab.moc vconfiguredlg.moc vcolordlg.moc vstrokedlg.moc
+ 
+ #>+ 2
+-KDE_DIST=vstrokedlg.h vstrokedlg.cc 
++KDE_DIST=vstrokedlg.h Makefile.in vstrokedlg.cc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/dialogs/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/dialogs/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/dialogs/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/dialogs/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/dockers/Makefile.in koffice-1.4.2/karbon/dockers/Makefile.in
+--- koffice-1.4.2.orig/karbon/dockers/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/dockers/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,131 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/dockers
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarbondockers_la_LIBADD =
++am_libkarbondockers_la_OBJECTS = dummy.lo vcolordocker.lo \
++	vdocumentdocker.lo vdocker.lo vstrokedocker.lo vstyledocker.lo \
++	vtransformdocker.lo
++#>- libkarbondockers_la_OBJECTS = $(am_libkarbondockers_la_OBJECTS)
++#>+ 6
++libkarbondockers_la_final_OBJECTS = libkarbondockers_la.all_cc.lo 
++libkarbondockers_la_nofinal_OBJECTS = dummy.lo vcolordocker.lo \
++	vdocumentdocker.lo vdocker.lo vstrokedocker.lo vstyledocker.lo \
++	vtransformdocker.lo
++ at KDE_USE_FINAL_FALSE@libkarbondockers_la_OBJECTS = $(libkarbondockers_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbondockers_la_OBJECTS = $(libkarbondockers_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbondockers_la_SOURCES)
++DIST_SOURCES = $(libkarbondockers_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +170,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +185,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +196,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +217,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +250,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +270,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +291,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +310,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +428,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -339,11 +511,9 @@
+ 	-I$(srcdir)/../dialogs \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = \
+ 	libkarbondockers.la
+ 
+-
+ noinst_HEADERS = \
+ 	vcolordocker.h \
+ 	vdocker.h \
+@@ -352,7 +522,6 @@
+ 	vstyledocker.h \
+ 	vtransformdocker.h
+ 
+-
+ libkarbondockers_la_SOURCES = \
+ 	dummy.cc \
+ 	vcolordocker.cc \
+@@ -362,107 +531,64 @@
+ 	vstyledocker.cc \
+ 	vtransformdocker.cc
+ 
+-
+ #>- libkarbondockers_la_METASOURCES = AUTO
+-
+ DISTCLEANFILES = \
+ 	dummy.cc
+ 
+-subdir = karbon/dockers
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarbondockers_la_LDFLAGS =
+-libkarbondockers_la_LIBADD =
+-am_libkarbondockers_la_OBJECTS = dummy.lo vcolordocker.lo \
+-	vdocumentdocker.lo vdocker.lo vstrokedocker.lo vstyledocker.lo \
+-	vtransformdocker.lo
+-#>- libkarbondockers_la_OBJECTS = $(am_libkarbondockers_la_OBJECTS)
+-#>+ 6
+-libkarbondockers_la_final_OBJECTS = libkarbondockers_la.all_cc.lo 
+-libkarbondockers_la_nofinal_OBJECTS = dummy.lo vcolordocker.lo \
+-	vdocumentdocker.lo vdocker.lo vstrokedocker.lo vstyledocker.lo \
+-	vtransformdocker.lo
+- at KDE_USE_FINAL_FALSE@libkarbondockers_la_OBJECTS = $(libkarbondockers_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbondockers_la_OBJECTS = $(libkarbondockers_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dummy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vcolordocker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdocker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdocumentdocker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vstrokedocker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vstyledocker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtransformdocker.Plo
+-#>+ 14
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbondockers_la.all_cc.P ./$(DEPDIR)/dummy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolordocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdocumentdocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vstrokedocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vstyledocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtransformdocker.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/dummy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolordocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vdocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vdocumentdocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vstrokedocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vstyledocker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtransformdocker.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbondockers_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbondockers_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/dockers/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/dockers/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/dockers/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/dockers/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/dockers/Makefile
++	  $(AUTOMAKE) --gnu  karbon/dockers/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/dockers/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -470,7 +596,7 @@
+ 	$(CXXLINK)  $(libkarbondockers_la_LDFLAGS) $(libkarbondockers_la_OBJECTS) $(libkarbondockers_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -483,27 +609,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vstyledocker.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vtransformdocker.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -515,11 +640,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -528,6 +648,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -539,8 +660,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -549,19 +686,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -579,9 +718,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -593,7 +730,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -601,7 +738,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+ 
+ maintainer-clean-generic:
+@@ -618,14 +755,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -641,7 +781,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -649,18 +790,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ 
+@@ -717,12 +866,24 @@
+ 	-rm -f  vdocker.moc vcolordocker.moc vstrokedocker.moc vdocumentdocker.moc vtransformdocker.moc vstyledocker.moc
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/dockers/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/dockers/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/dockers/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/dockers/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/Makefile.in koffice-1.4.2/karbon/Makefile.in
+--- koffice-1.4.2.orig/karbon/Makefile.in	2005-10-05 12:52:36.000000000 +0200
++++ koffice-1.4.2/karbon/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,207 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = karbon
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in AUTHORS COPYING.LIB TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++#>- karbon_la_DEPENDENCIES = libkarboncommon.la
++#>+ 1
++karbon_la_DEPENDENCIES = libkdeinit_karbon.la
++#>- am_karbon_la_OBJECTS = main.lo
++#>+ 1
++am_karbon_la_OBJECTS = karbon_dummy.lo
++#>- karbon_la_OBJECTS = $(am_karbon_la_OBJECTS)
++#>+ 1
++karbon_la_OBJECTS = karbon_dummy.lo
++am__DEPENDENCIES_1 =
++libkarbonbase_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkarbonbase_la_OBJECTS = karbon_view_base.lo karbon_part_base.lo
++#>- libkarbonbase_la_OBJECTS = $(am_libkarbonbase_la_OBJECTS)
++#>+ 4
++libkarbonbase_la_final_OBJECTS = libkarbonbase_la.all_cc.lo 
++libkarbonbase_la_nofinal_OBJECTS = karbon_view_base.lo karbon_part_base.lo
++ at KDE_USE_FINAL_FALSE@libkarbonbase_la_OBJECTS = $(libkarbonbase_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonbase_la_OBJECTS = $(libkarbonbase_la_final_OBJECTS)
++libkarboncommon_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) dockers/libkarbondockers.la \
++	widgets/libkarbonwidgets.la render/libvpainter.la \
++	render/xrgbrender/libkarbonxrgbrender.la \
++	tools/libkarbontools.la core/libkarboncore.la \
++	shapes/libkarbonshapes.la commands/libkarboncommands.la \
++	visitors/libkarbonvisitors.la dialogs/libkarbondialogs.la \
++	libkarbonbase.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libkarboncommon_la_OBJECTS = karbon_factory.lo \
++	karbon_resourceserver.lo karbon_part.lo karbon_part_iface.lo \
++	karbon_view.lo karbon_view_iface.lo karbon_drag.lo \
++	karbon_grid_data.lo
++#>- libkarboncommon_la_OBJECTS = $(am_libkarboncommon_la_OBJECTS)
++#>+ 7
++libkarboncommon_la_final_OBJECTS = libkarboncommon_la.all_cc.lo libkarboncommon_la.all_cpp.lo 
++libkarboncommon_la_nofinal_OBJECTS = karbon_factory.lo \
++	karbon_resourceserver.lo karbon_part.lo karbon_part_iface.lo \
++	karbon_view.lo karbon_view_iface.lo karbon_drag.lo \
++	karbon_grid_data.lo karbon_part_iface_skel.lo karbon_view_iface_skel.lo
++ at KDE_USE_FINAL_FALSE@libkarboncommon_la_OBJECTS = $(libkarboncommon_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarboncommon_la_OBJECTS = $(libkarboncommon_la_final_OBJECTS)
++libkarbonpart_la_DEPENDENCIES = libkarboncommon.la
++am_libkarbonpart_la_OBJECTS = dummy.lo
++#>- libkarbonpart_la_OBJECTS = $(am_libkarbonpart_la_OBJECTS)
++#>+ 1
++libkarbonpart_la_OBJECTS = dummy.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += karbon$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) \
++#>- 	$(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES)
++#>+ 2
++SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) \
++	$(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES) $(karbon_SOURCES) 
++#>- DIST_SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) \
++#>- 	$(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES)
++#>+ 2
++DIST_SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) \
++	$(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES) $(karbon_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +246,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +261,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +272,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +293,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +326,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +346,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +367,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +386,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +504,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -341,7 +589,6 @@
+ 	-I$(srcdir)/widgets \
+ 	$(all_includes)
+ 
+-
+ SUBDIRS = commands visitors core shapes widgets dialogs dockers render tools . plugins data pics
+ 
+ # Filters should link to libkarbonbase or libkarboncommon, NOT to libkarbonpart
+@@ -354,21 +601,17 @@
+ #>+ 1
+ lib_LTLIBRARIES = libkarboncommon.la libkarbonbase.la  libkdeinit_karbon.la
+ kde_module_LTLIBRARIES = libkarbonpart.la
+-
+ #>- libkarboncommon_la_SOURCES = karbon_factory.cc 	karbon_resourceserver.cc 	karbon_part.cc 	karbon_part_iface.cc 	karbon_part_iface.skel 	karbon_view.cc 	karbon_view_iface.cc 	karbon_view_iface.skel karbon_drag.cpp karbon_grid_data.cpp
+ #>+ 1
+ libkarboncommon_la_SOURCES=karbon_factory.cc 	karbon_resourceserver.cc 	karbon_part.cc 	karbon_part_iface.cc 	 	karbon_view.cc 	karbon_view_iface.cc 	 karbon_drag.cpp karbon_grid_data.cpp karbon_part_iface_skel.cc karbon_view_iface_skel.cc
+-
+ libkarbonbase_la_SOURCES = \
+ 	karbon_view_base.cc \
+ 	karbon_part_base.cc
+ 
+-
+ #>- libkarbonbase_la_LDFLAGS = $(KDE_RPATH) -version-info 2:0:0 -no-undefined
+ #>+ 1
+ libkarbonbase_la_LDFLAGS = $(KDE_RPATH) -version-info 2:0:0 -no-undefined $(KDE_NO_UNDEFINED)
+ libkarbonbase_la_LIBADD = $(LIB_KOFFICEUI)
+-
+ libkarboncommon_la_LDFLAGS = $(KDE_RPATH) $(LIBFREETYPE_RPATH)
+ libkarboncommon_la_LIBADD = $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) $(LIB_KOPAINTER) $(LIB_KOTEXT) \
+ 	dockers/libkarbondockers.la \
+@@ -387,20 +630,16 @@
+ 	$(LIBMAGICK_LIBS) \
+ 	$(LIBFREETYPE_LIBS)
+ 
+-
+ libkarbonpart_la_SOURCES = dummy.cpp
+ libkarbonpart_la_LDFLAGS = $(KDE_PLUGIN) $(LIBFREETYPE_RPATH)
+ libkarbonpart_la_LIBADD = libkarboncommon.la
+ #>- libkarbonpart_la_METASOURCES = AUTO
+-
+-bin_PROGRAMS = 
+ kdeinit_LTLIBRARIES = karbon.la
+ karbon_la_SOURCES = main.cc
+ karbon_la_LDFLAGS = $(all_libraries) -module -avoid-version
+ #>- karbon_la_LIBADD = libkarboncommon.la
+ #>+ 1
+ karbon_la_LIBADD = libkdeinit_karbon.la
+-
+ noinst_HEADERS = \
+ 	karbon_factory.h \
+ 	karbon_part_base.h \
+@@ -410,253 +649,132 @@
+ 	karbon_view.h \
+ 	karbon_drag.h
+ 
+-subdir = karbon
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- karbon_la_DEPENDENCIES = libkarboncommon.la
+-#>+ 1
+-karbon_la_DEPENDENCIES = libkdeinit_karbon.la
+-#>- am_karbon_la_OBJECTS = main.lo
+-#>+ 1
+-am_karbon_la_OBJECTS = karbon_dummy.lo
+-#>- karbon_la_OBJECTS = $(am_karbon_la_OBJECTS)
+-#>+ 1
+-karbon_la_OBJECTS = karbon_dummy.lo
+-libkarbonbase_la_DEPENDENCIES =
+-am_libkarbonbase_la_OBJECTS = karbon_view_base.lo karbon_part_base.lo
+-#>- libkarbonbase_la_OBJECTS = $(am_libkarbonbase_la_OBJECTS)
+-#>+ 4
+-libkarbonbase_la_final_OBJECTS = libkarbonbase_la.all_cc.lo 
+-libkarbonbase_la_nofinal_OBJECTS = karbon_view_base.lo karbon_part_base.lo
+- at KDE_USE_FINAL_FALSE@libkarbonbase_la_OBJECTS = $(libkarbonbase_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonbase_la_OBJECTS = $(libkarbonbase_la_final_OBJECTS)
+-libkarboncommon_la_DEPENDENCIES = dockers/libkarbondockers.la \
+-	widgets/libkarbonwidgets.la render/libvpainter.la \
+-	render/xrgbrender/libkarbonxrgbrender.la \
+-	tools/libkarbontools.la core/libkarboncore.la \
+-	shapes/libkarbonshapes.la commands/libkarboncommands.la \
+-	visitors/libkarbonvisitors.la dialogs/libkarbondialogs.la \
+-	libkarbonbase.la
+-am_libkarboncommon_la_OBJECTS = karbon_factory.lo \
+-	karbon_resourceserver.lo karbon_part.lo karbon_part_iface.lo \
+-	karbon_view.lo karbon_view_iface.lo karbon_drag.lo \
+-	karbon_grid_data.lo
+-#>- libkarboncommon_la_OBJECTS = $(am_libkarboncommon_la_OBJECTS)
+-#>+ 7
+-libkarboncommon_la_final_OBJECTS = libkarboncommon_la.all_cc.lo libkarboncommon_la.all_cpp.lo 
+-libkarboncommon_la_nofinal_OBJECTS = karbon_factory.lo \
+-	karbon_resourceserver.lo karbon_part.lo karbon_part_iface.lo \
+-	karbon_view.lo karbon_view_iface.lo karbon_drag.lo \
+-	karbon_grid_data.lo karbon_part_iface_skel.lo karbon_view_iface_skel.lo
+- at KDE_USE_FINAL_FALSE@libkarboncommon_la_OBJECTS = $(libkarboncommon_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarboncommon_la_OBJECTS = $(libkarboncommon_la_final_OBJECTS)
+-libkarbonpart_la_DEPENDENCIES = libkarboncommon.la
+-am_libkarbonpart_la_OBJECTS = dummy.lo
+-#>- libkarbonpart_la_OBJECTS = $(am_libkarbonpart_la_OBJECTS)
+-#>+ 1
+-libkarbonpart_la_OBJECTS = dummy.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += karbon$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dummy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_drag.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_grid_data.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_part.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_part_base.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_part_iface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_resourceserver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_view.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_view_base.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/karbon_view_iface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+-#>+ 24
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/karbon.la.Po $(DEPDIR)/karbon_dummy.Plo $(DEPDIR)/karbon_part_iface_skel.P $(DEPDIR)/karbon_view_iface_skel.P  $(DEPDIR)/libkarbonbase_la.all_cc.P $(DEPDIR)/libkarboncommon_la.all_cc.P $(DEPDIR)/libkarboncommon_la.all_cpp.P ./$(DEPDIR)/dummy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_drag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_grid_data.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_part_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_part_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_resourceserver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_view_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_view_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/karbon.la.Po $(DEPDIR)/karbon_dummy.Plo $(DEPDIR)/karbon_part_iface_skel.P $(DEPDIR)/karbon_view_iface_skel.P ./$(DEPDIR)/dummy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_drag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_grid_data.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_part_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_part_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_resourceserver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_view_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/karbon_view_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>- DIST_SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) \
+-#>- 	$(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES)
+-#>+ 2
+-DIST_SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) \
+-	$(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES) $(karbon_SOURCES) 
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README $(noinst_HEADERS) AUTHORS COPYING.LIB Makefile.am \
+-	Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) $(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(karbon_la_SOURCES) $(libkarbonbase_la_SOURCES) $(libkarboncommon_la_SOURCES) $(libkarbonpart_la_SOURCES) $(karbon_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/Makefile
++	  $(AUTOMAKE) --gnu  karbon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -674,18 +792,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkarbonpart.la: libkarbonpart.la.closure $(libkarbonpart_la_OBJECTS) $(libkarbonpart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkarbonpart.la: $(libkarbonpart_la_OBJECTS) $(libkarbonpart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkarbonpart_la_LDFLAGS) $(libkarbonpart_la_OBJECTS) $(libkarbonpart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -693,8 +810,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -705,7 +822,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -723,45 +840,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/karbon_view_iface.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -780,7 +899,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -792,7 +917,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -800,7 +925,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -821,17 +952,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -841,14 +971,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -857,8 +996,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -867,21 +1022,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -896,15 +1051,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -916,8 +1073,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -929,7 +1087,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -937,7 +1095,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -955,14 +1113,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -984,7 +1145,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -992,33 +1154,39 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-kdeinitLTLIBRARIES \
+ 	uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kdeinitLTLIBRARIES \
+-	install-libLTLIBRARIES install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	install-libLTLIBRARIES install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am \
++	uninstall-binPROGRAMS uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kdeinitLTLIBRARIES \
++	uninstall-libLTLIBRARIES
+ 
+ 
+ dummy.cpp:
+@@ -1118,7 +1286,7 @@
+ 	-rm -f  karbon_view.moc karbon_drag.moc karbon_part.moc karbon_factory.moc
+ 
+ #>+ 2
+-KDE_DIST=CHANGES IDEAS karbon_aboutdata.h configure.in.in karbon_resourceserver.h karbon_view_iface.h karbon_grid_data.h configure.in.bot usablity-review.txt karbon.dtd 
++KDE_DIST=CHANGES Makefile.in IDEAS karbon_aboutdata.h configure.in.in karbon_resourceserver.h karbon_view_iface.h karbon_grid_data.h configure.in.bot usablity-review.txt karbon.dtd Makefile.am 
+ 
+ #>+ 5
+ clean-idl:
+@@ -1133,10 +1301,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/pics/Makefile.in koffice-1.4.2/karbon/pics/Makefile.in
+--- koffice-1.4.2.orig/karbon/pics/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/pics/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,28 +463,54 @@
+ xdg_menudir = @xdg_menudir@
+ karbonicondir = $(kde_datadir)/karbon/icons
+ karbonicon_ICON = AUTO
+-
+ KDE_ICON = karbon
+-subdir = karbon/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/pics/Makefile
++	  $(AUTOMAKE) --gnu  karbon/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -366,20 +524,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -397,9 +558,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -411,7 +570,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -419,7 +578,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -433,13 +592,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -457,32 +618,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr16-action-14_layer_raiselayer.png cr22-action-14_insertknots.png cr22-action-14_gradient.png cr22-action-14_flatten.png cr22-action-colorman.png cr16-action-cap_square.png cr22-action-14_selectnodes.png cr16-action-cap_round.png hi16-app-karbon.png cr16-action-historydocker.png cr22-action-solidfilldlg.png cr22-action-outlinedlg.png cr16-action-join_miter.png cr22-action-14_pattern.png cr16-action-join_round.png cr22-action-gradientdlg.png cr22-action-14_pencil.png cr16-action-14_layer_newlayer.png cr16-action-tooloptions.png cr16-action-translate.png cr16-action-unlocked.png cr16-action-shear.png cr16-action-14_layer_deletelayer.png cr22-action-14_sinus.png cr22-action-14_polyline.png cr22-action-14_text.png cr16-action-14_pencil.png cr22-action-14_roundcorners.png cr16-action-14_layer_novisible.png cr16-action-rotate.png hi48-app-karbon.png cr22-action-14_image.png cr22-action-14_whirl.png cr16-action-colorman.png cr22-action-14_ellipse.png cr22-action-14_star.png cr16-action-cap_butt.png hi22-app-karbon.png cr16-action-14_layer_lowerlayer.png cr22-action-14_roundrect.png cr16-action-join_bevel.png cr16-action-locked.png cr22-action-14_rotate.png cr22-action-14_shear.png cr16-action-helpdocker.png hisc-app-karbon.svgz cr22-action-pagesetup.png cr16-action-strokedocker.png cr16-action-layersman.png cr22-action-14_spiral.png cr16-action-14_layer_visible.png cr22-action-14_select.png cr22-action-14_zoom.png cr22-action-14_polygon.png hi32-app-karbon.png cr22-action-14_rectangle.png 
++KDE_DIST=cr16-action-14_layer_raiselayer.png cr22-action-14_insertknots.png cr22-action-14_gradient.png cr22-action-14_flatten.png cr22-action-colorman.png cr16-action-cap_square.png cr22-action-14_selectnodes.png cr16-action-cap_round.png hi16-app-karbon.png cr16-action-historydocker.png Makefile.in cr22-action-solidfilldlg.png cr22-action-outlinedlg.png cr16-action-join_miter.png cr22-action-14_pattern.png cr16-action-join_round.png cr22-action-gradientdlg.png cr22-action-14_pencil.png cr16-action-14_layer_newlayer.png cr16-action-tooloptions.png cr16-action-translate.png cr16-action-unlocked.png cr16-action-shear.png cr16-action-14_layer_deletelayer.png cr22-action-14_sinus.png cr22-action-14_polyline.png cr22-action-14_text.png cr16-action-14_pencil.png cr22-action-14_roundcorners.png cr16-action-14_layer_novisible.png cr16-action-rotate.png hi48-app-karbon.png cr22-action-14_image.png cr22-action-14_whirl.png cr16-action-colorman.png cr22-action-14_ellipse.png cr22-action-14_star.png cr16-action-cap_butt.png hi22-app-karbon.png cr16-action-14_layer_lowerlayer.png cr22-action-14_roundrect.png cr16-action-join_bevel.png cr16-action-locked.png cr22-action-14_rotate.png cr22-action-14_shear.png cr16-action-helpdocker.png hisc-app-karbon.svgz cr22-action-pagesetup.png cr16-action-strokedocker.png cr16-action-layersman.png cr22-action-14_spiral.png cr16-action-14_layer_visible.png cr22-action-14_select.png cr22-action-14_zoom.png cr22-action-14_polygon.png hi32-app-karbon.png Makefile.am cr22-action-14_rectangle.png 
+ 
+ #>+ 2
+ docs-am:
+@@ -626,10 +796,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/karbon.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/karbon.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/flattenpath/Makefile.in koffice-1.4.2/karbon/plugins/flattenpath/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/flattenpath/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/flattenpath/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins/flattenpath
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partpluginsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++karbon_flattenpathplugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../libkarboncommon.la
++am_karbon_flattenpathplugin_la_OBJECTS = flattenpathplugin.lo
++#>- karbon_flattenpathplugin_la_OBJECTS =  \
++#>- 	$(am_karbon_flattenpathplugin_la_OBJECTS)
++#>+ 1
++karbon_flattenpathplugin_la_OBJECTS = flattenpathplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(karbon_flattenpathplugin_la_SOURCES)
++DIST_SOURCES = $(karbon_flattenpathplugin_la_SOURCES)
++partpluginsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partplugins_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,116 +433,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon  -I$(top_srcdir)/karbon/core $(all_includes)
+-
+ kde_module_LTLIBRARIES = karbon_flattenpathplugin.la
+-
+ karbon_flattenpathplugin_la_SOURCES = flattenpathplugin.cc
+ karbon_flattenpathplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOFFICEUI) \
+ 				../../libkarboncommon.la
+ 
+-
+ karbon_flattenpathplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ partpluginsdir = $(kde_datadir)/karbon/kpartplugins
+ partplugins_DATA = flattenpathplugin.rc
+-
+ #>- METASOURCES = AUTO
+-subdir = karbon/plugins/flattenpath
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-karbon_flattenpathplugin_la_DEPENDENCIES = ../../libkarboncommon.la
+-am_karbon_flattenpathplugin_la_OBJECTS = flattenpathplugin.lo
+-#>- karbon_flattenpathplugin_la_OBJECTS = \
+-#>- 	$(am_karbon_flattenpathplugin_la_OBJECTS)
+-#>+ 1
+-karbon_flattenpathplugin_la_OBJECTS = flattenpathplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/flattenpathplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/flattenpathplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(karbon_flattenpathplugin_la_SOURCES)
+-DATA = $(partplugins_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(karbon_flattenpathplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/flattenpath/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/flattenpath/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/flattenpath/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/flattenpath/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/flattenpath/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/flattenpath/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/flattenpath/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -442,34 +598,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(karbon_flattenpathplugin_la_LDFLAGS) $(karbon_flattenpathplugin_la_OBJECTS) $(karbon_flattenpathplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/flattenpathplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -480,30 +635,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partpluginsDATA_INSTALL = $(INSTALL_DATA)
+ install-partpluginsDATA: $(partplugins_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partpluginsdir)
++	test -z "$(partpluginsdir)" || $(mkdir_p) "$(DESTDIR)$(partpluginsdir)"
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partpluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  $(partpluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+ uninstall-partpluginsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -512,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -523,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -533,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -565,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partpluginsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partpluginsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -631,7 +800,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -639,22 +809,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partpluginsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partpluginsDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partpluginsDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partpluginsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -681,7 +859,7 @@
+ 	-rm -f  flattenpathplugin.moc
+ 
+ #>+ 2
+-KDE_DIST=flattenpathplugin.rc flattenpathplugin.h 
++KDE_DIST=Makefile.in flattenpathplugin.rc flattenpathplugin.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +868,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/flattenpath/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/flattenpath/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/flattenpath/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/flattenpath/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/imagetool/Makefile.in koffice-1.4.2/karbon/plugins/imagetool/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/imagetool/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/imagetool/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins/imagetool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partpluginsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++karbon_imagetoolplugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../libkarboncommon.la
++am_karbon_imagetoolplugin_la_OBJECTS = imagetoolplugin.lo
++#>- karbon_imagetoolplugin_la_OBJECTS =  \
++#>- 	$(am_karbon_imagetoolplugin_la_OBJECTS)
++#>+ 1
++karbon_imagetoolplugin_la_OBJECTS = imagetoolplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(karbon_imagetoolplugin_la_SOURCES)
++DIST_SOURCES = $(karbon_imagetoolplugin_la_SOURCES)
++partpluginsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partplugins_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,116 +433,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon  -I$(top_srcdir)/karbon/core $(all_includes)
+-
+ kde_module_LTLIBRARIES = karbon_imagetoolplugin.la
+-
+ karbon_imagetoolplugin_la_SOURCES = imagetoolplugin.cc
+ karbon_imagetoolplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOFFICEUI) \
+ 				../../libkarboncommon.la
+ 
+-
+ karbon_imagetoolplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ partpluginsdir = $(kde_datadir)/karbon/kpartplugins
+ partplugins_DATA = imagetoolplugin.rc
+-
+ #>- METASOURCES = AUTO
+-subdir = karbon/plugins/imagetool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-karbon_imagetoolplugin_la_DEPENDENCIES = ../../libkarboncommon.la
+-am_karbon_imagetoolplugin_la_OBJECTS = imagetoolplugin.lo
+-#>- karbon_imagetoolplugin_la_OBJECTS = \
+-#>- 	$(am_karbon_imagetoolplugin_la_OBJECTS)
+-#>+ 1
+-karbon_imagetoolplugin_la_OBJECTS = imagetoolplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/imagetoolplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/imagetoolplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(karbon_imagetoolplugin_la_SOURCES)
+-DATA = $(partplugins_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(karbon_imagetoolplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/imagetool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/imagetool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/imagetool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/imagetool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/imagetool/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/imagetool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/imagetool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -442,34 +598,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(karbon_imagetoolplugin_la_LDFLAGS) $(karbon_imagetoolplugin_la_OBJECTS) $(karbon_imagetoolplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/imagetoolplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -480,30 +635,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partpluginsDATA_INSTALL = $(INSTALL_DATA)
+ install-partpluginsDATA: $(partplugins_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partpluginsdir)
++	test -z "$(partpluginsdir)" || $(mkdir_p) "$(DESTDIR)$(partpluginsdir)"
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partpluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  $(partpluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+ uninstall-partpluginsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -512,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -523,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -533,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -565,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partpluginsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partpluginsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -631,7 +800,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -639,22 +809,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partpluginsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partpluginsDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partpluginsDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partpluginsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -670,7 +848,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=imagetoolplugin.h imagetoolplugin.rc 
++KDE_DIST=Makefile.in imagetoolplugin.h imagetoolplugin.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -679,10 +857,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/imagetool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/imagetool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/imagetool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/imagetool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/insertknots/Makefile.in koffice-1.4.2/karbon/plugins/insertknots/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/insertknots/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/insertknots/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins/insertknots
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partpluginsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++karbon_insertknotsplugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../libkarboncommon.la
++am_karbon_insertknotsplugin_la_OBJECTS = insertknotsplugin.lo
++#>- karbon_insertknotsplugin_la_OBJECTS =  \
++#>- 	$(am_karbon_insertknotsplugin_la_OBJECTS)
++#>+ 1
++karbon_insertknotsplugin_la_OBJECTS = insertknotsplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(karbon_insertknotsplugin_la_SOURCES)
++DIST_SOURCES = $(karbon_insertknotsplugin_la_SOURCES)
++partpluginsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partplugins_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,116 +433,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon  -I$(top_srcdir)/karbon/core $(all_includes)
+-
+ kde_module_LTLIBRARIES = karbon_insertknotsplugin.la
+-
+ karbon_insertknotsplugin_la_SOURCES = insertknotsplugin.cc
+ karbon_insertknotsplugin_la_LIBADD = $(LIB_KPARTS) \
+ 					../../libkarboncommon.la
+ 
+-
+ karbon_insertknotsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ partpluginsdir = $(kde_datadir)/karbon/kpartplugins
+ partplugins_DATA = insertknotsplugin.rc
+-
+ #>- METASOURCES = AUTO
+-subdir = karbon/plugins/insertknots
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-karbon_insertknotsplugin_la_DEPENDENCIES = ../../libkarboncommon.la
+-am_karbon_insertknotsplugin_la_OBJECTS = insertknotsplugin.lo
+-#>- karbon_insertknotsplugin_la_OBJECTS = \
+-#>- 	$(am_karbon_insertknotsplugin_la_OBJECTS)
+-#>+ 1
+-karbon_insertknotsplugin_la_OBJECTS = insertknotsplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/insertknotsplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/insertknotsplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(karbon_insertknotsplugin_la_SOURCES)
+-DATA = $(partplugins_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(karbon_insertknotsplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/insertknots/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/insertknots/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/insertknots/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/insertknots/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/insertknots/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/insertknots/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/insertknots/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -442,34 +598,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(karbon_insertknotsplugin_la_LDFLAGS) $(karbon_insertknotsplugin_la_OBJECTS) $(karbon_insertknotsplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/insertknotsplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -480,30 +635,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partpluginsDATA_INSTALL = $(INSTALL_DATA)
+ install-partpluginsDATA: $(partplugins_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partpluginsdir)
++	test -z "$(partpluginsdir)" || $(mkdir_p) "$(DESTDIR)$(partpluginsdir)"
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partpluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  $(partpluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+ uninstall-partpluginsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -512,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -523,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -533,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -565,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partpluginsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partpluginsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -631,7 +800,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -639,22 +809,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partpluginsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partpluginsDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partpluginsDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partpluginsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -681,7 +859,7 @@
+ 	-rm -f  insertknotsplugin.moc
+ 
+ #>+ 2
+-KDE_DIST=insertknotsplugin.rc insertknotsplugin.h 
++KDE_DIST=insertknotsplugin.rc Makefile.in insertknotsplugin.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +868,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/insertknots/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/insertknots/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/insertknots/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/insertknots/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/Makefile.in koffice-1.4.2/karbon/plugins/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = flattenpath roundcorners insertknots whirlpinch shadoweffect zoomtool imagetool
+-subdir = karbon/plugins
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/roundcorners/Makefile.in koffice-1.4.2/karbon/plugins/roundcorners/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/roundcorners/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/roundcorners/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins/roundcorners
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partpluginsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++karbon_roundcornersplugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../libkarboncommon.la
++am_karbon_roundcornersplugin_la_OBJECTS = roundcornersplugin.lo
++#>- karbon_roundcornersplugin_la_OBJECTS =  \
++#>- 	$(am_karbon_roundcornersplugin_la_OBJECTS)
++#>+ 1
++karbon_roundcornersplugin_la_OBJECTS = roundcornersplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(karbon_roundcornersplugin_la_SOURCES)
++DIST_SOURCES = $(karbon_roundcornersplugin_la_SOURCES)
++partpluginsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partplugins_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,116 +433,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon  -I$(top_srcdir)/karbon/core $(all_includes)
+-
+ kde_module_LTLIBRARIES = karbon_roundcornersplugin.la
+-
+ karbon_roundcornersplugin_la_SOURCES = roundcornersplugin.cc
+ karbon_roundcornersplugin_la_LIBADD = $(LIB_KPARTS) \
+ 					../../libkarboncommon.la
+ 
+-
+ karbon_roundcornersplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ partpluginsdir = $(kde_datadir)/karbon/kpartplugins
+ partplugins_DATA = roundcornersplugin.rc
+-
+ #>- METASOURCES = AUTO
+-subdir = karbon/plugins/roundcorners
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-karbon_roundcornersplugin_la_DEPENDENCIES = ../../libkarboncommon.la
+-am_karbon_roundcornersplugin_la_OBJECTS = roundcornersplugin.lo
+-#>- karbon_roundcornersplugin_la_OBJECTS = \
+-#>- 	$(am_karbon_roundcornersplugin_la_OBJECTS)
+-#>+ 1
+-karbon_roundcornersplugin_la_OBJECTS = roundcornersplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/roundcornersplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/roundcornersplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(karbon_roundcornersplugin_la_SOURCES)
+-DATA = $(partplugins_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(karbon_roundcornersplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/roundcorners/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/roundcorners/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/roundcorners/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/roundcorners/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/roundcorners/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/roundcorners/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/roundcorners/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -442,34 +598,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(karbon_roundcornersplugin_la_LDFLAGS) $(karbon_roundcornersplugin_la_OBJECTS) $(karbon_roundcornersplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/roundcornersplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -480,30 +635,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partpluginsDATA_INSTALL = $(INSTALL_DATA)
+ install-partpluginsDATA: $(partplugins_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partpluginsdir)
++	test -z "$(partpluginsdir)" || $(mkdir_p) "$(DESTDIR)$(partpluginsdir)"
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partpluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  $(partpluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+ uninstall-partpluginsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -512,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -523,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -533,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -565,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partpluginsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partpluginsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -631,7 +800,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -639,22 +809,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partpluginsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partpluginsDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partpluginsDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partpluginsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -681,7 +859,7 @@
+ 	-rm -f  roundcornersplugin.moc
+ 
+ #>+ 2
+-KDE_DIST=roundcornersplugin.rc roundcornersplugin.h 
++KDE_DIST=roundcornersplugin.rc Makefile.in roundcornersplugin.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +868,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/roundcorners/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/roundcorners/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/roundcorners/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/roundcorners/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/shadoweffect/Makefile.in koffice-1.4.2/karbon/plugins/shadoweffect/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/shadoweffect/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/shadoweffect/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins/shadoweffect
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partpluginsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++karbon_shadoweffectplugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../libkarboncommon.la
++am_karbon_shadoweffectplugin_la_OBJECTS = shadoweffectplugin.lo \
++	vshadowdecorator.lo
++#>- karbon_shadoweffectplugin_la_OBJECTS =  \
++#>- 	$(am_karbon_shadoweffectplugin_la_OBJECTS)
++#>+ 5
++karbon_shadoweffectplugin_la_final_OBJECTS = karbon_shadoweffectplugin_la.all_cc.lo 
++karbon_shadoweffectplugin_la_nofinal_OBJECTS = shadoweffectplugin.lo \
++	vshadowdecorator.lo
++ at KDE_USE_FINAL_FALSE@karbon_shadoweffectplugin_la_OBJECTS = $(karbon_shadoweffectplugin_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@karbon_shadoweffectplugin_la_OBJECTS = $(karbon_shadoweffectplugin_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(karbon_shadoweffectplugin_la_SOURCES)
++DIST_SOURCES = $(karbon_shadoweffectplugin_la_SOURCES)
++partpluginsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partplugins_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,125 +438,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(top_srcdir)/karbon  -I$(top_srcdir)/karbon/core $(all_includes)
+-
+ kde_module_LTLIBRARIES = karbon_shadoweffectplugin.la
+-
+ karbon_shadoweffectplugin_la_SOURCES = shadoweffectplugin.cc vshadowdecorator.cc 
+ karbon_shadoweffectplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOFFICEUI) \
+ 					../../libkarboncommon.la
+ 
+-
+ karbon_shadoweffectplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ partpluginsdir = $(kde_datadir)/karbon/kpartplugins
+ partplugins_DATA = shadoweffectplugin.rc
+-
+ #>- METASOURCES = AUTO
+-subdir = karbon/plugins/shadoweffect
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-karbon_shadoweffectplugin_la_DEPENDENCIES = ../../libkarboncommon.la
+-am_karbon_shadoweffectplugin_la_OBJECTS = shadoweffectplugin.lo \
+-	vshadowdecorator.lo
+-#>- karbon_shadoweffectplugin_la_OBJECTS = \
+-#>- 	$(am_karbon_shadoweffectplugin_la_OBJECTS)
+-#>+ 5
+-karbon_shadoweffectplugin_la_final_OBJECTS = karbon_shadoweffectplugin_la.all_cc.lo 
+-karbon_shadoweffectplugin_la_nofinal_OBJECTS = shadoweffectplugin.lo \
+-	vshadowdecorator.lo
+- at KDE_USE_FINAL_FALSE@karbon_shadoweffectplugin_la_OBJECTS = $(karbon_shadoweffectplugin_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@karbon_shadoweffectplugin_la_OBJECTS = $(karbon_shadoweffectplugin_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/shadoweffectplugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vshadowdecorator.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/karbon_shadoweffectplugin_la.all_cc.P ./$(DEPDIR)/shadoweffectplugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vshadowdecorator.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/shadoweffectplugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vshadowdecorator.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(karbon_shadoweffectplugin_la_SOURCES)
+-DATA = $(partplugins_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(karbon_shadoweffectplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/shadoweffect/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/shadoweffect/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/shadoweffect/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/shadoweffect/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/shadoweffect/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/shadoweffect/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/shadoweffect/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -451,7 +603,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(karbon_shadoweffectplugin_la_LDFLAGS) $(karbon_shadoweffectplugin_la_OBJECTS) $(karbon_shadoweffectplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -459,27 +611,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/shadoweffectplugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vshadowdecorator.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -490,30 +641,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partpluginsDATA_INSTALL = $(INSTALL_DATA)
+ install-partpluginsDATA: $(partplugins_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partpluginsdir)
++	test -z "$(partpluginsdir)" || $(mkdir_p) "$(DESTDIR)$(partpluginsdir)"
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partpluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  $(partpluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+ uninstall-partpluginsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -522,6 +667,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -533,8 +679,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -543,21 +705,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -575,10 +737,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partpluginsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partpluginsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -590,7 +752,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -598,7 +760,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -614,14 +776,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -641,7 +806,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -649,22 +815,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partpluginsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partpluginsDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partpluginsDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partpluginsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -691,7 +865,7 @@
+ 	-rm -f  shadoweffectplugin.moc
+ 
+ #>+ 2
+-KDE_DIST=shadoweffectplugin.rc shadoweffectplugin.h vshadowdecorator.h 
++KDE_DIST=shadoweffectplugin.rc Makefile.in shadoweffectplugin.h vshadowdecorator.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -700,10 +874,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/shadoweffect/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/shadoweffect/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/shadoweffect/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/shadoweffect/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/whirlpinch/Makefile.in koffice-1.4.2/karbon/plugins/whirlpinch/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/whirlpinch/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/whirlpinch/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins/whirlpinch
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partpluginsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++karbon_whirlpinchplugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../libkarboncommon.la
++am_karbon_whirlpinchplugin_la_OBJECTS = whirlpinchplugin.lo
++#>- karbon_whirlpinchplugin_la_OBJECTS =  \
++#>- 	$(am_karbon_whirlpinchplugin_la_OBJECTS)
++#>+ 1
++karbon_whirlpinchplugin_la_OBJECTS = whirlpinchplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(karbon_whirlpinchplugin_la_SOURCES)
++DIST_SOURCES = $(karbon_whirlpinchplugin_la_SOURCES)
++partpluginsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partplugins_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,116 +433,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon -I$(top_srcdir)/karbon/core $(KOPAINTER_INCLUDES) $(all_includes)
+-
+ kde_module_LTLIBRARIES = karbon_whirlpinchplugin.la
+-
+ karbon_whirlpinchplugin_la_SOURCES = whirlpinchplugin.cc
+ karbon_whirlpinchplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOPAINTER) \
+ 				../../libkarboncommon.la
+ 
+-
+ karbon_whirlpinchplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ partpluginsdir = $(kde_datadir)/karbon/kpartplugins
+ partplugins_DATA = whirlpinchplugin.rc
+-
+ #>- METASOURCES = AUTO
+-subdir = karbon/plugins/whirlpinch
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-karbon_whirlpinchplugin_la_DEPENDENCIES = ../../libkarboncommon.la
+-am_karbon_whirlpinchplugin_la_OBJECTS = whirlpinchplugin.lo
+-#>- karbon_whirlpinchplugin_la_OBJECTS = \
+-#>- 	$(am_karbon_whirlpinchplugin_la_OBJECTS)
+-#>+ 1
+-karbon_whirlpinchplugin_la_OBJECTS = whirlpinchplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/whirlpinchplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/whirlpinchplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(karbon_whirlpinchplugin_la_SOURCES)
+-DATA = $(partplugins_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(karbon_whirlpinchplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/whirlpinch/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/whirlpinch/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/whirlpinch/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/whirlpinch/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/whirlpinch/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/whirlpinch/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/whirlpinch/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -442,34 +598,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(karbon_whirlpinchplugin_la_LDFLAGS) $(karbon_whirlpinchplugin_la_OBJECTS) $(karbon_whirlpinchplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/whirlpinchplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -480,30 +635,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partpluginsDATA_INSTALL = $(INSTALL_DATA)
+ install-partpluginsDATA: $(partplugins_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partpluginsdir)
++	test -z "$(partpluginsdir)" || $(mkdir_p) "$(DESTDIR)$(partpluginsdir)"
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partpluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  $(partpluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+ uninstall-partpluginsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -512,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -523,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -533,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -565,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partpluginsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partpluginsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -631,7 +800,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -639,22 +809,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partpluginsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partpluginsDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partpluginsDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partpluginsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -681,7 +859,7 @@
+ 	-rm -f  whirlpinchplugin.moc
+ 
+ #>+ 2
+-KDE_DIST=whirlpinchplugin.h whirlpinchplugin.rc 
++KDE_DIST=Makefile.in whirlpinchplugin.h whirlpinchplugin.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +868,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/whirlpinch/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/whirlpinch/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/whirlpinch/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/whirlpinch/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/plugins/zoomtool/Makefile.in koffice-1.4.2/karbon/plugins/zoomtool/Makefile.in
+--- koffice-1.4.2.orig/karbon/plugins/zoomtool/Makefile.in	2005-10-05 12:52:40.000000000 +0200
++++ koffice-1.4.2/karbon/plugins/zoomtool/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/plugins/zoomtool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partpluginsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++karbon_zoomtoolplugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../libkarboncommon.la
++am_karbon_zoomtoolplugin_la_OBJECTS = zoomtoolplugin.lo
++#>- karbon_zoomtoolplugin_la_OBJECTS =  \
++#>- 	$(am_karbon_zoomtoolplugin_la_OBJECTS)
++#>+ 1
++karbon_zoomtoolplugin_la_OBJECTS = zoomtoolplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(karbon_zoomtoolplugin_la_SOURCES)
++DIST_SOURCES = $(karbon_zoomtoolplugin_la_SOURCES)
++partpluginsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partplugins_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,116 +433,161 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon  -I$(top_srcdir)/karbon/core $(all_includes)
+-
+ kde_module_LTLIBRARIES = karbon_zoomtoolplugin.la
+-
+ karbon_zoomtoolplugin_la_SOURCES = zoomtoolplugin.cc
+ karbon_zoomtoolplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOFFICEUI) \
+ 				../../libkarboncommon.la
+ 
+-
+ karbon_zoomtoolplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ partpluginsdir = $(kde_datadir)/karbon/kpartplugins
+ partplugins_DATA = zoomtoolplugin.rc
+-
+ #>- METASOURCES = AUTO
+-subdir = karbon/plugins/zoomtool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-karbon_zoomtoolplugin_la_DEPENDENCIES = ../../libkarboncommon.la
+-am_karbon_zoomtoolplugin_la_OBJECTS = zoomtoolplugin.lo
+-#>- karbon_zoomtoolplugin_la_OBJECTS = \
+-#>- 	$(am_karbon_zoomtoolplugin_la_OBJECTS)
+-#>+ 1
+-karbon_zoomtoolplugin_la_OBJECTS = zoomtoolplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/zoomtoolplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/zoomtoolplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(karbon_zoomtoolplugin_la_SOURCES)
+-DATA = $(partplugins_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(karbon_zoomtoolplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/zoomtool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/plugins/zoomtool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/plugins/zoomtool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/zoomtool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/zoomtool/Makefile
++	  $(AUTOMAKE) --gnu  karbon/plugins/zoomtool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/zoomtool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -442,34 +598,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(karbon_zoomtoolplugin_la_LDFLAGS) $(karbon_zoomtoolplugin_la_OBJECTS) $(karbon_zoomtoolplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/zoomtoolplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -480,30 +635,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partpluginsDATA_INSTALL = $(INSTALL_DATA)
+ install-partpluginsDATA: $(partplugins_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partpluginsdir)
++	test -z "$(partpluginsdir)" || $(mkdir_p) "$(DESTDIR)$(partpluginsdir)"
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  $(partpluginsDATA_INSTALL) $$d$$p $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partpluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  $(partpluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+ uninstall-partpluginsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partplugins_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partpluginsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partpluginsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partpluginsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partpluginsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -512,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -523,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -533,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -565,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partpluginsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partpluginsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -631,7 +800,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -639,22 +809,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partpluginsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partpluginsDATA install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partpluginsDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partpluginsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -670,7 +848,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=zoomtoolplugin.rc zoomtoolplugin.h 
++KDE_DIST=Makefile.in zoomtoolplugin.rc zoomtoolplugin.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -679,10 +857,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/plugins/zoomtool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/plugins/zoomtool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/plugins/zoomtool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/plugins/zoomtool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/render/Makefile.in koffice-1.4.2/karbon/render/Makefile.in
+--- koffice-1.4.2.orig/karbon/render/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/karbon/render/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,153 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/render
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libvpainter_la_LIBADD =
++am_libvpainter_la_OBJECTS = vpainterfactory.lo vqpainter.lo \
++	art_render_pattern.lo art_render_misc.lo art_rgb_svp.lo \
++	art_rgb.lo art_rgba_affine.lo vkopainter.lo
++#>- libvpainter_la_OBJECTS = $(am_libvpainter_la_OBJECTS)
++#>+ 6
++libvpainter_la_final_OBJECTS = art_render_pattern.lo art_render_misc.lo art_rgb_svp.lo art_rgb.lo art_rgba_affine.lo libvpainter_la.all_cc.lo 
++libvpainter_la_nofinal_OBJECTS = vpainterfactory.lo vqpainter.lo \
++	art_render_pattern.lo art_render_misc.lo art_rgb_svp.lo \
++	art_rgb.lo art_rgba_affine.lo vkopainter.lo
++ at KDE_USE_FINAL_FALSE@libvpainter_la_OBJECTS = $(libvpainter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libvpainter_la_OBJECTS = $(libvpainter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libvpainter_la_SOURCES)
++DIST_SOURCES = $(libvpainter_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +192,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +207,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +218,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +239,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +272,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +292,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +313,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +332,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +450,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = xrgbrender
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
+ 	-I$(srcdir)/.. \
+ 	-I$(srcdir)/xrgbrender \
+@@ -338,9 +531,7 @@
+ 	$(LIBART_CFLAGS) \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libvpainter.la
+-
+ noinst_HEADERS = \
+ 	vpainter.h \
+ 	vpainterfactory.h \
+@@ -352,7 +543,6 @@
+ 	art_rgba_affine.h \
+ 	vkopainter.h
+ 
+-
+ libvpainter_la_SOURCES = \
+ 	vpainterfactory.cc \
+ 	vqpainter.cc \
+@@ -363,124 +553,63 @@
+ 	art_rgba_affine.c \
+ 	vkopainter.cc
+ 
+-
+ #>- libvpainter_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = karbon/render
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libvpainter_la_LDFLAGS =
+-libvpainter_la_LIBADD =
+-am_libvpainter_la_OBJECTS = vpainterfactory.lo vqpainter.lo \
+-	art_render_pattern.lo art_render_misc.lo art_rgb_svp.lo \
+-	art_rgb.lo art_rgba_affine.lo vkopainter.lo
+-#>- libvpainter_la_OBJECTS = $(am_libvpainter_la_OBJECTS)
+-#>+ 6
+-libvpainter_la_final_OBJECTS = art_render_pattern.lo art_render_misc.lo art_rgb_svp.lo art_rgb.lo art_rgba_affine.lo libvpainter_la.all_cc.lo 
+-libvpainter_la_nofinal_OBJECTS = vpainterfactory.lo vqpainter.lo \
+-	art_render_pattern.lo art_render_misc.lo art_rgb_svp.lo \
+-	art_rgb.lo art_rgba_affine.lo vkopainter.lo
+- at KDE_USE_FINAL_FALSE@libvpainter_la_OBJECTS = $(libvpainter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libvpainter_la_OBJECTS = $(libvpainter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/art_render_misc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/art_render_pattern.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/art_rgb.Plo ./$(DEPDIR)/art_rgb_svp.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/art_rgba_affine.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vkopainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vpainterfactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vqpainter.Plo
+-#>+ 14
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libvpainter_la.all_cc.P ./$(DEPDIR)/art_render_misc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/art_render_pattern.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/art_rgb.Plo ./$(DEPDIR)/art_rgb_svp.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/art_rgba_affine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vkopainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vpainterfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vqpainter.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/art_render_misc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/art_render_pattern.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/art_rgb.Plo ./$(DEPDIR)/art_rgb_svp.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/art_rgba_affine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vkopainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vpainterfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vqpainter.Plo
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libvpainter_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libvpainter_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/render/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/render/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/render/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/render/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/render/Makefile
++	  $(AUTOMAKE) --gnu  karbon/render/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/render/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -488,7 +617,7 @@
+ 	$(CXXLINK)  $(libvpainter_la_LDFLAGS) $(libvpainter_la_OBJECTS) $(libvpainter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -502,46 +631,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vpainterfactory.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vqpainter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -560,7 +690,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -572,7 +708,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -580,7 +716,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -601,17 +743,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -621,14 +762,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -637,8 +787,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -647,21 +813,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -676,15 +842,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -694,7 +862,6 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -706,7 +873,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -714,7 +881,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -730,14 +897,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -753,7 +923,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -761,41 +932,55 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=art_rgb_affine_private.h art_rgb_affine_private.c 
++KDE_DIST=Makefile.in art_rgb_affine_private.h art_rgb_affine_private.c Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/render/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/render/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/render/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/render/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/render/xrgbrender/Makefile.in koffice-1.4.2/karbon/render/xrgbrender/Makefile.in
+--- koffice-1.4.2.orig/karbon/render/xrgbrender/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/karbon/render/xrgbrender/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,118 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/render/xrgbrender
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarbonxrgbrender_la_LIBADD =
++am_libkarbonxrgbrender_la_OBJECTS = gdk-pixbuf-xlib.lo \
++	gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo \
++	gdk-pixbuf-xlibrgb.lo
++#>- libkarbonxrgbrender_la_OBJECTS = $(am_libkarbonxrgbrender_la_OBJECTS)
++#>+ 6
++libkarbonxrgbrender_la_final_OBJECTS = gdk-pixbuf-xlib.lo gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo gdk-pixbuf-xlibrgb.lo 
++libkarbonxrgbrender_la_nofinal_OBJECTS = gdk-pixbuf-xlib.lo \
++	gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo \
++	gdk-pixbuf-xlibrgb.lo
++ at KDE_USE_FINAL_FALSE@libkarbonxrgbrender_la_OBJECTS = $(libkarbonxrgbrender_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonxrgbrender_la_OBJECTS = $(libkarbonxrgbrender_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonxrgbrender_la_SOURCES)
++DIST_SOURCES = $(libkarbonxrgbrender_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +157,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +172,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +183,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +204,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +237,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +257,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +278,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +297,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,87 +415,136 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(all_includes)
+-
+ noinst_LTLIBRARIES = libkarbonxrgbrender.la
+-
+ libkarbonxrgbrender_la_SOURCES = gdk-pixbuf-xlib.c gdk-pixbuf-xlib-render.c gdk-pixbuf-xlib-drawable.c gdk-pixbuf-xlibrgb.c
+-subdir = karbon/render/xrgbrender
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarbonxrgbrender_la_LDFLAGS =
+-libkarbonxrgbrender_la_LIBADD =
+-am_libkarbonxrgbrender_la_OBJECTS = gdk-pixbuf-xlib.lo \
+-	gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo \
+-	gdk-pixbuf-xlibrgb.lo
+-#>- libkarbonxrgbrender_la_OBJECTS = $(am_libkarbonxrgbrender_la_OBJECTS)
+-#>+ 6
+-libkarbonxrgbrender_la_final_OBJECTS = gdk-pixbuf-xlib.lo gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo gdk-pixbuf-xlibrgb.lo 
+-libkarbonxrgbrender_la_nofinal_OBJECTS = gdk-pixbuf-xlib.lo \
+-	gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo \
+-	gdk-pixbuf-xlibrgb.lo
+- at KDE_USE_FINAL_FALSE@libkarbonxrgbrender_la_OBJECTS = $(libkarbonxrgbrender_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonxrgbrender_la_OBJECTS = $(libkarbonxrgbrender_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/gdk-pixbuf-xlib-drawable.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/gdk-pixbuf-xlib-render.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/gdk-pixbuf-xlib.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/gdk-pixbuf-xlibrgb.Plo
+-#>+ 4
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/gdk-pixbuf-xlib-drawable.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/gdk-pixbuf-xlib-render.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/gdk-pixbuf-xlib.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/gdk-pixbuf-xlibrgb.Plo
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-DIST_SOURCES = $(libkarbonxrgbrender_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkarbonxrgbrender_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/render/xrgbrender/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/render/xrgbrender/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/render/xrgbrender/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/render/xrgbrender/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/render/xrgbrender/Makefile
++	  $(AUTOMAKE) --gnu  karbon/render/xrgbrender/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/render/xrgbrender/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -410,7 +552,7 @@
+ 	$(LINK)  $(libkarbonxrgbrender_la_LDFLAGS) $(libkarbonxrgbrender_la_OBJECTS) $(libkarbonxrgbrender_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -420,27 +562,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gdk-pixbuf-xlib.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gdk-pixbuf-xlibrgb.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -452,11 +593,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -465,6 +601,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -476,8 +613,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -486,21 +639,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -518,9 +671,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -532,7 +683,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -540,7 +691,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -556,14 +707,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -579,7 +733,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -587,18 +742,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -606,15 +769,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=gdk-pixbuf-xlib.h gdk-pixbuf-xlib-private.h gdk-pixbuf-xlibrgb.h 
++KDE_DIST=Makefile.in gdk-pixbuf-xlib.h gdk-pixbuf-xlib-private.h gdk-pixbuf-xlibrgb.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/render/xrgbrender/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/render/xrgbrender/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/render/xrgbrender/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/render/xrgbrender/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/shapes/Makefile.in koffice-1.4.2/karbon/shapes/Makefile.in
+--- koffice-1.4.2.orig/karbon/shapes/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/karbon/shapes/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,129 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/shapes
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarbonshapes_la_LIBADD =
++am_libkarbonshapes_la_OBJECTS = vellipse.lo vpolyline.lo vpolygon.lo \
++	vrectangle.lo vsinus.lo vspiral.lo vstar.lo
++#>- libkarbonshapes_la_OBJECTS = $(am_libkarbonshapes_la_OBJECTS)
++#>+ 5
++libkarbonshapes_la_final_OBJECTS = libkarbonshapes_la.all_cc.lo 
++libkarbonshapes_la_nofinal_OBJECTS = vellipse.lo vpolyline.lo vpolygon.lo \
++	vrectangle.lo vsinus.lo vspiral.lo vstar.lo
++ at KDE_USE_FINAL_FALSE@libkarbonshapes_la_OBJECTS = $(libkarbonshapes_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonshapes_la_OBJECTS = $(libkarbonshapes_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonshapes_la_SOURCES)
++DIST_SOURCES = $(libkarbonshapes_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +168,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +183,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +194,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +215,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +248,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +268,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +289,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +308,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +426,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,9 +505,7 @@
+ 	-I$(srcdir)/../commands \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkarbonshapes.la
+-
+ noinst_HEADERS = \
+ 	vellipse.h \
+ 	vpolyline.h \
+@@ -347,7 +515,6 @@
+ 	vspiral.h \
+ 	vstar.h
+ 
+-
+ libkarbonshapes_la_SOURCES = \
+ 	vellipse.cc \
+ 	vpolyline.cc \
+@@ -357,94 +524,63 @@
+ 	vspiral.cc \
+ 	vstar.cc
+ 
+-
+ #>- libkarbonshapes_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = karbon/shapes
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarbonshapes_la_LDFLAGS =
+-libkarbonshapes_la_LIBADD =
+-am_libkarbonshapes_la_OBJECTS = vellipse.lo vpolyline.lo vpolygon.lo \
+-	vrectangle.lo vsinus.lo vspiral.lo vstar.lo
+-#>- libkarbonshapes_la_OBJECTS = $(am_libkarbonshapes_la_OBJECTS)
+-#>+ 5
+-libkarbonshapes_la_final_OBJECTS = libkarbonshapes_la.all_cc.lo 
+-libkarbonshapes_la_nofinal_OBJECTS = vellipse.lo vpolyline.lo vpolygon.lo \
+-	vrectangle.lo vsinus.lo vspiral.lo vstar.lo
+- at KDE_USE_FINAL_FALSE@libkarbonshapes_la_OBJECTS = $(libkarbonshapes_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonshapes_la_OBJECTS = $(libkarbonshapes_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/vellipse.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vpolygon.Plo ./$(DEPDIR)/vpolyline.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vrectangle.Plo ./$(DEPDIR)/vsinus.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vspiral.Plo ./$(DEPDIR)/vstar.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbonshapes_la.all_cc.P ./$(DEPDIR)/vellipse.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vpolygon.Plo ./$(DEPDIR)/vpolyline.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vrectangle.Plo ./$(DEPDIR)/vsinus.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vspiral.Plo ./$(DEPDIR)/vstar.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/vellipse.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vpolygon.Plo ./$(DEPDIR)/vpolyline.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vrectangle.Plo ./$(DEPDIR)/vsinus.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vspiral.Plo ./$(DEPDIR)/vstar.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonshapes_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonshapes_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/shapes/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/shapes/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/shapes/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/shapes/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/shapes/Makefile
++	  $(AUTOMAKE) --gnu  karbon/shapes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/shapes/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -452,7 +588,7 @@
+ 	$(CXXLINK)  $(libkarbonshapes_la_LDFLAGS) $(libkarbonshapes_la_OBJECTS) $(libkarbonshapes_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -465,27 +601,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vspiral.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vstar.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -497,11 +632,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -510,6 +640,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -521,8 +652,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -531,19 +678,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -561,9 +710,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -575,7 +722,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -583,7 +730,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -599,14 +746,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -622,7 +772,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -630,18 +781,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -649,12 +808,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/shapes/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/shapes/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/shapes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/shapes/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/tools/Makefile.in koffice-1.4.2/karbon/tools/Makefile.in
+--- koffice-1.4.2.orig/karbon/tools/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/karbon/tools/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/tools
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarbontools_la_LIBADD =
++am_libkarbontools_la_OBJECTS = vcurvefit.lo vrotatetool.lo \
++	vselectnodestool.lo vselecttool.lo vsheartool.lo \
++	vellipsetool.lo vgradienttool.lo vpatterntool.lo \
++	vpenciltool.lo vpolygontool.lo vpolylinetool.lo \
++	vrectangletool.lo vroundrecttool.lo vshapetool.lo \
++	vsinustool.lo vspiraltool.lo vstartool.lo vtexttool.lo \
++	vtoolcontroller.lo vtool.lo
++#>- libkarbontools_la_OBJECTS = $(am_libkarbontools_la_OBJECTS)
++#>+ 10
++libkarbontools_la_final_OBJECTS = libkarbontools_la.all_cc.lo 
++libkarbontools_la_nofinal_OBJECTS = vcurvefit.lo vrotatetool.lo \
++	vselectnodestool.lo vselecttool.lo vsheartool.lo \
++	vellipsetool.lo vgradienttool.lo vpatterntool.lo \
++	vpenciltool.lo vpolygontool.lo vpolylinetool.lo \
++	vrectangletool.lo vroundrecttool.lo vshapetool.lo \
++	vsinustool.lo vspiraltool.lo vstartool.lo vtexttool.lo \
++	vtoolcontroller.lo vtool.lo
++ at KDE_USE_FINAL_FALSE@libkarbontools_la_OBJECTS = $(libkarbontools_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbontools_la_OBJECTS = $(libkarbontools_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbontools_la_SOURCES)
++DIST_SOURCES = $(libkarbontools_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +436,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -341,9 +521,7 @@
+ 	-I$(srcdir)/../visitors \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkarbontools.la
+-
+ noinst_HEADERS = \
+ 	vcurvefit.h \
+ 	vrotatetool.h \
+@@ -366,7 +544,6 @@
+ 	vtoolcontroller.h \
+ 	vtool.h
+ 
+-
+ libkarbontools_la_SOURCES = \
+ 	vcurvefit.cc \
+ 	vrotatetool.cc \
+@@ -389,147 +566,63 @@
+ 	vtoolcontroller.cc \
+ 	vtool.cc
+ 
+-
+ #>- libkarbontools_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = karbon/tools
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarbontools_la_LDFLAGS =
+-libkarbontools_la_LIBADD =
+-am_libkarbontools_la_OBJECTS = vcurvefit.lo vrotatetool.lo \
+-	vselectnodestool.lo vselecttool.lo vsheartool.lo \
+-	vellipsetool.lo vgradienttool.lo vpatterntool.lo vpenciltool.lo \
+-	vpolygontool.lo vpolylinetool.lo vrectangletool.lo \
+-	vroundrecttool.lo vshapetool.lo vsinustool.lo vspiraltool.lo \
+-	vstartool.lo vtexttool.lo vtoolcontroller.lo vtool.lo
+-#>- libkarbontools_la_OBJECTS = $(am_libkarbontools_la_OBJECTS)
+-#>+ 9
+-libkarbontools_la_final_OBJECTS = libkarbontools_la.all_cc.lo 
+-libkarbontools_la_nofinal_OBJECTS = vcurvefit.lo vrotatetool.lo \
+-	vselectnodestool.lo vselecttool.lo vsheartool.lo \
+-	vellipsetool.lo vgradienttool.lo vpatterntool.lo vpenciltool.lo \
+-	vpolygontool.lo vpolylinetool.lo vrectangletool.lo \
+-	vroundrecttool.lo vshapetool.lo vsinustool.lo vspiraltool.lo \
+-	vstartool.lo vtexttool.lo vtoolcontroller.lo vtool.lo
+- at KDE_USE_FINAL_FALSE@libkarbontools_la_OBJECTS = $(libkarbontools_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbontools_la_OBJECTS = $(libkarbontools_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/vcurvefit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vellipsetool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vgradienttool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vpatterntool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vpenciltool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vpolygontool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vpolylinetool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vrectangletool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vrotatetool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vroundrecttool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vselectnodestool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vselecttool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vshapetool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vsheartool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vsinustool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vspiraltool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vstartool.Plo ./$(DEPDIR)/vtexttool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtoolcontroller.Plo
+-#>+ 38
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbontools_la.all_cc.P ./$(DEPDIR)/vcurvefit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vellipsetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vgradienttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vpatterntool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vpenciltool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vpolygontool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vpolylinetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vrectangletool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vrotatetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vroundrecttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectnodestool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vselecttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vshapetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vsheartool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vsinustool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vspiraltool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vstartool.Plo ./$(DEPDIR)/vtexttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtoolcontroller.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/vcurvefit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vellipsetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vgradienttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vpatterntool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vpenciltool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vpolygontool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vpolylinetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vrectangletool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vrotatetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vroundrecttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectnodestool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vselecttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vshapetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vsheartool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vsinustool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vspiraltool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vstartool.Plo ./$(DEPDIR)/vtexttool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtoolcontroller.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbontools_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbontools_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/tools/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/tools/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/tools/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/tools/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/tools/Makefile
++	  $(AUTOMAKE) --gnu  karbon/tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/tools/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -537,7 +630,7 @@
+ 	$(CXXLINK)  $(libkarbontools_la_LDFLAGS) $(libkarbontools_la_OBJECTS) $(libkarbontools_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -563,27 +656,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vtool.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vtoolcontroller.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -595,11 +687,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -608,6 +695,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -619,8 +707,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -629,21 +733,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -661,9 +765,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -675,7 +777,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -683,7 +785,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -699,14 +801,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -722,7 +827,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -730,18 +836,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -795,15 +909,24 @@
+ 	-rm -f  vellipsetool.moc vstartool.moc vpatterntool.moc vtexttool.moc vpenciltool.moc vselecttool.moc
+ 
+ #>+ 2
+-KDE_DIST=gradienttoolplugin.rc patterntoolplugin.rc 
++KDE_DIST=gradienttoolplugin.rc Makefile.in patterntoolplugin.rc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/tools/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/tools/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/tools/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/visitors/Makefile.in koffice-1.4.2/karbon/visitors/Makefile.in
+--- koffice-1.4.2.orig/karbon/visitors/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/karbon/visitors/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,129 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/visitors
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarbonvisitors_la_LIBADD =
++am_libkarbonvisitors_la_OBJECTS = vselectnodes.lo vselectobjects.lo \
++	vdrawselection.lo vselectiondesc.lo vtransformnodes.lo
++#>- libkarbonvisitors_la_OBJECTS = $(am_libkarbonvisitors_la_OBJECTS)
++#>+ 5
++libkarbonvisitors_la_final_OBJECTS = libkarbonvisitors_la.all_cc.lo 
++libkarbonvisitors_la_nofinal_OBJECTS = vselectnodes.lo vselectobjects.lo \
++	vdrawselection.lo vselectiondesc.lo vtransformnodes.lo
++ at KDE_USE_FINAL_FALSE@libkarbonvisitors_la_OBJECTS = $(libkarbonvisitors_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonvisitors_la_OBJECTS = $(libkarbonvisitors_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonvisitors_la_SOURCES)
++DIST_SOURCES = $(libkarbonvisitors_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +168,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +183,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +194,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +215,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +248,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +268,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +289,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +308,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +426,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -337,9 +507,7 @@
+ 	-I$(srcdir)/../render \
+ 	$(LIBFREETYPE_CFLAGS) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkarbonvisitors.la
+-
+ noinst_HEADERS = \
+ 	vselectnodes.h \
+ 	vselectobjects.h \
+@@ -347,7 +515,6 @@
+ 	vselectiondesc.h \
+ 	vtransformnodes.h 
+ 
+-
+ libkarbonvisitors_la_SOURCES = \
+ 	vselectnodes.cc \
+ 	vselectobjects.cc \
+@@ -355,97 +522,63 @@
+ 	vselectiondesc.cc \
+ 	vtransformnodes.cc 
+ 
+-
+ #>- libkarbonvisitors_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-subdir = karbon/visitors
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarbonvisitors_la_LDFLAGS =
+-libkarbonvisitors_la_LIBADD =
+-am_libkarbonvisitors_la_OBJECTS = vselectnodes.lo vselectobjects.lo \
+-	vdrawselection.lo vselectiondesc.lo vtransformnodes.lo
+-#>- libkarbonvisitors_la_OBJECTS = $(am_libkarbonvisitors_la_OBJECTS)
+-#>+ 5
+-libkarbonvisitors_la_final_OBJECTS = libkarbonvisitors_la.all_cc.lo 
+-libkarbonvisitors_la_nofinal_OBJECTS = vselectnodes.lo vselectobjects.lo \
+-	vdrawselection.lo vselectiondesc.lo vtransformnodes.lo
+- at KDE_USE_FINAL_FALSE@libkarbonvisitors_la_OBJECTS = $(libkarbonvisitors_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonvisitors_la_OBJECTS = $(libkarbonvisitors_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/vdrawselection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vselectiondesc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vselectnodes.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vselectobjects.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtransformnodes.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbonvisitors_la.all_cc.P ./$(DEPDIR)/vdrawselection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectiondesc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectnodes.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectobjects.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtransformnodes.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/vdrawselection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectiondesc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectnodes.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vselectobjects.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtransformnodes.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonvisitors_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonvisitors_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/visitors/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/visitors/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/visitors/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/visitors/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/visitors/Makefile
++	  $(AUTOMAKE) --gnu  karbon/visitors/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/visitors/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -453,7 +586,7 @@
+ 	$(CXXLINK)  $(libkarbonvisitors_la_LDFLAGS) $(libkarbonvisitors_la_OBJECTS) $(libkarbonvisitors_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -464,27 +597,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vselectobjects.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vtransformnodes.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -496,11 +628,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -509,6 +636,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -520,8 +648,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -530,19 +674,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -560,9 +706,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -574,7 +718,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -582,7 +726,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -598,14 +742,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -621,7 +768,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -629,18 +777,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -648,12 +804,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/visitors/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/visitors/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/visitors/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/visitors/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/karbon/widgets/Makefile.in koffice-1.4.2/karbon/widgets/Makefile.in
+--- koffice-1.4.2.orig/karbon/widgets/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/karbon/widgets/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,133 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = karbon/widgets
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkarbonwidgets_la_LIBADD =
++am_libkarbonwidgets_la_OBJECTS = dummy.lo vcanvas.lo vcolorslider.lo \
++	vgradientwidget.lo vgradienttabwidget.lo vreference.lo \
++	vstrokefillpreview.lo vtranslate.lo vselecttoolbar.lo \
++	vsmallpreview.lo vstatebutton.lo vtoolbox.lo vtypebuttonbox.lo
++#>- libkarbonwidgets_la_OBJECTS = $(am_libkarbonwidgets_la_OBJECTS)
++#>+ 7
++libkarbonwidgets_la_final_OBJECTS = libkarbonwidgets_la.all_cc.lo 
++libkarbonwidgets_la_nofinal_OBJECTS = dummy.lo vcanvas.lo vcolorslider.lo \
++	vgradientwidget.lo vgradienttabwidget.lo vreference.lo \
++	vstrokefillpreview.lo vtranslate.lo vselecttoolbar.lo \
++	vsmallpreview.lo vstatebutton.lo vtoolbox.lo vtypebuttonbox.lo
++ at KDE_USE_FINAL_FALSE@libkarbonwidgets_la_OBJECTS = $(libkarbonwidgets_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkarbonwidgets_la_OBJECTS = $(libkarbonwidgets_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkarbonwidgets_la_SOURCES)
++DIST_SOURCES = $(libkarbonwidgets_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +172,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +187,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +198,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +219,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +252,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +272,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +293,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +312,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +430,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -339,11 +513,9 @@
+ 	-I$(srcdir)/../tools \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = \
+ 	libkarbonwidgets.la
+ 
+-
+ noinst_HEADERS = \
+ 	vcanvas.h \
+ 	vcolorslider.h \
+@@ -358,7 +530,6 @@
+ 	vtoolbox.h \
+ 	vtypebuttonbox.h
+ 
+-
+ libkarbonwidgets_la_SOURCES = \
+ 	dummy.cc \
+ 	vcanvas.cc \
+@@ -374,123 +545,66 @@
+ 	vtoolbox.cc \
+ 	vtypebuttonbox.cc
+ 
+-
+ #>- libkarbonwidgets_la_METASOURCES = \
+ #>- 	AUTO
+ 
+-
+ DISTCLEANFILES = \
+ 	dummy.cc
+ 
+-subdir = karbon/widgets
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkarbonwidgets_la_LDFLAGS =
+-libkarbonwidgets_la_LIBADD =
+-am_libkarbonwidgets_la_OBJECTS = dummy.lo vcanvas.lo vcolorslider.lo \
+-	vgradientwidget.lo vgradienttabwidget.lo vreference.lo \
+-	vstrokefillpreview.lo vtranslate.lo vselecttoolbar.lo \
+-	vsmallpreview.lo vstatebutton.lo vtoolbox.lo vtypebuttonbox.lo
+-#>- libkarbonwidgets_la_OBJECTS = $(am_libkarbonwidgets_la_OBJECTS)
+-#>+ 7
+-libkarbonwidgets_la_final_OBJECTS = libkarbonwidgets_la.all_cc.lo 
+-libkarbonwidgets_la_nofinal_OBJECTS = dummy.lo vcanvas.lo vcolorslider.lo \
+-	vgradientwidget.lo vgradienttabwidget.lo vreference.lo \
+-	vstrokefillpreview.lo vtranslate.lo vselecttoolbar.lo \
+-	vsmallpreview.lo vstatebutton.lo vtoolbox.lo vtypebuttonbox.lo
+- at KDE_USE_FINAL_FALSE@libkarbonwidgets_la_OBJECTS = $(libkarbonwidgets_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkarbonwidgets_la_OBJECTS = $(libkarbonwidgets_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dummy.Plo ./$(DEPDIR)/vcanvas.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vcolorslider.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vgradienttabwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vgradientwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vreference.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vselecttoolbar.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vsmallpreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vstatebutton.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vstrokefillpreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtoolbox.Plo ./$(DEPDIR)/vtranslate.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vtypebuttonbox.Plo
+-#>+ 22
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkarbonwidgets_la.all_cc.P ./$(DEPDIR)/dummy.Plo ./$(DEPDIR)/vcanvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolorslider.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vgradienttabwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vgradientwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vreference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vselecttoolbar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vsmallpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vstatebutton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vstrokefillpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtoolbox.Plo ./$(DEPDIR)/vtranslate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vtypebuttonbox.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/dummy.Plo ./$(DEPDIR)/vcanvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vcolorslider.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vgradienttabwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vgradientwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vreference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vselecttoolbar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vsmallpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vstatebutton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vstrokefillpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtoolbox.Plo ./$(DEPDIR)/vtranslate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/vtypebuttonbox.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkarbonwidgets_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkarbonwidgets_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/widgets/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  karbon/widgets/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  karbon/widgets/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/widgets/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/widgets/Makefile
++	  $(AUTOMAKE) --gnu  karbon/widgets/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/widgets/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -498,7 +612,7 @@
+ 	$(CXXLINK)  $(libkarbonwidgets_la_LDFLAGS) $(libkarbonwidgets_la_OBJECTS) $(libkarbonwidgets_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -517,27 +631,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vtranslate.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vtypebuttonbox.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -549,11 +662,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -562,6 +670,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -573,8 +682,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -583,19 +708,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -613,9 +740,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -627,7 +752,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -635,7 +760,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+ 
+ maintainer-clean-generic:
+@@ -652,14 +777,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -675,7 +803,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -683,18 +812,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ 
+@@ -786,12 +923,24 @@
+ 	-rm -f  vselecttoolbar.moc vtranslate.moc vreference.moc vtypebuttonbox.moc vcanvas.moc vgradientwidget.moc vgradienttabwidget.moc vstrokefillpreview.moc vcolorslider.moc vsmallpreview.moc vtoolbox.moc
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  karbon/widgets/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  karbon/widgets/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  karbon/widgets/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit karbon/widgets/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kchart/kdchart/Makefile.in koffice-1.4.2/kchart/kdchart/Makefile.in
+--- koffice-1.4.2.orig/kchart/kdchart/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/kchart/kdchart/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,156 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kchart/kdchart
++DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) \
++	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkdchart_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkdchart_la_OBJECTS = KDChart.lo KDChartAreaPainter.lo \
++	KDChartAxesPainter.lo KDChartAxisParams.lo \
++	KDChartBarPainter.lo KDChartBWPainter.lo KDChartCustomBox.lo \
++	KDChartData.lo KDChartHiLoPainter.lo KDChartLinesPainter.lo \
++	KDChartPainter.lo KDChartParams.lo KDChartParams_frame.lo \
++	KDChartParams_io.lo KDChartPiePainter.lo \
++	KDChartPolarPainter.lo KDChartPropertySet.lo \
++	KDChartRingPainter.lo KDChartTextPiece.lo KDChartWidget.lo \
++	KDDrawText.lo KDFrame.lo KDFrameProfileSection.lo \
++	KDXMLTools.lo
++#>- libkdchart_la_OBJECTS = $(am_libkdchart_la_OBJECTS)
++#>+ 13
++libkdchart_la_final_OBJECTS = libkdchart_la.all_cpp.lo 
++libkdchart_la_nofinal_OBJECTS = KDChart.lo KDChartAreaPainter.lo \
++	KDChartAxesPainter.lo KDChartAxisParams.lo \
++	KDChartBarPainter.lo KDChartBWPainter.lo KDChartCustomBox.lo \
++	KDChartData.lo KDChartHiLoPainter.lo KDChartLinesPainter.lo \
++	KDChartPainter.lo KDChartParams.lo KDChartParams_frame.lo \
++	KDChartParams_io.lo KDChartPiePainter.lo \
++	KDChartPolarPainter.lo KDChartPropertySet.lo \
++	KDChartRingPainter.lo KDChartTextPiece.lo KDChartWidget.lo \
++	KDDrawText.lo KDFrame.lo KDFrameProfileSection.lo \
++	KDXMLTools.lo
++ at KDE_USE_FINAL_FALSE@libkdchart_la_OBJECTS = $(libkdchart_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkdchart_la_OBJECTS = $(libkdchart_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkdchart_la_SOURCES)
++DIST_SOURCES = $(libkdchart_la_SOURCES)
++includeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(include_HEADERS) $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +195,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +210,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +221,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +242,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +275,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +295,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +316,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +335,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +453,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ lib_LTLIBRARIES = libkdchart.la
+-
+ libkdchart_la_SOURCES = KDChart.cpp 		\
+ 			KDChartAreaPainter.cpp	\
+ 			KDChartAxesPainter.cpp	\
+@@ -356,12 +552,10 @@
+ 			KDFrameProfileSection.cpp \
+ 			KDXMLTools.cpp 
+ 
+-
+ #>- libkdchart_la_LDFLAGS = $(all_libraries) -no-undefined
+ #>+ 1
+ libkdchart_la_LDFLAGS = $(all_libraries) -no-undefined $(KDE_NO_UNDEFINED)
+ libkdchart_la_LIBADD = $(LIB_QT) $(LIB_KDECORE)
+-
+ noinst_HEADERS = KDChart.h 		\
+ 			KDChartAreaPainter.h	\
+ 			KDChartAxesPainter.h	\
+@@ -381,9 +575,7 @@
+ 			KDXMLTools.h
+ 
+ #>- METASOURCES = AUTO
+-
+ INCLUDES = $(KOFFICECORE_INCLUDES) -I$(srcdir)/.. -I$(srcdir) $(all_includes)
+-
+ include_HEADERS = KDChartData.h		\
+ 			KDChartTableBase.h	\
+ 			KDChartListTable.h	\
+@@ -401,180 +593,78 @@
+ 			KDChartTextPiece.h	\
+ 			KDChartAxisParams.h
+ 
+-subdir = kchart/kdchart
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkdchart_la_DEPENDENCIES =
+-am_libkdchart_la_OBJECTS = KDChart.lo KDChartAreaPainter.lo \
+-	KDChartAxesPainter.lo KDChartAxisParams.lo KDChartBarPainter.lo \
+-	KDChartBWPainter.lo KDChartCustomBox.lo KDChartData.lo \
+-	KDChartHiLoPainter.lo KDChartLinesPainter.lo KDChartPainter.lo \
+-	KDChartParams.lo KDChartParams_frame.lo KDChartParams_io.lo \
+-	KDChartPiePainter.lo KDChartPolarPainter.lo \
+-	KDChartPropertySet.lo KDChartRingPainter.lo KDChartTextPiece.lo \
+-	KDChartWidget.lo KDDrawText.lo KDFrame.lo \
+-	KDFrameProfileSection.lo KDXMLTools.lo
+-#>- libkdchart_la_OBJECTS = $(am_libkdchart_la_OBJECTS)
+-#>+ 12
+-libkdchart_la_final_OBJECTS = libkdchart_la.all_cpp.lo 
+-libkdchart_la_nofinal_OBJECTS = KDChart.lo KDChartAreaPainter.lo \
+-	KDChartAxesPainter.lo KDChartAxisParams.lo KDChartBarPainter.lo \
+-	KDChartBWPainter.lo KDChartCustomBox.lo KDChartData.lo \
+-	KDChartHiLoPainter.lo KDChartLinesPainter.lo KDChartPainter.lo \
+-	KDChartParams.lo KDChartParams_frame.lo KDChartParams_io.lo \
+-	KDChartPiePainter.lo KDChartPolarPainter.lo \
+-	KDChartPropertySet.lo KDChartRingPainter.lo KDChartTextPiece.lo \
+-	KDChartWidget.lo KDDrawText.lo KDFrame.lo \
+-	KDFrameProfileSection.lo KDXMLTools.lo
+- at KDE_USE_FINAL_FALSE@libkdchart_la_OBJECTS = $(libkdchart_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkdchart_la_OBJECTS = $(libkdchart_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KDChart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartAreaPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartAxesPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartAxisParams.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartBWPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartBarPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartCustomBox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartData.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartHiLoPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartLinesPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartParams.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartParams_frame.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartParams_io.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartPiePainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartPolarPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartPropertySet.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartRingPainter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartTextPiece.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDChartWidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDDrawText.Plo ./$(DEPDIR)/KDFrame.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDFrameProfileSection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDXMLTools.Plo
+-#>+ 46
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkdchart_la.all_cpp.P ./$(DEPDIR)/KDChart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartAreaPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartAxesPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartAxisParams.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartBWPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartBarPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartCustomBox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartData.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartHiLoPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartLinesPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartParams.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartParams_frame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartParams_io.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPiePainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPolarPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPropertySet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartRingPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartTextPiece.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartWidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDDrawText.Plo ./$(DEPDIR)/KDFrame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDFrameProfileSection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDXMLTools.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/KDChart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartAreaPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartAxesPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartAxisParams.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartBWPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartBarPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartCustomBox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartData.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartHiLoPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartLinesPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartParams.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartParams_frame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartParams_io.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPiePainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPolarPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartPropertySet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartRingPainter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartTextPiece.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDChartWidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDDrawText.Plo ./$(DEPDIR)/KDFrame.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDFrameProfileSection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDXMLTools.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkdchart_la_SOURCES)
+-HEADERS = $(include_HEADERS) $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) Makefile.am \
+-	Makefile.in
+-SOURCES = $(libkdchart_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/kdchart/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kchart/kdchart/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kchart/kdchart/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/kdchart/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/kdchart/Makefile
++	  $(AUTOMAKE) --gnu  kchart/kdchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/kdchart/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -585,7 +675,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkdchart_la_LDFLAGS) $(libkdchart_la_OBJECTS) $(libkdchart_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -615,27 +705,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KDFrameProfileSection.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KDXMLTools.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -646,30 +735,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-includeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-includeHEADERS: $(include_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
+-	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
++	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ uninstall-includeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -678,6 +761,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -689,8 +773,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -699,21 +799,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -731,10 +831,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -746,7 +846,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -754,7 +854,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -770,14 +870,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -793,7 +896,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -801,21 +905,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+ 	uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-includeHEADERS install-info \
+ 	install-info-am install-libLTLIBRARIES install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-includeHEADERS \
+-	uninstall-info-am uninstall-libLTLIBRARIES
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-includeHEADERS uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -863,7 +976,7 @@
+ 	-rm -f  KDFrame.moc KDChartAxisParams.moc KDChartWidget.moc KDChartParams.moc
+ 
+ #>+ 2
+-KDE_DIST=README_BEFORE_HACKING KDChartPlaneSeries.cpp KDChartSeriesCollection.cpp KDChartVectorSeries.h KDChartBaseSeries.h KDChartBaseSeries.cpp LICENSE KDChartPlaneSeries.h KDChartVectorSeries.cpp KDChartSeriesCollection.h 
++KDE_DIST=README_BEFORE_HACKING KDChartPlaneSeries.cpp KDChartSeriesCollection.cpp KDChartVectorSeries.h Makefile.in KDChartBaseSeries.h KDChartBaseSeries.cpp LICENSE KDChartPlaneSeries.h KDChartVectorSeries.cpp Makefile.am KDChartSeriesCollection.h 
+ 
+ #>+ 3
+ clean-closures:
+@@ -872,10 +985,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/kdchart/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/kdchart/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kchart/kdchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/kdchart/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kchart/Makefile.in koffice-1.4.2/kchart/Makefile.in
+--- koffice-1.4.2.orig/kchart/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/kchart/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,222 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kchart
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in AUTHORS ChangeLog TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kchart_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kchart_la_DEPENDENCIES = libkdeinit_kchart.la
++#>- am_kchart_la_OBJECTS = main.lo
++#>+ 1
++am_kchart_la_OBJECTS = kchart_dummy.lo
++#>- kchart_la_OBJECTS = $(am_kchart_la_OBJECTS)
++#>+ 1
++kchart_la_OBJECTS = kchart_dummy.lo
++libkchartcommon_la_DEPENDENCIES =  \
++	$(top_builddir)/interfaces/libkochart.la $(am__DEPENDENCIES_1) \
++	kdchart/libkdchart.la
++am_libkchartcommon_la_OBJECTS = kchart_part.lo kchart_view.lo \
++	kchart_factory.lo kchartColorConfigPage.lo \
++	kchartParameterConfigPage.lo kchartParameter3dConfigPage.lo \
++	kchartBackgroundPixmapConfigPage.lo kchartSubTypeChartPage.lo \
++	kchartComboConfigPage.lo kchartFontConfigPage.lo \
++	kchartDataConfigPage.lo kchartPieConfigPage.lo \
++	kchartParameterPieConfigPage.lo kchartConfigDialog.lo \
++	kchartWizard.lo kchartWizardLabelsLegendPage.lo \
++	kchartWizardSelectChartSubTypePage.lo \
++	kchartWizardSelectChartTypePage.lo \
++	kchartWizardSelectDataPage.lo kchartWizardSetupAxesPage.lo \
++	kchartWizardSetupDataPage.lo kchartDataEditor.lo \
++	KChartViewIface.lo kchartLegendConfigPage.lo kchart_params.lo \
++	KChartParamsIface.lo kchartHeaderFooterConfigPage.lo \
++	kchartLine3dConfigPage.lo kchartParameterPolarConfigPage.lo \
++	kchartPageLayout.lo kchartPrinterDlg.lo csvimportdialog.lo
++#>- libkchartcommon_la_OBJECTS = $(am_libkchartcommon_la_OBJECTS)
++#>+ 19
++libkchartcommon_la_final_OBJECTS = libkchartcommon_la.all_cc.lo 
++libkchartcommon_la_nofinal_OBJECTS = kchart_part.lo kchart_view.lo \
++	kchart_factory.lo kchartColorConfigPage.lo \
++	kchartParameterConfigPage.lo kchartParameter3dConfigPage.lo \
++	kchartBackgroundPixmapConfigPage.lo kchartSubTypeChartPage.lo \
++	kchartComboConfigPage.lo kchartFontConfigPage.lo \
++	kchartDataConfigPage.lo kchartPieConfigPage.lo \
++	kchartParameterPieConfigPage.lo kchartConfigDialog.lo \
++	kchartWizard.lo kchartWizardLabelsLegendPage.lo \
++	kchartWizardSelectChartSubTypePage.lo \
++	kchartWizardSelectChartTypePage.lo \
++	kchartWizardSelectDataPage.lo kchartWizardSetupAxesPage.lo \
++	kchartWizardSetupDataPage.lo kchartDataEditor.lo \
++	KChartViewIface.lo kchartLegendConfigPage.lo kchart_params.lo \
++	KChartParamsIface.lo kchartHeaderFooterConfigPage.lo \
++	kchartLine3dConfigPage.lo kchartParameterPolarConfigPage.lo \
++	kchartPageLayout.lo kchartPrinterDlg.lo csvimportdialog.lo KChartViewIface_skel.lo KChartParamsIface_skel.lo csvimportdialogui.lo
++ at KDE_USE_FINAL_FALSE@libkchartcommon_la_OBJECTS = $(libkchartcommon_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkchartcommon_la_OBJECTS = $(libkchartcommon_la_final_OBJECTS)
++libkchartpart_la_DEPENDENCIES = libkchartcommon.la
++am_libkchartpart_la_OBJECTS = dummy.lo
++#>- libkchartpart_la_OBJECTS = $(am_libkchartpart_la_OBJECTS)
++#>+ 1
++libkchartpart_la_OBJECTS = dummy.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kchart$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) \
++#>- 	$(libkchartpart_la_SOURCES)
++#>+ 2
++SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) \
++	$(libkchartpart_la_SOURCES) $(kchart_SOURCES) 
++#>- DIST_SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) \
++#>- 	$(libkchartpart_la_SOURCES)
++#>+ 2
++DIST_SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) \
++	$(libkchartpart_la_SOURCES) $(kchart_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +261,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +276,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +287,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +308,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +341,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +361,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +382,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +401,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,19 +519,83 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(srcdir)/kdchart -I$(top_srcdir)/interfaces -I$(interfacedir) $(all_includes)
+-
+ #>- lib_LTLIBRARIES = libkchartcommon.la
+ #>+ 1
+ lib_LTLIBRARIES = libkchartcommon.la  libkdeinit_kchart.la
+-
+ #>- libkchartcommon_la_SOURCES = kchart_part.cc \
+ #>- 	kchart_view.cc kchart_factory.cc \
+ #>- 	kchartColorConfigPage.cc \
+@@ -391,7 +652,6 @@
+ 	kchartPrinterDlg.cc \
+         csvimportdialog.cc  KChartViewIface_skel.cc KChartParamsIface_skel.cc csvimportdialogui.cc
+ 
+-
+ libkchartcommon_la_LIBADD = $(top_builddir)/interfaces/libkochart.la \
+                             $(LIB_KOFFICEUI) \
+                             kdchart/libkdchart.la
+@@ -399,20 +659,16 @@
+ #>- libkchartcommon_la_LDFLAGS = $(KDE_RPATH) -version-info 2:0:0 -no-undefined
+ #>+ 1
+ libkchartcommon_la_LDFLAGS = $(KDE_RPATH) -version-info 2:0:0 -no-undefined $(KDE_NO_UNDEFINED)
+-
+ kde_module_LTLIBRARIES = libkchartpart.la
+ libkchartpart_la_SOURCES = dummy.cc
+ libkchartpart_la_LDFLAGS = $(KDE_PLUGIN)
+ libkchartpart_la_LIBADD = libkchartcommon.la
+-
+ kdeinit_LTLIBRARIES = kchart.la
+-bin_PROGRAMS = 
+ kchart_la_SOURCES = main.cc
+ kchart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- kchart_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kchart_la_LIBADD = libkdeinit_kchart.la
+-
+ noinst_HEADERS = kchart_part.h \
+ 		kchart_view.h kchart_factory.h \
+ 		kchartColorConfigPage.h \
+@@ -443,333 +699,139 @@
+ 		kchartPrinterDlg.h \
+ 		csvimportdialog.h
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ rcdir = $(kde_datadir)/kchart
+ rc_DATA = kchart.rc kchart_readonly.rc
+-
+ kdelnk_DATA = kchart.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+-
+ SUBDIRS = kdchart . toolbar pics templates
+-
+ kde_services_DATA = kchartpart.desktop
+-subdir = kchart
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kchart_la_DEPENDENCIES =
+-#>+ 1
+-kchart_la_DEPENDENCIES = libkdeinit_kchart.la
+-#>- am_kchart_la_OBJECTS = main.lo
+-#>+ 1
+-am_kchart_la_OBJECTS = kchart_dummy.lo
+-#>- kchart_la_OBJECTS = $(am_kchart_la_OBJECTS)
+-#>+ 1
+-kchart_la_OBJECTS = kchart_dummy.lo
+-libkchartcommon_la_DEPENDENCIES = \
+-	$(top_builddir)/interfaces/libkochart.la kdchart/libkdchart.la
+-am_libkchartcommon_la_OBJECTS = kchart_part.lo kchart_view.lo \
+-	kchart_factory.lo kchartColorConfigPage.lo \
+-	kchartParameterConfigPage.lo kchartParameter3dConfigPage.lo \
+-	kchartBackgroundPixmapConfigPage.lo kchartSubTypeChartPage.lo \
+-	kchartComboConfigPage.lo kchartFontConfigPage.lo \
+-	kchartDataConfigPage.lo kchartPieConfigPage.lo \
+-	kchartParameterPieConfigPage.lo kchartConfigDialog.lo \
+-	kchartWizard.lo kchartWizardLabelsLegendPage.lo \
+-	kchartWizardSelectChartSubTypePage.lo \
+-	kchartWizardSelectChartTypePage.lo \
+-	kchartWizardSelectDataPage.lo kchartWizardSetupAxesPage.lo \
+-	kchartWizardSetupDataPage.lo kchartDataEditor.lo \
+-	KChartViewIface.lo kchartLegendConfigPage.lo kchart_params.lo \
+-	KChartParamsIface.lo kchartHeaderFooterConfigPage.lo \
+-	kchartLine3dConfigPage.lo kchartParameterPolarConfigPage.lo \
+-	kchartPageLayout.lo kchartPrinterDlg.lo csvimportdialog.lo
+-#>- libkchartcommon_la_OBJECTS = $(am_libkchartcommon_la_OBJECTS)
+-#>+ 19
+-libkchartcommon_la_final_OBJECTS = libkchartcommon_la.all_cc.lo 
+-libkchartcommon_la_nofinal_OBJECTS = kchart_part.lo kchart_view.lo \
+-	kchart_factory.lo kchartColorConfigPage.lo \
+-	kchartParameterConfigPage.lo kchartParameter3dConfigPage.lo \
+-	kchartBackgroundPixmapConfigPage.lo kchartSubTypeChartPage.lo \
+-	kchartComboConfigPage.lo kchartFontConfigPage.lo \
+-	kchartDataConfigPage.lo kchartPieConfigPage.lo \
+-	kchartParameterPieConfigPage.lo kchartConfigDialog.lo \
+-	kchartWizard.lo kchartWizardLabelsLegendPage.lo \
+-	kchartWizardSelectChartSubTypePage.lo \
+-	kchartWizardSelectChartTypePage.lo \
+-	kchartWizardSelectDataPage.lo kchartWizardSetupAxesPage.lo \
+-	kchartWizardSetupDataPage.lo kchartDataEditor.lo \
+-	KChartViewIface.lo kchartLegendConfigPage.lo kchart_params.lo \
+-	KChartParamsIface.lo kchartHeaderFooterConfigPage.lo \
+-	kchartLine3dConfigPage.lo kchartParameterPolarConfigPage.lo \
+-	kchartPageLayout.lo kchartPrinterDlg.lo csvimportdialog.lo KChartViewIface_skel.lo KChartParamsIface_skel.lo csvimportdialogui.lo
+- at KDE_USE_FINAL_FALSE@libkchartcommon_la_OBJECTS = $(libkchartcommon_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkchartcommon_la_OBJECTS = $(libkchartcommon_la_final_OBJECTS)
+-libkchartpart_la_DEPENDENCIES = libkchartcommon.la
+-am_libkchartpart_la_OBJECTS = dummy.lo
+-#>- libkchartpart_la_OBJECTS = $(am_libkchartpart_la_OBJECTS)
+-#>+ 1
+-libkchartpart_la_OBJECTS = dummy.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kchart$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KChartParamsIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KChartViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/csvimportdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dummy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartBackgroundPixmapConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartColorConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartComboConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartConfigDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartDataConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartDataEditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartFontConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartHeaderFooterConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartLegendConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartLine3dConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartPageLayout.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartParameter3dConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartParameterConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartParameterPieConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartParameterPolarConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartPieConfigPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartPrinterDlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartSubTypeChartPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartWizard.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartWizardLabelsLegendPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectChartSubTypePage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectChartTypePage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectDataPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSetupAxesPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSetupDataPage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchart_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchart_params.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchart_part.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kchart_view.Plo ./$(DEPDIR)/main.Plo
+-#>+ 66
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kchart.la.Po $(DEPDIR)/kchart_dummy.Plo $(DEPDIR)/KChartViewIface_skel.P $(DEPDIR)/KChartParamsIface_skel.P $(DEPDIR)/csvimportdialogui.P  $(DEPDIR)/libkchartcommon_la.all_cc.P ./$(DEPDIR)/KChartParamsIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KChartViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/csvimportdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dummy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartBackgroundPixmapConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartColorConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartComboConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartConfigDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartDataConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartDataEditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartFontConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartHeaderFooterConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartLegendConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartLine3dConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartPageLayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameter3dConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameterConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameterPieConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameterPolarConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartPieConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartPrinterDlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartSubTypeChartPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardLabelsLegendPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectChartSubTypePage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectChartTypePage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectDataPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSetupAxesPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSetupDataPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_params.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_view.Plo ./$(DEPDIR)/main.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kchart.la.Po $(DEPDIR)/kchart_dummy.Plo $(DEPDIR)/KChartViewIface_skel.P $(DEPDIR)/KChartParamsIface_skel.P $(DEPDIR)/csvimportdialogui.P ./$(DEPDIR)/KChartParamsIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KChartViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/csvimportdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/dummy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartBackgroundPixmapConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartColorConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartComboConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartConfigDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartDataConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartDataEditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartFontConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartHeaderFooterConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartLegendConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartLine3dConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartPageLayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameter3dConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameterConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameterPieConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartParameterPolarConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartPieConfigPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartPrinterDlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartSubTypeChartPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardLabelsLegendPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectChartSubTypePage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectChartTypePage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSelectDataPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSetupAxesPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchartWizardSetupDataPage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_params.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kchart_view.Plo ./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) \
+-#>- 	$(libkchartpart_la_SOURCES)
+-#>+ 2
+-DIST_SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) \
+-	$(libkchartpart_la_SOURCES) $(kchart_SOURCES) 
+-DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) AUTHORS ChangeLog Makefile.am \
+-	Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) $(libkchartpart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kchart_la_SOURCES) $(libkchartcommon_la_SOURCES) $(libkchartpart_la_SOURCES) $(kchart_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kchart/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kchart/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/Makefile
++	  $(AUTOMAKE) --gnu  kchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -788,18 +850,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkchartpart.la: libkchartpart.la.closure $(libkchartpart_la_OBJECTS) $(libkchartpart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkchartpart.la: $(libkchartpart_la_OBJECTS) $(libkchartpart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkchartpart_la_LDFLAGS) $(libkchartpart_la_OBJECTS) $(libkchartpart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -807,8 +868,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -819,7 +880,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -859,27 +920,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kchart_view.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -890,59 +950,56 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -952,7 +1009,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -964,7 +1027,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -972,7 +1035,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -993,17 +1062,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -1013,14 +1081,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -1029,8 +1106,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -1039,21 +1132,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -1068,15 +1161,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -1088,8 +1183,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -1101,7 +1197,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -1109,7 +1205,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -1127,23 +1223,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kdeinitLTLIBRARIES install-kdelnkDATA install-rcDATA
+-#>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-kdelnkDATA install-rcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++#>- 	install-kdelnkDATA install-rcDATA
++#>+ 3
++install-data-am:   \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-kdelnkDATA install-rcDATA
+ 
+ #>- install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+ #>+ 1
+@@ -1156,7 +1257,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -1164,6 +1266,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
+@@ -1171,30 +1281,27 @@
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kdeinitLTLIBRARIES install-kdelnkDATA \
+ 	install-libLTLIBRARIES install-man install-rcDATA \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-kdelnkDATA uninstall-libLTLIBRARIES uninstall-rcDATA \
+-	uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
++	uninstall-libLTLIBRARIES uninstall-rcDATA
+ 
+ 
+ dummy.cc: $(srcdir)/Makefile.am
+@@ -1214,7 +1321,7 @@
+ libkdeinit_kchart_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kchart_la_DEPENDENCIES = 
++libkdeinit_kchart_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kchart_la_OBJECTS = main.lo
+@@ -1471,7 +1578,7 @@
+ 	-rm -f  kchartHeaderFooterConfigPage.moc kchart_part.moc kchart_view.moc kchartParameterPolarConfigPage.moc kchartWizardSelectChartTypePage.moc kchartComboConfigPage.moc kchartColorConfigPage.moc kchartWizardSetupAxesPage.moc kchartBackgroundPixmapConfigPage.moc kchartPrinterDlg.moc kchartParameterPieConfigPage.moc kchartPieConfigPage.moc kchart_factory.moc kchartLine3dConfigPage.moc kchartWizardSetupDataPage.moc kchartDataEditor.moc kchartParameter3dConfigPage.moc kchartWizardLabelsLegendPage.moc kchartConfigDialog.moc csvimportdialog.moc kchartDataConfigPage.moc kchartWizardSelectChartSubTypePage.moc kchartParameterConfigPage.moc kchartWizard.moc kchartFontConfigPage.moc kchartLegendConfigPage.moc kchartSubTypeChartPage.moc kchartPageLayout.moc
+ 
+ #>+ 2
+-KDE_DIST=kchart.desktop CHANGES kchart.rc kchartpart.desktop kchart_readonly.rc csvimportdialogui.ui 
++KDE_DIST=kchart.desktop CHANGES Makefile.in kchart.rc kchartpart.desktop kchart_readonly.rc csvimportdialogui.ui Makefile.am 
+ 
+ #>+ 5
+ clean-idl:
+@@ -1491,10 +1598,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kchart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kchart/pics/Makefile.in koffice-1.4.2/kchart/pics/Makefile.in
+--- koffice-1.4.2.orig/kchart/pics/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/kchart/pics/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kchart/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kchartpicsdir)"
++kchartpicsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kchartpics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,16 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_ICON = kchart
+-
+ kchartpics_DATA = chart_bar_beside.png chart_bar_layer.png chart_bar_percent.png \
+ 			chart_hilo_close.png chart_hilo_normal.png chart_hilo_openclose.png  \
+ 			chart_area_normal.png chart_area_percent.png chart_area_stacked.png \
+@@ -341,30 +481,54 @@
+ 			chart_legend_nolegend.png chart_legend_left.png chart_legend_right.png \
+ 			chart_legend_bottom.png chart_legend_bottomleft.png chart_legend_bottomright.png
+ 
+-
+ kchartpicsdir = $(kde_datadir)/kchart/pics
+-subdir = kchart/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kchartpics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kchart/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kchart/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/pics/Makefile
++	  $(AUTOMAKE) --gnu  kchart/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -375,41 +539,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kchartpicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kchartpicsDATA: $(kchartpics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kchartpicsdir)
++	test -z "$(kchartpicsdir)" || $(mkdir_p) "$(DESTDIR)$(kchartpicsdir)"
+ 	@list='$(kchartpics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kchartpicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kchartpicsdir)/$$f"; \
+-	  $(kchartpicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kchartpicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kchartpicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kchartpicsdir)/$$f'"; \
++	  $(kchartpicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kchartpicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kchartpicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kchartpics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kchartpicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kchartpicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kchartpicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kchartpicsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -427,10 +593,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kchartpicsdir)
+-
++	for dir in "$(DESTDIR)$(kchartpicsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -442,7 +608,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -450,7 +616,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -464,13 +630,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -488,33 +656,42 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-kchartpicsDATA
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am uninstall-kchartpicsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kchartpicsDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kchartpicsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kchartpicsDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kchartpicsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=chart_bar_layer.svgz chart_legend_top.svgz chart_bar_beside.svgz chart_legend_topleft.png chart_legend_topright.png chart_legend_vorlage.png hi48-app-kchart.png chart_hilo_close.png chart_legend_bottom.svgz chart_area_stacked.png chart_bar_percent.svgz chart_legend_bottomleft.svgz chart_line_percent.png chart_legend_bottomleft.png chart_area_normal.svgz chart_legend_right.png chart_area_percent.svgz chart_polar_percent.svgz chart_polar_percent.png chart_polar_normal.png chart_legend_left.svgz chart_line_stacked.svgz chart_hilo_openclose.png hi16-app-kchart.png chart_legend_top.png chart_legend_bottomright.png chart_polar_normal.svgz chart_bar_percent.png chart_line_percent.svgz chart_area_normal.png chart_line_normal.png chart_area_stacked.svgz chart_legend_bottomright.svgz chart_polar_stacked.svgz chart_area_percent.png chart_legend_topleft.svgz chart_hilo_normal.png chart_legend_right.svgz chart_bar_beside.png chart_legend_topright.svgz chart_line_stacked.png chart_bar_layer.png chart_hilo_normal.svgz chart_line_normal.svgz chart_legend_left.png hi32-app-kchart.png chart_hilo_openclose.svgz chart_legend_nolegend.png chart_hilo_close.svgz chart_polar_stacked.png chart_legend_bottom.png chart_legend_nolegend.svgz 
++KDE_DIST=chart_bar_layer.svgz chart_legend_top.svgz chart_bar_beside.svgz chart_legend_topleft.png chart_legend_topright.png chart_legend_vorlage.png hi48-app-kchart.png chart_hilo_close.png chart_legend_bottom.svgz chart_area_stacked.png chart_bar_percent.svgz chart_legend_bottomleft.svgz chart_line_percent.png chart_legend_bottomleft.png Makefile.in chart_area_normal.svgz chart_legend_right.png chart_area_percent.svgz chart_polar_percent.svgz chart_polar_percent.png chart_polar_normal.png chart_legend_left.svgz chart_line_stacked.svgz chart_hilo_openclose.png hi16-app-kchart.png chart_legend_top.png chart_legend_bottomright.png chart_polar_normal.svgz chart_bar_percent.png chart_line_percent.svgz chart_area_normal.png chart_line_normal.png chart_area_stacked.svgz chart_legend_bottomright.svgz chart_polar_stacked.svgz chart_area_percent.png chart_legend_topleft.svgz chart_hilo_normal.png chart_legend_right.svgz chart_bar_beside.png chart_legend_topright.svgz chart_line_stacked.png chart_bar_layer.png chart_hilo_normal.svgz chart_line_normal.svgz chart_legend_left.png hi32-app-kchart.png chart_hilo_openclose.svgz chart_legend_nolegend.png chart_hilo_close.svgz chart_polar_stacked.png chart_legend_bottom.png Makefile.am chart_legend_nolegend.svgz 
+ 
+ #>+ 2
+ docs-am:
+@@ -533,10 +710,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kchart.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kchart.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kchart/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kchart/templates/Makefile.in koffice-1.4.2/kchart/templates/Makefile.in
+--- koffice-1.4.2.orig/kchart/templates/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/kchart/templates/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kchart/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatedir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templateDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(template_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ template_DATA = .directory BarChart.desktop Empty.desktop
+ templatedir = $(kde_datadir)/kchart/templates/chart
+-
+ templatesrc_DATA = BarChart.chrt Empty.chrt
+ templatesrcdir = $(kde_datadir)/kchart/templates/chart/.source
+-
+ kcharticondir = $(kde_datadir)/kchart/icons
+ kcharticon_ICON = AUTO
+-subdir = kchart/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(template_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kchart/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kchart/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/templates/Makefile
++	  $(AUTOMAKE) --gnu  kchart/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templateDATA_INSTALL = $(INSTALL_DATA)
+ install-templateDATA: $(template_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
++	test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
+ 	@list='$(template_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
+-	  $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
++	  $(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ 
+ uninstall-templateDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(template_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templateDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templateDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templateDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templateDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templateDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=BarChart.chrt crsc-action-template_empty.svgz cr48-action-template_barchart.png crsc-action-template_barchart.svgz BarChart.desktop Empty.desktop Empty.chrt cr48-action-template_empty.png 
++KDE_DIST=BarChart.chrt Makefile.in crsc-action-template_empty.svgz cr48-action-template_barchart.png crsc-action-template_barchart.svgz BarChart.desktop Empty.desktop Empty.chrt cr48-action-template_empty.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -549,10 +728,19 @@
+ 	-rm -f $(DESTDIR)$(kcharticondir)/crystalsvg/scalable/actions/template_empty.svgz
+ 	-rm -f $(DESTDIR)$(kcharticondir)/crystalsvg/48x48/actions/template_empty.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kchart/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kchart/toolbar/crystalsvg/Makefile.in koffice-1.4.2/kchart/toolbar/crystalsvg/Makefile.in
+--- koffice-1.4.2.orig/kchart/toolbar/crystalsvg/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/kchart/toolbar/crystalsvg/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kchart/toolbar/crystalsvg
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kcharticondir = $(kde_datadir)/kchart/icons
+ kcharticon_ICON = AUTO
+-subdir = kchart/toolbar/crystalsvg
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/crystalsvg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kchart/toolbar/crystalsvg/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kchart/toolbar/crystalsvg/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/crystalsvg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/toolbar/crystalsvg/Makefile
++	  $(AUTOMAKE) --gnu  kchart/toolbar/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/toolbar/crystalsvg/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr48-action-chart_area_3d.png cr16-action-chart_hilo.png cr32-action-wizard.png crsc-action-chart_boxwhisker.svgz cr16-action-chart_pie_3d.png cr48-action-chart_line.png cr22-action-data.png crsc-action-chart_area.svgz cr16-action-chart_boxwhisker.png cr48-action-chart_polar.png crsc-action-chart_hilo.svgz cr16-action-chart_bar_3d.png cr22-action-chart_bar.png cr48-action-chart_boxwhisker.png cr32-action-chart_bar.png cr32-action-data.png cr48-action-chart_pie_3d.png cr22-action-chart_polar.png cr32-action-chart_hilo.png cr32-action-chart_area.png cr16-action-data.png cr32-action-chart_ring.png cr32-action-chart_pie_3d.png crsc-action-chart_bar.svgz cr16-action-options.png cr48-action-chart_line_3d.png cr48-action-chart_bar_3d.png crsc-action-chart_ring.svgz cr16-action-chart_area.png cr22-action-chart_boxwhisker.png cr32-action-chart_boxwhisker.png cr16-action-chart_ring.png cr32-action-options.png cr16-action-wizard.png cr22-action-chart_line_3d.png crsc-action-chart_area_3d.svgz cr48-action-chart_pie.png crsc-action-chart_bar_3d.svgz crsc-action-chart_pie.svgz cr32-action-chart_line.png cr16-action-chart_polar.png cr48-action-chart_bar.png cr32-action-chart_line_3d.png cr22-action-wizard.png crsc-action-chart_line_3d.svgz crsc-action-chart_line.svgz cr48-action-chart_area.png cr22-action-chart_bar_3d.png cr32-action-chart_pie.png cr16-action-chart_pie.png crsc-action-chart_pie_3d.svgz cr16-action-chart_bar.png cr32-action-chart_area_3d.png cr22-action-chart_area.png cr22-action-chart_pie.png cr22-action-chart_ring.png cr16-action-chart_line.png cr22-action-chart_line.png cr32-action-chart_bar_3d.png cr48-action-options.png cr22-action-chart_hilo.png crsc-action-chart_polar.svgz cr32-action-chart_polar.png cr48-action-chart_ring.png cr22-action-chart_area_3d.png cr48-action-chart_hilo.png cr16-action-chart_area_3d.png cr22-action-chart_pie_3d.png cr16-action-chart_line_3d.png cr22-action-options.png 
++KDE_DIST=cr48-action-chart_area_3d.png cr16-action-chart_hilo.png cr32-action-wizard.png crsc-action-chart_boxwhisker.svgz cr16-action-chart_pie_3d.png cr48-action-chart_line.png cr22-action-data.png crsc-action-chart_area.svgz cr16-action-chart_boxwhisker.png cr48-action-chart_polar.png crsc-action-chart_hilo.svgz cr16-action-chart_bar_3d.png cr22-action-chart_bar.png cr48-action-chart_boxwhisker.png cr32-action-chart_bar.png cr32-action-data.png Makefile.in cr48-action-chart_pie_3d.png cr22-action-chart_polar.png cr32-action-chart_hilo.png cr32-action-chart_area.png cr16-action-data.png cr32-action-chart_ring.png cr32-action-chart_pie_3d.png crsc-action-chart_bar.svgz cr16-action-options.png cr48-action-chart_line_3d.png cr48-action-chart_bar_3d.png crsc-action-chart_ring.svgz cr16-action-chart_area.png cr22-action-chart_boxwhisker.png cr32-action-chart_boxwhisker.png cr16-action-chart_ring.png cr32-action-options.png cr16-action-wizard.png cr22-action-chart_line_3d.png crsc-action-chart_area_3d.svgz cr48-action-chart_pie.png crsc-action-chart_bar_3d.svgz crsc-action-chart_pie.svgz cr32-action-chart_line.png cr16-action-chart_polar.png cr48-action-chart_bar.png cr32-action-chart_line_3d.png cr22-action-wizard.png crsc-action-chart_line_3d.svgz crsc-action-chart_line.svgz cr48-action-chart_area.png cr22-action-chart_bar_3d.png cr32-action-chart_pie.png cr16-action-chart_pie.png crsc-action-chart_pie_3d.svgz cr16-action-chart_bar.png cr32-action-chart_area_3d.png cr22-action-chart_area.png cr22-action-chart_pie.png cr22-action-chart_ring.png cr16-action-chart_line.png cr22-action-chart_line.png cr32-action-chart_bar_3d.png cr48-action-options.png cr22-action-chart_hilo.png crsc-action-chart_polar.svgz cr32-action-chart_polar.png cr48-action-chart_ring.png cr22-action-chart_area_3d.png cr48-action-chart_hilo.png cr16-action-chart_area_3d.png cr22-action-chart_pie_3d.png cr16-action-chart_line_3d.png cr22-action-options.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -635,10 +806,19 @@
+ 	-rm -f $(DESTDIR)$(kcharticondir)/crystalsvg/scalable/actions/chart_area_3d.svgz
+ 	-rm -f $(DESTDIR)$(kcharticondir)/crystalsvg/32x32/actions/chart_hilo.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/toolbar/crystalsvg/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/crystalsvg/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kchart/toolbar/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/toolbar/crystalsvg/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kchart/toolbar/locolor/Makefile.in koffice-1.4.2/kchart/toolbar/locolor/Makefile.in
+--- koffice-1.4.2.orig/kchart/toolbar/locolor/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/kchart/toolbar/locolor/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kchart/toolbar/locolor
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kcharticondir = $(kde_datadir)/kchart/icons
+ kcharticon_ICON = AUTO
+-subdir = kchart/toolbar/locolor
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/locolor/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kchart/toolbar/locolor/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kchart/toolbar/locolor/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/locolor/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/toolbar/locolor/Makefile
++	  $(AUTOMAKE) --gnu  kchart/toolbar/locolor/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/toolbar/locolor/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=lo16-action-hilo.png lo16-action-bars.png lo16-action-areas.png lo16-action-lines3d.png lo16-action-ring.png lo16-action-areas3d.png lo16-action-data.png lo16-action-lines.png lo16-action-wizard.png lo16-action-cakes3d.png lo16-action-bars3d.png lo16-action-cakes.png lo16-action-options.png 
++KDE_DIST=lo16-action-hilo.png lo16-action-bars.png Makefile.in lo16-action-areas.png lo16-action-lines3d.png lo16-action-ring.png lo16-action-areas3d.png lo16-action-data.png lo16-action-lines.png lo16-action-wizard.png lo16-action-cakes3d.png lo16-action-bars3d.png lo16-action-cakes.png lo16-action-options.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -517,10 +688,19 @@
+ 	-rm -f $(DESTDIR)$(kcharticondir)/locolor/16x16/actions/areas.png
+ 	-rm -f $(DESTDIR)$(kcharticondir)/locolor/16x16/actions/bars3d.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/toolbar/locolor/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/locolor/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kchart/toolbar/locolor/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/toolbar/locolor/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kchart/toolbar/Makefile.in koffice-1.4.2/kchart/toolbar/Makefile.in
+--- koffice-1.4.2.orig/kchart/toolbar/Makefile.in	2005-10-05 12:52:41.000000000 +0200
++++ koffice-1.4.2/kchart/toolbar/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kchart/toolbar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +404,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,37 +480,53 @@
+ kcharticondir = $(kde_datadir)/kchart/icons
+ kcharticon_ICON = AUTO
+ SUBDIRS = locolor crystalsvg
+-subdir = kchart/toolbar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kchart/toolbar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kchart/toolbar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/toolbar/Makefile
++	  $(AUTOMAKE) --gnu  kchart/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/toolbar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -381,7 +545,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -393,7 +563,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -401,7 +571,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -422,17 +598,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -442,14 +617,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -458,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -468,19 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +697,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +717,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +728,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +750,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +758,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,43 +775,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kchart/toolbar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kchart/toolbar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kchart/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kchart/toolbar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kdgantt/Makefile.in koffice-1.4.2/kdgantt/Makefile.in
+--- koffice-1.4.2.orig/kdgantt/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kdgantt/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,140 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/admin/Doxyfile.am
++subdir = kdgantt
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkdgantt_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkdgantt_la_OBJECTS = KDGanttView.lo KDGanttViewEventItem.lo \
++	KDGanttViewItem.lo KDGanttViewItemDrag.lo \
++	KDGanttViewSubwidgets.lo KDGanttViewSummaryItem.lo \
++	KDGanttViewTaskItem.lo KDGanttViewTaskLink.lo \
++	KDGanttViewTaskLinkGroup.lo KDGanttMinimizeSplitter.lo \
++	KDGanttSemiSizingControl.lo KDGanttSizingControl.lo \
++	KDGanttXMLTools.lo
++#>- libkdgantt_la_OBJECTS = $(am_libkdgantt_la_OBJECTS)
++#>+ 10
++libkdgantt_la_final_OBJECTS = libkdgantt_la.all_cpp.lo 
++libkdgantt_la_nofinal_OBJECTS = KDGanttView.lo KDGanttViewEventItem.lo \
++	KDGanttViewItem.lo KDGanttViewItemDrag.lo \
++	KDGanttViewSubwidgets.lo KDGanttViewSummaryItem.lo \
++	KDGanttViewTaskItem.lo KDGanttViewTaskLink.lo \
++	KDGanttViewTaskLinkGroup.lo KDGanttMinimizeSplitter.lo \
++	KDGanttSemiSizingControl.lo KDGanttSizingControl.lo \
++	KDGanttXMLTools.lo itemAttributeDialog.lo
++ at KDE_USE_FINAL_FALSE@libkdgantt_la_OBJECTS = $(libkdgantt_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkdgantt_la_OBJECTS = $(libkdgantt_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkdgantt_la_SOURCES)
++DIST_SOURCES = $(libkdgantt_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +437,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ noinst_LTLIBRARIES = libkdgantt.la
+-
+ #>- libkdgantt_la_SOURCES = \
+ #>- 			KDGanttView.cpp			\
+ #>- 			KDGanttViewEventItem.cpp	\
+@@ -367,7 +547,6 @@
+ #>+ 1
+ libkdgantt_la_LDFLAGS = $(all_libraries) -no-undefined $(KDE_NO_UNDEFINED)
+ libkdgantt_la_LIBADD = $(LIB_KDEUI)
+-
+ noinst_HEADERS = \
+ 			KDGanttViewSubwidgets.h		\
+ 			KDGanttMinimizeSplitter.h		\
+@@ -385,130 +564,62 @@
+ 			itemAttributeDialog.ui.h	\
+ 			qlayoutengine_p.h
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ INCLUDES = $(all_includes)
+-subdir = kdgantt
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkdgantt_la_DEPENDENCIES =
+-am_libkdgantt_la_OBJECTS = KDGanttView.lo KDGanttViewEventItem.lo \
+-	KDGanttViewItem.lo KDGanttViewItemDrag.lo \
+-	KDGanttViewSubwidgets.lo KDGanttViewSummaryItem.lo \
+-	KDGanttViewTaskItem.lo KDGanttViewTaskLink.lo \
+-	KDGanttViewTaskLinkGroup.lo KDGanttMinimizeSplitter.lo \
+-	KDGanttSemiSizingControl.lo KDGanttSizingControl.lo \
+-	KDGanttXMLTools.lo
+-#>- libkdgantt_la_OBJECTS = $(am_libkdgantt_la_OBJECTS)
+-#>+ 10
+-libkdgantt_la_final_OBJECTS = libkdgantt_la.all_cpp.lo 
+-libkdgantt_la_nofinal_OBJECTS = KDGanttView.lo KDGanttViewEventItem.lo \
+-	KDGanttViewItem.lo KDGanttViewItemDrag.lo \
+-	KDGanttViewSubwidgets.lo KDGanttViewSummaryItem.lo \
+-	KDGanttViewTaskItem.lo KDGanttViewTaskLink.lo \
+-	KDGanttViewTaskLinkGroup.lo KDGanttMinimizeSplitter.lo \
+-	KDGanttSemiSizingControl.lo KDGanttSizingControl.lo \
+-	KDGanttXMLTools.lo itemAttributeDialog.lo
+- at KDE_USE_FINAL_FALSE@libkdgantt_la_OBJECTS = $(libkdgantt_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkdgantt_la_OBJECTS = $(libkdgantt_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KDGanttMinimizeSplitter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttSemiSizingControl.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttSizingControl.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttView.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewEventItem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewItem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewItemDrag.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewSubwidgets.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewSummaryItem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskItem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskLink.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskLinkGroup.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KDGanttXMLTools.Plo
+-#>+ 26
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/itemAttributeDialog.P  $(DEPDIR)/libkdgantt_la.all_cpp.P ./$(DEPDIR)/KDGanttMinimizeSplitter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttSemiSizingControl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttSizingControl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttView.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewEventItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewItemDrag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewSubwidgets.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewSummaryItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskLink.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskLinkGroup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttXMLTools.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/itemAttributeDialog.P ./$(DEPDIR)/KDGanttMinimizeSplitter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttSemiSizingControl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttSizingControl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttView.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewEventItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewItemDrag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewSubwidgets.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewSummaryItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskItem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskLink.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttViewTaskLinkGroup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KDGanttXMLTools.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkdgantt_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkdgantt_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/admin/Doxyfile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kdgantt/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kdgantt/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kdgantt/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kdgantt/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kdgantt/Makefile
++	  $(AUTOMAKE) --gnu  kdgantt/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kdgantt/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -519,7 +630,7 @@
+ 	$(CXXLINK)  $(libkdgantt_la_LDFLAGS) $(libkdgantt_la_OBJECTS) $(libkdgantt_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -538,27 +649,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KDGanttViewTaskLinkGroup.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KDGanttXMLTools.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -570,11 +680,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -583,6 +688,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -594,8 +700,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -604,21 +726,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../admin
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -636,9 +759,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -650,7 +771,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -658,7 +779,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -674,14 +795,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -697,7 +821,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -705,19 +830,27 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-local
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-data-local install-exec install-exec-am install-info \
+ 	install-info-am install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-local
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am uninstall-local
+ 
+ 
+ messages: rc.cpp
+@@ -950,7 +1083,7 @@
+ 	-rm -f  KDGanttViewSubwidgets.moc KDGanttView.moc KDGanttSizingControl.moc KDGanttMinimizeSplitter.moc KDGanttSemiSizingControl.moc
+ 
+ #>+ 2
+-KDE_DIST=README_BEFORE_HACKING itemAttributeDialog.ui 
++KDE_DIST=README_BEFORE_HACKING Makefile.in itemAttributeDialog.ui Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -964,10 +1097,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kdgantt/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kdgantt/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kdgantt/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kdgantt/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/3rdparty/kexisql/Makefile.in koffice-1.4.2/kexi/3rdparty/kexisql/Makefile.in
+--- koffice-1.4.2.orig/kexi/3rdparty/kexisql/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/3rdparty/kexisql/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/3rdparty/kexisql
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = tool src
+-subdir = kexi/3rdparty/kexisql
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/Makefile
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kexisql.def Makefile.msvc 
++KDE_DIST=kexisql.def Makefile.in Makefile.msvc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/3rdparty/kexisql/src/Makefile.in koffice-1.4.2/kexi/3rdparty/kexisql/src/Makefile.in
+--- koffice-1.4.2.orig/kexi/3rdparty/kexisql/src/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/3rdparty/kexisql/src/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = ksqlite2$(EXEEXT)
++subdir = kexi/3rdparty/kexisql/src
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++libkexisql2_la_DEPENDENCIES =
++am_libkexisql2_la_OBJECTS = attach.lo auth.lo btree.lo btree_rb.lo \
++	build.lo date.lo expr.lo func.lo hash.lo insert.lo os.lo \
++	pager.lo parse.lo pragma.lo printf.lo random.lo select.lo \
++	copy.lo delete.lo encode.lo table.lo tokenize.lo trigger.lo \
++	update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo \
++	opcodes.lo main.lo
++#>- libkexisql2_la_OBJECTS = $(am_libkexisql2_la_OBJECTS)
++#>+ 9
++libkexisql2_la_final_OBJECTS = attach.lo auth.lo btree.lo btree_rb.lo build.lo date.lo expr.lo func.lo hash.lo insert.lo os.lo pager.lo parse.lo pragma.lo printf.lo random.lo select.lo copy.lo delete.lo encode.lo table.lo tokenize.lo trigger.lo update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo opcodes.lo main.lo 
++libkexisql2_la_nofinal_OBJECTS = attach.lo auth.lo btree.lo btree_rb.lo \
++	build.lo date.lo expr.lo func.lo hash.lo insert.lo os.lo \
++	pager.lo parse.lo pragma.lo printf.lo random.lo select.lo \
++	copy.lo delete.lo encode.lo table.lo tokenize.lo trigger.lo \
++	update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo \
++	opcodes.lo main.lo
++ at KDE_USE_FINAL_FALSE@libkexisql2_la_OBJECTS = $(libkexisql2_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexisql2_la_OBJECTS = $(libkexisql2_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS)
++am_ksqlite2_OBJECTS = shell.$(OBJEXT)
++#>- ksqlite2_OBJECTS = $(am_ksqlite2_OBJECTS)
++#>+ 1
++ksqlite2_OBJECTS = shell.$(OBJEXT)
++am__DEPENDENCIES_1 =
++ksqlite2_DEPENDENCIES = libkexisql2.la $(am__DEPENDENCIES_1)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexisql2_la_SOURCES) $(ksqlite2_SOURCES)
++DIST_SOURCES = $(libkexisql2_la_SOURCES) $(ksqlite2_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,182 +440,182 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexisql2.la
+-
+-bin_PROGRAMS = ksqlite2
+-
+ INCLUDES = $(all_includes)
+-
+ libkexisql2_la_SOURCES = attach.c auth.c btree.c btree_rb.c build.c date.c expr.c func.c hash.c \
+ insert.c os.c pager.c parse.c pragma.c printf.c random.c select.c copy.c delete.c encode.c \
+ table.c tokenize.c trigger.c update.c util.c vacuum.c vdbe.c vdbeaux.c where.c opcodes.c main.c
+ 
+-
+ AM_CFLAGS = -DNO_TCL=1
+-
+ ksqlite2_SOURCES = shell.c
+ ksqlite2_LDADD = libkexisql2.la $(LIBREADLINE)
+-
+ libkexisql2_la_LIBADD = 
+ libkexisql2_la_LDFLAGS = -version-info 2:8 $(all_libraries) --no-undefined
+-subdir = kexi/3rdparty/kexisql/src
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexisql2_la_DEPENDENCIES =
+-am_libkexisql2_la_OBJECTS = attach.lo auth.lo btree.lo btree_rb.lo \
+-	build.lo date.lo expr.lo func.lo hash.lo insert.lo os.lo \
+-	pager.lo parse.lo pragma.lo printf.lo random.lo select.lo \
+-	copy.lo delete.lo encode.lo table.lo tokenize.lo trigger.lo \
+-	update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo \
+-	opcodes.lo main.lo
+-#>- libkexisql2_la_OBJECTS = $(am_libkexisql2_la_OBJECTS)
+-#>+ 9
+-libkexisql2_la_final_OBJECTS = attach.lo auth.lo btree.lo btree_rb.lo build.lo date.lo expr.lo func.lo hash.lo insert.lo os.lo pager.lo parse.lo pragma.lo printf.lo random.lo select.lo copy.lo delete.lo encode.lo table.lo tokenize.lo trigger.lo update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo opcodes.lo main.lo 
+-libkexisql2_la_nofinal_OBJECTS = attach.lo auth.lo btree.lo btree_rb.lo \
+-	build.lo date.lo expr.lo func.lo hash.lo insert.lo os.lo \
+-	pager.lo parse.lo pragma.lo printf.lo random.lo select.lo \
+-	copy.lo delete.lo encode.lo table.lo tokenize.lo trigger.lo \
+-	update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo \
+-	opcodes.lo main.lo
+- at KDE_USE_FINAL_FALSE@libkexisql2_la_OBJECTS = $(libkexisql2_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexisql2_la_OBJECTS = $(libkexisql2_la_final_OBJECTS)
+-bin_PROGRAMS = ksqlite2$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-am_ksqlite2_OBJECTS = shell.$(OBJEXT)
+-#>- ksqlite2_OBJECTS = $(am_ksqlite2_OBJECTS)
+-#>+ 1
+-ksqlite2_OBJECTS = shell.$(OBJEXT)
+-ksqlite2_DEPENDENCIES = libkexisql2.la
+-ksqlite2_LDFLAGS =
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/attach.Plo ./$(DEPDIR)/auth.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/btree.Plo ./$(DEPDIR)/btree_rb.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/build.Plo ./$(DEPDIR)/copy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/date.Plo ./$(DEPDIR)/delete.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/encode.Plo ./$(DEPDIR)/expr.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/func.Plo ./$(DEPDIR)/hash.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/insert.Plo ./$(DEPDIR)/main.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/opcodes.Plo ./$(DEPDIR)/os.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pager.Plo ./$(DEPDIR)/parse.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pragma.Plo ./$(DEPDIR)/printf.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/random.Plo ./$(DEPDIR)/select.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/shell.Po ./$(DEPDIR)/table.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tokenize.Plo ./$(DEPDIR)/trigger.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/update.Plo ./$(DEPDIR)/util.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vacuum.Plo ./$(DEPDIR)/vdbe.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdbeaux.Plo ./$(DEPDIR)/where.Plo
+-#>+ 16
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/attach.Plo ./$(DEPDIR)/auth.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/btree.Plo ./$(DEPDIR)/btree_rb.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/build.Plo ./$(DEPDIR)/copy.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/date.Plo ./$(DEPDIR)/delete.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/encode.Plo ./$(DEPDIR)/expr.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/func.Plo ./$(DEPDIR)/hash.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/insert.Plo ./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/opcodes.Plo ./$(DEPDIR)/os.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pager.Plo ./$(DEPDIR)/parse.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pragma.Plo ./$(DEPDIR)/printf.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/random.Plo ./$(DEPDIR)/select.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/shell.Po ./$(DEPDIR)/table.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tokenize.Plo ./$(DEPDIR)/trigger.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/update.Plo ./$(DEPDIR)/util.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vacuum.Plo ./$(DEPDIR)/vdbe.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdbeaux.Plo ./$(DEPDIR)/where.Plo
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-DIST_SOURCES = $(libkexisql2_la_SOURCES) $(ksqlite2_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkexisql2_la_SOURCES) $(ksqlite2_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/src/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/src/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/src/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/src/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/src/Makefile
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql/src/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ libkexisql2.la: $(libkexisql2_la_OBJECTS) $(libkexisql2_la_DEPENDENCIES) 
+ 	$(LINK) -rpath $(libdir) $(libkexisql2_la_LDFLAGS) $(libkexisql2_la_OBJECTS) $(libkexisql2_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -505,8 +623,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -520,7 +638,7 @@
+ 	$(LINK) $(ksqlite2_LDFLAGS) $(ksqlite2_OBJECTS) $(ksqlite2_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -558,27 +676,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vdbeaux.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/where.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -590,11 +707,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -603,6 +715,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -614,8 +727,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -624,21 +753,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -658,10 +788,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -673,7 +803,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -681,7 +811,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -697,14 +827,17 @@
+ 	clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -720,7 +853,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -728,36 +862,54 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
+-	clean-generic clean-libLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-binPROGRAMS install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-libLTLIBRARIES install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-binPROGRAMS \
+-	uninstall-info-am uninstall-libLTLIBRARIES
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
++	clean-generic clean-libLTLIBRARIES clean-libtool ctags \
++	distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-binPROGRAMS \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-libLTLIBRARIES \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=sqlite.h os.h parse.h threadtest.c config_win32.h hash.h vdbeInt.h sqliteInt.h pager.h btree.h parse.y tclsqlite.c vdbe.h opcodes.h sqliteconfig.h 
++KDE_DIST=sqlite.h os.h Makefile.in parse.h threadtest.c config_win32.h hash.h vdbeInt.h sqliteInt.h pager.h btree.h parse.y tclsqlite.c vdbe.h opcodes.h sqliteconfig.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/src/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/src/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql/src/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/3rdparty/kexisql/tool/Makefile.in koffice-1.4.2/kexi/3rdparty/kexisql/tool/Makefile.in
+--- koffice-1.4.2.orig/kexi/3rdparty/kexisql/tool/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/3rdparty/kexisql/tool/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/3rdparty/kexisql/tool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,33 +388,126 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-subdir = kexi/3rdparty/kexisql/tool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/tool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/tool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/tool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/tool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/tool/Makefile
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/tool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql/tool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -362,20 +521,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -393,9 +555,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -407,7 +567,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -415,7 +575,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -429,13 +589,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -451,23 +613,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ 
+ #add something here ;)
+@@ -476,15 +647,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=lempar.c opcodes.sh diffdb.c lemon.c 
++KDE_DIST=lempar.c opcodes.sh diffdb.c Makefile.in lemon.c Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql/tool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/tool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql/tool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql/tool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/3rdparty/kexisql3/Makefile.in koffice-1.4.2/kexi/3rdparty/kexisql3/Makefile.in
+--- koffice-1.4.2.orig/kexi/3rdparty/kexisql3/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/3rdparty/kexisql3/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/3rdparty/kexisql3
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = src
+-subdir = kexi/3rdparty/kexisql3
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql3/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql3/Makefile
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql3/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=version mkso.sh sqlite.1 spec.template mkdll.sh Makefile.msvc publish.sh sqlite3.def 
++KDE_DIST=version mkso.sh Makefile.in sqlite.1 spec.template mkdll.sh Makefile.msvc publish.sh sqlite3.def Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql3/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql3/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/3rdparty/kexisql3/src/Makefile.in koffice-1.4.2/kexi/3rdparty/kexisql3/src/Makefile.in
+--- koffice-1.4.2.orig/kexi/3rdparty/kexisql3/src/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/3rdparty/kexisql3/src/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,147 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = ksqlite$(EXEEXT)
++subdir = kexi/3rdparty/kexisql3/src
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
++	"$(DESTDIR)$(bindir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++libkexisql3_la_DEPENDENCIES =
++am_libkexisql3_la_OBJECTS = attach.lo auth.lo btree.lo build.lo \
++	date.lo delete.lo expr.lo func.lo hash.lo insert.lo legacy.lo \
++	main.lo opcodes.lo os_mac.lo os_unix.lo os_win.lo pager.lo \
++	parse.lo pragma.lo printf.lo random.lo select.lo table.lo \
++	tokenize.lo trigger.lo utf.lo update.lo util.lo vacuum.lo \
++	vdbe.lo vdbeapi.lo vdbeaux.lo vdbemem.lo where.lo
++#>- libkexisql3_la_OBJECTS = $(am_libkexisql3_la_OBJECTS)
++#>+ 9
++libkexisql3_la_final_OBJECTS = attach.lo auth.lo btree.lo build.lo date.lo delete.lo expr.lo func.lo hash.lo insert.lo legacy.lo main.lo opcodes.lo os_mac.lo os_unix.lo os_win.lo pager.lo parse.lo pragma.lo printf.lo random.lo select.lo table.lo tokenize.lo trigger.lo utf.lo update.lo util.lo vacuum.lo vdbe.lo vdbeapi.lo vdbeaux.lo vdbemem.lo where.lo 
++libkexisql3_la_nofinal_OBJECTS = attach.lo auth.lo btree.lo build.lo \
++	date.lo delete.lo expr.lo func.lo hash.lo insert.lo legacy.lo \
++	main.lo opcodes.lo os_mac.lo os_unix.lo os_win.lo pager.lo \
++	parse.lo pragma.lo printf.lo random.lo select.lo table.lo \
++	tokenize.lo trigger.lo utf.lo update.lo util.lo vacuum.lo \
++	vdbe.lo vdbeapi.lo vdbeaux.lo vdbemem.lo where.lo
++ at KDE_USE_FINAL_FALSE@libkexisql3_la_OBJECTS = $(libkexisql3_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexisql3_la_OBJECTS = $(libkexisql3_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS)
++am_ksqlite_OBJECTS = shell.$(OBJEXT)
++#>- ksqlite_OBJECTS = $(am_ksqlite_OBJECTS)
++#>+ 1
++ksqlite_OBJECTS = shell.$(OBJEXT)
++am__DEPENDENCIES_1 =
++ksqlite_DEPENDENCIES = libkexisql3.la $(am__DEPENDENCIES_1)
++binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
++SCRIPTS = $(bin_SCRIPTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexisql3_la_SOURCES) $(ksqlite_SOURCES)
++DIST_SOURCES = $(libkexisql3_la_SOURCES) $(ksqlite_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +186,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +201,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +212,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +233,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +266,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +286,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +307,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +326,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,29 +444,86 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexisql3.la
+-
+-bin_PROGRAMS = ksqlite
+-
+ bin_SCRIPTS = ./ksqlite2to3
+-
+ INCLUDES = $(all_includes)
+-
+ libkexisql3_la_SOURCES = \
+   attach.c \
+   auth.c \
+@@ -383,164 +562,100 @@
+   where.c
+ 
+ 
+-
+ #tclsqlite.c
+ AM_CFLAGS = -DNO_TCL=1
+-
+ ksqlite_SOURCES = shell.c
+ ksqlite_LDADD = libkexisql3.la $(LIBREADLINE)
+-
+ libkexisql3_la_LIBADD = 
+ libkexisql3_la_LDFLAGS = -version-info 3:0 $(all_libraries) --no-undefined
+-subdir = kexi/3rdparty/kexisql3/src
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexisql3_la_DEPENDENCIES =
+-am_libkexisql3_la_OBJECTS = attach.lo auth.lo btree.lo build.lo date.lo \
+-	delete.lo expr.lo func.lo hash.lo insert.lo legacy.lo main.lo \
+-	opcodes.lo os_mac.lo os_unix.lo os_win.lo pager.lo parse.lo \
+-	pragma.lo printf.lo random.lo select.lo table.lo tokenize.lo \
+-	trigger.lo utf.lo update.lo util.lo vacuum.lo vdbe.lo \
+-	vdbeapi.lo vdbeaux.lo vdbemem.lo where.lo
+-#>- libkexisql3_la_OBJECTS = $(am_libkexisql3_la_OBJECTS)
+-#>+ 9
+-libkexisql3_la_final_OBJECTS = attach.lo auth.lo btree.lo build.lo date.lo delete.lo expr.lo func.lo hash.lo insert.lo legacy.lo main.lo opcodes.lo os_mac.lo os_unix.lo os_win.lo pager.lo parse.lo pragma.lo printf.lo random.lo select.lo table.lo tokenize.lo trigger.lo utf.lo update.lo util.lo vacuum.lo vdbe.lo vdbeapi.lo vdbeaux.lo vdbemem.lo where.lo 
+-libkexisql3_la_nofinal_OBJECTS = attach.lo auth.lo btree.lo build.lo date.lo \
+-	delete.lo expr.lo func.lo hash.lo insert.lo legacy.lo main.lo \
+-	opcodes.lo os_mac.lo os_unix.lo os_win.lo pager.lo parse.lo \
+-	pragma.lo printf.lo random.lo select.lo table.lo tokenize.lo \
+-	trigger.lo utf.lo update.lo util.lo vacuum.lo vdbe.lo \
+-	vdbeapi.lo vdbeaux.lo vdbemem.lo where.lo
+- at KDE_USE_FINAL_FALSE@libkexisql3_la_OBJECTS = $(libkexisql3_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexisql3_la_OBJECTS = $(libkexisql3_la_final_OBJECTS)
+-bin_PROGRAMS = ksqlite$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-am_ksqlite_OBJECTS = shell.$(OBJEXT)
+-#>- ksqlite_OBJECTS = $(am_ksqlite_OBJECTS)
+-#>+ 1
+-ksqlite_OBJECTS = shell.$(OBJEXT)
+-ksqlite_DEPENDENCIES = libkexisql3.la
+-ksqlite_LDFLAGS =
+-SCRIPTS = $(bin_SCRIPTS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/attach.Plo ./$(DEPDIR)/auth.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/btree.Plo ./$(DEPDIR)/build.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/date.Plo ./$(DEPDIR)/delete.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/expr.Plo ./$(DEPDIR)/func.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/hash.Plo ./$(DEPDIR)/insert.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/legacy.Plo ./$(DEPDIR)/main.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/opcodes.Plo ./$(DEPDIR)/os_mac.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/os_unix.Plo ./$(DEPDIR)/os_win.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pager.Plo ./$(DEPDIR)/parse.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pragma.Plo ./$(DEPDIR)/printf.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/random.Plo ./$(DEPDIR)/select.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/shell.Po ./$(DEPDIR)/table.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tokenize.Plo ./$(DEPDIR)/trigger.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/update.Plo ./$(DEPDIR)/utf.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/util.Plo ./$(DEPDIR)/vacuum.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdbe.Plo ./$(DEPDIR)/vdbeapi.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/vdbeaux.Plo ./$(DEPDIR)/vdbemem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/where.Plo
+-#>+ 18
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/attach.Plo ./$(DEPDIR)/auth.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/btree.Plo ./$(DEPDIR)/build.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/date.Plo ./$(DEPDIR)/delete.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/expr.Plo ./$(DEPDIR)/func.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/hash.Plo ./$(DEPDIR)/insert.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/legacy.Plo ./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/opcodes.Plo ./$(DEPDIR)/os_mac.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/os_unix.Plo ./$(DEPDIR)/os_win.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pager.Plo ./$(DEPDIR)/parse.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pragma.Plo ./$(DEPDIR)/printf.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/random.Plo ./$(DEPDIR)/select.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/shell.Po ./$(DEPDIR)/table.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tokenize.Plo ./$(DEPDIR)/trigger.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/update.Plo ./$(DEPDIR)/utf.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/util.Plo ./$(DEPDIR)/vacuum.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdbe.Plo ./$(DEPDIR)/vdbeapi.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/vdbeaux.Plo ./$(DEPDIR)/vdbemem.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/where.Plo
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-DIST_SOURCES = $(libkexisql3_la_SOURCES) $(ksqlite_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkexisql3_la_SOURCES) $(ksqlite_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/src/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql3/src/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/src/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/src/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql3/src/Makefile
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql3/src/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ libkexisql3.la: $(libkexisql3_la_OBJECTS) $(libkexisql3_la_DEPENDENCIES) 
+ 	$(LINK) -rpath $(libdir) $(libkexisql3_la_LDFLAGS) $(libkexisql3_la_OBJECTS) $(libkexisql3_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -548,8 +663,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -561,16 +676,15 @@
+ ksqlite$(EXEEXT): $(ksqlite_OBJECTS) $(ksqlite_DEPENDENCIES) 
+ 	@rm -f ksqlite$(EXEEXT)
+ 	$(LINK) $(ksqlite_LDFLAGS) $(ksqlite_OBJECTS) $(ksqlite_LDADD) $(LIBS)
+-binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+ install-binSCRIPTS: $(bin_SCRIPTS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ 	  if test -f $$d$$p; then \
+ 	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	    echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
+-	    $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
++	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -578,12 +692,12 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -624,27 +738,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vdbemem.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/where.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -656,11 +769,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -669,6 +777,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -680,8 +789,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -690,21 +815,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -724,10 +850,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -739,7 +865,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -747,7 +873,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -763,14 +889,17 @@
+ 	clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -787,7 +916,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -795,37 +925,55 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
+ 	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
+-	clean-generic clean-libLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-binPROGRAMS \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
++	clean-generic clean-libLTLIBRARIES clean-libtool ctags \
++	distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-binPROGRAMS \
+ 	install-binSCRIPTS install-data install-data-am install-exec \
+ 	install-exec-am install-info install-info-am \
+ 	install-libLTLIBRARIES install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
+-	uninstall-info-am uninstall-libLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-binPROGRAMS \
++	uninstall-binSCRIPTS uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=sqlite3.h os_mac.h test1.c sqlite.h os.h parse.h test5.c test2.c hash.h vdbeInt.h md5.c ksqlite2to3 sqliteInt.h pager.h os_test.c os_win.h parse.y test4.c os_unix.h tclsqlite.c vdbe.h opcodes.h sqliteconfig.h test3.c os_common.h os_test.h 
++KDE_DIST=sqlite3.h os_mac.h test1.c sqlite.h os.h Makefile.in parse.h test5.c test2.c hash.h vdbeInt.h md5.c ksqlite2to3 sqliteInt.h pager.h os_test.c os_win.h parse.y test4.c os_unix.h tclsqlite.c vdbe.h opcodes.h sqliteconfig.h test3.c os_common.h Makefile.am os_test.h 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/kexisql3/src/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/src/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/kexisql3/src/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/kexisql3/src/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/3rdparty/Makefile.in koffice-1.4.2/kexi/3rdparty/Makefile.in
+--- koffice-1.4.2.orig/kexi/3rdparty/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/3rdparty/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/3rdparty
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,46 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = kexisql3 kexisql
+-subdir = kexi/3rdparty
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/3rdparty/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/3rdparty/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/Makefile
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -380,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -392,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -400,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -421,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -441,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -457,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -467,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -496,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -514,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -526,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -534,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -548,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -556,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -571,31 +773,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ #unused: uuid
+@@ -604,15 +812,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=README.3rdparty configure.in.in 
++KDE_DIST=README.3rdparty Makefile.in configure.in.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/3rdparty/uuid/Makefile.in koffice-1.4.2/kexi/3rdparty/uuid/Makefile.in
+--- koffice-1.4.2.orig/kexi/3rdparty/uuid/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/3rdparty/uuid/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,131 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global ChangeLog
++subdir = kexi/3rdparty/uuid
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkexiuuid_la_DEPENDENCIES =
++am_libkexiuuid_la_OBJECTS = gen_uuid.lo parse.lo unparse.lo compare.lo \
++	isnull.lo pack.lo unpack.lo copy.lo
++#>- libkexiuuid_la_OBJECTS = $(am_libkexiuuid_la_OBJECTS)
++#>+ 5
++libkexiuuid_la_final_OBJECTS = gen_uuid.lo parse.lo unparse.lo compare.lo isnull.lo pack.lo unpack.lo copy.lo 
++libkexiuuid_la_nofinal_OBJECTS = gen_uuid.lo parse.lo unparse.lo compare.lo \
++	isnull.lo pack.lo unpack.lo copy.lo
++ at KDE_USE_FINAL_FALSE@libkexiuuid_la_OBJECTS = $(libkexiuuid_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexiuuid_la_OBJECTS = $(libkexiuuid_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexiuuid_la_SOURCES)
++DIST_SOURCES = $(libkexiuuid_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +170,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +185,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +196,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +217,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +250,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +270,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +291,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +310,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,107 +428,143 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkexiuuid.la
+-
+ INCLUDES = $(all_includes)
+-
+ SUBDIRS = .
+-
+ libkexiuuid_la_SOURCES = gen_uuid.c parse.c unparse.c compare.c isnull.c pack.c unpack.c copy.c
+ libkexiuuid_la_LDFLAGS = -no-undefined $(VER_INFO)
+ libkexiuuid_la_LIBADD = 
+-subdir = kexi/3rdparty/uuid
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkexiuuid_la_DEPENDENCIES =
+-am_libkexiuuid_la_OBJECTS = gen_uuid.lo parse.lo unparse.lo compare.lo \
+-	isnull.lo pack.lo unpack.lo copy.lo
+-#>- libkexiuuid_la_OBJECTS = $(am_libkexiuuid_la_OBJECTS)
+-#>+ 5
+-libkexiuuid_la_final_OBJECTS = gen_uuid.lo parse.lo unparse.lo compare.lo isnull.lo pack.lo unpack.lo copy.lo 
+-libkexiuuid_la_nofinal_OBJECTS = gen_uuid.lo parse.lo unparse.lo compare.lo \
+-	isnull.lo pack.lo unpack.lo copy.lo
+- at KDE_USE_FINAL_FALSE@libkexiuuid_la_OBJECTS = $(libkexiuuid_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexiuuid_la_OBJECTS = $(libkexiuuid_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/compare.Plo ./$(DEPDIR)/copy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/gen_uuid.Plo ./$(DEPDIR)/isnull.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pack.Plo ./$(DEPDIR)/parse.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/unpack.Plo ./$(DEPDIR)/unparse.Plo
+-#>+ 4
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/compare.Plo ./$(DEPDIR)/copy.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/gen_uuid.Plo ./$(DEPDIR)/isnull.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pack.Plo ./$(DEPDIR)/parse.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/unpack.Plo ./$(DEPDIR)/unparse.Plo
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-DIST_SOURCES = $(libkexiuuid_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = ChangeLog Makefile.am Makefile.in configure.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexiuuid_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/uuid/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/3rdparty/uuid/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/3rdparty/uuid/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/uuid/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/uuid/Makefile
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/uuid/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/uuid/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -430,7 +572,7 @@
+ 	$(LINK)  $(libkexiuuid_la_LDFLAGS) $(libkexiuuid_la_OBJECTS) $(libkexiuuid_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -444,27 +586,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/unpack.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/unparse.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -483,7 +624,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -495,7 +642,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -503,7 +650,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -524,17 +677,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -544,14 +696,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -560,8 +721,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -570,21 +747,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -599,15 +777,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -617,7 +797,6 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -629,7 +808,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -637,7 +816,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -653,14 +832,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -676,7 +858,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -684,41 +867,55 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=uuid.h uuid_parse.3.in libuuid.3.in gen_uuid_nt.c uuid_types.h.in uuid_time.3.in uuid_copy.3.in uuidP.h uuid_generate.3.in uuid.pro clear.c uuid_compare.3.in uuid_unparse.3.in uuid_clear.3.in uuid_is_null.3.in uuid_time.c tst_uuid.c 
++KDE_DIST=uuid.h uuid_parse.3.in configure.in libuuid.3.in gen_uuid_nt.c Makefile.in uuid_types.h.in uuid_time.3.in uuid_copy.3.in uuidP.h uuid_generate.3.in uuid.pro clear.c uuid_compare.3.in uuid_unparse.3.in uuid_clear.3.in uuid_is_null.3.in uuid_time.c tst_uuid.c Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/3rdparty/uuid/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/3rdparty/uuid/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/3rdparty/uuid/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/3rdparty/uuid/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/core/Makefile.in koffice-1.4.2/kexi/core/Makefile.in
+--- koffice-1.4.2.orig/kexi/core/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/core/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,167 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/core
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexicore_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../kexidb/libkexidb.la ../kexidb/parser/libkexidbparser.la
++am_libkexicore_la_OBJECTS = kexi_global.lo kexi.lo kexivalidator.lo \
++	keximainwindow.lo kexidbconnectionset.lo kexiprojectset.lo \
++	kexiactionproxy.lo kexisharedactionhost.lo kexiproject.lo \
++	kexidialogbase.lo kexiviewbase.lo kexipartmanager.lo \
++	kexipartinfo.lo kexipartitem.lo kexipart.lo kexiprojectdata.lo \
++	kexiinternalpart.lo kexidragobjects.lo kexiproperty.lo \
++	kexipropertybuffer.lo kexipartdatasource.lo kexiuseraction.lo \
++	kexiuseractionmethod.lo kexistartupdata.lo \
++	kexiguimsghandler.lo kexidataiteminterface.lo kexievents.lo
++#>- libkexicore_la_OBJECTS = $(am_libkexicore_la_OBJECTS)
++#>+ 12
++libkexicore_la_final_OBJECTS = libkexicore_la.all_cpp.lo 
++libkexicore_la_nofinal_OBJECTS = kexi_global.lo kexi.lo kexivalidator.lo \
++	keximainwindow.lo kexidbconnectionset.lo kexiprojectset.lo \
++	kexiactionproxy.lo kexisharedactionhost.lo kexiproject.lo \
++	kexidialogbase.lo kexiviewbase.lo kexipartmanager.lo \
++	kexipartinfo.lo kexipartitem.lo kexipart.lo kexiprojectdata.lo \
++	kexiinternalpart.lo kexidragobjects.lo kexiproperty.lo \
++	kexipropertybuffer.lo kexipartdatasource.lo kexiuseraction.lo \
++	kexiuseractionmethod.lo kexistartupdata.lo \
++	kexiguimsghandler.lo kexidataiteminterface.lo kexievents.lo
++ at KDE_USE_FINAL_FALSE@libkexicore_la_OBJECTS = $(libkexicore_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexicore_la_OBJECTS = $(libkexicore_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexicore_la_SOURCES)
++DIST_SOURCES = $(libkexicore_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +206,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +221,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +232,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +253,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +286,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +306,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +327,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +346,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +464,83 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexicore.la
+ libkexicore_la_SOURCES = kexi_global.cpp kexi.cpp kexivalidator.cpp \
+ 	keximainwindow.cpp \
+@@ -351,220 +555,92 @@
+ 	kexistartupdata.cpp kexiguimsghandler.cpp \
+ 	kexidataiteminterface.cpp kexievents.cpp
+ 
+-
+ noinst_HEADERS = kexi_p.h kexiactionproxy_p.h kexicontexthelp_p.h kexisharedactionhost_p.h
+-
+ #>- libkexicore_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(VER_INFO) -Wnounresolved -no-undefined
+ #>+ 1
+ libkexicore_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(VER_INFO) -Wnounresolved -no-undefined $(KDE_NO_UNDEFINED)
+-
+ SUBDIRS = .
+-
+ libkexicore_la_LIBADD = $(LIB_KEXI_KMDI) \
+ 	../kexidb/libkexidb.la ../kexidb/parser/libkexidbparser.la
+ 
+-
+ INCLUDES = $(LIB_KEXI_KMDI_INCLUDES) \
+ 	-I$(top_srcdir)/lib/kofficeui \
+ 	-I$(top_srcdir)/kexi \
+ 	$(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/core
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexicore_la_DEPENDENCIES = ../kexidb/libkexidb.la \
+-	../kexidb/parser/libkexidbparser.la
+-am_libkexicore_la_OBJECTS = kexi_global.lo kexi.lo kexivalidator.lo \
+-	keximainwindow.lo kexidbconnectionset.lo kexiprojectset.lo \
+-	kexiactionproxy.lo kexisharedactionhost.lo kexiproject.lo \
+-	kexidialogbase.lo kexiviewbase.lo kexipartmanager.lo \
+-	kexipartinfo.lo kexipartitem.lo kexipart.lo kexiprojectdata.lo \
+-	kexiinternalpart.lo kexidragobjects.lo kexiproperty.lo \
+-	kexipropertybuffer.lo kexipartdatasource.lo kexiuseraction.lo \
+-	kexiuseractionmethod.lo kexistartupdata.lo kexiguimsghandler.lo \
+-	kexidataiteminterface.lo kexievents.lo
+-#>- libkexicore_la_OBJECTS = $(am_libkexicore_la_OBJECTS)
+-#>+ 12
+-libkexicore_la_final_OBJECTS = libkexicore_la.all_cpp.lo 
+-libkexicore_la_nofinal_OBJECTS = kexi_global.lo kexi.lo kexivalidator.lo \
+-	keximainwindow.lo kexidbconnectionset.lo kexiprojectset.lo \
+-	kexiactionproxy.lo kexisharedactionhost.lo kexiproject.lo \
+-	kexidialogbase.lo kexiviewbase.lo kexipartmanager.lo \
+-	kexipartinfo.lo kexipartitem.lo kexipart.lo kexiprojectdata.lo \
+-	kexiinternalpart.lo kexidragobjects.lo kexiproperty.lo \
+-	kexipropertybuffer.lo kexipartdatasource.lo kexiuseraction.lo \
+-	kexiuseractionmethod.lo kexistartupdata.lo kexiguimsghandler.lo \
+-	kexidataiteminterface.lo kexievents.lo
+- at KDE_USE_FINAL_FALSE@libkexicore_la_OBJECTS = $(libkexicore_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexicore_la_OBJECTS = $(libkexicore_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexi.Plo ./$(DEPDIR)/kexi_global.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiactionproxy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidataiteminterface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectionset.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidialogbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidragobjects.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexievents.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiguimsghandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiinternalpart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/keximainwindow.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipartdatasource.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipartinfo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipartitem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipartmanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiproject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiprojectdata.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiprojectset.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipropertybuffer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexisharedactionhost.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexistartupdata.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiuseraction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiuseractionmethod.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexivalidator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiviewbase.Plo
+-#>+ 52
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkexicore_la.all_cpp.P ./$(DEPDIR)/kexi.Plo ./$(DEPDIR)/kexi_global.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiactionproxy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataiteminterface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectionset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidialogbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidragobjects.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexievents.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiguimsghandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiinternalpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/keximainwindow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartdatasource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartinfo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartitem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiproject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiprojectdata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiprojectset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertybuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexisharedactionhost.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexistartupdata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiuseraction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiuseractionmethod.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexivalidator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiviewbase.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexi.Plo ./$(DEPDIR)/kexi_global.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiactionproxy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataiteminterface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectionset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidialogbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidragobjects.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexievents.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiguimsghandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiinternalpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/keximainwindow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartdatasource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartinfo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartitem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipartmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiproject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiprojectdata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiprojectset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertybuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexisharedactionhost.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexistartupdata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiuseraction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiuseractionmethod.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexivalidator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiviewbase.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexicore_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexicore_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/core/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/core/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/core/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/core/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/core/Makefile
++	  $(AUTOMAKE) --gnu  kexi/core/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/core/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -575,7 +651,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexicore_la_LDFLAGS) $(libkexicore_la_OBJECTS) $(libkexicore_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -608,27 +684,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexivalidator.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiviewbase.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -647,7 +722,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -659,7 +740,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -667,7 +748,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -688,17 +775,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -708,14 +794,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -724,8 +819,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -734,21 +845,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -763,15 +875,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -781,8 +895,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -794,7 +909,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -802,7 +917,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -818,14 +933,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -841,7 +959,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -849,27 +968,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -980,7 +1104,7 @@
+ 	-rm -f  kexicontexthelp.moc kexiactionproxy_p.moc kexiviewbase.moc kexiinternalpart.moc kexi_p.moc kexipart.moc kexiuseraction.moc kexiproject.moc kexipartmanager.moc kexipropertybuffer.moc keximainwindow.moc kexidialogbase.moc kexisharedactionhost_p.moc
+ 
+ #>+ 2
+-KDE_DIST=kexiuseraction.h kexiviewbase.h kexipropertybuffer.h kexievents.h kexipartinfo.h kexiprojectset.h kexiinternalpart.h kexipartguiclient.h kexisharedactionhost.h kexiprojectconnectiondata.cpp kexi.h kexiprojectconnectiondata.h kexidialogbase.h kexidataiteminterface.h kexivalidator.h kexipartitem.h kexiuseractionmethod.h kexiguimsghandler.h kexipartdatasource.h kexistartupdata.h kexiprojectdata.h keximainwindow.h kexiproperty.h kexipartmanager.h kexidragobjects.h kexiactionproxy.h kexicontexthelp.cpp kexicontexthelp.h kexipart.h kexidbconnectionset.h kexiproject.h 
++KDE_DIST=kexiuseraction.h kexiviewbase.h kexipropertybuffer.h kexievents.h kexipartinfo.h kexiprojectset.h kexiinternalpart.h kexipartguiclient.h kexisharedactionhost.h kexiprojectconnectiondata.cpp kexi.h Makefile.in kexiprojectconnectiondata.h kexidialogbase.h kexidataiteminterface.h kexivalidator.h kexipartitem.h kexiuseractionmethod.h kexiguimsghandler.h kexipartdatasource.h kexistartupdata.h kexiprojectdata.h keximainwindow.h kexiproperty.h kexipartmanager.h kexidragobjects.h kexiactionproxy.h kexicontexthelp.cpp kexicontexthelp.h kexipart.h kexidbconnectionset.h kexiproject.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -989,10 +1113,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/core/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/core/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/core/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/core/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/data/kde32compat/Makefile.in koffice-1.4.2/kexi/data/kde32compat/Makefile.in
+--- koffice-1.4.2.orig/kexi/data/kde32compat/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/data/kde32compat/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/data/kde32compat
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(applicationdir)" \
++	"$(DESTDIR)$(magicdir)"
++applicationDATA_INSTALL = $(INSTALL_DATA)
++magicDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(application_DATA) $(magic_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -333,35 +477,57 @@
+  x-sqlite2.desktop \
+  x-sqlite3.desktop
+ 
+-
+ applicationdir = $(kde_mimedir)/application
+-
+ magic_DATA = sqlite.magic
+ magicdir = $(kde_confdir)/magic
+-
+ EXTRA_DIST = $(application_DATA)
+-subdir = kexi/data/kde32compat
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(application_DATA) $(magic_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/data/kde32compat/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/data/kde32compat/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/data/kde32compat/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/data/kde32compat/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/data/kde32compat/Makefile
++	  $(AUTOMAKE) --gnu  kexi/data/kde32compat/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/data/kde32compat/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -372,59 +538,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-applicationDATA_INSTALL = $(INSTALL_DATA)
+ install-applicationDATA: $(application_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(applicationdir)
++	test -z "$(applicationdir)" || $(mkdir_p) "$(DESTDIR)$(applicationdir)"
+ 	@list='$(application_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(applicationDATA_INSTALL) $$d$$p $(DESTDIR)$(applicationdir)/$$f"; \
+-	  $(applicationDATA_INSTALL) $$d$$p $(DESTDIR)$(applicationdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(applicationDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(applicationdir)/$$f'"; \
++	  $(applicationDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(applicationdir)/$$f"; \
+ 	done
+ 
+ uninstall-applicationDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(application_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(applicationdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(applicationdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(applicationdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(applicationdir)/$$f"; \
+ 	done
+-magicDATA_INSTALL = $(INSTALL_DATA)
+ install-magicDATA: $(magic_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(magicdir)
++	test -z "$(magicdir)" || $(mkdir_p) "$(DESTDIR)$(magicdir)"
+ 	@list='$(magic_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(magicDATA_INSTALL) $$d$$p $(DESTDIR)$(magicdir)/$$f"; \
+-	  $(magicDATA_INSTALL) $$d$$p $(DESTDIR)$(magicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(magicDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(magicdir)/$$f'"; \
++	  $(magicDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(magicdir)/$$f"; \
+ 	done
+ 
+ uninstall-magicDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(magic_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(magicdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(magicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(magicdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(magicdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -442,10 +609,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(applicationdir) $(DESTDIR)$(magicdir)
+-
++	for dir in "$(DESTDIR)$(applicationdir)" "$(DESTDIR)$(magicdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -457,7 +624,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -465,7 +632,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -479,13 +646,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -501,40 +670,59 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-applicationDATA uninstall-info-am \
+ 	uninstall-magicDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-applicationDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-magicDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-applicationDATA uninstall-info-am uninstall-magicDATA
++	dvi-am html html-am info info-am install install-am \
++	install-applicationDATA install-data install-data-am \
++	install-exec install-exec-am install-info install-info-am \
++	install-magicDATA install-man install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-applicationDATA uninstall-info-am \
++	uninstall-magicDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=sqlite.magic x-sqlite2.desktop x-sqlite3.desktop 
++KDE_DIST=Makefile.in sqlite.magic x-sqlite2.desktop x-sqlite3.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/data/kde32compat/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/data/kde32compat/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/data/kde32compat/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/data/kde32compat/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/data/Makefile.in koffice-1.4.2/kexi/data/Makefile.in
+--- koffice-1.4.2.orig/kexi/data/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/data/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,126 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/data
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_confdir)" "$(DESTDIR)$(magicdir)" \
++	"$(DESTDIR)$(mimetypedir)" "$(DESTDIR)$(rcdir)" \
++	"$(DESTDIR)$(servicesdir)" "$(DESTDIR)$(servicetypesdir)"
++kde_confDATA_INSTALL = $(INSTALL_DATA)
++magicDATA_INSTALL = $(INSTALL_DATA)
++mimetypeDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++servicetypesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_conf_DATA) $(magic_DATA) $(mimetype_DATA) $(rc_DATA) \
++	$(services_DATA) $(servicetypes_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = kde32compat
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +165,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +180,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +191,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +212,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +245,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +265,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +286,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +305,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,22 +423,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+ 
+-
+ #if compile_qsa_plugin
+ #scripthandler = kexiscripthandler.desktop
+ #scriptrc = kexiscriptpartui.rc
+@@ -374,14 +537,11 @@
+ 	kexirelationsview.rc kexidatatableui.rc \
+ 	readme_en
+ 
+-
+ kde_conf_DATA = kexirc
+-
+ servicetypesdir = $(kde_servicetypesdir)
+ servicetypes_DATA = kexihandler.desktop kexitablefilter.desktop  kexiimportfilter.desktop  \
+ 			kexifileimportfilter.desktop kexiserverimportfilter.desktop
+ 
+-
+ servicesdir = $(kde_servicesdir)/kexi
+ services_DATA = kexitablehandler.desktop kexiqueryhandler.desktop kexirelationhandler.desktop kexiformhandler.desktop \
+ 	kexireporthandler.desktop kexiscripthandler.desktop
+@@ -390,7 +550,6 @@
+ #dummy magic file for now
+ magicdir = $(kde_confdir)/magic
+ magic_DATA = kexi.magic 
+-
+ mimetypedir = $(kde_mimedir)/application
+ mimetype_DATA = x-kexiproject-sqlite.desktop \
+ x-kexiproject-sqlite2.desktop \
+@@ -398,45 +557,56 @@
+ x-kexiproject-shortcut.desktop
+ 
+ 
+-
+ #TODO: add x-kexi-conndata x-kexi-conndataset x-kexi-shortcut-table etc.
+ @need_kde32_compatibility_TRUE at KDE32COMPAT = kde32compat
+-
+ SUBDIRS = $(KDE32COMPAT)
+-subdir = kexi/data
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kde_conf_DATA) $(magic_DATA) $(mimetype_DATA) $(rc_DATA) \
+-	$(services_DATA) $(servicetypes_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = kde32compat
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/data/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/data/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/data/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/data/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/data/Makefile
++	  $(AUTOMAKE) --gnu  kexi/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/data/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -447,113 +617,107 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_confDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_confDATA: $(kde_conf_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_confdir)
++	test -z "$(kde_confdir)" || $(mkdir_p) "$(DESTDIR)$(kde_confdir)"
+ 	@list='$(kde_conf_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_confDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_confdir)/$$f"; \
+-	  $(kde_confDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_confdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_confdir)/$$f'"; \
++	  $(kde_confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_confdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_confDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_conf_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_confdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_confdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_confdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_confdir)/$$f"; \
+ 	done
+-magicDATA_INSTALL = $(INSTALL_DATA)
+ install-magicDATA: $(magic_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(magicdir)
++	test -z "$(magicdir)" || $(mkdir_p) "$(DESTDIR)$(magicdir)"
+ 	@list='$(magic_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(magicDATA_INSTALL) $$d$$p $(DESTDIR)$(magicdir)/$$f"; \
+-	  $(magicDATA_INSTALL) $$d$$p $(DESTDIR)$(magicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(magicDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(magicdir)/$$f'"; \
++	  $(magicDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(magicdir)/$$f"; \
+ 	done
+ 
+ uninstall-magicDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(magic_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(magicdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(magicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(magicdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(magicdir)/$$f"; \
+ 	done
+-mimetypeDATA_INSTALL = $(INSTALL_DATA)
+ install-mimetypeDATA: $(mimetype_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(mimetypedir)
++	test -z "$(mimetypedir)" || $(mkdir_p) "$(DESTDIR)$(mimetypedir)"
+ 	@list='$(mimetype_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(mimetypeDATA_INSTALL) $$d$$p $(DESTDIR)$(mimetypedir)/$$f"; \
+-	  $(mimetypeDATA_INSTALL) $$d$$p $(DESTDIR)$(mimetypedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(mimetypeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(mimetypedir)/$$f'"; \
++	  $(mimetypeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(mimetypedir)/$$f"; \
+ 	done
+ 
+ uninstall-mimetypeDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(mimetype_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(mimetypedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(mimetypedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(mimetypedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(mimetypedir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+-servicetypesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicetypesDATA: $(servicetypes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicetypesdir)
++	test -z "$(servicetypesdir)" || $(mkdir_p) "$(DESTDIR)$(servicetypesdir)"
+ 	@list='$(servicetypes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicetypesdir)/$$f"; \
+-	  $(servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicetypesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicetypesdir)/$$f'"; \
++	  $(servicetypesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicetypesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicetypesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(servicetypes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicetypesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicetypesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicetypesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -563,7 +727,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -575,7 +745,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -583,7 +753,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -604,17 +780,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -624,14 +799,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -640,8 +824,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -650,21 +850,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -681,13 +882,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -697,8 +900,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_confdir) $(DESTDIR)$(magicdir) $(DESTDIR)$(mimetypedir) $(DESTDIR)$(rcdir) $(DESTDIR)$(servicesdir) $(DESTDIR)$(servicetypesdir)
+-
++	for dir in "$(DESTDIR)$(kde_confdir)" "$(DESTDIR)$(magicdir)" "$(DESTDIR)$(mimetypedir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(servicesdir)" "$(DESTDIR)$(servicetypesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -710,7 +914,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -718,7 +922,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -732,7 +936,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -740,6 +944,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -757,37 +963,43 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_confDATA \
+ 	uninstall-magicDATA uninstall-mimetypeDATA uninstall-rcDATA \
+ 	uninstall-servicesDATA uninstall-servicetypesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_confDATA install-magicDATA \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_confDATA install-magicDATA \
+ 	install-man install-mimetypeDATA install-rcDATA \
+-	install-recursive install-servicesDATA install-servicetypesDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	install-servicesDATA install-servicetypesDATA install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
++	maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_confDATA \
+-	uninstall-magicDATA uninstall-mimetypeDATA uninstall-rcDATA \
+-	uninstall-recursive uninstall-servicesDATA \
++	uninstall-kde_confDATA uninstall-magicDATA \
++	uninstall-mimetypeDATA uninstall-rcDATA uninstall-servicesDATA \
+ 	uninstall-servicetypesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -795,15 +1007,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kexiformpartui.rc kexiformpartinstui.rc kexikugarhandlerui.rc kexiformhandler.desktop kexirelationhandlerui.rc kexiscripthandler.desktop kexidatatableui.rc kexiquerypartui.rc kexireportpartui.rc x-kexiproject-sqlite2.desktop kexifileimportfilter.desktop kexihandler.desktop kexiserverimportfilter.desktop kexirelationsview.rc kexiui.rc kexiscriptpartui.rc kexirelationhandler.desktop x-kexiproject-sqlite.desktop x-kexiproject-sqlite3.desktop kexitableview.rc readme_en kexirc kexitablehandler.desktop kexitablepartui.rc kexireporthandler.desktop kexitablepartinstui.rc kexi.magic kexiformviewerui.rc kexirelationpartui.rc tips x-kexiproject-shortcut.desktop kexitablefilter.desktop kexiscriptpartinstui.rc kexiquerypartinstui.rc kexiquerydesignerui.rc kexiimportfilter.desktop kexiqueryhandler.desktop kexireportpartinstui.rc 
++KDE_DIST=kexiformpartui.rc kexiformpartinstui.rc kexikugarhandlerui.rc kexiformhandler.desktop kexirelationhandlerui.rc kexiscripthandler.desktop kexidatatableui.rc kexiquerypartui.rc kexireportpartui.rc Makefile.in x-kexiproject-sqlite2.desktop kexifileimportfilter.desktop kexihandler.desktop kexiserverimportfilter.desktop kexirelationsview.rc kexiui.rc kexiscriptpartui.rc kexirelationhandler.desktop x-kexiproject-sqlite.desktop x-kexiproject-sqlite3.desktop kexitableview.rc readme_en kexirc kexitablehandler.desktop kexitablepartui.rc kexireporthandler.desktop kexitablepartinstui.rc kexi.magic kexiformviewerui.rc kexirelationpartui.rc tips x-kexiproject-shortcut.desktop kexitablefilter.desktop kexiscriptpartinstui.rc kexiquerypartinstui.rc kexiquerydesignerui.rc kexiimportfilter.desktop kexiqueryhandler.desktop Makefile.am kexireportpartinstui.rc 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/data/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/data/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/data/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/filters/import/csv/Makefile.in koffice-1.4.2/kexi/filters/import/csv/Makefile.in
+--- koffice-1.4.2.orig/kexi/filters/import/csv/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/filters/import/csv/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,120 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/filters/import/csv
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexicsvimport_la_DEPENDENCIES = ../../../core/libkexicore.la
++am_kexicsvimport_la_OBJECTS =
++#>- kexicsvimport_la_OBJECTS = $(am_kexicsvimport_la_OBJECTS)
++#>+ 1
++kexicsvimport_la_OBJECTS = 
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexicsvimport_la_SOURCES)
++DIST_SOURCES = $(kexicsvimport_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +159,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +174,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +185,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +206,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +239,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +259,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +280,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +299,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,109 +417,167 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexicsvimport.la
+-
+ kexicsvimport_la_SOURCES = 
+-
+ # kexicsvsourcebase.ui kexicsvsource.cpp kexicsvimport.cpp
+ kexicsvimport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexicsvimport_la_LIBADD = ../../../core/libkexicore.la
+-
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+ 		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/tableview \
+ 		-I$(top_srcdir)/kexi/kexiDB -I$(top_srcdir)/kexi/plugins/tables \
+ 		$(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ servicesdir = $(kde_servicesdir)/kexi
+ services_DATA = kexicsvimport.desktop
+-subdir = kexi/filters/import/csv
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexicsvimport_la_DEPENDENCIES = ../../../core/libkexicore.la
+-am_kexicsvimport_la_OBJECTS =
+-#>- kexicsvimport_la_OBJECTS = $(am_kexicsvimport_la_OBJECTS)
+-#>+ 1
+-kexicsvimport_la_OBJECTS = 
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(kexicsvimport_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexicsvimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/csv/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/filters/import/csv/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/filters/import/csv/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/csv/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/import/csv/Makefile
++	  $(AUTOMAKE) --gnu  kexi/filters/import/csv/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/import/csv/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -432,7 +585,7 @@
+ 	$(LINK) -rpath $(kde_moduledir) $(kexicsvimport_la_LDFLAGS) $(kexicsvimport_la_OBJECTS) $(kexicsvimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -446,41 +599,44 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -498,10 +654,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -513,7 +669,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -521,7 +677,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -537,7 +693,7 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-compile distclean-generic \
+ 	distclean-libtool
+ 
+@@ -545,6 +701,8 @@
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -564,7 +722,7 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -572,19 +730,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic \
+ 	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+ 	distclean-compile distclean-generic distclean-libtool distdir \
+-	dvi dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kde_moduleLTLIBRARIES install-man \
+-	install-servicesDATA install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kde_moduleLTLIBRARIES \
++	install-man install-servicesDATA install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -610,15 +777,24 @@
+ 	-rm -f  kexicsvsource.moc kexicsvimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kexicsvimport.cpp kexicsvsource.cpp kexicsvsourcebase.ui kexicsvsource.h csvsourcebase.ui kexicsvimport.desktop kexicsvimport.h preview.ui 
++KDE_DIST=Makefile.in kexicsvimport.cpp kexicsvsource.cpp kexicsvsourcebase.ui kexicsvsource.h csvsourcebase.ui kexicsvimport.desktop kexicsvimport.h preview.ui Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/import/csv/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/csv/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/filters/import/csv/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/import/csv/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/filters/import/kspread_chain/Makefile.in koffice-1.4.2/kexi/filters/import/kspread_chain/Makefile.in
+--- koffice-1.4.2.orig/kexi/filters/import/kspread_chain/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/filters/import/kspread_chain/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/filters/import/kspread_chain
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexikspreadimport_la_DEPENDENCIES = ../../../core/libkexicore.la
++am_kexikspreadimport_la_OBJECTS = kexikspreadsource.lo \
++	kexikspreadimport.lo
++#>- kexikspreadimport_la_OBJECTS = $(am_kexikspreadimport_la_OBJECTS)
++#>+ 5
++kexikspreadimport_la_final_OBJECTS = kexikspreadimport_la.all_cpp.lo 
++kexikspreadimport_la_nofinal_OBJECTS = kexikspreadsource.lo \
++	kexikspreadimport.lo kexikspreadsourcebase.lo
++ at KDE_USE_FINAL_FALSE@kexikspreadimport_la_OBJECTS = $(kexikspreadimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexikspreadimport_la_OBJECTS = $(kexikspreadimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexikspreadimport_la_SOURCES)
++DIST_SOURCES = $(kexikspreadimport_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,135 +436,169 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexikspreadimport.la
+-
+ #>- kexikspreadimport_la_SOURCES = kexikspreadsourcebase.ui kexikspreadsource.cpp kexikspreadimport.cpp
+ #>+ 1
+ kexikspreadimport_la_SOURCES= kexikspreadsource.cpp kexikspreadimport.cpp kexikspreadsourcebase.cpp
+ kexikspreadimport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexikspreadimport_la_LIBADD = ../../../core/libkexicore.la
+-
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+ 		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/tableview \
+ 		-I$(top_srcdir)/kexi/kexiDB -I$(top_srcdir)/kexi/plugins/tables \
+ 		$(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ servicesdir = $(kde_servicesdir)/kexi
+ services_DATA = kexikspreadimport.desktop
+-subdir = kexi/filters/import/kspread_chain
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexikspreadimport_la_DEPENDENCIES = ../../../core/libkexicore.la
+-am_kexikspreadimport_la_OBJECTS = kexikspreadsource.lo \
+-	kexikspreadimport.lo
+-#>- kexikspreadimport_la_OBJECTS = $(am_kexikspreadimport_la_OBJECTS)
+-#>+ 5
+-kexikspreadimport_la_final_OBJECTS = kexikspreadimport_la.all_cpp.lo 
+-kexikspreadimport_la_nofinal_OBJECTS = kexikspreadsource.lo \
+-	kexikspreadimport.lo kexikspreadsourcebase.lo
+- at KDE_USE_FINAL_FALSE@kexikspreadimport_la_OBJECTS = $(kexikspreadimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexikspreadimport_la_OBJECTS = $(kexikspreadimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexikspreadimport.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexikspreadsource.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kexikspreadsourcebase.P  $(DEPDIR)/kexikspreadimport_la.all_cpp.P ./$(DEPDIR)/kexikspreadimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikspreadsource.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kexikspreadsourcebase.P ./$(DEPDIR)/kexikspreadimport.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikspreadsource.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexikspreadimport_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexikspreadimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/kspread_chain/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/filters/import/kspread_chain/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/filters/import/kspread_chain/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/kspread_chain/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/import/kspread_chain/Makefile
++	  $(AUTOMAKE) --gnu  kexi/filters/import/kspread_chain/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/import/kspread_chain/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -461,7 +609,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexikspreadimport_la_LDFLAGS) $(kexikspreadimport_la_OBJECTS) $(kexikspreadimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -469,27 +617,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexikspreadimport.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexikspreadsource.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -500,30 +647,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -532,6 +673,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -543,8 +685,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -553,21 +711,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -585,10 +744,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -600,7 +759,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -608,7 +767,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -624,14 +783,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -651,7 +813,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -659,21 +822,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -707,7 +879,7 @@
+ 	-rm -f  kexikspreadsource.moc kexikspreadimport.moc
+ 
+ #>+ 2
+-KDE_DIST=kexikspreadsourcebase.ui kexikspreadimport.h kexikspreadsource.h kexikspreadimport.desktop 
++KDE_DIST=kexikspreadsourcebase.ui kexikspreadimport.h Makefile.in kexikspreadsource.h kexikspreadimport.desktop Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -721,10 +893,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/import/kspread_chain/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/kspread_chain/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/filters/import/kspread_chain/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/import/kspread_chain/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/filters/import/Makefile.in koffice-1.4.2/kexi/filters/import/Makefile.in
+--- koffice-1.4.2.orig/kexi/filters/import/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/filters/import/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/filters/import
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +404,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,41 +480,56 @@
+ 
+ #if compile_mdb_filter
+ mdb_dir = 
+-
+ #mdb
+ #endif
+ SUBDIRS = csv
+-subdir = kexi/filters/import
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/filters/import/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/filters/import/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/import/Makefile
++	  $(AUTOMAKE) --gnu  kexi/filters/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/import/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -385,7 +548,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -397,7 +566,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -405,7 +574,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -426,17 +601,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -446,14 +620,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -462,8 +645,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -472,19 +671,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -499,15 +700,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -517,7 +720,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -529,7 +731,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -537,7 +739,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -551,7 +753,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -559,6 +761,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -574,31 +778,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ #kspread_chain $(mdb_dir)
+@@ -607,12 +817,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/import/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/import/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/filters/import/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/import/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/filters/Makefile.in koffice-1.4.2/kexi/filters/Makefile.in
+--- koffice-1.4.2.orig/kexi/filters/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/filters/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/filters
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = import
+-subdir = kexi/filters
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/filters/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/filters/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/Makefile
++	  $(AUTOMAKE) --gnu  kexi/filters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/filters/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/filters/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/filters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/filters/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/formeditor/factories/Makefile.in koffice-1.4.2/kexi/formeditor/factories/Makefile.in
+--- koffice-1.4.2.orig/kexi/formeditor/factories/Makefile.in	2005-10-05 12:52:44.000000000 +0200
++++ koffice-1.4.2/kexi/formeditor/factories/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/formeditor/factories
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++containers_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la
++am_containers_la_OBJECTS = containerfactory.lo
++#>- containers_la_OBJECTS = $(am_containers_la_OBJECTS)
++#>+ 1
++containers_la_OBJECTS = containerfactory.lo
++stdwidgets_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la
++am_stdwidgets_la_OBJECTS = stdwidgetfactory.lo
++#>- stdwidgets_la_OBJECTS = $(am_stdwidgets_la_OBJECTS)
++#>+ 1
++stdwidgets_la_OBJECTS = stdwidgetfactory.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(containers_la_SOURCES) $(stdwidgets_la_SOURCES)
++DIST_SOURCES = $(containers_la_SOURCES) $(stdwidgets_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,131 +438,166 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/formeditor -I$(top_srcdir)/kexi/core $(all_includes)
+ kde_module_LTLIBRARIES = containers.la stdwidgets.la
+ containers_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ containers_la_SOURCES = containerfactory.cpp
+ containers_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la
+-
+ stdwidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ stdwidgets_la_SOURCES = stdwidgetfactory.cpp
+ stdwidgets_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la
+-
+ servicesdir = $(kde_servicesdir)/kformdesigner
+ services_DATA = containerfactory.desktop stdwidgets.desktop
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/formeditor/factories
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-containers_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la
+-am_containers_la_OBJECTS = containerfactory.lo
+-#>- containers_la_OBJECTS = $(am_containers_la_OBJECTS)
+-#>+ 1
+-containers_la_OBJECTS = containerfactory.lo
+-stdwidgets_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la
+-am_stdwidgets_la_OBJECTS = stdwidgetfactory.lo
+-#>- stdwidgets_la_OBJECTS = $(am_stdwidgets_la_OBJECTS)
+-#>+ 1
+-stdwidgets_la_OBJECTS = stdwidgetfactory.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/containerfactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/stdwidgetfactory.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/containerfactory.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/stdwidgetfactory.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(containers_la_SOURCES) $(stdwidgets_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(containers_la_SOURCES) $(stdwidgets_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/factories/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/formeditor/factories/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/formeditor/factories/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/factories/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/factories/Makefile
++	  $(AUTOMAKE) --gnu  kexi/formeditor/factories/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/factories/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -462,7 +613,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(stdwidgets_la_LDFLAGS) $(stdwidgets_la_OBJECTS) $(stdwidgets_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +621,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/containerfactory.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stdwidgetfactory.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +651,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +677,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +689,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +715,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +787,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +817,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +826,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -717,7 +892,7 @@
+ 	-rm -f  stdwidgetfactory.moc containerfactory.moc
+ 
+ #>+ 2
+-KDE_DIST=stdwidgets.desktop containerfactory.desktop containerfactory.h stdwidgetfactory.h 
++KDE_DIST=Makefile.in stdwidgets.desktop containerfactory.desktop containerfactory.h stdwidgetfactory.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -726,10 +901,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/factories/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/factories/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/formeditor/factories/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/factories/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/formeditor/kdevelop_plugin/Makefile.in koffice-1.4.2/kexi/formeditor/kdevelop_plugin/Makefile.in
+--- koffice-1.4.2.orig/kexi/formeditor/kdevelop_plugin/Makefile.in	2005-10-05 12:52:44.000000000 +0200
++++ koffice-1.4.2/kexi/formeditor/kdevelop_plugin/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/formeditor/kdevelop_plugin
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(partdesktopdir)" "$(DESTDIR)$(partrcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkformdesigner_kdev_part_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la \
++	$(am__DEPENDENCIES_1)
++am_libkformdesigner_kdev_part_la_OBJECTS = kfd_kdev_part.lo
++#>- libkformdesigner_kdev_part_la_OBJECTS =  \
++#>- 	$(am_libkformdesigner_kdev_part_la_OBJECTS)
++#>+ 1
++libkformdesigner_kdev_part_la_OBJECTS = kfd_kdev_part.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkformdesigner_kdev_part_la_SOURCES)
++DIST_SOURCES = $(libkformdesigner_kdev_part_la_SOURCES)
++partdesktopDATA_INSTALL = $(INSTALL_DATA)
++partrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partdesktop_DATA) $(partrc_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,27 +436,88 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ INCLUDES = -I$(top_srcdir)/kexi/formeditor -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/widget/propertyeditor $(all_includes)
+ #>- METASOURCES = AUTO
+ 
+ # KFormDesigner KDevelop plugin
+ kde_module_LTLIBRARIES = libkformdesigner_kdev_part.la
+-
+ libkformdesigner_kdev_part_la_SOURCES = kfd_kdev_part.cpp
+ libkformdesigner_kdev_part_la_LDFLAGS = -module $(KDE_PLUGIN) $(VER_INFO) $(all_libraries)
+ libkformdesigner_kdev_part_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la \
+@@ -356,95 +531,78 @@
+ # this is where the part's XML-GUI resource file goes
+ partrcdir = $(kde_datadir)/kformdesigner_kdev_part
+ partrc_DATA = kformdesigner_part.rc kformdesigner_part_shell.rc
+-subdir = kexi/formeditor/kdevelop_plugin
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkformdesigner_kdev_part_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la
+-am_libkformdesigner_kdev_part_la_OBJECTS = kfd_kdev_part.lo
+-#>- libkformdesigner_kdev_part_la_OBJECTS = \
+-#>- 	$(am_libkformdesigner_kdev_part_la_OBJECTS)
+-#>+ 1
+-libkformdesigner_kdev_part_la_OBJECTS = kfd_kdev_part.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kfd_kdev_part.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kfd_kdev_part.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkformdesigner_kdev_part_la_SOURCES)
+-DATA = $(partdesktop_DATA) $(partrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkformdesigner_kdev_part_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/kdevelop_plugin/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/formeditor/kdevelop_plugin/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/formeditor/kdevelop_plugin/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/kdevelop_plugin/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/kdevelop_plugin/Makefile
++	  $(AUTOMAKE) --gnu  kexi/formeditor/kdevelop_plugin/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/kdevelop_plugin/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -455,34 +613,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkformdesigner_kdev_part_la_LDFLAGS) $(libkformdesigner_kdev_part_la_OBJECTS) $(libkformdesigner_kdev_part_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kfd_kdev_part.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -493,48 +650,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partdesktopDATA_INSTALL = $(INSTALL_DATA)
+ install-partdesktopDATA: $(partdesktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partdesktopdir)
++	test -z "$(partdesktopdir)" || $(mkdir_p) "$(DESTDIR)$(partdesktopdir)"
+ 	@list='$(partdesktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partdesktopDATA_INSTALL) $$d$$p $(DESTDIR)$(partdesktopdir)/$$f"; \
+-	  $(partdesktopDATA_INSTALL) $$d$$p $(DESTDIR)$(partdesktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partdesktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partdesktopdir)/$$f'"; \
++	  $(partdesktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partdesktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-partdesktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partdesktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partdesktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partdesktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partdesktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partdesktopdir)/$$f"; \
+ 	done
+-partrcDATA_INSTALL = $(INSTALL_DATA)
+ install-partrcDATA: $(partrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partrcdir)
++	test -z "$(partrcdir)" || $(mkdir_p) "$(DESTDIR)$(partrcdir)"
+ 	@list='$(partrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partrcDATA_INSTALL) $$d$$p $(DESTDIR)$(partrcdir)/$$f"; \
+-	  $(partrcDATA_INSTALL) $$d$$p $(DESTDIR)$(partrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partrcdir)/$$f'"; \
++	  $(partrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-partrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partrcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -543,6 +693,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -554,8 +705,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -564,21 +731,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -596,10 +764,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(partdesktopdir) $(DESTDIR)$(partrcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(partdesktopdir)" "$(DESTDIR)$(partrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -611,7 +779,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -619,7 +787,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -635,14 +803,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -664,7 +835,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -672,22 +844,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-partdesktopDATA uninstall-partrcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man \
+ 	install-partdesktopDATA install-partrcDATA install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-partdesktopDATA uninstall-partrcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-partdesktopDATA \
++	uninstall-partrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -714,7 +895,7 @@
+ 	-rm -f  kfd_kdev_part.moc
+ 
+ #>+ 2
+-KDE_DIST=kformdesigner_kdev_part.desktop kformdesigner_part.rc kfd_kdev_part.h kformdesigner_part_shell.rc 
++KDE_DIST=kformdesigner_kdev_part.desktop Makefile.in kformdesigner_part.rc kfd_kdev_part.h kformdesigner_part_shell.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -723,10 +904,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/kdevelop_plugin/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/kdevelop_plugin/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/formeditor/kdevelop_plugin/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/kdevelop_plugin/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/formeditor/Makefile.in koffice-1.4.2/kexi/formeditor/Makefile.in
+--- koffice-1.4.2.orig/kexi/formeditor/Makefile.in	2005-10-05 12:52:44.000000000 +0200
++++ koffice-1.4.2/kexi/formeditor/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,165 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global TODO
++subdir = kexi/formeditor
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(servicetypesdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkformdesigner_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
++	$(top_builddir)/kexi/widget/propertyeditor/libkexipropertyeditor.la \
++	$(top_builddir)/kexi/widget/tableview/libkexidatatable.la \
++	$(am__DEPENDENCIES_1)
++am_libkformdesigner_la_OBJECTS = container.lo resizehandle.lo \
++	widgetfactory.lo objpropbuffer.lo widgetlibrary.lo \
++	libactionwidget.lo form.lo objecttree.lo formIO.lo \
++	formmanager.lo objecttreeview.lo spring.lo commands.lo \
++	events.lo connectiondialog.lo richtextdialog.lo \
++	tabstopdialog.lo editlistviewdialog.lo utils.lo
++#>- libkformdesigner_la_OBJECTS = $(am_libkformdesigner_la_OBJECTS)
++#>+ 9
++libkformdesigner_la_final_OBJECTS = libkformdesigner_la.all_cpp.lo 
++libkformdesigner_la_nofinal_OBJECTS = container.lo resizehandle.lo \
++	widgetfactory.lo objpropbuffer.lo widgetlibrary.lo \
++	libactionwidget.lo form.lo objecttree.lo formIO.lo \
++	formmanager.lo objecttreeview.lo spring.lo commands.lo \
++	events.lo connectiondialog.lo richtextdialog.lo \
++	tabstopdialog.lo editlistviewdialog.lo utils.lo
++ at KDE_USE_FINAL_FALSE@libkformdesigner_la_OBJECTS = $(libkformdesigner_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkformdesigner_la_OBJECTS = $(libkformdesigner_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkformdesigner_la_SOURCES)
++DIST_SOURCES = $(libkformdesigner_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++servicetypesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(servicetypes_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +204,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +219,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +230,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +251,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +284,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +304,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +325,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +344,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,28 +462,89 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ INCLUDES = -I$(top_srcdir)/kexi/widget \
+   -I$(top_srcdir)/kexi/widget/propertyeditor \
+   -I$(top_srcdir)/kexi/widget/tableview \
+   -I$(top_srcdir)/kexi/core \
+   -I$(top_srcdir)/kexi $(all_includes)
+ 
+-
+ lib_LTLIBRARIES = libkformdesigner.la
+ #>- libkformdesigner_la_LDFLAGS = -no-undefined $(all_libraries) $(VER_INFO)
+ #>+ 1
+@@ -354,7 +555,6 @@
+   commands.cpp events.cpp connectiondialog.cpp richtextdialog.cpp \
+   tabstopdialog.cpp editlistviewdialog.cpp utils.cpp
+ 
+-
+ #>- METASOURCES = AUTO
+ libkformdesigner_la_LIBADD = \
+   $(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
+@@ -362,171 +562,81 @@
+   $(top_builddir)/kexi/widget/tableview/libkexidatatable.la \
+   $(LIB_KPARTS)
+ 
+-
+ servicetypesdir = $(kde_servicetypesdir)
+ servicetypes_DATA = widgetfactory.desktop
+-
+ SUBDIRS = . factories test #scripting #kdevelop_plugin 
+-subdir = kexi/formeditor
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkformdesigner_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
+-	$(top_builddir)/kexi/widget/propertyeditor/libkexipropertyeditor.la \
+-	$(top_builddir)/kexi/widget/tableview/libkexidatatable.la
+-am_libkformdesigner_la_OBJECTS = container.lo resizehandle.lo \
+-	widgetfactory.lo objpropbuffer.lo widgetlibrary.lo \
+-	libactionwidget.lo form.lo objecttree.lo formIO.lo \
+-	formmanager.lo objecttreeview.lo spring.lo commands.lo \
+-	events.lo connectiondialog.lo richtextdialog.lo \
+-	tabstopdialog.lo editlistviewdialog.lo utils.lo
+-#>- libkformdesigner_la_OBJECTS = $(am_libkformdesigner_la_OBJECTS)
+-#>+ 9
+-libkformdesigner_la_final_OBJECTS = libkformdesigner_la.all_cpp.lo 
+-libkformdesigner_la_nofinal_OBJECTS = container.lo resizehandle.lo \
+-	widgetfactory.lo objpropbuffer.lo widgetlibrary.lo \
+-	libactionwidget.lo form.lo objecttree.lo formIO.lo \
+-	formmanager.lo objecttreeview.lo spring.lo commands.lo \
+-	events.lo connectiondialog.lo richtextdialog.lo \
+-	tabstopdialog.lo editlistviewdialog.lo utils.lo
+- at KDE_USE_FINAL_FALSE@libkformdesigner_la_OBJECTS = $(libkformdesigner_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkformdesigner_la_OBJECTS = $(libkformdesigner_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/commands.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/connectiondialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/container.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/editlistviewdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/events.Plo ./$(DEPDIR)/form.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/formIO.Plo ./$(DEPDIR)/formmanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/libactionwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/objecttree.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/objecttreeview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/objpropbuffer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/resizehandle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/richtextdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/spring.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tabstopdialog.Plo ./$(DEPDIR)/utils.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/widgetfactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/widgetlibrary.Plo
+-#>+ 32
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkformdesigner_la.all_cpp.P ./$(DEPDIR)/commands.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/connectiondialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/container.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/editlistviewdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/events.Plo ./$(DEPDIR)/form.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/formIO.Plo ./$(DEPDIR)/formmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/libactionwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/objecttree.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/objecttreeview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/objpropbuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/resizehandle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/richtextdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/spring.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tabstopdialog.Plo ./$(DEPDIR)/utils.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/widgetfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/widgetlibrary.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/commands.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/connectiondialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/container.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/editlistviewdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/events.Plo ./$(DEPDIR)/form.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/formIO.Plo ./$(DEPDIR)/formmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/libactionwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/objecttree.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/objecttreeview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/objpropbuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/resizehandle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/richtextdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/spring.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tabstopdialog.Plo ./$(DEPDIR)/utils.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/widgetfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/widgetlibrary.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkformdesigner_la_SOURCES)
+-DATA = $(servicetypes_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkformdesigner_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/formeditor/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/formeditor/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/Makefile
++	  $(AUTOMAKE) --gnu  kexi/formeditor/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -537,7 +647,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkformdesigner_la_LDFLAGS) $(libkformdesigner_la_OBJECTS) $(libkformdesigner_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -562,27 +672,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/widgetfactory.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/widgetlibrary.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -593,23 +702,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicetypesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicetypesDATA: $(servicetypes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicetypesdir)
++	test -z "$(servicetypesdir)" || $(mkdir_p) "$(DESTDIR)$(servicetypesdir)"
+ 	@list='$(servicetypes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicetypesdir)/$$f"; \
+-	  $(servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicetypesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicetypesdir)/$$f'"; \
++	  $(servicetypesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicetypesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicetypesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(servicetypes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicetypesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicetypesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicetypesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -619,7 +727,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -631,7 +745,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -639,7 +753,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -660,17 +780,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -680,14 +799,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -696,8 +824,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -706,21 +850,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -735,15 +880,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -753,8 +900,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(servicetypesdir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(servicetypesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -766,7 +914,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -774,7 +922,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -790,14 +938,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -813,7 +964,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -821,28 +973,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
+ 	uninstall-servicetypesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-servicetypesDATA install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-servicetypesDATA install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive uninstall-servicetypesDATA
++	uninstall-libLTLIBRARIES uninstall-servicetypesDATA
+ 
+ 
+ messages: rc.cpp
+@@ -971,7 +1129,7 @@
+ 	-rm -f  editlistviewdialog.moc resizehandle.moc objpropbuffer.moc widgetfactory.moc formIO.moc form.moc container.moc libactionwidget.moc tabstopdialog.moc spring.moc objecttreeview.moc connectiondialog.moc formmanager.moc widgetlibrary.moc richtextdialog.moc
+ 
+ #>+ 2
+-KDE_DIST=widgetfactory.h objecttreeview.h editlistviewdialog.h resizehandle.h libactionwidget.h form.h objecttree.h connectiondialog.h container.h formmanager.h utils.h formIO.h widgetlibrary.h widgetfactory.desktop richtextdialog.h events.h objpropbuffer.h spring.h tabstopdialog.h commands.h 
++KDE_DIST=widgetfactory.h objecttreeview.h editlistviewdialog.h resizehandle.h Makefile.in libactionwidget.h form.h objecttree.h connectiondialog.h container.h formmanager.h utils.h formIO.h widgetlibrary.h widgetfactory.desktop richtextdialog.h events.h objpropbuffer.h spring.h tabstopdialog.h commands.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -980,10 +1138,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/formeditor/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/formeditor/scripting/Makefile.in koffice-1.4.2/kexi/formeditor/scripting/Makefile.in
+--- koffice-1.4.2.orig/kexi/formeditor/scripting/Makefile.in	2005-10-05 12:52:44.000000000 +0200
++++ koffice-1.4.2/kexi/formeditor/scripting/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/formeditor/scripting
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkformdesigner_scripting_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la
++am_libkformdesigner_scripting_la_OBJECTS = formscript.lo scriptIO.lo \
++	scriptmanager.lo
++#>- libkformdesigner_scripting_la_OBJECTS =  \
++#>- 	$(am_libkformdesigner_scripting_la_OBJECTS)
++#>+ 5
++libkformdesigner_scripting_la_final_OBJECTS = libkformdesigner_scripting_la.all_cpp.lo 
++libkformdesigner_scripting_la_nofinal_OBJECTS = formscript.lo scriptIO.lo \
++	scriptmanager.lo
++ at KDE_USE_FINAL_FALSE@libkformdesigner_scripting_la_OBJECTS = $(libkformdesigner_scripting_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkformdesigner_scripting_la_OBJECTS = $(libkformdesigner_scripting_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkformdesigner_scripting_la_SOURCES)
++DIST_SOURCES = $(libkformdesigner_scripting_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,128 +440,148 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkformdesigner_scripting.la
+-
+ libkformdesigner_scripting_la_SOURCES = formscript.cpp scriptIO.cpp scriptmanager.cpp
+-
+ libkformdesigner_scripting_la_LDFLAGS = $(all_libraries) -Wnounresolved
+ libkformdesigner_scripting_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la
+-
+ #>- libkformdesigner_scripting_la_METASOURCES = AUTO
+-
+ SUBDIRS = .
+-
+ INCLUDES = -I$(top_srcdir)/kexi/formeditor \
+ 	-I$(top_srcdir)/kexi \
+ 	-I$(top_srcdir)/kexi/scripting \
+ 	-I$(top_srcdir)/kexi/core $(all_includes)
+ 
+-subdir = kexi/formeditor/scripting
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkformdesigner_scripting_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la
+-am_libkformdesigner_scripting_la_OBJECTS = formscript.lo scriptIO.lo \
+-	scriptmanager.lo
+-#>- libkformdesigner_scripting_la_OBJECTS = \
+-#>- 	$(am_libkformdesigner_scripting_la_OBJECTS)
+-#>+ 5
+-libkformdesigner_scripting_la_final_OBJECTS = libkformdesigner_scripting_la.all_cpp.lo 
+-libkformdesigner_scripting_la_nofinal_OBJECTS = formscript.lo scriptIO.lo \
+-	scriptmanager.lo
+- at KDE_USE_FINAL_FALSE@libkformdesigner_scripting_la_OBJECTS = $(libkformdesigner_scripting_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkformdesigner_scripting_la_OBJECTS = $(libkformdesigner_scripting_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/formscript.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/scriptIO.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/scriptmanager.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkformdesigner_scripting_la.all_cpp.P ./$(DEPDIR)/formscript.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/scriptIO.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/scriptmanager.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/formscript.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/scriptIO.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/scriptmanager.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkformdesigner_scripting_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkformdesigner_scripting_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/scripting/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/formeditor/scripting/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/formeditor/scripting/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/scripting/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/scripting/Makefile
++	  $(AUTOMAKE) --gnu  kexi/formeditor/scripting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/scripting/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -451,7 +589,7 @@
+ 	$(CXXLINK)  $(libkformdesigner_scripting_la_LDFLAGS) $(libkformdesigner_scripting_la_OBJECTS) $(libkformdesigner_scripting_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -460,27 +598,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/scriptIO.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/scriptmanager.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -499,7 +636,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -511,7 +654,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -519,7 +662,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -540,17 +689,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -560,14 +708,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -576,8 +733,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -586,21 +759,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -615,15 +789,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -633,7 +809,6 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -645,7 +820,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -653,7 +828,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -669,14 +844,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -692,7 +870,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -700,26 +879,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -744,15 +928,24 @@
+ 	-rm -f  formscript.moc scriptmanager.moc
+ 
+ #>+ 2
+-KDE_DIST=scriptmanager.h formscript.h scriptIO.h 
++KDE_DIST=scriptmanager.h Makefile.in formscript.h scriptIO.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/scripting/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/scripting/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/formeditor/scripting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/scripting/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/formeditor/test/Makefile.in koffice-1.4.2/kexi/formeditor/test/Makefile.in
+--- koffice-1.4.2.orig/kexi/formeditor/test/Makefile.in	2005-10-05 12:52:45.000000000 +0200
++++ koffice-1.4.2/kexi/formeditor/test/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,156 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = kformdesigner$(EXEEXT)
++subdir = kexi/formeditor/test
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(bindir)" \
++	"$(DESTDIR)$(partdesktopdir)" "$(DESTDIR)$(partrcdir)" \
++	"$(DESTDIR)$(rcdir)" "$(DESTDIR)$(xdg_appsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkformdesigner_part_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la \
++	$(am__DEPENDENCIES_1)
++am_libkformdesigner_part_la_OBJECTS = kfd_part.lo
++#>- libkformdesigner_part_la_OBJECTS =  \
++#>- 	$(am_libkformdesigner_part_la_OBJECTS)
++#>+ 1
++libkformdesigner_part_la_OBJECTS = kfd_part.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS)
++am_kformdesigner_OBJECTS = main.$(OBJEXT) kfd_mainwindow.$(OBJEXT)
++#>- kformdesigner_OBJECTS = $(am_kformdesigner_OBJECTS)
++#>+ 4
++kformdesigner_final_OBJECTS = kformdesigner.all_cpp.o 
++kformdesigner_nofinal_OBJECTS = main.$(OBJEXT) kfd_mainwindow.$(OBJEXT)
++ at KDE_USE_FINAL_FALSE@kformdesigner_OBJECTS = $(kformdesigner_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kformdesigner_OBJECTS = $(kformdesigner_final_OBJECTS)
++kformdesigner_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkformdesigner_part_la_SOURCES) $(kformdesigner_SOURCES)
++DIST_SOURCES = $(libkformdesigner_part_la_SOURCES) \
++	$(kformdesigner_SOURCES)
++partdesktopDATA_INSTALL = $(INSTALL_DATA)
++partrcDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++xdg_appsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(partdesktop_DATA) $(partrc_DATA) $(rc_DATA) $(xdg_apps_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +195,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +210,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +221,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +242,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +275,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +295,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +316,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +335,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,46 +453,98 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+ 
+-# this is the program that gets installed.  it's name is used for all
+-# of the other Makefile.am variables
+-bin_PROGRAMS = kformdesigner
+-
+ # set the include path for X, qt and KDE
+ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/formeditor -I$(top_srcdir)/kexi/widget/propertyeditor -I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/core $(all_includes)
+-
+ kformdesigner_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(VER_INFO)
+-
+ kformdesigner_LDADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la
+-
+ kformdesigner_SOURCES = main.cpp kfd_mainwindow.cpp
+ 
+-
+ # client stuff
+ #>- METASOURCES = AUTO
+-
+ xdg_apps_DATA = kformdesigner.desktop
+-
+ rcdir = $(kde_datadir)/kformdesigner
+ rc_DATA = kfd_mainwindow.rc
+ 
+ # KFormDesigner KPart
+ kde_module_LTLIBRARIES = libkformdesigner_part.la
+-
+ libkformdesigner_part_la_SOURCES = kfd_part.cpp
+ libkformdesigner_part_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(VER_INFO)
+ libkformdesigner_part_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la $(LIB_KFILE)
+@@ -373,112 +556,78 @@
+ # this is where the part's XML-GUI resource file goes
+ partrcdir = $(kde_datadir)/kformdesigner_part
+ partrc_DATA = kformdesigner_part.rc kformdesigner_part_shell.rc
+-subdir = kexi/formeditor/test
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkformdesigner_part_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la
+-am_libkformdesigner_part_la_OBJECTS = kfd_part.lo
+-#>- libkformdesigner_part_la_OBJECTS = \
+-#>- 	$(am_libkformdesigner_part_la_OBJECTS)
+-#>+ 1
+-libkformdesigner_part_la_OBJECTS = kfd_part.lo
+-bin_PROGRAMS = kformdesigner$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-am_kformdesigner_OBJECTS = main.$(OBJEXT) kfd_mainwindow.$(OBJEXT)
+-#>- kformdesigner_OBJECTS = $(am_kformdesigner_OBJECTS)
+-#>+ 4
+-kformdesigner_final_OBJECTS = kformdesigner.all_cpp.o 
+-kformdesigner_nofinal_OBJECTS = main.$(OBJEXT) kfd_mainwindow.$(OBJEXT)
+- at KDE_USE_FINAL_FALSE@kformdesigner_OBJECTS = $(kformdesigner_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kformdesigner_OBJECTS = $(kformdesigner_final_OBJECTS)
+-kformdesigner_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kfd_mainwindow.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kfd_part.Plo ./$(DEPDIR)/main.Po
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kformdesigner.all_cpp.P ./$(DEPDIR)/kfd_mainwindow.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kfd_part.Plo ./$(DEPDIR)/main.Po
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kfd_mainwindow.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kfd_part.Plo ./$(DEPDIR)/main.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkformdesigner_part_la_SOURCES) \
+-	$(kformdesigner_SOURCES)
+-DATA = $(partdesktop_DATA) $(partrc_DATA) $(rc_DATA) $(xdg_apps_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkformdesigner_part_la_SOURCES) $(kformdesigner_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/test/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/formeditor/test/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/formeditor/test/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/test/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/test/Makefile
++	  $(AUTOMAKE) --gnu  kexi/formeditor/test/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/test/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -487,18 +636,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkformdesigner_part.la: libkformdesigner_part.la.closure $(libkformdesigner_part_la_OBJECTS) $(libkformdesigner_part_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkformdesigner_part.la: $(libkformdesigner_part_la_OBJECTS) $(libkformdesigner_part_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkformdesigner_part_la_LDFLAGS) $(libkformdesigner_part_la_OBJECTS) $(libkformdesigner_part_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -506,8 +654,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -521,7 +669,7 @@
+ 	$(CXXLINK) $(kformdesigner_LDFLAGS) $(kformdesigner_OBJECTS) $(kformdesigner_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -530,27 +678,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kfd_part.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -561,84 +708,75 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-partdesktopDATA_INSTALL = $(INSTALL_DATA)
+ install-partdesktopDATA: $(partdesktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partdesktopdir)
++	test -z "$(partdesktopdir)" || $(mkdir_p) "$(DESTDIR)$(partdesktopdir)"
+ 	@list='$(partdesktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partdesktopDATA_INSTALL) $$d$$p $(DESTDIR)$(partdesktopdir)/$$f"; \
+-	  $(partdesktopDATA_INSTALL) $$d$$p $(DESTDIR)$(partdesktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partdesktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partdesktopdir)/$$f'"; \
++	  $(partdesktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partdesktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-partdesktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partdesktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partdesktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partdesktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partdesktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partdesktopdir)/$$f"; \
+ 	done
+-partrcDATA_INSTALL = $(INSTALL_DATA)
+ install-partrcDATA: $(partrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(partrcdir)
++	test -z "$(partrcdir)" || $(mkdir_p) "$(DESTDIR)$(partrcdir)"
+ 	@list='$(partrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(partrcDATA_INSTALL) $$d$$p $(DESTDIR)$(partrcdir)/$$f"; \
+-	  $(partrcDATA_INSTALL) $$d$$p $(DESTDIR)$(partrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(partrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(partrcdir)/$$f'"; \
++	  $(partrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(partrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-partrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(partrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(partrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(partrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(partrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(partrcdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-xdg_appsDATA_INSTALL = $(INSTALL_DATA)
+ install-xdg_appsDATA: $(xdg_apps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(xdg_appsdir)
++	test -z "$(xdg_appsdir)" || $(mkdir_p) "$(DESTDIR)$(xdg_appsdir)"
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(xdg_appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  $(xdg_appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+ uninstall-xdg_appsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -647,6 +785,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -658,8 +797,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -668,21 +823,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -700,10 +856,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(bindir) $(DESTDIR)$(partdesktopdir) $(DESTDIR)$(partrcdir) $(DESTDIR)$(rcdir) $(DESTDIR)$(xdg_appsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(partdesktopdir)" "$(DESTDIR)$(partrcdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(xdg_appsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -715,7 +871,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -723,7 +879,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -739,14 +895,17 @@
+ 	clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -768,7 +927,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -776,25 +936,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-partdesktopDATA \
+ 	uninstall-partrcDATA uninstall-rcDATA uninstall-xdg_appsDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	distclean distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-binPROGRAMS install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kde_moduleLTLIBRARIES install-man \
+-	install-partdesktopDATA install-partrcDATA install-rcDATA \
+-	install-strip install-xdg_appsDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-partdesktopDATA \
+-	uninstall-partrcDATA uninstall-rcDATA uninstall-xdg_appsDATA
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
++	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool ctags \
++	distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-binPROGRAMS \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kde_moduleLTLIBRARIES \
++	install-man install-partdesktopDATA install-partrcDATA \
++	install-rcDATA install-strip install-xdg_appsDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-binPROGRAMS \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-partdesktopDATA uninstall-partrcDATA \
++	uninstall-rcDATA uninstall-xdg_appsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -828,7 +997,7 @@
+ 	-rm -f  kfd_mainwindow.moc kfd_part.moc
+ 
+ #>+ 2
+-KDE_DIST=kfd_mainwindow.h kformdesigner.desktop kformdesigner_part.rc kformdesigner_part.desktop kfd_part.h kformdesigner_part_shell.rc kfd_mainwindow.rc 
++KDE_DIST=kfd_mainwindow.h Makefile.in kformdesigner.desktop kformdesigner_part.rc kformdesigner_part.desktop kfd_part.h kformdesigner_part_shell.rc kfd_mainwindow.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -837,10 +1006,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/formeditor/test/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/formeditor/test/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/formeditor/test/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/formeditor/test/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/interfaces/kwmailmerge/Makefile.in koffice-1.4.2/kexi/interfaces/kwmailmerge/Makefile.in
+--- koffice-1.4.2.orig/kexi/interfaces/kwmailmerge/Makefile.in	2005-10-05 12:52:45.000000000 +0200
++++ koffice-1.4.2/kexi/interfaces/kwmailmerge/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/interfaces/kwmailmerge
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kwmailmerge_kexi_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(top_builddir)/kexi/core/libkexicore.la \
++	$(top_builddir)/kword/libkwmailmerge_interface.la \
++	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
++am_kwmailmerge_kexi_la_OBJECTS = kexikwmailmergebase.lo \
++	kexikwmmconfigdlg.lo kexikwmmconnection.lo
++#>- kwmailmerge_kexi_la_OBJECTS = $(am_kwmailmerge_kexi_la_OBJECTS)
++#>+ 5
++kwmailmerge_kexi_la_final_OBJECTS = kwmailmerge_kexi_la.all_cpp.lo 
++kwmailmerge_kexi_la_nofinal_OBJECTS = kexikwmailmergebase.lo \
++	kexikwmmconfigdlg.lo kexikwmmconnection.lo kexikwmailmergebase_skel.lo
++ at KDE_USE_FINAL_FALSE@kwmailmerge_kexi_la_OBJECTS = $(kwmailmerge_kexi_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kwmailmerge_kexi_la_OBJECTS = $(kwmailmerge_kexi_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kwmailmerge_kexi_la_SOURCES)
++DIST_SOURCES = $(kwmailmerge_kexi_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +440,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kwmailmerge_kexi.la
+-
+ #>- kwmailmerge_kexi_la_SOURCES = kexikwmailmergebase.cpp kexikwmmconfigdlg.cpp kexikwmmconnection.cpp kexikwmailmergebase.skel
+ #>+ 1
+ kwmailmerge_kexi_la_SOURCES=kexikwmailmergebase.cpp kexikwmmconfigdlg.cpp kexikwmmconnection.cpp  kexikwmailmergebase_skel.cpp
+@@ -346,115 +525,82 @@
+ #>+ 1
+ kwmailmerge_kexi_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined $(KDE_NO_UNDEFINED)
+ kwmailmerge_kexi_la_LIBADD = $(LIB_KDEUI) $(top_builddir)/kexi/core/libkexicore.la $(top_builddir)/kword/libkwmailmerge_interface.la $(top_builddir)/kexi/widget/libkexiextendedwidgets.la -lDCOP
+-
+ INCLUDES = -I$(top_srcdir) $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi/ -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/kexiDB $(all_includes)
+-
+ #>- METASOURCES = AUTO
+-
+ servicesdir = $(kde_servicesdir)
+ services_DATA = kwserialletter_kexi.desktop
+-subdir = kexi/interfaces/kwmailmerge
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kwmailmerge_kexi_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/core/libkexicore.la \
+-	$(top_builddir)/kword/libkwmailmerge_interface.la \
+-	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
+-am_kwmailmerge_kexi_la_OBJECTS = kexikwmailmergebase.lo \
+-	kexikwmmconfigdlg.lo kexikwmmconnection.lo
+-#>- kwmailmerge_kexi_la_OBJECTS = $(am_kwmailmerge_kexi_la_OBJECTS)
+-#>+ 5
+-kwmailmerge_kexi_la_final_OBJECTS = kwmailmerge_kexi_la.all_cpp.lo 
+-kwmailmerge_kexi_la_nofinal_OBJECTS = kexikwmailmergebase.lo \
+-	kexikwmmconfigdlg.lo kexikwmmconnection.lo kexikwmailmergebase_skel.lo
+- at KDE_USE_FINAL_FALSE@kwmailmerge_kexi_la_OBJECTS = $(kwmailmerge_kexi_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kwmailmerge_kexi_la_OBJECTS = $(kwmailmerge_kexi_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexikwmailmergebase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexikwmmconfigdlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexikwmmconnection.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kexikwmailmergebase_skel.P  $(DEPDIR)/kwmailmerge_kexi_la.all_cpp.P ./$(DEPDIR)/kexikwmailmergebase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikwmmconfigdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikwmmconnection.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kexikwmailmergebase_skel.P ./$(DEPDIR)/kexikwmailmergebase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikwmmconfigdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikwmmconnection.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kwmailmerge_kexi_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kwmailmerge_kexi_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/interfaces/kwmailmerge/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/interfaces/kwmailmerge/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/interfaces/kwmailmerge/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/interfaces/kwmailmerge/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/interfaces/kwmailmerge/Makefile
++	  $(AUTOMAKE) --gnu  kexi/interfaces/kwmailmerge/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/interfaces/kwmailmerge/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -465,7 +611,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kwmailmerge_kexi_la_LDFLAGS) $(kwmailmerge_kexi_la_OBJECTS) $(kwmailmerge_kexi_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -474,27 +620,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexikwmmconfigdlg.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexikwmmconnection.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -505,30 +650,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -537,6 +676,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -548,8 +688,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -558,21 +714,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -590,10 +747,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -605,7 +762,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -613,7 +770,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -629,14 +786,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -656,7 +816,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -664,21 +825,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -718,7 +888,7 @@
+ 	-rm -f  kexikwmailmergebase.moc kexikwmmconfigdlg.moc
+ 
+ #>+ 2
+-KDE_DIST=kwserialletter_kexi.desktop kexikwmailmergebase.h kexikwmmconfigdlg.h kexikwmmconnection.h 
++KDE_DIST=kwserialletter_kexi.desktop Makefile.in kexikwmailmergebase.h kexikwmmconfigdlg.h kexikwmmconnection.h Makefile.am 
+ 
+ #>+ 4
+ clean-idl:
+@@ -732,10 +902,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/interfaces/kwmailmerge/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/interfaces/kwmailmerge/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/interfaces/kwmailmerge/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/interfaces/kwmailmerge/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/interfaces/Makefile.in koffice-1.4.2/kexi/interfaces/Makefile.in
+--- koffice-1.4.2.orig/kexi/interfaces/Makefile.in	2005-10-05 12:52:45.000000000 +0200
++++ koffice-1.4.2/kexi/interfaces/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/interfaces
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = kwmailmerge
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,47 +404,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ @compile_mailmerge_KWORD_TRUE at KWMAILMERGEDIR = kwmailmerge
+-
+ SUBDIRS = $(KWMAILMERGEDIR)
+-subdir = kexi/interfaces
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = kwmailmerge
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/interfaces/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/interfaces/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/interfaces/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/interfaces/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/interfaces/Makefile
++	  $(AUTOMAKE) --gnu  kexi/interfaces/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/interfaces/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -381,7 +544,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -393,7 +562,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -401,7 +570,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -422,17 +597,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -442,14 +616,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -458,8 +641,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -468,21 +667,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -499,13 +698,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -515,7 +716,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -527,7 +727,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -535,7 +735,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -549,7 +749,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -557,6 +757,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -572,46 +774,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=configure.in.mid 
++KDE_DIST=Makefile.in configure.in.mid Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/interfaces/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/interfaces/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/interfaces/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/interfaces/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/drivers/Makefile.in koffice-1.4.2/kexi/kexidb/drivers/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/drivers/Makefile.in	2005-10-05 12:52:47.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/drivers/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/kexidb/drivers
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = sqlite sqlite2 pqxx mySQL
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,49 +404,129 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ @compile_mysql_plugin_TRUE at mysql_dir = mySQL
+-
+ @compile_pgsql_plugin_TRUE at pgsql_dir = pqxx
+-
+ SUBDIRS = sqlite sqlite2 $(pgsql_dir) $(mysql_dir)
+-subdir = kexi/kexidb/drivers
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = sqlite sqlite2 pqxx mySQL
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -383,7 +545,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -395,7 +563,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -403,7 +571,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -424,17 +598,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -444,14 +617,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -460,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -470,21 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -501,13 +699,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -517,7 +717,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -529,7 +728,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -537,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -551,7 +750,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -559,6 +758,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -574,46 +775,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=drivers.pro configure.in.in configure.in.bot common.pro 
++KDE_DIST=drivers.pro Makefile.in configure.in.in configure.in.bot common.pro Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/drivers/mySQL/Makefile.in koffice-1.4.2/kexi/kexidb/drivers/mySQL/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/drivers/mySQL/Makefile.in	2005-10-05 12:52:48.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/drivers/mySQL/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/kexidb/drivers/mySQL
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kexidb_mysqldriver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) ../../libkexidb.la
++am_kexidb_mysqldriver_la_OBJECTS = mysqldriver.lo mysqlconnection.lo \
++	mysqlconnection_p.lo mysqlcursor.lo mysqlkeywords.lo
++#>- kexidb_mysqldriver_la_OBJECTS = $(am_kexidb_mysqldriver_la_OBJECTS)
++#>+ 5
++kexidb_mysqldriver_la_final_OBJECTS = kexidb_mysqldriver_la.all_cpp.lo 
++kexidb_mysqldriver_la_nofinal_OBJECTS = mysqldriver.lo mysqlconnection.lo \
++	mysqlconnection_p.lo mysqlcursor.lo mysqlkeywords.lo
++ at KDE_USE_FINAL_FALSE@kexidb_mysqldriver_la_OBJECTS = $(kexidb_mysqldriver_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexidb_mysqldriver_la_OBJECTS = $(kexidb_mysqldriver_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidb_mysqldriver_la_SOURCES)
++DIST_SOURCES = $(kexidb_mysqldriver_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,33 +438,91 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h -DKEXIDB_MYSQL_DRIVER_EXPORT= -D__KEXIDB__= \
+-	-include $(top_srcdir)/kexi/kexidb/global.h
+-
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h -DKEXIDB_MYSQL_DRIVER_EXPORT= \
++	-D__KEXIDB__= -include $(top_srcdir)/kexi/kexidb/global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexidb_mysqldriver.la
+-
+ INCLUDES = -I$(srcdir)/../../.. \
+   -I$(MYSQL_INC) \
+   -I$(srcdir)/../..  \
+   -I$(top_srcdir)/kexi $(all_includes)
+ 
+-
+ #>- kexidb_mysqldriver_la_METASOURCES = AUTO
+-
+ kexidb_mysqldriver_la_SOURCES = \
+   mysqldriver.cpp \
+   mysqlconnection.cpp \
+@@ -356,124 +530,88 @@
+   mysqlcursor.cpp \
+   mysqlkeywords.cpp
+ 
+-
+ kexidb_mysqldriver_la_LIBADD = $(LIB_KPARTS) \
+   $(LIB_QT) \
+   $(MYSQL_LIBS) \
+   -lmysqlclient \
+   ../../libkexidb.la
+ 
+-
+ #>- kexidb_mysqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined
+ #>+ 1
+ kexidb_mysqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ kde_services_DATA = kexidb_mysqldriver.desktop
+-subdir = kexi/kexidb/drivers/mySQL
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexidb_mysqldriver_la_DEPENDENCIES = ../../libkexidb.la
+-am_kexidb_mysqldriver_la_OBJECTS = mysqldriver.lo mysqlconnection.lo \
+-	mysqlconnection_p.lo mysqlcursor.lo mysqlkeywords.lo
+-#>- kexidb_mysqldriver_la_OBJECTS = $(am_kexidb_mysqldriver_la_OBJECTS)
+-#>+ 5
+-kexidb_mysqldriver_la_final_OBJECTS = kexidb_mysqldriver_la.all_cpp.lo 
+-kexidb_mysqldriver_la_nofinal_OBJECTS = mysqldriver.lo mysqlconnection.lo \
+-	mysqlconnection_p.lo mysqlcursor.lo mysqlkeywords.lo
+- at KDE_USE_FINAL_FALSE@kexidb_mysqldriver_la_OBJECTS = $(kexidb_mysqldriver_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexidb_mysqldriver_la_OBJECTS = $(kexidb_mysqldriver_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/mysqlconnection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mysqlconnection_p.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mysqlcursor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mysqldriver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mysqlkeywords.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexidb_mysqldriver_la.all_cpp.P ./$(DEPDIR)/mysqlconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqlconnection_p.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqlcursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqldriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqlkeywords.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/mysqlconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqlconnection_p.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqlcursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqldriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mysqlkeywords.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidb_mysqldriver_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexidb_mysqldriver_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/mySQL/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/mySQL/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/mySQL/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/mySQL/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/mySQL/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/mySQL/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/mySQL/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -484,7 +622,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexidb_mysqldriver_la_LDFLAGS) $(kexidb_mysqldriver_la_OBJECTS) $(kexidb_mysqldriver_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -495,27 +633,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mysqldriver.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mysqlkeywords.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -526,30 +663,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -558,6 +689,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -569,8 +701,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -579,21 +727,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -611,10 +760,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -626,7 +775,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -634,7 +783,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -650,21 +799,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -677,7 +831,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -685,21 +840,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -734,7 +897,7 @@
+ 	-rm -f  mysqlconnection.moc mysqldriver.moc
+ 
+ #>+ 2
+-KDE_DIST=mysqlconnection.h mysqlcursor.h kexidb_mysqldriver.desktop mysqldriver.h mySQL.pro mysqlconnection_p.h 
++KDE_DIST=mysqlconnection.h mysqlcursor.h kexidb_mysqldriver.desktop Makefile.in mysqldriver.h mySQL.pro mysqlconnection_p.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -743,10 +906,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/mySQL/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/mySQL/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/mySQL/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/mySQL/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/drivers/odbc/Makefile.in koffice-1.4.2/kexi/kexidb/drivers/odbc/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/drivers/odbc/Makefile.in	2005-10-05 12:52:48.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/drivers/odbc/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/kexidb/drivers/odbc
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kexidb_odbcdriver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(top_builddir)/kexi/kexidb/libkexidb.la
++am_kexidb_odbcdriver_la_OBJECTS = odbcdriver.lo odbcconnection.lo
++#>- kexidb_odbcdriver_la_OBJECTS = $(am_kexidb_odbcdriver_la_OBJECTS)
++#>+ 4
++kexidb_odbcdriver_la_final_OBJECTS = kexidb_odbcdriver_la.all_cpp.lo 
++kexidb_odbcdriver_la_nofinal_OBJECTS = odbcdriver.lo odbcconnection.lo
++ at KDE_USE_FINAL_FALSE@kexidb_odbcdriver_la_OBJECTS = $(kexidb_odbcdriver_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexidb_odbcdriver_la_OBJECTS = $(kexidb_odbcdriver_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidb_odbcdriver_la_SOURCES)
++DIST_SOURCES = $(kexidb_odbcdriver_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,133 +436,165 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h -DKEXIDB_ODBC_DRIVER_EXPORT= -D__KEXIDB__= \
+-	-include $(top_srcdir)/kexi/kexidb/global.h
+-
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h -DKEXIDB_ODBC_DRIVER_EXPORT= \
++	-D__KEXIDB__= -include $(top_srcdir)/kexi/kexidb/global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexidb_odbcdriver.la
+-
+ INCLUDES = -I$(srcdir)/../..  -I$(top_srcdir)/kexi $(all_includes)
+-
+ #>- kexidb_odbcdriver_la_METASOURCES = AUTO
+-
+ kexidb_odbcdriver_la_SOURCES = odbcdriver.cpp odbcconnection.cpp 
+-
+ kexidb_odbcdriver_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) -lodbc $(top_builddir)/kexi/kexidb/libkexidb.la
+-
+ #>- kexidb_odbcdriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined
+ #>+ 1
+ kexidb_odbcdriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ kde_services_DATA = kexidb_odbcdriver.desktop
+-subdir = kexi/kexidb/drivers/odbc
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexidb_odbcdriver_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/kexidb/libkexidb.la
+-am_kexidb_odbcdriver_la_OBJECTS = odbcdriver.lo odbcconnection.lo
+-#>- kexidb_odbcdriver_la_OBJECTS = $(am_kexidb_odbcdriver_la_OBJECTS)
+-#>+ 4
+-kexidb_odbcdriver_la_final_OBJECTS = kexidb_odbcdriver_la.all_cpp.lo 
+-kexidb_odbcdriver_la_nofinal_OBJECTS = odbcdriver.lo odbcconnection.lo
+- at KDE_USE_FINAL_FALSE@kexidb_odbcdriver_la_OBJECTS = $(kexidb_odbcdriver_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexidb_odbcdriver_la_OBJECTS = $(kexidb_odbcdriver_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/odbcconnection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/odbcdriver.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexidb_odbcdriver_la.all_cpp.P ./$(DEPDIR)/odbcconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/odbcdriver.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/odbcconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/odbcdriver.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidb_odbcdriver_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexidb_odbcdriver_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/odbc/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/odbc/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/odbc/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/odbc/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/odbc/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/odbc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/odbc/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -459,7 +605,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexidb_odbcdriver_la_LDFLAGS) $(kexidb_odbcdriver_la_OBJECTS) $(kexidb_odbcdriver_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -467,27 +613,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/odbcconnection.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/odbcdriver.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -498,30 +643,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -530,6 +669,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -541,8 +681,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -551,21 +707,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -583,10 +740,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -598,7 +755,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -606,7 +763,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -622,21 +779,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -649,7 +811,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -657,21 +820,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -706,7 +877,7 @@
+ 	-rm -f  odbcdriver.moc odbcconnection.moc
+ 
+ #>+ 2
+-KDE_DIST=odbcdriver.h odbcconnection.h kexidb_odbcdriver.desktop 
++KDE_DIST=odbcdriver.h Makefile.in odbcconnection.h kexidb_odbcdriver.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -715,10 +886,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/odbc/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/odbc/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/odbc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/odbc/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/drivers/pqxx/Makefile.in koffice-1.4.2/kexi/kexidb/drivers/pqxx/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/drivers/pqxx/Makefile.in	2005-10-05 12:52:48.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/drivers/pqxx/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,144 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/kexidb/drivers/pqxx
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kexidb_pqxxsqldriver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../../libkexidb.la
++am_kexidb_pqxxsqldriver_la_OBJECTS = pqxxdriver.lo pqxxcursor.lo \
++	pqxxconnection.lo pqxxkeywords.lo
++#>- kexidb_pqxxsqldriver_la_OBJECTS =  \
++#>- 	$(am_kexidb_pqxxsqldriver_la_OBJECTS)
++#>+ 5
++kexidb_pqxxsqldriver_la_final_OBJECTS = kexidb_pqxxsqldriver_la.all_cpp.lo 
++kexidb_pqxxsqldriver_la_nofinal_OBJECTS = pqxxdriver.lo pqxxcursor.lo \
++	pqxxconnection.lo pqxxkeywords.lo
++ at KDE_USE_FINAL_FALSE@kexidb_pqxxsqldriver_la_OBJECTS = $(kexidb_pqxxsqldriver_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexidb_pqxxsqldriver_la_OBJECTS = $(kexidb_pqxxsqldriver_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidb_pqxxsqldriver_la_SOURCES)
++DIST_SOURCES = $(kexidb_pqxxsqldriver_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,144 +441,166 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h -DKEXIDB_PGSQL_DRIVER_EXPORT= -D__KEXIDB__= \
+-	-include $(top_srcdir)/kexi/kexidb/global.h
+-
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h -DKEXIDB_PGSQL_DRIVER_EXPORT= \
++	-D__KEXIDB__= -include $(top_srcdir)/kexi/kexidb/global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexidb_pqxxsqldriver.la
+-
+ INCLUDES = -I$(srcdir)/../../.. $(all_includes) -I$(PG_INCDIR) -I$(PQXX_INCDIR)
+-
+ #>- kexidb_pqxxsqldriver_la_METASOURCES = AUTO
+-
+ kexidb_pqxxsqldriver_la_SOURCES = pqxxdriver.cpp pqxxcursor.cpp pqxxconnection.cpp pqxxkeywords.cpp
+-
+ kexidb_pqxxsqldriver_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) -lpqxx ../../libkexidb.la
+-
+ #>- kexidb_pqxxsqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined
+ #>+ 1
+ kexidb_pqxxsqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ kde_services_DATA = kexidb_pqxxsqldriver.desktop
+-
+ noinst_HEADERS = pqxxconnection.h
+-subdir = kexi/kexidb/drivers/pqxx
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexidb_pqxxsqldriver_la_DEPENDENCIES = ../../libkexidb.la
+-am_kexidb_pqxxsqldriver_la_OBJECTS = pqxxdriver.lo pqxxcursor.lo \
+-	pqxxconnection.lo pqxxkeywords.lo
+-#>- kexidb_pqxxsqldriver_la_OBJECTS = $(am_kexidb_pqxxsqldriver_la_OBJECTS)
+-#>+ 5
+-kexidb_pqxxsqldriver_la_final_OBJECTS = kexidb_pqxxsqldriver_la.all_cpp.lo 
+-kexidb_pqxxsqldriver_la_nofinal_OBJECTS = pqxxdriver.lo pqxxcursor.lo \
+-	pqxxconnection.lo pqxxkeywords.lo
+- at KDE_USE_FINAL_FALSE@kexidb_pqxxsqldriver_la_OBJECTS = $(kexidb_pqxxsqldriver_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexidb_pqxxsqldriver_la_OBJECTS = $(kexidb_pqxxsqldriver_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/pqxxconnection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pqxxcursor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pqxxdriver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pqxxkeywords.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexidb_pqxxsqldriver_la.all_cpp.P ./$(DEPDIR)/pqxxconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pqxxcursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pqxxdriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pqxxkeywords.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/pqxxconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pqxxcursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pqxxdriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pqxxkeywords.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidb_pqxxsqldriver_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kexidb_pqxxsqldriver_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/pqxx/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/pqxx/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/pqxx/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/pqxx/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/pqxx/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/pqxx/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/pqxx/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -470,7 +611,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexidb_pqxxsqldriver_la_LDFLAGS) $(kexidb_pqxxsqldriver_la_OBJECTS) $(kexidb_pqxxsqldriver_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -480,27 +621,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pqxxdriver.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pqxxkeywords.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -511,30 +651,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -543,6 +677,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -554,8 +689,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -564,21 +715,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -596,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -611,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -619,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -635,21 +787,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -662,7 +819,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -670,21 +828,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -719,7 +885,7 @@
+ 	-rm -f  pqxxconnection.moc pqxxdriver.moc
+ 
+ #>+ 2
+-KDE_DIST=pqxxcursor.h pqxxdriver.h kexidb_pqxxsqldriver.desktop 
++KDE_DIST=pqxxcursor.h pqxxdriver.h Makefile.in kexidb_pqxxsqldriver.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -728,10 +894,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/pqxx/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/pqxx/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/pqxx/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/pqxx/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/drivers/sqlite/Makefile.in koffice-1.4.2/kexi/kexidb/drivers/sqlite/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/drivers/sqlite/Makefile.in	2005-10-05 12:52:49.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/drivers/sqlite/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,145 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/kexidb/drivers/sqlite
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kexidb_sqlite3driver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) \
++	$(top_builddir)/kexi/3rdparty/kexisql3/src/libkexisql3.la \
++	$(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
++am_kexidb_sqlite3driver_la_OBJECTS = sqliteconnection.lo \
++	sqlitedriver.lo sqlitecursor.lo sqlitekeywords.lo
++#>- kexidb_sqlite3driver_la_OBJECTS =  \
++#>- 	$(am_kexidb_sqlite3driver_la_OBJECTS)
++#>+ 5
++kexidb_sqlite3driver_la_final_OBJECTS = kexidb_sqlite3driver_la.all_cpp.lo 
++kexidb_sqlite3driver_la_nofinal_OBJECTS = sqliteconnection.lo \
++	sqlitedriver.lo sqlitecursor.lo sqlitekeywords.lo
++ at KDE_USE_FINAL_FALSE@kexidb_sqlite3driver_la_OBJECTS = $(kexidb_sqlite3driver_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexidb_sqlite3driver_la_OBJECTS = $(kexidb_sqlite3driver_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidb_sqlite3driver_la_SOURCES)
++DIST_SOURCES = $(kexidb_sqlite3driver_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,147 +442,170 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h -DKEXIDB_SQLITE_DRIVER_EXPORT= -D__KEXIDB__= \
+-	-include $(top_srcdir)/kexi/kexidb/global.h
+-
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h \
++	-DKEXIDB_SQLITE_DRIVER_EXPORT= -D__KEXIDB__= -include \
++	$(top_srcdir)/kexi/kexidb/global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexidb_sqlite3driver.la
+-
+ INCLUDES = -I$(top_srcdir)/kexi/3rdparty/kexisql3/src -I$(srcdir)/../..  \
+ 	-I$(top_srcdir)/kexi $(all_includes)
+ 
+-
+ #>- kexidb_sqlite3driver_la_METASOURCES = AUTO
+-
+ kexidb_sqlite3driver_la_SOURCES = sqliteconnection.cpp sqlitedriver.cpp sqlitecursor.cpp sqlitekeywords.cpp
+-
+ kexidb_sqlite3driver_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) \
+  $(top_builddir)/kexi/3rdparty/kexisql3/src/libkexisql3.la \
+  $(top_builddir)/kexi/kexidb/libkexidb.la \
+  $(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
+ 
+-
+ kexidb_sqlite3driver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) 
+-
+ kde_services_DATA = kexidb_sqlite3driver.desktop
+-subdir = kexi/kexidb/drivers/sqlite
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexidb_sqlite3driver_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/3rdparty/kexisql3/src/libkexisql3.la \
+-	$(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
+-am_kexidb_sqlite3driver_la_OBJECTS = sqliteconnection.lo sqlitedriver.lo \
+-	sqlitecursor.lo sqlitekeywords.lo
+-#>- kexidb_sqlite3driver_la_OBJECTS = $(am_kexidb_sqlite3driver_la_OBJECTS)
+-#>+ 5
+-kexidb_sqlite3driver_la_final_OBJECTS = kexidb_sqlite3driver_la.all_cpp.lo 
+-kexidb_sqlite3driver_la_nofinal_OBJECTS = sqliteconnection.lo sqlitedriver.lo \
+-	sqlitecursor.lo sqlitekeywords.lo
+- at KDE_USE_FINAL_FALSE@kexidb_sqlite3driver_la_OBJECTS = $(kexidb_sqlite3driver_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexidb_sqlite3driver_la_OBJECTS = $(kexidb_sqlite3driver_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/sqliteconnection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sqlitecursor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sqlitedriver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sqlitekeywords.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexidb_sqlite3driver_la.all_cpp.P ./$(DEPDIR)/sqliteconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitecursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitedriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitekeywords.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/sqliteconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitecursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitedriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitekeywords.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidb_sqlite3driver_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexidb_sqlite3driver_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/sqlite/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/sqlite/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/sqlite/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -473,7 +616,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexidb_sqlite3driver_la_LDFLAGS) $(kexidb_sqlite3driver_la_OBJECTS) $(kexidb_sqlite3driver_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -483,27 +626,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sqlitedriver.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sqlitekeywords.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -514,30 +656,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -546,6 +682,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -557,8 +694,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -567,21 +720,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -599,10 +753,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -614,7 +768,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -622,7 +776,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -638,21 +792,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -665,7 +824,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -673,21 +833,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -722,7 +890,7 @@
+ 	-rm -f  sqliteconnection.moc sqlitedriver.moc
+ 
+ #>+ 2
+-KDE_DIST=sqlitecursor.h sqlitedriver.h sqliteconnection.h kexidb_sqlitedriver.desktop kexidb_sqlite3driver.desktop sqlite.pro sqlite_common.pro sqliteconnection_p.h 
++KDE_DIST=sqlitecursor.h sqlitedriver.h sqliteconnection.h Makefile.in kexidb_sqlitedriver.desktop kexidb_sqlite3driver.desktop sqlite.pro sqlite_common.pro sqliteconnection_p.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -731,10 +899,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/sqlite/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/sqlite/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/drivers/sqlite2/Makefile.in koffice-1.4.2/kexi/kexidb/drivers/sqlite2/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/drivers/sqlite2/Makefile.in	2005-10-05 12:52:49.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/drivers/sqlite2/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,145 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/kexidb/drivers/sqlite2
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kexidb_sqlite2driver_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) \
++	$(top_builddir)/kexi/3rdparty/kexisql/src/libkexisql2.la \
++	$(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
++am_kexidb_sqlite2driver_la_OBJECTS = sqliteconnection.lo \
++	sqlitedriver.lo sqlitecursor.lo
++#>- kexidb_sqlite2driver_la_OBJECTS =  \
++#>- 	$(am_kexidb_sqlite2driver_la_OBJECTS)
++#>+ 5
++kexidb_sqlite2driver_la_final_OBJECTS = kexidb_sqlite2driver_la.all_cpp.lo 
++kexidb_sqlite2driver_la_nofinal_OBJECTS = sqliteconnection.lo \
++	sqlitedriver.lo sqlitecursor.lo
++ at KDE_USE_FINAL_FALSE@kexidb_sqlite2driver_la_OBJECTS = $(kexidb_sqlite2driver_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexidb_sqlite2driver_la_OBJECTS = $(kexidb_sqlite2driver_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidb_sqlite2driver_la_SOURCES)
++DIST_SOURCES = $(kexidb_sqlite2driver_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,25 +442,86 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h -DKEXIDB_SQLITE_DRIVER_EXPORT= -D__KEXIDB__= \
+-	-include $(top_srcdir)/kexi/kexidb/global.h
+-
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h \
++	-DKEXIDB_SQLITE_DRIVER_EXPORT= -D__KEXIDB__= -include \
++	$(top_srcdir)/kexi/kexidb/global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexidb_sqlite2driver.la
+-
+ INCLUDES = -I$(top_srcdir)/kexi \
+ 	-I$(top_srcdir)/kexi/kexidb \
+ 	-I$(top_srcdir)/kexi/3rdparty/kexisql/src \
+@@ -349,122 +530,87 @@
+ 	-I../sqlite \
+ 	$(all_includes)
+ 
+-
+ #>- kexidb_sqlite2driver_la_METASOURCES = AUTO
+-
+ kexidb_sqlite2driver_la_SOURCES = sqliteconnection.cpp sqlitedriver.cpp sqlitecursor.cpp
+-
+ kexidb_sqlite2driver_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) \
+  $(top_builddir)/kexi/3rdparty/kexisql/src/libkexisql2.la \
+  $(top_builddir)/kexi/kexidb/libkexidb.la \
+  $(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
+ 
+-
+ kexidb_sqlite2driver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) 
+-
+ kde_services_DATA = kexidb_sqlite2driver.desktop
+-subdir = kexi/kexidb/drivers/sqlite2
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexidb_sqlite2driver_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/3rdparty/kexisql/src/libkexisql2.la \
+-	$(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
+-am_kexidb_sqlite2driver_la_OBJECTS = sqliteconnection.lo sqlitedriver.lo \
+-	sqlitecursor.lo
+-#>- kexidb_sqlite2driver_la_OBJECTS = $(am_kexidb_sqlite2driver_la_OBJECTS)
+-#>+ 5
+-kexidb_sqlite2driver_la_final_OBJECTS = kexidb_sqlite2driver_la.all_cpp.lo 
+-kexidb_sqlite2driver_la_nofinal_OBJECTS = sqliteconnection.lo sqlitedriver.lo \
+-	sqlitecursor.lo
+- at KDE_USE_FINAL_FALSE@kexidb_sqlite2driver_la_OBJECTS = $(kexidb_sqlite2driver_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexidb_sqlite2driver_la_OBJECTS = $(kexidb_sqlite2driver_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/sqliteconnection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sqlitecursor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sqlitedriver.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexidb_sqlite2driver_la.all_cpp.P ./$(DEPDIR)/sqliteconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitecursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitedriver.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/sqliteconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitecursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlitedriver.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidb_sqlite2driver_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexidb_sqlite2driver_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite2/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/sqlite2/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite2/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite2/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/sqlite2/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite2/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/sqlite2/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -475,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexidb_sqlite2driver_la_LDFLAGS) $(kexidb_sqlite2driver_la_OBJECTS) $(kexidb_sqlite2driver_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -484,27 +630,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sqlitecursor.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sqlitedriver.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -515,30 +660,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -547,6 +686,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -558,8 +698,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -568,21 +724,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -600,10 +757,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -615,7 +772,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -623,7 +780,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -639,21 +796,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -666,7 +828,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -674,21 +837,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -705,7 +876,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=sqlitecursor.h sqlitedriver.h sqliteconnection.h kexidb_sqlite2driver.desktop sqliteconnection_p.h sqlite2.pro 
++KDE_DIST=sqlitecursor.h sqlitedriver.h sqliteconnection.h Makefile.in kexidb_sqlite2driver.desktop sqliteconnection_p.h sqlite2.pro Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -714,10 +885,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/drivers/sqlite2/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite2/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/drivers/sqlite2/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/drivers/sqlite2/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/Makefile.in koffice-1.4.2/kexi/kexidb/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/Makefile.in	2005-10-05 12:52:47.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,168 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(kexidbinclude_HEADERS) $(noinst_HEADERS) \
++	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/kexidb
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(kde_servicetypesdir)" \
++	"$(DESTDIR)$(kexidbincludedir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexidb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libkexidb_la_OBJECTS = drivermanager.lo driver.lo driver_p.lo \
++	connection.lo keywords.lo object.lo field.lo utils.lo \
++	expression.lo connectiondata.lo fieldlist.lo tableschema.lo \
++	cursor.lo transaction.lo indexschema.lo queryschema.lo \
++	schemadata.lo global.lo relationship.lo roweditbuffer.lo \
++	msghandler.lo
++#>- libkexidb_la_OBJECTS = $(am_libkexidb_la_OBJECTS)
++#>+ 9
++libkexidb_la_final_OBJECTS = libkexidb_la.all_cpp.lo 
++libkexidb_la_nofinal_OBJECTS = drivermanager.lo driver.lo driver_p.lo \
++	connection.lo keywords.lo object.lo field.lo utils.lo \
++	expression.lo connectiondata.lo fieldlist.lo tableschema.lo \
++	cursor.lo transaction.lo indexschema.lo queryschema.lo \
++	schemadata.lo global.lo relationship.lo roweditbuffer.lo \
++	msghandler.lo
++ at KDE_USE_FINAL_FALSE@libkexidb_la_OBJECTS = $(libkexidb_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexidb_la_OBJECTS = $(libkexidb_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexidb_la_SOURCES)
++DIST_SOURCES = $(libkexidb_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicetypesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_servicetypes_DATA)
++kexidbincludeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(kexidbinclude_HEADERS) $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +207,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +222,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +233,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +254,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +287,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +307,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +328,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +347,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +465,95 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h -D__KEXIDB__= -include $(top_srcdir)/kexi/kexidb/global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h -D__KEXIDB__= -include \
++	$(top_srcdir)/kexi/kexidb/global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexidb.la
+-
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+-
+ SUBDIRS = . parser drivers
+-
+ #>- libkexidb_la_METASOURCES = AUTO
+-
+ libkexidb_la_SOURCES = drivermanager.cpp driver.cpp driver_p.cpp connection.cpp \
+  keywords.cpp object.cpp field.cpp utils.cpp expression.cpp \
+  connectiondata.cpp fieldlist.cpp tableschema.cpp cursor.cpp transaction.cpp  \
+  indexschema.cpp queryschema.cpp schemadata.cpp global.cpp relationship.cpp \
+  roweditbuffer.cpp msghandler.cpp
+ 
+-
+ noinst_HEADERS = drivermanager_p.h
+-
+ kexidbincludedir = $(includedir)/kexidb
+ kexidbinclude_HEADERS = connection.h connectiondata.h cursor.h \
+   driver.h drivermanager.h \
+@@ -362,168 +562,81 @@
+   relationship.h parser/parser.h transaction.h \
+   kexidb_export.h ../tristate.h
+ 
+-
+ libkexidb_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KIO)
+ libkexidb_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+-
+ kde_servicetypes_DATA = kexidb_driver.desktop
+-subdir = kexi/kexidb
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexidb_la_DEPENDENCIES =
+-am_libkexidb_la_OBJECTS = drivermanager.lo driver.lo driver_p.lo \
+-	connection.lo keywords.lo object.lo field.lo utils.lo \
+-	expression.lo connectiondata.lo fieldlist.lo tableschema.lo \
+-	cursor.lo transaction.lo indexschema.lo queryschema.lo \
+-	schemadata.lo global.lo relationship.lo roweditbuffer.lo \
+-	msghandler.lo
+-#>- libkexidb_la_OBJECTS = $(am_libkexidb_la_OBJECTS)
+-#>+ 9
+-libkexidb_la_final_OBJECTS = libkexidb_la.all_cpp.lo 
+-libkexidb_la_nofinal_OBJECTS = drivermanager.lo driver.lo driver_p.lo \
+-	connection.lo keywords.lo object.lo field.lo utils.lo \
+-	expression.lo connectiondata.lo fieldlist.lo tableschema.lo \
+-	cursor.lo transaction.lo indexschema.lo queryschema.lo \
+-	schemadata.lo global.lo relationship.lo roweditbuffer.lo \
+-	msghandler.lo
+- at KDE_USE_FINAL_FALSE@libkexidb_la_OBJECTS = $(libkexidb_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexidb_la_OBJECTS = $(libkexidb_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/connection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/connectiondata.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/cursor.Plo ./$(DEPDIR)/driver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/driver_p.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/drivermanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/expression.Plo ./$(DEPDIR)/field.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/fieldlist.Plo ./$(DEPDIR)/global.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/indexschema.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/keywords.Plo ./$(DEPDIR)/msghandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/object.Plo ./$(DEPDIR)/queryschema.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/relationship.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/roweditbuffer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/schemadata.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tableschema.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/transaction.Plo ./$(DEPDIR)/utils.Plo
+-#>+ 30
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkexidb_la.all_cpp.P ./$(DEPDIR)/connection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/connectiondata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/cursor.Plo ./$(DEPDIR)/driver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/driver_p.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/drivermanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/expression.Plo ./$(DEPDIR)/field.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/fieldlist.Plo ./$(DEPDIR)/global.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/indexschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/keywords.Plo ./$(DEPDIR)/msghandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/object.Plo ./$(DEPDIR)/queryschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/relationship.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/roweditbuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/schemadata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tableschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/transaction.Plo ./$(DEPDIR)/utils.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/connection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/connectiondata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/cursor.Plo ./$(DEPDIR)/driver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/driver_p.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/drivermanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/expression.Plo ./$(DEPDIR)/field.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/fieldlist.Plo ./$(DEPDIR)/global.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/indexschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/keywords.Plo ./$(DEPDIR)/msghandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/object.Plo ./$(DEPDIR)/queryschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/relationship.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/roweditbuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/schemadata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tableschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/transaction.Plo ./$(DEPDIR)/utils.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexidb_la_SOURCES)
+-DATA = $(kde_servicetypes_DATA)
+-
+-HEADERS = $(kexidbinclude_HEADERS) $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(kexidbinclude_HEADERS) $(noinst_HEADERS) Makefile.am \
+-	Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexidb_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -531,7 +644,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexidb_la_LDFLAGS) $(libkexidb_la_OBJECTS) $(libkexidb_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -558,27 +671,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/transaction.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/utils.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -589,41 +701,39 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicetypesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicetypesDATA: $(kde_servicetypes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicetypesdir)
++	test -z "$(kde_servicetypesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicetypesdir)"
+ 	@list='$(kde_servicetypes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+-	  $(kde_servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicetypesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicetypesdir)/$$f'"; \
++	  $(kde_servicetypesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicetypesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_servicetypes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicetypesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+ 	done
+-kexidbincludeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-kexidbincludeHEADERS: $(kexidbinclude_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kexidbincludedir)
++	test -z "$(kexidbincludedir)" || $(mkdir_p) "$(DESTDIR)$(kexidbincludedir)"
+ 	@list='$(kexidbinclude_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kexidbincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(kexidbincludedir)/$$f"; \
+-	  $(kexidbincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(kexidbincludedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kexidbincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(kexidbincludedir)/$$f'"; \
++	  $(kexidbincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(kexidbincludedir)/$$f"; \
+ 	done
+ 
+ uninstall-kexidbincludeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kexidbinclude_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kexidbincludedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kexidbincludedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kexidbincludedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kexidbincludedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -633,7 +743,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -645,7 +761,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -653,7 +769,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -674,17 +796,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -694,14 +815,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -710,8 +840,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -720,22 +866,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	$(mkinstalldirs) $(distdir)/.. $(distdir)/parser
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../kexi $(distdir)/parser
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -750,15 +896,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -768,8 +916,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(kde_servicetypesdir) $(DESTDIR)$(kexidbincludedir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(kde_servicetypesdir)" "$(DESTDIR)$(kexidbincludedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -781,7 +930,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -789,7 +938,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -805,14 +954,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -829,7 +981,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -837,30 +990,36 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_servicetypesDATA \
+ 	uninstall-kexidbincludeHEADERS uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_servicetypesDATA \
+-	install-kexidbincludeHEADERS install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_servicetypesDATA \
++	install-kexidbincludeHEADERS install-libLTLIBRARIES \
++	install-man install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_servicetypesDATA \
+-	uninstall-kexidbincludeHEADERS uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	uninstall-kde_servicetypesDATA uninstall-kexidbincludeHEADERS \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -892,15 +1051,24 @@
+ 	-rm -f  connection.moc drivermanager_p.moc driver.moc
+ 
+ #>+ 2
+-KDE_DIST=record.h kexidb_driver.desktop driver_p.h cursor_p.h utils.h roweditbuffer.h msghandler.h common.pro kexidb.pro 
++KDE_DIST=record.h kexidb_driver.desktop Makefile.in driver_p.h cursor_p.h utils.h roweditbuffer.h msghandler.h common.pro kexidb.pro Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/kexidb/parser/Makefile.in koffice-1.4.2/kexi/kexidb/parser/Makefile.in
+--- koffice-1.4.2.orig/kexi/kexidb/parser/Makefile.in	2005-10-05 12:52:49.000000000 +0200
++++ koffice-1.4.2/kexi/kexidb/parser/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global TODO
++subdir = kexi/kexidb/parser
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexidbparser_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../libkexidb.la
++am_libkexidbparser_la_OBJECTS = sqlscanner.lo sqlparser.lo parser.lo \
++	parser_p.lo
++#>- libkexidbparser_la_OBJECTS = $(am_libkexidbparser_la_OBJECTS)
++#>+ 2
++libkexidbparser_la_OBJECTS = sqlscanner.lo sqlparser.lo parser.lo \
++	parser_p.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexidbparser_la_SOURCES)
++DIST_SOURCES = $(libkexidbparser_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,125 +433,163 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h -DYYERROR_VERBOSE=1
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h -DYYERROR_VERBOSE=1
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexidbparser.la
+ libkexidbparser_la_SOURCES = sqlscanner.cpp sqlparser.cpp parser.cpp parser_p.cpp
+ libkexidbparser_la_LIBADD = $(LIB_KPARTS) $(LIB_KDEUI) ../libkexidb.la
+ libkexidbparser_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO)
+-
+ noinst_HEADERS = parser_p.h
+-
+ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/kexidb $(all_includes)
+ #>- METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = kexi/kexidb/parser
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexidbparser_la_DEPENDENCIES = ../libkexidb.la
+-am_libkexidbparser_la_OBJECTS = sqlscanner.lo sqlparser.lo parser.lo \
+-	parser_p.lo
+-#>- libkexidbparser_la_OBJECTS = $(am_libkexidbparser_la_OBJECTS)
+-#>+ 2
+-libkexidbparser_la_OBJECTS = sqlscanner.lo sqlparser.lo parser.lo \
+-	parser_p.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/parser.Plo ./$(DEPDIR)/parser_p.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sqlparser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sqlscanner.Plo
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/parser.Plo ./$(DEPDIR)/parser_p.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlparser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sqlscanner.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexidbparser_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libkexidbparser_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/parser/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/kexidb/parser/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/kexidb/parser/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/parser/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/parser/Makefile
++	  $(AUTOMAKE) --gnu  kexi/kexidb/parser/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/parser/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -448,7 +597,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexidbparser_la_LDFLAGS) $(libkexidbparser_la_OBJECTS) $(libkexidbparser_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -458,27 +607,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sqlparser.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sqlscanner.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -490,11 +638,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -503,6 +646,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -514,8 +658,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -524,21 +684,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -556,10 +717,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -571,7 +732,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -579,7 +740,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -595,14 +756,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -618,7 +782,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -626,19 +791,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-info install-info-am \
+ 	install-libLTLIBRARIES install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ 
+ parser:
+@@ -665,15 +839,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=parser.h sqlscanner.l sqltypes.h extract_tokens.sh sqlparser.y tokens.cpp sqlparser.h 
++KDE_DIST=Makefile.in parser.h sqlscanner.l sqltypes.h extract_tokens.sh sqlparser.y tokens.cpp sqlparser.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/kexidb/parser/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/kexidb/parser/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/kexidb/parser/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/kexidb/parser/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/main/filters/Makefile.in koffice-1.4.2/kexi/main/filters/Makefile.in
+--- koffice-1.4.2.orig/kexi/main/filters/Makefile.in	2005-10-05 12:52:50.000000000 +0200
++++ koffice-1.4.2/kexi/main/filters/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,142 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/main/filters
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexifilter_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkexifilter_la_OBJECTS = kexifiltermanager.lo kexifilter.lo \
++	kexifilterwizardbase.lo kexitableimportsourceiface.lo
++#>- libkexifilter_la_OBJECTS = $(am_libkexifilter_la_OBJECTS)
++#>+ 5
++libkexifilter_la_final_OBJECTS = libkexifilter_la.all_cpp.lo 
++libkexifilter_la_nofinal_OBJECTS = kexifiltermanager.lo kexifilter.lo \
++	kexifilterwizardbase.lo kexitableimportsourceiface.lo
++ at KDE_USE_FINAL_FALSE@libkexifilter_la_OBJECTS = $(libkexifilter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexifilter_la_OBJECTS = $(libkexifilter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexifilter_la_SOURCES)
++DIST_SOURCES = $(libkexifilter_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +181,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +196,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +207,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +228,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +261,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +281,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +302,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +321,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,127 +439,145 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkexifilter.la
+-
+ INCLUDES = -I$(top_srcdir)/kexi $(KOFFICE_INCLUDES) $(all_includes)
+-
+ SUBDIRS = .
+-
+ #>- libkexifilter_la_METASOURCES = AUTO
+-
+ libkexifilter_la_SOURCES = kexifiltermanager.cpp kexifilter.cpp kexifilterwizardbase.cpp \
+ 	kexitableimportsourceiface.cpp
+ 
+-
+ libkexifilter_la_LIBADD = $(LIB_KOFFICECORE)
+-subdir = kexi/main/filters
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkexifilter_la_LDFLAGS =
+-libkexifilter_la_DEPENDENCIES =
+-am_libkexifilter_la_OBJECTS = kexifiltermanager.lo kexifilter.lo \
+-	kexifilterwizardbase.lo kexitableimportsourceiface.lo
+-#>- libkexifilter_la_OBJECTS = $(am_libkexifilter_la_OBJECTS)
+-#>+ 5
+-libkexifilter_la_final_OBJECTS = libkexifilter_la.all_cpp.lo 
+-libkexifilter_la_nofinal_OBJECTS = kexifiltermanager.lo kexifilter.lo \
+-	kexifilterwizardbase.lo kexitableimportsourceiface.lo
+- at KDE_USE_FINAL_FALSE@libkexifilter_la_OBJECTS = $(libkexifilter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexifilter_la_OBJECTS = $(libkexifilter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexifilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexifiltermanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexifilterwizardbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableimportsourceiface.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkexifilter_la.all_cpp.P ./$(DEPDIR)/kexifilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexifiltermanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexifilterwizardbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableimportsourceiface.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexifilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexifiltermanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexifilterwizardbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableimportsourceiface.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexifilter_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexifilter_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/filters/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/main/filters/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/main/filters/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/filters/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/filters/Makefile
++	  $(AUTOMAKE) --gnu  kexi/main/filters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/filters/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -450,7 +585,7 @@
+ 	$(CXXLINK)  $(libkexifilter_la_LDFLAGS) $(libkexifilter_la_OBJECTS) $(libkexifilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -460,27 +595,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexifilterwizardbase.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexitableimportsourceiface.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -499,7 +633,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -511,7 +651,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -519,7 +659,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -540,17 +686,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -560,14 +705,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -576,8 +730,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -586,21 +756,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -615,15 +786,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -633,7 +806,6 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -645,7 +817,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -653,7 +825,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -669,14 +841,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -692,7 +867,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -700,26 +876,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -751,15 +932,24 @@
+ 	-rm -f  kexifilterwizardbase.moc kexifilter.moc kexifiltermanager.moc
+ 
+ #>+ 2
+-KDE_DIST=kexifilterwizardbase.h kexitableimportsourceiface.h kexifiltermanager.h kexifilter.h 
++KDE_DIST=Makefile.in kexifilterwizardbase.h kexitableimportsourceiface.h kexifiltermanager.h kexifilter.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/filters/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/filters/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/main/filters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/filters/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/main/Makefile.in koffice-1.4.2/kexi/main/Makefile.in
+--- koffice-1.4.2.orig/kexi/main/Makefile.in	2005-10-05 12:52:50.000000000 +0200
++++ koffice-1.4.2/kexi/main/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,159 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/main
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkeximain_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	../kexidb/libkexidb.la ../core/libkexicore.la \
++	./startup/libkeximainstartup.la \
++	../widget/propertyeditor/libkexipropertyeditor.la
++am_libkeximain_la_OBJECTS = keximainwindowimpl.lo kexibrowser.lo \
++	kexibrowseritem.lo kexistatusbar.lo kexinamewidget.lo \
++	kexinamedialog.lo kexinewstuff.lo
++#>- libkeximain_la_OBJECTS = $(am_libkeximain_la_OBJECTS)
++#>+ 7
++libkeximain_la_final_OBJECTS = libkeximain_la.all_cpp.lo 
++libkeximain_la_nofinal_OBJECTS = keximainwindowimpl.lo kexibrowser.lo \
++	kexibrowseritem.lo kexistatusbar.lo kexinamewidget.lo \
++	kexinamedialog.lo kexinewstuff.lo projectsettingsui.lo\
++ksplitter.moc.lo 
++ at KDE_USE_FINAL_FALSE@libkeximain_la_OBJECTS = $(libkeximain_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkeximain_la_OBJECTS = $(libkeximain_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkeximain_la_SOURCES)
++DIST_SOURCES = $(libkeximain_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +198,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +213,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +224,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +245,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +278,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +298,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +319,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +338,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +456,83 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkeximain.la
+ #>- libkeximain_la_SOURCES = \
+ #>- 	keximainwindowimpl.cpp \
+@@ -353,14 +549,11 @@
+ 	 kexinewstuff.cpp projectsettingsui.cpp
+ 
+ 
+-
+ # kexiprojectconnectiondata.cpp
+ #>- libkeximain_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(VER_INFO) -Wnounresolved -no-undefined
+ #>+ 1
+ libkeximain_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(VER_INFO) -Wnounresolved -no-undefined $(KDE_NO_UNDEFINED)
+-
+ SUBDIRS = startup .
+-
+ libkeximain_la_LIBADD = $(LIB_KEXI_KMDI) $(LIB_KNEWSTUFF) $(LIB_KIO)  \
+ 	../kexidb/libkexidb.la \
+ 	../core/libkexicore.la \
+@@ -368,7 +561,6 @@
+ 	../widget/propertyeditor/libkexipropertyeditor.la
+ 
+ 
+-
+ #disabled	../migration/libkeximigrate.la
+ INCLUDES = $(LIB_KEXI_KMDI_INCLUDES) \
+ 	-I$(top_srcdir)/lib/kofficeui \
+@@ -383,137 +575,80 @@
+ 	-I$(top_srcdir)/kexi/migration \
+ 	$(all_includes)
+ 
+-
+ noinst_HEADERS = ksplitter.h
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/main
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkeximain_la_DEPENDENCIES = ../kexidb/libkexidb.la \
+-	../core/libkexicore.la ./startup/libkeximainstartup.la \
+-	../widget/propertyeditor/libkexipropertyeditor.la
+-am_libkeximain_la_OBJECTS = keximainwindowimpl.lo kexibrowser.lo \
+-	kexibrowseritem.lo kexistatusbar.lo kexinamewidget.lo \
+-	kexinamedialog.lo kexinewstuff.lo
+-#>- libkeximain_la_OBJECTS = $(am_libkeximain_la_OBJECTS)
+-#>+ 7
+-libkeximain_la_final_OBJECTS = libkeximain_la.all_cpp.lo 
+-libkeximain_la_nofinal_OBJECTS = keximainwindowimpl.lo kexibrowser.lo \
+-	kexibrowseritem.lo kexistatusbar.lo kexinamewidget.lo \
+-	kexinamedialog.lo kexinewstuff.lo projectsettingsui.lo\
+-ksplitter.moc.lo 
+- at KDE_USE_FINAL_FALSE@libkeximain_la_OBJECTS = $(libkeximain_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkeximain_la_OBJECTS = $(libkeximain_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexibrowser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexibrowseritem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/keximainwindowimpl.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexinamedialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexinamewidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexinewstuff.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexistatusbar.Plo
+-#>+ 14
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/projectsettingsui.P $(DEPDIR)/ksplitter.moc.P  $(DEPDIR)/libkeximain_la.all_cpp.P ./$(DEPDIR)/kexibrowser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexibrowseritem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/keximainwindowimpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexinamedialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexinamewidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexinewstuff.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexistatusbar.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/projectsettingsui.P $(DEPDIR)/ksplitter.moc.P ./$(DEPDIR)/kexibrowser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexibrowseritem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/keximainwindowimpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexinamedialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexinamewidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexinewstuff.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexistatusbar.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkeximain_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkeximain_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/main/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/main/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/Makefile
++	  $(AUTOMAKE) --gnu  kexi/main/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -524,7 +659,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkeximain_la_LDFLAGS) $(libkeximain_la_OBJECTS) $(libkeximain_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -537,27 +672,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexinewstuff.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexistatusbar.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -576,7 +710,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -588,7 +728,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -596,7 +736,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -617,17 +763,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -637,14 +782,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -653,8 +807,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -663,21 +833,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -692,15 +863,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -710,8 +883,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -723,7 +897,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -731,7 +905,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -747,14 +921,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -770,7 +947,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -778,27 +956,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -867,7 +1050,7 @@
+ 	-rm -f  kexibrowser.moc ksplitter.moc.cpp kexicontexthelp.moc kexistatusbar.moc keximainwindowimpl.moc kexinamedialog.moc kexinamewidget.moc
+ 
+ #>+ 2
+-KDE_DIST=kexinamedialog.h kexibrowser.h kexinewstuff.h kexibrowseritem.h configure.in.in kexistatusbar.h keximainwindowimpl.h kexiaboutdata.h kexinamewidget.h projectsettingsui.ui kexicontexthelp.cpp kexicontexthelp.h 
++KDE_DIST=kexinamedialog.h Makefile.in kexibrowser.h kexinewstuff.h kexibrowseritem.h configure.in.in kexistatusbar.h keximainwindowimpl.h kexiaboutdata.h kexinamewidget.h projectsettingsui.ui kexicontexthelp.cpp kexicontexthelp.h Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -881,10 +1064,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/main/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/main/projectWizard/Makefile.in koffice-1.4.2/kexi/main/projectWizard/Makefile.in
+--- koffice-1.4.2.orig/kexi/main/projectWizard/Makefile.in	2005-10-05 12:52:51.000000000 +0200
++++ koffice-1.4.2/kexi/main/projectWizard/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/main/projectWizard
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexiprojectwizard_la_DEPENDENCIES = ../../kexidb/libkexidb.la \
++	../libkexicore.la
++am_kexiprojectwizard_la_OBJECTS = kexicreateproject.lo \
++	kexicreateprojectpageauth.lo kexicreateprojectpageengine.lo \
++	kexicreateprojectpagelocation.lo kexicreateprojectpage.lo \
++	kexicreateprojectpagedb.lo kexicreateprojectpagefile.lo
++#>- kexiprojectwizard_la_OBJECTS = $(am_kexiprojectwizard_la_OBJECTS)
++#>+ 7
++kexiprojectwizard_la_final_OBJECTS = kexiprojectwizard_la.all_cpp.lo 
++kexiprojectwizard_la_nofinal_OBJECTS = kexicreateproject.lo \
++	kexicreateprojectpageauth.lo kexicreateprojectpageengine.lo \
++	kexicreateprojectpagelocation.lo kexicreateprojectpage.lo \
++	kexicreateprojectpagedb.lo kexicreateprojectpagefile.lo
++ at KDE_USE_FINAL_FALSE@kexiprojectwizard_la_OBJECTS = $(kexiprojectwizard_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexiprojectwizard_la_OBJECTS = $(kexiprojectwizard_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexiprojectwizard_la_SOURCES)
++DIST_SOURCES = $(kexiprojectwizard_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,30 +451,90 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexiprojectwizard.la
+ kexiprojectwizard_la_SOURCES = kexicreateproject.cpp kexicreateprojectpageauth.cpp  kexicreateprojectpageengine.cpp \
+ 	kexicreateprojectpagelocation.cpp kexicreateprojectpage.cpp  kexicreateprojectpagedb.cpp \
+ 	kexicreateprojectpagefile.cpp
+ 
+-
+ kexiprojectwizard_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved -module
+ kexiprojectwizard_la_LIBADD = -lktexteditor  ../../kexidb/libkexidb.la ../libkexicore.la
+-
+ SUBDIRS = .
+ 
+ # kde_appsdir         Where your application's menu entry (.desktop) should go to.
+@@ -370,133 +559,79 @@
+ 
+ # set the include path for X, qt and KDE
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/core/projectWizard -I$(top_srcdir)/kexi/core $(all_includes)
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/main/projectWizard
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexiprojectwizard_la_DEPENDENCIES = ../../kexidb/libkexidb.la \
+-	../libkexicore.la
+-am_kexiprojectwizard_la_OBJECTS = kexicreateproject.lo \
+-	kexicreateprojectpageauth.lo kexicreateprojectpageengine.lo \
+-	kexicreateprojectpagelocation.lo kexicreateprojectpage.lo \
+-	kexicreateprojectpagedb.lo kexicreateprojectpagefile.lo
+-#>- kexiprojectwizard_la_OBJECTS = $(am_kexiprojectwizard_la_OBJECTS)
+-#>+ 7
+-kexiprojectwizard_la_final_OBJECTS = kexiprojectwizard_la.all_cpp.lo 
+-kexiprojectwizard_la_nofinal_OBJECTS = kexicreateproject.lo \
+-	kexicreateprojectpageauth.lo kexicreateprojectpageengine.lo \
+-	kexicreateprojectpagelocation.lo kexicreateprojectpage.lo \
+-	kexicreateprojectpagedb.lo kexicreateprojectpagefile.lo
+- at KDE_USE_FINAL_FALSE@kexiprojectwizard_la_OBJECTS = $(kexiprojectwizard_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexiprojectwizard_la_OBJECTS = $(kexiprojectwizard_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexicreateproject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpageauth.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagedb.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpageengine.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagefile.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagelocation.Plo
+-#>+ 14
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexiprojectwizard_la.all_cpp.P ./$(DEPDIR)/kexicreateproject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpageauth.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagedb.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpageengine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagefile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagelocation.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexicreateproject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpageauth.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagedb.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpageengine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagefile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicreateprojectpagelocation.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexiprojectwizard_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexiprojectwizard_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/projectWizard/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/main/projectWizard/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/main/projectWizard/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/projectWizard/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/projectWizard/Makefile
++	  $(AUTOMAKE) --gnu  kexi/main/projectWizard/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/projectWizard/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -504,7 +639,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexiprojectwizard_la_LDFLAGS) $(kexiprojectwizard_la_OBJECTS) $(kexiprojectwizard_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -517,27 +652,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexicreateprojectpagefile.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexicreateprojectpagelocation.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -556,7 +690,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -568,7 +708,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -576,7 +716,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -597,17 +743,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -617,14 +762,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -633,8 +787,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -643,21 +813,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -672,15 +843,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -690,8 +863,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -703,7 +877,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -711,7 +885,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -727,14 +901,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -754,7 +931,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -762,27 +940,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -842,15 +1025,24 @@
+ 	-rm -f  kexicreateproject.moc kexicreateprojectpagelocation.moc kexicreateprojectpagefile.moc kexicreateprojectpageauth.moc kexicreateprojectpagedb.moc kexicreateprojectpage.moc kexicreateprojectpageengine.moc
+ 
+ #>+ 2
+-KDE_DIST=kexicreateprojectpagedb.h kexicreateprojectpageauth.h kexicreateprojectpagefile.h kexicreateprojectpageengine.h kexicreateprojectpage.h kexicreateproject.h kexicreateprojectpagelocation.h kexicreateprojectpageconnectionwidget.ui 
++KDE_DIST=kexicreateprojectpagedb.h kexicreateprojectpageauth.h Makefile.in kexicreateprojectpagefile.h kexicreateprojectpageengine.h kexicreateprojectpage.h kexicreateproject.h kexicreateprojectpagelocation.h kexicreateprojectpageconnectionwidget.ui Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/projectWizard/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/projectWizard/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/main/projectWizard/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/projectWizard/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/main/startup/Makefile.in koffice-1.4.2/kexi/main/startup/Makefile.in
+--- koffice-1.4.2.orig/kexi/main/startup/Makefile.in	2005-10-05 12:52:51.000000000 +0200
++++ koffice-1.4.2/kexi/main/startup/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,150 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/main/startup
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkeximainstartup_la_DEPENDENCIES =  \
++	../../widget/libkexiextendedwidgets.la
++am_libkeximainstartup_la_OBJECTS = KexiDBTitlePage.lo \
++	KexiConnSelector.lo KexiProjectSelector.lo \
++	KexiStartupDialog.lo KexiStartupFileDialog.lo \
++	KexiNewProjectWizard.lo KexiStartup.lo KexiStartup_p.lo \
++	KexiDBShortcutFile.lo
++#>- libkeximainstartup_la_OBJECTS = $(am_libkeximainstartup_la_OBJECTS)
++#>+ 8
++libkeximainstartup_la_final_OBJECTS = libkeximainstartup_la.all_cpp.lo 
++libkeximainstartup_la_nofinal_OBJECTS = KexiDBTitlePage.lo \
++	KexiConnSelector.lo KexiProjectSelector.lo \
++	KexiStartupDialog.lo KexiStartupFileDialog.lo \
++	KexiNewProjectWizard.lo KexiStartup.lo KexiStartup_p.lo \
++	KexiDBShortcutFile.lo KexiConnSelectorBase.lo KexiProjectSelectorBase.lo KexiNewFileDBWidget.lo KexiOpenExistingFile.lo KexiNewPrjTypeSelector.lo KexiDBTitlePageBase.lo KexiServerDBNamePage.lo
++ at KDE_USE_FINAL_FALSE@libkeximainstartup_la_OBJECTS = $(libkeximainstartup_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkeximainstartup_la_OBJECTS = $(libkeximainstartup_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkeximainstartup_la_SOURCES)
++DIST_SOURCES = $(libkeximainstartup_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +189,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +204,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +215,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +236,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +269,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +289,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +310,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +329,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +447,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkeximainstartup.la
+-
+ #>- libkeximainstartup_la_SOURCES = KexiConnSelectorBase.ui KexiProjectSelectorBase.ui \
+ #>- 	KexiNewFileDBWidget.ui KexiOpenExistingFile.ui \
+ #>- 	KexiNewPrjTypeSelector.ui KexiDBTitlePageBase.ui \
+@@ -361,16 +547,12 @@
+ 	KexiStartup.cpp KexiStartup_p.cpp \
+ 	KexiDBShortcutFile.cpp KexiConnSelectorBase.cpp KexiProjectSelectorBase.cpp KexiNewFileDBWidget.cpp KexiOpenExistingFile.cpp KexiNewPrjTypeSelector.cpp KexiDBTitlePageBase.cpp KexiServerDBNamePage.cpp
+ 
+-
+ noinst_HEADERS = KexiStartup_p.h
+-
+ libkeximainstartup_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkeximainstartup_la_LIBADD = \
+ 	../../widget/libkexiextendedwidgets.la
+ 
+-
+ #>- libkeximainstartup_la_METASOURCES = AUTO
+-
+ SUBDIRS = .
+ 
+ # kde_appsdir         Where your application's menu entry (.desktop) should go to.
+@@ -395,120 +577,60 @@
+ 
+ # set the include path for X, qt and KDE
+ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/main/startup -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/widget -I$(top_builddir)/kexi/widget $(all_includes)
+-subdir = kexi/main/startup
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkeximainstartup_la_DEPENDENCIES = \
+-	../../widget/libkexiextendedwidgets.la
+-am_libkeximainstartup_la_OBJECTS = KexiDBTitlePage.lo \
+-	KexiConnSelector.lo KexiProjectSelector.lo KexiStartupDialog.lo \
+-	KexiStartupFileDialog.lo KexiNewProjectWizard.lo KexiStartup.lo \
+-	KexiStartup_p.lo KexiDBShortcutFile.lo
+-#>- libkeximainstartup_la_OBJECTS = $(am_libkeximainstartup_la_OBJECTS)
+-#>+ 7
+-libkeximainstartup_la_final_OBJECTS = libkeximainstartup_la.all_cpp.lo 
+-libkeximainstartup_la_nofinal_OBJECTS = KexiDBTitlePage.lo \
+-	KexiConnSelector.lo KexiProjectSelector.lo KexiStartupDialog.lo \
+-	KexiStartupFileDialog.lo KexiNewProjectWizard.lo KexiStartup.lo \
+-	KexiStartup_p.lo KexiDBShortcutFile.lo KexiConnSelectorBase.lo KexiProjectSelectorBase.lo KexiNewFileDBWidget.lo KexiOpenExistingFile.lo KexiNewPrjTypeSelector.lo KexiDBTitlePageBase.lo KexiServerDBNamePage.lo
+- at KDE_USE_FINAL_FALSE@libkeximainstartup_la_OBJECTS = $(libkeximainstartup_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkeximainstartup_la_OBJECTS = $(libkeximainstartup_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KexiConnSelector.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiDBShortcutFile.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiDBTitlePage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiNewProjectWizard.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiProjectSelector.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiStartup.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiStartupDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiStartupFileDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KexiStartup_p.Plo
+-#>+ 18
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/KexiConnSelectorBase.P $(DEPDIR)/KexiProjectSelectorBase.P $(DEPDIR)/KexiNewFileDBWidget.P $(DEPDIR)/KexiOpenExistingFile.P $(DEPDIR)/KexiNewPrjTypeSelector.P $(DEPDIR)/KexiDBTitlePageBase.P $(DEPDIR)/KexiServerDBNamePage.P  $(DEPDIR)/libkeximainstartup_la.all_cpp.P ./$(DEPDIR)/KexiConnSelector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiDBShortcutFile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiDBTitlePage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiNewProjectWizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiProjectSelector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartupDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartupFileDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartup_p.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/KexiConnSelectorBase.P $(DEPDIR)/KexiProjectSelectorBase.P $(DEPDIR)/KexiNewFileDBWidget.P $(DEPDIR)/KexiOpenExistingFile.P $(DEPDIR)/KexiNewPrjTypeSelector.P $(DEPDIR)/KexiDBTitlePageBase.P $(DEPDIR)/KexiServerDBNamePage.P ./$(DEPDIR)/KexiConnSelector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiDBShortcutFile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiDBTitlePage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiNewProjectWizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiProjectSelector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartupDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartupFileDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KexiStartup_p.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkeximainstartup_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkeximainstartup_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/startup/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/main/startup/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/main/startup/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/startup/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/startup/Makefile
++	  $(AUTOMAKE) --gnu  kexi/main/startup/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/startup/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -516,7 +638,7 @@
+ 	$(CXXLINK)  $(libkeximainstartup_la_LDFLAGS) $(libkeximainstartup_la_OBJECTS) $(libkeximainstartup_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -531,27 +653,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KexiStartupFileDialog.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/KexiStartup_p.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -570,7 +691,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -582,7 +709,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -590,7 +717,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -611,17 +744,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -631,14 +763,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -647,8 +788,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -657,21 +814,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -686,15 +844,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -704,7 +864,6 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -716,7 +875,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -724,7 +883,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -740,14 +899,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -763,7 +925,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -771,26 +934,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -857,7 +1025,7 @@
+ 	-rm -f  KexiStartup.moc KexiStartup_p.moc KexiStartupDialog.moc KexiStartupFileDialog.moc KexiNewProjectWizard.moc KexiProjectSelector.moc KexiDBTitlePage.moc KexiConnSelector.moc
+ 
+ #>+ 2
+-KDE_DIST=KexiOpenExistingFile.ui KexiNewProjectWizard.h KexiStartup.h KexiConnSelector.h KexiProjectSelector.h KexiStartupDialog.h KexiStartupFileDialogBase_win.h KexiConnSelectorBase.ui KexiStartupFileDialog.h KexiServerDBNamePage.ui KexiNewPrjTypeSelector.ui KexiNewFileDBWidget.ui KexiDBTitlePageBase.ui KexiStartupFileDialog_win.cpp KexiDBTitlePage.h KexiDBShortcutFile.h KexiProjectSelectorBase.ui 
++KDE_DIST=KexiOpenExistingFile.ui KexiNewProjectWizard.h KexiStartup.h KexiConnSelector.h Makefile.in KexiProjectSelector.h KexiStartupDialog.h KexiStartupFileDialogBase_win.h KexiConnSelectorBase.ui KexiStartupFileDialog.h KexiServerDBNamePage.ui KexiNewPrjTypeSelector.ui KexiNewFileDBWidget.ui KexiDBTitlePageBase.ui KexiStartupFileDialog_win.cpp KexiDBTitlePage.h KexiDBShortcutFile.h KexiProjectSelectorBase.ui Makefile.am 
+ 
+ #>+ 10
+ clean-ui:
+@@ -873,10 +1041,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/main/startup/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/main/startup/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/main/startup/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/main/startup/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/Makefile.in koffice-1.4.2/kexi/Makefile.in
+--- koffice-1.4.2.orig/kexi/Makefile.in	2005-10-05 12:52:42.000000000 +0200
++++ koffice-1.4.2/kexi/Makefile.in	2005-11-11 17:31:29.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,165 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS =
++subdir = kexi
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(xdg_appsdir)"
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
++#>- kexi_la_DEPENDENCIES = ./core/libkexicore.la ./main/libkeximain.la
++#>+ 1
++kexi_la_DEPENDENCIES = libkdeinit_kexi.la
++#>- am_kexi_la_OBJECTS = main.lo
++#>+ 1
++am_kexi_la_OBJECTS = kexi_dummy.lo
++#>- kexi_la_OBJECTS = $(am_kexi_la_OBJECTS)
++#>+ 1
++kexi_la_OBJECTS = kexi_dummy.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kexi$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kexi_la_SOURCES)
++#>+ 1
++SOURCES = $(kexi_la_SOURCES) $(kexi_SOURCES) 
++#>- DIST_SOURCES = $(kexi_la_SOURCES)
++#>+ 1
++DIST_SOURCES = $(kexi_la_SOURCES) $(kexi_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++xdg_appsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(xdg_apps_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = 3rdparty kexidb core widget formeditor data pics main \
++	migration scripting plugins . tests
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +204,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +219,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +230,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +251,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +284,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +304,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +325,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +344,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,26 +462,87 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_kexi.la
+ kdeinit_LTLIBRARIES = kexi.la
+-bin_PROGRAMS = 
+ kexi_la_SOURCES = main.cpp
+ kexi_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO)
+ #>- kexi_la_LIBADD = ./core/libkexicore.la \
+@@ -349,14 +550,11 @@
+ #>+ 1
+ kexi_la_LIBADD = libkdeinit_kexi.la
+ 
+-
+ @compile_kross_plugin_TRUE at SCRIPTING = scripting
+-
+ SUBDIRS = 3rdparty kexidb core widget formeditor \
+ data pics main migration $(SCRIPTING) plugins . tests
+ 
+ 
+-
+ #(will be reenabled after main/startup move)  
+ kdelnkdir = $(kde_appsdir)/Office
+ xdg_apps_DATA = kexi.desktop
+@@ -387,149 +585,106 @@
+ 
+ # set the include path for X, qt and KDE
+ INCLUDES = $(LIB_KEXI_KMDI_INCLUDES) $(all_includes)
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
+-
+-#>- kexi_la_DEPENDENCIES = ./core/libkexicore.la ./main/libkeximain.la
+-#>+ 1
+-kexi_la_DEPENDENCIES = libkdeinit_kexi.la
+-#>- am_kexi_la_OBJECTS = main.lo
+-#>+ 1
+-am_kexi_la_OBJECTS = kexi_dummy.lo
+-#>- kexi_la_OBJECTS = $(am_kexi_la_OBJECTS)
+-#>+ 1
+-kexi_la_OBJECTS = kexi_dummy.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kexi$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/kexi.la.Po $(DEPDIR)/kexi_dummy.Plo ./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kexi_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(kexi_la_SOURCES) $(kexi_SOURCES) 
+-DATA = $(xdg_apps_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = 3rdparty kexidb core widget formeditor data pics main \
+-	migration scripting plugins . tests
+-#>- SOURCES = $(kexi_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kexi_la_SOURCES) $(kexi_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/Makefile
++	  $(AUTOMAKE) --gnu  kexi/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -538,18 +693,17 @@
+ @KDE_USE_CLOSURE_TRUE at kexi.la: kexi.la.closure $(kexi_la_OBJECTS) $(kexi_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at kexi.la: $(kexi_la_OBJECTS) $(kexi_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kdeinitdir) $(kexi_la_LDFLAGS) $(kexi_la_OBJECTS) $(kexi_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -557,8 +711,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -569,34 +723,33 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -607,23 +760,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-xdg_appsDATA_INSTALL = $(INSTALL_DATA)
+ install-xdg_appsDATA: $(xdg_apps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(xdg_appsdir)
++	test -z "$(xdg_appsdir)" || $(mkdir_p) "$(DESTDIR)$(xdg_appsdir)"
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(xdg_appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  $(xdg_appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+ uninstall-xdg_appsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -633,7 +785,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -645,7 +803,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -653,7 +811,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -674,17 +838,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -694,14 +857,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -710,8 +882,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -720,21 +908,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -751,13 +940,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -769,8 +960,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(xdg_appsdir)
+-
++	for dir in "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(xdg_appsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -782,7 +974,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -790,7 +982,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -806,14 +998,17 @@
+ 	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -830,7 +1025,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -838,32 +1034,37 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+ 	uninstall-xdg_appsDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kdeinitLTLIBRARIES \
+-	clean-libLTLIBRARIES clean-libtool clean-recursive distclean \
+-	distclean-compile distclean-depend distclean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
+ 	distclean-libtool distclean-recursive distclean-tags distdir \
+-	dvi dvi-am dvi-recursive info info-am info-recursive install \
+-	install-am install-binPROGRAMS install-data install-data-am \
+-	install-data-local install-data-recursive install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive \
+-	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
+-	install-recursive install-strip install-xdg_appsDATA \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am \
++	install-data-local install-exec install-exec-am install-info \
++	install-info-am install-kdeinitLTLIBRARIES \
++	install-libLTLIBRARIES install-man install-strip \
++	install-xdg_appsDATA installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kdeinitLTLIBRARIES \
+-	uninstall-libLTLIBRARIES uninstall-recursive \
++	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+ 	uninstall-xdg_appsDATA
+ 
+ 
+@@ -938,7 +1139,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=CHANGES kexipart.desktop kexi_export.h kexi_global.h Makefile.global configure.in.in chartable.txt kexi_version.h kexi_utils.h tristate.h kexi.desktop 
++KDE_DIST=CHANGES Makefile.in kexipart.desktop kexi_export.h kexi_global.h Makefile.global configure.in.in chartable.txt kexi_version.h kexi_utils.h tristate.h kexi.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -947,10 +1148,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/migration/Makefile.in koffice-1.4.2/kexi/migration/Makefile.in
+--- koffice-1.4.2.orig/kexi/migration/Makefile.in	2005-10-05 12:52:51.000000000 +0200
++++ koffice-1.4.2/kexi/migration/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,171 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(keximigrateinclude_HEADERS) $(noinst_HEADERS) \
++	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = keximigratetest$(EXEEXT)
++subdir = kexi/migration
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
++	"$(DESTDIR)$(kde_servicetypesdir)" \
++	"$(DESTDIR)$(keximigrateincludedir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkeximigrate_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/core/libkexicore.la $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/main/libkeximain.la
++am_libkeximigrate_la_OBJECTS = keximigrate.lo importwizard.lo \
++	migratemanager.lo
++#>- libkeximigrate_la_OBJECTS = $(am_libkeximigrate_la_OBJECTS)
++#>+ 2
++libkeximigrate_la_OBJECTS = keximigrate.lo importwizard.lo \
++	migratemanager.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS)
++am_keximigratetest_OBJECTS = keximigratetest.$(OBJEXT)
++#>- keximigratetest_OBJECTS = $(am_keximigratetest_OBJECTS)
++#>+ 1
++keximigratetest_OBJECTS = keximigratetest.$(OBJEXT)
++keximigratetest_DEPENDENCIES = libkeximigrate.la \
++	$(top_builddir)/kexi/core/libkexicore.la $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/main/libkeximain.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkeximigrate_la_SOURCES) $(keximigratetest_SOURCES)
++DIST_SOURCES = $(libkeximigrate_la_SOURCES) $(keximigratetest_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicetypesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_servicetypes_DATA)
++keximigrateincludeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(keximigrateinclude_HEADERS) $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = . pqxx mysql
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +210,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +225,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +236,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +257,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +290,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +310,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +331,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +350,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,203 +468,198 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkeximigrate.la
+-
+ INCLUDES = -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/main/startup \
+ -I$(top_builddir)/kexi/main/startup $(all_includes) -I$(PG_INCDIR) -I$(PQXX_INCDIR)
+ 
+-
+ @compile_pgsql_plugin_TRUE at pgsql_dir = pqxx
+-
+ @compile_mysql_plugin_TRUE at mysql_dir = mysql
+-
+ SUBDIRS = . $(pgsql_dir) $(mysql_dir)
+-
+ #>- libkeximigrate_la_METASOURCES = AUTO
+-
+ libkeximigrate_la_SOURCES = keximigrate.cpp importwizard.cpp migratemanager.cpp
+-
+ libkeximigrate_la_LIBADD = \
+ 	$(top_builddir)/kexi/core/libkexicore.la $(LIB_QT) $(LIB_KDECORE) \
+ 	$(top_builddir)/kexi/kexidb/libkexidb.la \
+ 	$(top_builddir)/kexi/main/libkeximain.la
+ 
+-
+ libkeximigrate_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO)
+-
+ noinst_HEADERS = importwizard.h migratemanager_p.h
+-
+ keximigrateincludedir = $(includedir)/kexidb
+ keximigrateinclude_HEADERS = keximigrate.h migratemanager.h
+-
+ kde_servicetypes_DATA = keximigration_driver.desktop
+-
+ KDE_OPTIONS = nofinal
+-bin_PROGRAMS = keximigratetest
+-
+ keximigratetest_SOURCES = keximigratetest.cpp
+ keximigratetest_LDADD = libkeximigrate.la \
+ 	$(top_builddir)/kexi/core/libkexicore.la $(LIB_QT) $(LIB_KDECORE) \
+ 	$(top_builddir)/kexi/kexidb/libkexidb.la \
+ 	$(top_builddir)/kexi/main/libkeximain.la
+ 
+-
+ keximigratetest_LDFLAGS = $(KDE_RPATH) $(all_libraries) 
+-subdir = kexi/migration
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkeximigrate_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/core/libkexicore.la \
+-	$(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/main/libkeximain.la
+-am_libkeximigrate_la_OBJECTS = keximigrate.lo importwizard.lo \
+-	migratemanager.lo
+-#>- libkeximigrate_la_OBJECTS = $(am_libkeximigrate_la_OBJECTS)
+-#>+ 2
+-libkeximigrate_la_OBJECTS = keximigrate.lo importwizard.lo \
+-	migratemanager.lo
+-bin_PROGRAMS = keximigratetest$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-am_keximigratetest_OBJECTS = keximigratetest.$(OBJEXT)
+-#>- keximigratetest_OBJECTS = $(am_keximigratetest_OBJECTS)
+-#>+ 1
+-keximigratetest_OBJECTS = keximigratetest.$(OBJEXT)
+-keximigratetest_DEPENDENCIES = libkeximigrate.la \
+-	$(top_builddir)/kexi/core/libkexicore.la \
+-	$(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/main/libkeximain.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/importwizard.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/keximigrate.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/keximigratetest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/migratemanager.Plo
+-#>+ 4
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/importwizard.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/keximigrate.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/keximigratetest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/migratemanager.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkeximigrate_la_SOURCES) $(keximigratetest_SOURCES)
+-DATA = $(kde_servicetypes_DATA)
+-
+-HEADERS = $(keximigrateinclude_HEADERS) $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(keximigrateinclude_HEADERS) $(noinst_HEADERS) \
+-	Makefile.am Makefile.in
+-DIST_SUBDIRS = . pqxx mysql
+-SOURCES = $(libkeximigrate_la_SOURCES) $(keximigratetest_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/migration/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/migration/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/Makefile
++	  $(AUTOMAKE) --gnu  kexi/migration/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ libkeximigrate.la: $(libkeximigrate_la_OBJECTS) $(libkeximigrate_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(libdir) $(libkeximigrate_la_LDFLAGS) $(libkeximigrate_la_OBJECTS) $(libkeximigrate_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -526,8 +667,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -541,7 +682,7 @@
+ 	$(CXXLINK) $(keximigratetest_LDFLAGS) $(keximigratetest_OBJECTS) $(keximigratetest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -551,27 +692,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/keximigratetest.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/migratemanager.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -582,41 +722,39 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicetypesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicetypesDATA: $(kde_servicetypes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicetypesdir)
++	test -z "$(kde_servicetypesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicetypesdir)"
+ 	@list='$(kde_servicetypes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+-	  $(kde_servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicetypesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicetypesdir)/$$f'"; \
++	  $(kde_servicetypesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicetypesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_servicetypes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicetypesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+ 	done
+-keximigrateincludeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-keximigrateincludeHEADERS: $(keximigrateinclude_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(keximigrateincludedir)
++	test -z "$(keximigrateincludedir)" || $(mkdir_p) "$(DESTDIR)$(keximigrateincludedir)"
+ 	@list='$(keximigrateinclude_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(keximigrateincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(keximigrateincludedir)/$$f"; \
+-	  $(keximigrateincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(keximigrateincludedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(keximigrateincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(keximigrateincludedir)/$$f'"; \
++	  $(keximigrateincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(keximigrateincludedir)/$$f"; \
+ 	done
+ 
+ uninstall-keximigrateincludeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(keximigrateinclude_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(keximigrateincludedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(keximigrateincludedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(keximigrateincludedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(keximigrateincludedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -626,7 +764,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -638,7 +782,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -646,7 +790,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -667,17 +817,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -687,14 +836,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -703,8 +861,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -713,21 +887,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -744,13 +919,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -762,8 +939,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicetypesdir) $(DESTDIR)$(keximigrateincludedir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicetypesdir)" "$(DESTDIR)$(keximigrateincludedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -775,7 +953,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -783,7 +961,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -799,14 +977,17 @@
+ 	clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -823,7 +1004,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -831,33 +1013,38 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_servicetypesDATA \
+ 	uninstall-keximigrateincludeHEADERS uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
+-	clean-libtool clean-recursive distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-recursive distclean-tags distdir dvi dvi-am \
+-	dvi-recursive info info-am info-recursive install install-am \
+-	install-binPROGRAMS install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_servicetypesDATA \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
++	clean-libtool clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-binPROGRAMS \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kde_servicetypesDATA \
+ 	install-keximigrateincludeHEADERS install-libLTLIBRARIES \
+-	install-man install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	install-man install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_servicetypesDATA \
+-	uninstall-keximigrateincludeHEADERS uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	uninstall-kde_servicetypesDATA \
++	uninstall-keximigrateincludeHEADERS uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -889,15 +1076,24 @@
+ 	-rm -f  migratemanager_p.moc importwizard.moc keximigrate.moc
+ 
+ #>+ 2
+-KDE_DIST=keximigration_driver.desktop 
++KDE_DIST=Makefile.in keximigration_driver.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/migration/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/migration/mysql/Makefile.in koffice-1.4.2/kexi/migration/mysql/Makefile.in
+--- koffice-1.4.2.orig/kexi/migration/mysql/Makefile.in	2005-10-05 12:52:51.000000000 +0200
++++ koffice-1.4.2/kexi/migration/mysql/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/migration/mysql
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++keximigrate_mysql_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../libkeximigrate.la \
++	$(am__DEPENDENCIES_1)
++am_keximigrate_mysql_la_OBJECTS = mysqlmigrate.lo
++#>- keximigrate_mysql_la_OBJECTS = $(am_keximigrate_mysql_la_OBJECTS)
++#>+ 1
++keximigrate_mysql_la_OBJECTS = mysqlmigrate.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(keximigrate_mysql_la_SOURCES)
++DIST_SOURCES = $(keximigrate_mysql_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,127 +436,165 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = keximigrate_mysql.la
+-
+ INCLUDES = -I$(srcdir)/../../.. -I$(top_srcdir)/kexi $(all_includes) -I$(MYSQL_INC)
+-
+ #>- keximigrate_mysql_la_METASOURCES = AUTO
+-
+ keximigrate_mysql_la_SOURCES = mysqlmigrate.cpp
+-
+ keximigrate_mysql_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) ../libkeximigrate.la $(MYSQL_LIBS) -lmysqlclient
+-
+ #>- keximigrate_mysql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined
+ #>+ 1
+ keximigrate_mysql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ kde_services_DATA = keximigrate_mysql.desktop
+-
+ noinst_HEADERS = mysqlmigrate.h
+-subdir = kexi/migration/mysql
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-keximigrate_mysql_la_DEPENDENCIES = ../libkeximigrate.la
+-am_keximigrate_mysql_la_OBJECTS = mysqlmigrate.lo
+-#>- keximigrate_mysql_la_OBJECTS = $(am_keximigrate_mysql_la_OBJECTS)
+-#>+ 1
+-keximigrate_mysql_la_OBJECTS = mysqlmigrate.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/mysqlmigrate.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/mysqlmigrate.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(keximigrate_mysql_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(keximigrate_mysql_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/mysql/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/migration/mysql/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/migration/mysql/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/mysql/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/mysql/Makefile
++	  $(AUTOMAKE) --gnu  kexi/migration/mysql/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/mysql/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -453,34 +605,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(keximigrate_mysql_la_LDFLAGS) $(keximigrate_mysql_la_OBJECTS) $(keximigrate_mysql_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mysqlmigrate.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -491,30 +642,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -523,6 +668,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -534,8 +680,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -544,21 +706,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -576,10 +739,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -591,7 +754,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -599,7 +762,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -615,21 +778,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -642,7 +810,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -650,21 +819,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -692,7 +869,7 @@
+ 	-rm -f  mysqlmigrate.moc
+ 
+ #>+ 2
+-KDE_DIST=keximigrate_mysql.desktop 
++KDE_DIST=Makefile.in keximigrate_mysql.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -701,10 +878,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/mysql/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/mysql/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/migration/mysql/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/mysql/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/migration/pqxx/Makefile.in koffice-1.4.2/kexi/migration/pqxx/Makefile.in
+--- koffice-1.4.2.orig/kexi/migration/pqxx/Makefile.in	2005-10-05 12:52:51.000000000 +0200
++++ koffice-1.4.2/kexi/migration/pqxx/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,138 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/migration/pqxx
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++keximigrate_pqxx_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../libkeximigrate.la
++am_keximigrate_pqxx_la_OBJECTS = pqxxmigrate.lo
++#>- keximigrate_pqxx_la_OBJECTS = $(am_keximigrate_pqxx_la_OBJECTS)
++#>+ 1
++keximigrate_pqxx_la_OBJECTS = pqxxmigrate.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(keximigrate_pqxx_la_SOURCES)
++DIST_SOURCES = $(keximigrate_pqxx_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,127 +435,165 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = keximigrate_pqxx.la
+-
+ INCLUDES = -I$(srcdir)/../../.. -I$(top_srcdir)/kexi $(all_includes) -I$(PG_INCDIR) -I$(PQXX_INCDIR)
+-
+ #>- keximigrate_pqxx_la_METASOURCES = AUTO
+-
+ keximigrate_pqxx_la_SOURCES = pqxxmigrate.cpp
+-
+ keximigrate_pqxx_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) -lpqxx ../libkeximigrate.la
+-
+ #>- keximigrate_pqxx_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined
+ #>+ 1
+ keximigrate_pqxx_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ kde_services_DATA = keximigrate_pqxx.desktop
+-
+ noinst_HEADERS = pqxxmigrate.h pg_type.h
+-subdir = kexi/migration/pqxx
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-keximigrate_pqxx_la_DEPENDENCIES = ../libkeximigrate.la
+-am_keximigrate_pqxx_la_OBJECTS = pqxxmigrate.lo
+-#>- keximigrate_pqxx_la_OBJECTS = $(am_keximigrate_pqxx_la_OBJECTS)
+-#>+ 1
+-keximigrate_pqxx_la_OBJECTS = pqxxmigrate.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/pqxxmigrate.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/pqxxmigrate.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(keximigrate_pqxx_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(keximigrate_pqxx_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/pqxx/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/migration/pqxx/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/migration/pqxx/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/pqxx/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/pqxx/Makefile
++	  $(AUTOMAKE) --gnu  kexi/migration/pqxx/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/pqxx/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -453,34 +604,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(keximigrate_pqxx_la_LDFLAGS) $(keximigrate_pqxx_la_OBJECTS) $(keximigrate_pqxx_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pqxxmigrate.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -491,30 +641,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -523,6 +667,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -534,8 +679,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -544,21 +705,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -576,10 +738,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -591,7 +753,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -599,7 +761,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -615,21 +777,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -642,7 +809,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -650,21 +818,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -692,7 +868,7 @@
+ 	-rm -f  pqxxmigrate.moc
+ 
+ #>+ 2
+-KDE_DIST=keximigrate_pqxx.desktop 
++KDE_DIST=Makefile.in keximigrate_pqxx.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -701,10 +877,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/pqxx/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/pqxx/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/migration/pqxx/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/pqxx/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/migration/txt/Makefile.in koffice-1.4.2/kexi/migration/txt/Makefile.in
+--- koffice-1.4.2.orig/kexi/migration/txt/Makefile.in	2005-10-05 12:52:51.000000000 +0200
++++ koffice-1.4.2/kexi/migration/txt/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/migration/txt
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++keximigrate_txtmigrate_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../libkeximigrate.la
++am_keximigrate_txtmigrate_la_OBJECTS = txtmigrate.lo
++#>- keximigrate_txtmigrate_la_OBJECTS =  \
++#>- 	$(am_keximigrate_txtmigrate_la_OBJECTS)
++#>+ 1
++keximigrate_txtmigrate_la_OBJECTS = txtmigrate.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(keximigrate_txtmigrate_la_SOURCES)
++DIST_SOURCES = $(keximigrate_txtmigrate_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,128 +436,165 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = keximigrate_txtmigrate.la
+-
+ INCLUDES = -I$(srcdir)/../../.. -I$(top_srcdir)/kexi $(all_includes)
+-
+ #>- keximigrate_txtmigrate_la_METASOURCES = AUTO
+-
+ keximigrate_txtmigrate_la_SOURCES = txtmigrate.cpp
+-
+ keximigrate_txtmigrate_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) ../libkeximigrate.la
+-
+ #>- keximigrate_txtmigrate_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined
+ #>+ 1
+ keximigrate_txtmigrate_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ kde_services_DATA = keximigrate_txtmigrate.desktop
+-
+ noinst_HEADERS = txtmigrate.h
+-subdir = kexi/migration/txt
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-keximigrate_txtmigrate_la_DEPENDENCIES = ../libkeximigrate.la
+-am_keximigrate_txtmigrate_la_OBJECTS = txtmigrate.lo
+-#>- keximigrate_txtmigrate_la_OBJECTS = \
+-#>- 	$(am_keximigrate_txtmigrate_la_OBJECTS)
+-#>+ 1
+-keximigrate_txtmigrate_la_OBJECTS = txtmigrate.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/txtmigrate.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/txtmigrate.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(keximigrate_txtmigrate_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(keximigrate_txtmigrate_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/txt/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/migration/txt/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/migration/txt/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/txt/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/txt/Makefile
++	  $(AUTOMAKE) --gnu  kexi/migration/txt/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/txt/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -454,34 +605,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(keximigrate_txtmigrate_la_LDFLAGS) $(keximigrate_txtmigrate_la_OBJECTS) $(keximigrate_txtmigrate_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/txtmigrate.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -492,30 +642,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -524,6 +668,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -535,8 +680,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -545,19 +706,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -575,10 +739,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -590,7 +754,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -598,7 +762,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -614,21 +778,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -641,7 +810,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -649,21 +819,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -679,6 +857,9 @@
+ 	@echo "timestamp" > keximigrate_txtmigrate.la.closure
+ 
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  keximigrate_txtmigrate.la.closure
+@@ -686,10 +867,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/migration/txt/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/migration/txt/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/migration/txt/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/migration/txt/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/pics/Makefile.in koffice-1.4.2/kexi/pics/Makefile.in
+--- koffice-1.4.2.orig/kexi/pics/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/pics/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,102 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/pics
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kexipicsdir)"
++kexipicsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kexipics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +141,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +156,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +167,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +188,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +221,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +241,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +262,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +281,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,25 +399,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kexipics_DATA = cp-wiz.png
+-
+ kexipicsdir = $(kde_datadir)/kexi/pics
+-
+ icon_ICON = button button_no test_it db form_edit lineedit business_user urlrequest tabwidget frame \
+ 	relation state_data state_edit state_sql state_text state_view \
+ 	table tables table_newobj \
+@@ -358,34 +495,56 @@
+ 	form_action \
+ 	clear_table_contents delete_table_row insert_table_row
+ 
+-
+ icondir = $(kde_datadir)/kexi/icons
+-
+ EXTRA_DIST = $(icon_ICON)
+-
+ KDE_ICON = kexi kexiproject_sqlite kexiproject_sqlite2 kexiproject_shortcut
+-subdir = kexi/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kexipics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/pics/Makefile
++	  $(AUTOMAKE) --gnu  kexi/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -396,41 +555,44 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kexipicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kexipicsDATA: $(kexipics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kexipicsdir)
++	test -z "$(kexipicsdir)" || $(mkdir_p) "$(DESTDIR)$(kexipicsdir)"
+ 	@list='$(kexipics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kexipicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kexipicsdir)/$$f"; \
+-	  $(kexipicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kexipicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kexipicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kexipicsdir)/$$f'"; \
++	  $(kexipicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kexipicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kexipicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kexipics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kexipicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kexipicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kexipicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kexipicsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -448,10 +610,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kexipicsdir)
+-
++	for dir in "$(DESTDIR)$(kexipicsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -463,7 +625,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -471,7 +633,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -485,13 +647,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -509,25 +673,34 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-kexipicsDATA
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am uninstall-kexipicsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kexipicsDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kexipicsDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kexipicsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -535,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr22-action-label.png cr16-action-form_newobj.png cr16-action-navigator_new.png cr32-action-table.png cr22-action-aoright.png cr22-action-aonarrowest.png cr32-action-state_text.png cr128-action-form_action.png cr32-mime-kexiproject_sqlite2.xcf cr16-action-state_edit.png cr16-action-grid.png cr32-mime-kexiproject_sqlite2.png cr22-action-sort_za.png cr22-action-urlrequest.png cr22-action-aobottom.png cr32-action-insert_table_row.png cr32-action-state_sql.png cr22-action-aowidest.png cr22-action-aofit.png cr32-action-spring.png cr32-action-table_newobj.png cr64-action-business_user.png cr22-action-mouse_pointer.png cr16-action-script.png cr22-action-aoshortest.png cr32-action-new_sign.png cr22-action-aopos2grid.png cr16-action-navigator_first.png cr16-action-aopos2grid.png cr64-action-form_action.png cr16-action-form.png cr32-mime-kexiproject_shortcut.xcf cr16-action-autonumber.png cr16-action-sort_az.png cr16-action-spring.png cr16-action-navigator_next.png cr16-action-query_newobj.png cr22-action-state_edit.png cr16-action-forms.png cr16-action-navigator_prev.png cr16-action-button_no.png cr32-action-clear_table_contents.png cr32-action-pixmaplabel.png cr22-action-listview.png cr16-action-state_text.png cr16-action-relation.png cr22-action-button.png hi16-app-kexi.png cr32-action-business_user.png cr22-action-aoleft.png cr22-action-timeedit.png cr22-action-insert_table_row.png cr22-action-state_text.png cr32-action-grid.png cr22-action-frame.png cr22-action-table.png cr16-action-delete_table_row.png cr16-mime-kexiproject_sqlite.png cr16-action-clear_table_contents.png cr16-action-navigator_last.png cr16-action-select_item.png cr22-action-aogrid.png cr22-action-aotallest.png wiz-temlate.png cr22-action-new_sign.png cr16-action-sort_za.png cr16-action-aogrid.png cr16-action-business_user.png cr22-action-state_sql.png generate_newobj_icons.sh blendkdeicons.sh hi22-app-kexi.png cr16-action-key.png cr22-action-lineedit.png cr22-action-datetimeedit.png cr22-action-delete_table_row.png cr22-action-progress.png cr16-action-report_newobj.png cr22-action-aotop.png cr16-action-reports.png cr16-action-db.png hi32-app-kexi.png cr16-mime-kexiproject_sqlite2.png cr32-mime-kexiproject_sqlite.png cr22-action-form_edit.png cr22-action-alignobjs.png cr22-action-listbox.png cr22-action-combo.png cr16-action-state_sql.png cr16-action-script_newobj.png cr22-action-sort_az.png cr22-action-textedit.png cr22-action-key.png cr22-action-grid.png cp-wiz.png cr16-action-insert_table_row.png cr32-action-state_data.png cr22-action-line.png cr32-action-delete_table_row.png cr22-action-widgetstack.png cr16-action-test_it.png cr48-action-key.png hi48-app-kexi.png cr22-action-form_action.png cr32-action-form_action.png tableview_plus.png cr32-action-key.png cr22-action-signalslot.png cr22-action-clear_table_contents.png cr16-action-form_action.png cr16-action-table.png cr16-action-state_data.png kexi_yellow.svg cr22-action-dateedit.png cr16-action-pixmaplabel.png cr16-action-tables.png cr22-action-table_newobj.png cr22-action-lower.png cr22-action-spring.png cr22-action-spin.png cr16-action-queries.png cr16-action-report.png cr16-action-aofit.png wiz-template.png cr16-action-button.png cr22-action-state_data.png hisc-app-kexi.svgz cr22-action-groupbox.png cr48-action-form_action.png cr16-mime-kexiproject_sqlite2.xcf cr22-action-radio.png cr22-action-business_user.png cr16-action-new_sign.png cr22-action-pixmaplabel.png cr22-action-tabwidget.png cr32-mime-kexiproject_shortcut.png cr16-mime-kexiproject_sqlite.xcf cr22-action-raise.png cr22-action-relation.png cr32-mime-kexiproject_sqlite.xcf cr22-action-slider.png cr16-action-query.png cr22-action-test_it.png cr22-action-check.png tableview_pen.png cr16-action-table_newobj.png 
++KDE_DIST=cr22-action-label.png cr16-action-form_newobj.png cr16-action-navigator_new.png cr32-action-table.png cr22-action-aoright.png cr22-action-aonarrowest.png cr32-action-state_text.png cr128-action-form_action.png cr32-mime-kexiproject_sqlite2.xcf cr16-action-state_edit.png cr16-action-grid.png cr32-mime-kexiproject_sqlite2.png cr22-action-sort_za.png cr22-action-urlrequest.png cr22-action-aobottom.png cr32-action-insert_table_row.png cr32-action-state_sql.png cr22-action-aowidest.png cr22-action-aofit.png cr32-action-spring.png cr32-action-table_newobj.png cr64-action-business_user.png cr22-action-mouse_pointer.png cr16-action-script.png cr22-action-aoshortest.png cr32-action-new_sign.png cr22-action-aopos2grid.png cr16-action-navigator_first.png cr16-action-aopos2grid.png cr64-action-form_action.png cr16-action-form.png cr32-mime-kexiproject_shortcut.xcf cr16-action-autonumber.png cr16-action-sort_az.png cr16-action-spring.png cr16-action-navigator_next.png Makefile.in cr16-action-query_newobj.png cr22-action-state_edit.png cr16-action-forms.png cr16-action-navigator_prev.png cr16-action-button_no.png cr32-action-clear_table_contents.png cr32-action-pixmaplabel.png cr22-action-listview.png cr16-action-state_text.png cr16-action-relation.png cr22-action-button.png hi16-app-kexi.png cr32-action-business_user.png cr22-action-aoleft.png cr22-action-timeedit.png cr22-action-insert_table_row.png cr22-action-state_text.png cr32-action-grid.png cr22-action-frame.png cr22-action-table.png cr16-action-delete_table_row.png cr16-mime-kexiproject_sqlite.png cr16-action-clear_table_contents.png cr16-action-navigator_last.png cr16-action-select_item.png cr22-action-aogrid.png cr22-action-aotallest.png wiz-temlate.png cr22-action-new_sign.png cr16-action-sort_za.png cr16-action-aogrid.png cr16-action-business_user.png cr22-action-state_sql.png generate_newobj_icons.sh blendkdeicons.sh hi22-app-kexi.png cr16-action-key.png cr22-action-lineedit.png cr22-action-datetimeedit.png cr22-action-delete_table_row.png cr22-action-progress.png cr16-action-report_newobj.png cr22-action-aotop.png cr16-action-reports.png cr16-action-db.png hi32-app-kexi.png cr16-mime-kexiproject_sqlite2.png cr32-mime-kexiproject_sqlite.png cr22-action-form_edit.png cr22-action-alignobjs.png cr22-action-listbox.png cr22-action-combo.png cr16-action-state_sql.png cr16-action-script_newobj.png cr22-action-sort_az.png cr22-action-textedit.png cr22-action-key.png cr22-action-grid.png cp-wiz.png cr16-action-insert_table_row.png cr32-action-state_data.png cr22-action-line.png cr32-action-delete_table_row.png cr22-action-widgetstack.png cr16-action-test_it.png cr48-action-key.png hi48-app-kexi.png cr22-action-form_action.png cr32-action-form_action.png tableview_plus.png cr32-action-key.png cr22-action-signalslot.png cr22-action-clear_table_contents.png cr16-action-form_action.png cr16-action-table.png cr16-action-state_data.png kexi_yellow.svg cr22-action-dateedit.png cr16-action-pixmaplabel.png cr16-action-tables.png cr22-action-table_newobj.png cr22-action-lower.png cr22-action-spring.png cr22-action-spin.png cr16-action-queries.png cr16-action-report.png cr16-action-aofit.png wiz-template.png cr16-action-button.png cr22-action-state_data.png hisc-app-kexi.svgz cr22-action-groupbox.png cr48-action-form_action.png cr16-mime-kexiproject_sqlite2.xcf cr22-action-radio.png cr22-action-business_user.png cr16-action-new_sign.png cr22-action-pixmaplabel.png cr22-action-tabwidget.png cr32-mime-kexiproject_shortcut.png cr16-mime-kexiproject_sqlite.xcf cr22-action-raise.png cr22-action-relation.png cr32-mime-kexiproject_sqlite.xcf cr22-action-slider.png cr16-action-query.png cr22-action-test_it.png cr22-action-check.png tableview_pen.png cr16-action-table_newobj.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -824,10 +997,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/scalable/apps/kexi.svgz
+ 	-rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kexiproject_sqlite.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/forms/Makefile.in koffice-1.4.2/kexi/plugins/forms/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/forms/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/forms/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,190 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/../Makefile.common \
++	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/forms
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(lib_LTLIBRARIES)
++kexidbwidgets_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la \
++	./libkexiformutils.la
++am_kexidbwidgets_la_OBJECTS = kexidbfactory.lo kexilabel.lo \
++	kexidbinputwidget.lo
++#>- kexidbwidgets_la_OBJECTS = $(am_kexidbwidgets_la_OBJECTS)
++#>+ 5
++kexidbwidgets_la_final_OBJECTS = kexidbwidgets_la.all_cpp.lo 
++kexidbwidgets_la_nofinal_OBJECTS = kexidbfactory.lo kexilabel.lo \
++	kexidbinputwidget.lo
++ at KDE_USE_FINAL_FALSE@kexidbwidgets_la_OBJECTS = $(kexidbwidgets_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexidbwidgets_la_OBJECTS = $(kexidbwidgets_la_final_OBJECTS)
++kexihandler_form_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/core/libkexicore.la \
++	$(top_builddir)/kexi/widget/utils/libkexiguiutils.la \
++	$(top_builddir)/kexi/widget/tableview/libkexidatatable.la \
++	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la \
++	./libkexiformutils.la
++am_kexihandler_form_la_OBJECTS = kexiformpart.lo kexiformview.lo
++#>- kexihandler_form_la_OBJECTS = $(am_kexihandler_form_la_OBJECTS)
++#>+ 4
++kexihandler_form_la_final_OBJECTS = kexihandler_form_la.all_cpp.lo 
++kexihandler_form_la_nofinal_OBJECTS = kexiformpart.lo kexiformview.lo
++ at KDE_USE_FINAL_FALSE@kexihandler_form_la_OBJECTS = $(kexihandler_form_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexihandler_form_la_OBJECTS = $(kexihandler_form_la_final_OBJECTS)
++libkexiformutils_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/core/libkexicore.la
++am_libkexiformutils_la_OBJECTS = kexiformdataiteminterface.lo \
++	kexidataawarewidgetinfo.lo kexidataprovider.lo \
++	kexiformscrollview.lo kexidbform.lo kexiformeventhandler.lo \
++	kexiactionselectiondialog.lo kexiformmanager.lo
++#>- libkexiformutils_la_OBJECTS = $(am_libkexiformutils_la_OBJECTS)
++#>+ 7
++libkexiformutils_la_final_OBJECTS = libkexiformutils_la.all_cpp.lo 
++libkexiformutils_la_nofinal_OBJECTS = kexiformdataiteminterface.lo \
++	kexidataawarewidgetinfo.lo kexidataprovider.lo \
++	kexiformscrollview.lo kexidbform.lo kexiformeventhandler.lo \
++	kexiactionselectiondialog.lo kexiformmanager.lo
++ at KDE_USE_FINAL_FALSE@libkexiformutils_la_OBJECTS = $(libkexiformutils_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexiformutils_la_OBJECTS = $(libkexiformutils_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidbwidgets_la_SOURCES) $(kexihandler_form_la_SOURCES) \
++	$(libkexiformutils_la_SOURCES)
++DIST_SOURCES = $(kexidbwidgets_la_SOURCES) \
++	$(kexihandler_form_la_SOURCES) $(libkexiformutils_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +229,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +244,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +255,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +276,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +309,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +329,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +350,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +369,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,25 +487,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_form.la kexidbwidgets.la
+-
+ kexihandler_form_la_SOURCES = kexiformpart.cpp kexiformview.cpp
+-
+ #>- kexihandler_form_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined
+ #>+ 1
+ kexihandler_form_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined $(KDE_NO_UNDEFINED)
+@@ -351,7 +576,6 @@
+ 	$(top_builddir)/kexi/formeditor/libkformdesigner.la \
+ 	./libkexiformutils.la
+ 
+-
+ kexidbwidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexidbwidgets_la_SOURCES = kexidbfactory.cpp kexilabel.cpp \
+ 	kexidbinputwidget.cpp
+@@ -359,7 +583,6 @@
+ kexidbwidgets_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la \
+ 	./libkexiformutils.la
+ 
+-
+ lib_LTLIBRARIES = libkexiformutils.la
+ libkexiformutils_la_SOURCES = kexiformdataiteminterface.cpp kexidataawarewidgetinfo.cpp \
+ 	kexidataprovider.cpp kexiformscrollview.cpp kexidbform.cpp kexiformeventhandler.cpp \
+@@ -367,227 +590,118 @@
+ 
+ libkexiformutils_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkexiformutils_la_LIBADD = $(top_builddir)/kexi/core/libkexicore.la
+-
+ servicesdir = $(kde_servicesdir)/kformdesigner
+ services_DATA = kexidbfactory.desktop
+-
+ SUBDIRS = .
+-
+ INCLUDES = -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+-		-I$(top_srcdir)/kexi/widget/utils \
+-		-I$(top_srcdir)/kexi/widget \
+-		-I$(top_srcdir)/kexi/formeditor \
+-		-I$(top_srcdir)/kexi/widget/tableview $(all_includes)\
+-$(LIB_KEXI_KMDI_INCLUDES)
+-
++	-I$(top_srcdir)/kexi/widget/utils -I$(top_srcdir)/kexi/widget \
++	-I$(top_srcdir)/kexi/formeditor \
++	-I$(top_srcdir)/kexi/widget/tableview $(all_includes) \
++	$(LIB_KEXI_KMDI_INCLUDES)
+ #>- METASOURCES = AUTO
+-
+ noinst_HEADERS = kexidbinputwidget.h kexidataprovider.h kexidbfactory.h \
+ 	kexidbform.h kexiformpart.h kexiformscrollview.h kexiformview.h kexilabel.h \
+ 	kexiwidgetfactory.h
+ 
+-subdir = kexi/plugins/forms
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(lib_LTLIBRARIES)
+-
+-kexidbwidgets_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la \
+-	./libkexiformutils.la
+-am_kexidbwidgets_la_OBJECTS = kexidbfactory.lo kexilabel.lo \
+-	kexidbinputwidget.lo
+-#>- kexidbwidgets_la_OBJECTS = $(am_kexidbwidgets_la_OBJECTS)
+-#>+ 5
+-kexidbwidgets_la_final_OBJECTS = kexidbwidgets_la.all_cpp.lo 
+-kexidbwidgets_la_nofinal_OBJECTS = kexidbfactory.lo kexilabel.lo \
+-	kexidbinputwidget.lo
+- at KDE_USE_FINAL_FALSE@kexidbwidgets_la_OBJECTS = $(kexidbwidgets_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexidbwidgets_la_OBJECTS = $(kexidbwidgets_la_final_OBJECTS)
+-kexihandler_form_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/core/libkexicore.la \
+-	$(top_builddir)/kexi/widget/utils/libkexiguiutils.la \
+-	$(top_builddir)/kexi/widget/tableview/libkexidatatable.la \
+-	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la \
+-	./libkexiformutils.la
+-am_kexihandler_form_la_OBJECTS = kexiformpart.lo kexiformview.lo
+-#>- kexihandler_form_la_OBJECTS = $(am_kexihandler_form_la_OBJECTS)
+-#>+ 4
+-kexihandler_form_la_final_OBJECTS = kexihandler_form_la.all_cpp.lo 
+-kexihandler_form_la_nofinal_OBJECTS = kexiformpart.lo kexiformview.lo
+- at KDE_USE_FINAL_FALSE@kexihandler_form_la_OBJECTS = $(kexihandler_form_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexihandler_form_la_OBJECTS = $(kexihandler_form_la_final_OBJECTS)
+-libkexiformutils_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/core/libkexicore.la
+-am_libkexiformutils_la_OBJECTS = kexiformdataiteminterface.lo \
+-	kexidataawarewidgetinfo.lo kexidataprovider.lo \
+-	kexiformscrollview.lo kexidbform.lo kexiformeventhandler.lo \
+-	kexiactionselectiondialog.lo kexiformmanager.lo
+-#>- libkexiformutils_la_OBJECTS = $(am_libkexiformutils_la_OBJECTS)
+-#>+ 7
+-libkexiformutils_la_final_OBJECTS = libkexiformutils_la.all_cpp.lo 
+-libkexiformutils_la_nofinal_OBJECTS = kexiformdataiteminterface.lo \
+-	kexidataawarewidgetinfo.lo kexidataprovider.lo \
+-	kexiformscrollview.lo kexidbform.lo kexiformeventhandler.lo \
+-	kexiactionselectiondialog.lo kexiformmanager.lo
+- at KDE_USE_FINAL_FALSE@libkexiformutils_la_OBJECTS = $(libkexiformutils_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexiformutils_la_OBJECTS = $(libkexiformutils_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexiactionselectiondialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidataawarewidgetinfo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidataprovider.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbfactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbform.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbinputwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiformdataiteminterface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiformeventhandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiformmanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiformpart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiformscrollview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiformview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexilabel.Plo
+-#>+ 26
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexidbwidgets_la.all_cpp.P $(DEPDIR)/kexihandler_form_la.all_cpp.P $(DEPDIR)/libkexiformutils_la.all_cpp.P ./$(DEPDIR)/kexiactionselectiondialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataawarewidgetinfo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataprovider.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbform.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbinputwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformdataiteminterface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformeventhandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformscrollview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexilabel.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexiactionselectiondialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataawarewidgetinfo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataprovider.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbform.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbinputwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformdataiteminterface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformeventhandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformscrollview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiformview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexilabel.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidbwidgets_la_SOURCES) \
+-	$(kexihandler_form_la_SOURCES) $(libkexiformutils_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexidbwidgets_la_SOURCES) $(kexihandler_form_la_SOURCES) $(libkexiformutils_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/forms/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/forms/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/forms/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/forms/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/forms/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/forms/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/forms/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -605,7 +719,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexiformutils_la_LDFLAGS) $(libkexiformutils_la_OBJECTS) $(libkexiformutils_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -624,27 +738,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiformview.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexilabel.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -655,23 +768,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -681,7 +793,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -693,7 +811,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -701,7 +819,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -722,17 +846,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -742,14 +865,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -758,8 +890,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -768,21 +916,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -797,15 +946,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -815,8 +966,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(libdir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -828,7 +980,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -836,7 +988,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -845,21 +997,24 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-recursive
+ 
+-#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libLTLIBRARIES \
+-#>- 	clean-libtool mostlyclean-am
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES \
++#>- 	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libLTLIBRARIES \
+-	clean-libtool mostlyclean-am
++clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -879,7 +1034,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -887,30 +1043,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-libLTLIBRARIES uninstall-servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libLTLIBRARIES \
+-	clean-libtool clean-recursive distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-recursive distclean-tags distdir dvi dvi-am \
+-	dvi-recursive info info-am info-recursive install install-am \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
+-	install-kde_moduleLTLIBRARIES install-libLTLIBRARIES \
+-	install-man install-recursive install-servicesDATA \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kde_moduleLTLIBRARIES \
++	install-libLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-libLTLIBRARIES \
+-	uninstall-recursive uninstall-servicesDATA
++	installdirs-am maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-libLTLIBRARIES uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -1002,7 +1163,7 @@
+ 	-rm -f  kexidbfactory.moc kexiformview.moc kexilabel.moc kexidbform.moc kexiactionselectiondialog.moc kexiformpart.moc kexiwidgetfactory.moc kexidbinputwidget.moc kexiformscrollview.moc
+ 
+ #>+ 2
+-KDE_DIST=kexidbfactory.desktop kexiwidgetfactory.cpp kexiactionselectiondialog.h kexidataawarewidgetinfo.h kexiformeventhandler.h kexiformdataiteminterface.h kexiformmanager.h 
++KDE_DIST=Makefile.in kexidbfactory.desktop kexiwidgetfactory.cpp kexiactionselectiondialog.h kexidataawarewidgetinfo.h kexiformeventhandler.h kexiformdataiteminterface.h kexiformmanager.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -1011,10 +1172,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/forms/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/forms/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/forms/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/forms/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/importwizard/common/Makefile.in koffice-1.4.2/kexi/plugins/importwizard/common/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/importwizard/common/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/importwizard/common/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,135 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/importwizard/common
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++libkexiimportwizard_la_DEPENDENCIES = ../../../core/libkexicore.la
++am_libkexiimportwizard_la_OBJECTS = kexiimportwizard.lo \
++	kexiimportwizardform.lo
++#>- libkexiimportwizard_la_OBJECTS = $(am_libkexiimportwizard_la_OBJECTS)
++#>+ 5
++libkexiimportwizard_la_final_OBJECTS = libkexiimportwizard_la.all_cpp.lo 
++libkexiimportwizard_la_nofinal_OBJECTS = kexiimportwizard.lo \
++	kexiimportwizardform.lo kexiimportwizardformbase.lo
++ at KDE_USE_FINAL_FALSE@libkexiimportwizard_la_OBJECTS = $(libkexiimportwizard_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexiimportwizard_la_OBJECTS = $(libkexiimportwizard_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexiimportwizard_la_SOURCES)
++DIST_SOURCES = $(libkexiimportwizard_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +432,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexiimportwizard.la
+-
+ #>- libkexiimportwizard_la_SOURCES = kexiimportwizard.cpp kexiimportwizardformbase.ui\
+ #>- 	kexiimportwizardform.cpp
+ #>+ 2
+@@ -347,107 +518,83 @@
+ 
+ libkexiimportwizard_la_LDFLAGS = $(all_libraries) $(VER_INFO) --no-unresolved
+ libkexiimportwizard_la_LIBADD = ../../../core/libkexicore.la
+-
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+ 		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/tableview \
+ 		-I$(top_srcdir)/kexi/kexiDB -I$(top_srcdir)/kexi/plugins/tables $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/plugins/importwizard/common
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexiimportwizard_la_DEPENDENCIES = ../../../core/libkexicore.la
+-am_libkexiimportwizard_la_OBJECTS = kexiimportwizard.lo \
+-	kexiimportwizardform.lo
+-#>- libkexiimportwizard_la_OBJECTS = $(am_libkexiimportwizard_la_OBJECTS)
+-#>+ 5
+-libkexiimportwizard_la_final_OBJECTS = libkexiimportwizard_la.all_cpp.lo 
+-libkexiimportwizard_la_nofinal_OBJECTS = kexiimportwizard.lo \
+-	kexiimportwizardform.lo kexiimportwizardformbase.lo
+- at KDE_USE_FINAL_FALSE@libkexiimportwizard_la_OBJECTS = $(libkexiimportwizard_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexiimportwizard_la_OBJECTS = $(libkexiimportwizard_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexiimportwizard.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiimportwizardform.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kexiimportwizardformbase.P  $(DEPDIR)/libkexiimportwizard_la.all_cpp.P ./$(DEPDIR)/kexiimportwizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiimportwizardform.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kexiimportwizardformbase.P ./$(DEPDIR)/kexiimportwizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiimportwizardform.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexiimportwizard_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkexiimportwizard_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/common/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/common/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/common/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/common/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/common/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/common/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/importwizard/common/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -455,7 +602,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexiimportwizard_la_LDFLAGS) $(libkexiimportwizard_la_OBJECTS) $(libkexiimportwizard_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -463,27 +610,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiimportwizard.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiimportwizardform.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -495,11 +641,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -508,6 +649,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -519,8 +661,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -529,21 +687,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -561,10 +720,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -576,7 +735,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -584,7 +743,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -600,14 +759,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -623,7 +785,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -631,19 +794,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-info install-info-am \
+ 	install-libLTLIBRARIES install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -668,7 +840,7 @@
+ 	-rm -f  kexiimportwizardform.moc kexiimportwizard.moc
+ 
+ #>+ 2
+-KDE_DIST=kexiimportwizardform.h kexiimportwizardformbase.ui kexiimportwizard.h 
++KDE_DIST=Makefile.in kexiimportwizardform.h kexiimportwizardformbase.ui kexiimportwizard.h Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -678,10 +850,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/common/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/common/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/common/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/importwizard/common/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/importwizard/file/Makefile.in koffice-1.4.2/kexi/plugins/importwizard/file/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/importwizard/file/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/importwizard/file/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/importwizard/file
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexifileimport_la_DEPENDENCIES = ../../../core/libkexicore.la \
++	../common/libkexiimportwizard.la
++am_kexifileimport_la_OBJECTS = kexifileimportwizard.lo \
++	kexiimportfiledialogwidget.lo
++#>- kexifileimport_la_OBJECTS = $(am_kexifileimport_la_OBJECTS)
++#>+ 5
++kexifileimport_la_final_OBJECTS = kexifileimport_la.all_cpp.lo 
++kexifileimport_la_nofinal_OBJECTS = kexifileimportwizard.lo \
++	kexiimportfiledialogwidget.lo
++ at KDE_USE_FINAL_FALSE@kexifileimport_la_OBJECTS = $(kexifileimport_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexifileimport_la_OBJECTS = $(kexifileimport_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexifileimport_la_SOURCES)
++DIST_SOURCES = $(kexifileimport_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,129 +433,166 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h $(USE_EXCEPTIONS) -DKEXIFILTER_EXPORT= -DKEXIDB_EXPORT= -DKEXICORE_EXPORT=
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h $(USE_EXCEPTIONS) \
++	-DKEXIFILTER_EXPORT= -DKEXIDB_EXPORT= -DKEXICORE_EXPORT=
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexifileimport.la
+-
+ kexifileimport_la_SOURCES = kexifileimportwizard.cpp kexiimportfiledialogwidget.cpp
+ kexifileimport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexifileimport_la_LIBADD = ../../../core/libkexicore.la ../common/libkexiimportwizard.la
+-
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+ 		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/tableview \
+ 		-I$(top_srcdir)/kexi/kexiDB -I$(top_srcdir)/kexi/plugins/tables \
+ 		-I$(top_srcdir)/kexi/plugins/importwizard/common $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/plugins/importwizard/file
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexifileimport_la_DEPENDENCIES = ../../../core/libkexicore.la \
+-	../common/libkexiimportwizard.la
+-am_kexifileimport_la_OBJECTS = kexifileimportwizard.lo \
+-	kexiimportfiledialogwidget.lo
+-#>- kexifileimport_la_OBJECTS = $(am_kexifileimport_la_OBJECTS)
+-#>+ 5
+-kexifileimport_la_final_OBJECTS = kexifileimport_la.all_cpp.lo 
+-kexifileimport_la_nofinal_OBJECTS = kexifileimportwizard.lo \
+-	kexiimportfiledialogwidget.lo
+- at KDE_USE_FINAL_FALSE@kexifileimport_la_OBJECTS = $(kexifileimport_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexifileimport_la_OBJECTS = $(kexifileimport_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexifileimportwizard.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiimportfiledialogwidget.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexifileimport_la.all_cpp.P ./$(DEPDIR)/kexifileimportwizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiimportfiledialogwidget.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexifileimportwizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiimportfiledialogwidget.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexifileimport_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexifileimport_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/file/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/file/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/file/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/file/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/file/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/file/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/importwizard/file/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -455,7 +603,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexifileimport_la_LDFLAGS) $(kexifileimport_la_OBJECTS) $(kexifileimport_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -463,27 +611,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexifileimportwizard.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiimportfiledialogwidget.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -495,11 +642,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -508,6 +650,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -519,8 +662,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -529,21 +688,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -561,10 +721,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -576,7 +736,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -584,7 +744,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -600,14 +760,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -627,7 +790,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -635,19 +799,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -681,7 +854,7 @@
+ 	-rm -f  kexiimportfiledialogwidget.moc kexifileimportwizard.moc
+ 
+ #>+ 2
+-KDE_DIST=kexifileimportwizard.h kexiimportfiledialogwidget.h 
++KDE_DIST=kexifileimportwizard.h Makefile.in kexiimportfiledialogwidget.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +863,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/file/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/file/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/file/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/importwizard/file/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/importwizard/Makefile.in koffice-1.4.2/kexi/plugins/importwizard/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/importwizard/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/importwizard/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/plugins/importwizard
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = common file
+-subdir = kexi/plugins/importwizard
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/importwizard/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/importwizard/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/importwizard/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/importwizard/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/importwizard/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/kugar/kudesigner/Makefile.in koffice-1.4.2/kexi/plugins/kugar/kudesigner/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/kugar/kudesigner/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/kugar/kudesigner/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,146 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/kugar/kudesigner
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kudesigner_kexiplugin_la_DEPENDENCIES = ../../../core/libkexicore.la \
++	../../../../kugar/kudesigner/libkudesignercore.la
++am_kudesigner_kexiplugin_la_OBJECTS = kudesigner_kexiplugin.lo
++#>- kudesigner_kexiplugin_la_OBJECTS =  \
++#>- 	$(am_kudesigner_kexiplugin_la_OBJECTS)
++#>+ 1
++kudesigner_kexiplugin_la_OBJECTS = kudesigner_kexiplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kudesigner_kexiplugin_la_SOURCES)
++DIST_SOURCES = $(kudesigner_kexiplugin_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +185,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +200,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +211,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +232,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +265,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +285,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +306,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +325,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,28 +443,87 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kudesigner_kexiplugin.la
+-
+ kudesigner_kexiplugin_la_SOURCES = kudesigner_kexiplugin.cpp
+-
+ kudesigner_kexiplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kudesigner_kexiplugin_la_LIBADD = ../../../core/libkexicore.la ../../../../kugar/kudesigner/libkudesignercore.la
+-
+ SUBDIRS = .
+ 
+ # kde_appsdir         Where your application's menu entry (.desktop) should go to.
+@@ -371,106 +551,79 @@
+ 		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/datatable \
+ 		-I$(top_srcdir)/kugar/kudesigner -I$(top_srcdir)/kugar/kudesigner_lib $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/plugins/kugar/kudesigner
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kudesigner_kexiplugin_la_DEPENDENCIES = ../../../core/libkexicore.la \
+-	../../../../kugar/kudesigner/libkudesignercore.la
+-am_kudesigner_kexiplugin_la_OBJECTS = kudesigner_kexiplugin.lo
+-#>- kudesigner_kexiplugin_la_OBJECTS = \
+-#>- 	$(am_kudesigner_kexiplugin_la_OBJECTS)
+-#>+ 1
+-kudesigner_kexiplugin_la_OBJECTS = kudesigner_kexiplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kudesigner_kexiplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kudesigner_kexiplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kudesigner_kexiplugin_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kudesigner_kexiplugin_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/kugar/kudesigner/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/kugar/kudesigner/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/kugar/kudesigner/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/kugar/kudesigner/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/kugar/kudesigner/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/kugar/kudesigner/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/kugar/kudesigner/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -481,34 +634,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kudesigner_kexiplugin_la_LDFLAGS) $(kudesigner_kexiplugin_la_OBJECTS) $(kudesigner_kexiplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kudesigner_kexiplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -527,7 +679,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -539,7 +697,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -547,7 +705,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -568,17 +732,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -588,14 +751,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -604,8 +776,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -614,21 +802,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -643,15 +832,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -661,8 +852,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -674,7 +866,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -682,7 +874,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -698,14 +890,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -725,7 +920,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -733,27 +929,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -780,7 +981,7 @@
+ 	-rm -f  kudesigner_kexiplugin.moc
+ 
+ #>+ 2
+-KDE_DIST=kudesigner_kexiplugin.h 
++KDE_DIST=Makefile.in kudesigner_kexiplugin.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -789,10 +990,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/kugar/kudesigner/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/kugar/kudesigner/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/kugar/kudesigner/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/kugar/kudesigner/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/kugar/Makefile.in koffice-1.4.2/kexi/plugins/kugar/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/kugar/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/kugar/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,157 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/kugar
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexihandler_kugar_la_DEPENDENCIES = ../../core/libkexicore.la
++am_kexihandler_kugar_la_OBJECTS = kexikugarhandler.lo \
++	kexikugarhandlerproxy.lo kexikugarwrapper.lo \
++	kexikugarhandleritem.lo kexikugardesignerwrapper.lo \
++	kexitempdir.lo
++#>- kexihandler_kugar_la_OBJECTS = $(am_kexihandler_kugar_la_OBJECTS)
++#>+ 7
++kexihandler_kugar_la_final_OBJECTS = kexihandler_kugar_la.all_cpp.lo 
++kexihandler_kugar_la_nofinal_OBJECTS = kexikugarhandler.lo \
++	kexikugarhandlerproxy.lo kexikugarwrapper.lo \
++	kexikugarhandleritem.lo kexikugardesignerwrapper.lo \
++	kexitempdir.lo kexikugarlicense.lo
++ at KDE_USE_FINAL_FALSE@kexihandler_kugar_la_OBJECTS = $(kexihandler_kugar_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexihandler_kugar_la_OBJECTS = $(kexihandler_kugar_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexihandler_kugar_la_SOURCES)
++DIST_SOURCES = $(kexihandler_kugar_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +196,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +211,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +222,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +243,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +276,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +296,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +317,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +336,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,33 +454,92 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_kugar.la
+-
+ #>- kexihandler_kugar_la_SOURCES = kexikugarlicense.ui kexikugarhandler.cpp kexikugarhandlerproxy.cpp \
+ #>- 		kexikugarwrapper.cpp kexikugarhandleritem.cpp kexikugardesignerwrapper.cpp kexitempdir.cpp
+ #>+ 2
+ kexihandler_kugar_la_SOURCES= kexikugarhandler.cpp kexikugarhandlerproxy.cpp \
+ 		kexikugarwrapper.cpp kexikugarhandleritem.cpp kexikugardesignerwrapper.cpp kexitempdir.cpp kexikugarlicense.cpp
+ 
+-
+ kexihandler_kugar_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexihandler_kugar_la_LIBADD = ../../core/libkexicore.la
+-
+ SUBDIRS = . kudesigner
+ 
+ # kde_appsdir         Where your application's menu entry (.desktop) should go to.
+@@ -375,134 +566,81 @@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+ 		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/datatable $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ servicesdir = $(kde_servicesdir)/kexi
+ services_DATA = kexikugarhandler.desktop
+-subdir = kexi/plugins/kugar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexihandler_kugar_la_DEPENDENCIES = ../../core/libkexicore.la
+-am_kexihandler_kugar_la_OBJECTS = kexikugarhandler.lo \
+-	kexikugarhandlerproxy.lo kexikugarwrapper.lo \
+-	kexikugarhandleritem.lo kexikugardesignerwrapper.lo \
+-	kexitempdir.lo
+-#>- kexihandler_kugar_la_OBJECTS = $(am_kexihandler_kugar_la_OBJECTS)
+-#>+ 7
+-kexihandler_kugar_la_final_OBJECTS = kexihandler_kugar_la.all_cpp.lo 
+-kexihandler_kugar_la_nofinal_OBJECTS = kexikugarhandler.lo \
+-	kexikugarhandlerproxy.lo kexikugarwrapper.lo \
+-	kexikugarhandleritem.lo kexikugardesignerwrapper.lo \
+-	kexitempdir.lo kexikugarlicense.lo
+- at KDE_USE_FINAL_FALSE@kexihandler_kugar_la_OBJECTS = $(kexihandler_kugar_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexihandler_kugar_la_OBJECTS = $(kexihandler_kugar_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexikugardesignerwrapper.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandleritem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandlerproxy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexikugarwrapper.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitempdir.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kexikugarlicense.P  $(DEPDIR)/kexihandler_kugar_la.all_cpp.P ./$(DEPDIR)/kexikugardesignerwrapper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandleritem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandlerproxy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarwrapper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitempdir.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kexikugarlicense.P ./$(DEPDIR)/kexikugardesignerwrapper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandleritem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarhandlerproxy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexikugarwrapper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitempdir.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexihandler_kugar_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexihandler_kugar_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/kugar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/kugar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/kugar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/kugar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/kugar/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/kugar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -513,7 +651,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexihandler_kugar_la_LDFLAGS) $(kexihandler_kugar_la_OBJECTS) $(kexihandler_kugar_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -525,27 +663,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexikugarwrapper.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexitempdir.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -556,23 +693,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -582,7 +718,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -594,7 +736,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -602,7 +744,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -623,17 +771,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -643,14 +790,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -659,8 +815,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -669,21 +841,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -698,15 +871,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -716,8 +891,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -729,7 +905,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -737,7 +913,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -753,14 +929,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -780,7 +959,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -788,29 +968,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-servicesDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-recursive \
+-	uninstall-servicesDATA
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-servicesDATA install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -865,7 +1050,7 @@
+ 	-rm -f  kexikugarhandlerproxy.moc kexikugardesignerwrapper.moc kexikugarwrapper.moc kexikugarhandler.moc kexikugarhandleritem.moc
+ 
+ #>+ 2
+-KDE_DIST=kexitempdir.h kexikugarhandleritem.h kexikugarwrapper.h kexikugarlicense.ui kexikugarhandler.h kexikugarhandlerproxy.h kexikugardesignerwrapper.h kexikugarhandler.desktop 
++KDE_DIST=kexitempdir.h kexikugarhandleritem.h kexikugarwrapper.h Makefile.in kexikugarlicense.ui kexikugarhandler.h kexikugarhandlerproxy.h kexikugardesignerwrapper.h Makefile.am kexikugarhandler.desktop 
+ 
+ #>+ 4
+ clean-ui:
+@@ -879,10 +1064,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/kugar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/kugar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/kugar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/Makefile.in koffice-1.4.2/kexi/plugins/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/plugins
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = tables relations migration queries forms scripting
+-subdir = kexi/plugins
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,31 +773,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ #importwizard relations reports
+@@ -603,15 +812,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Makefile.common configure.in.in configure.in.mid 
++KDE_DIST=Makefile.in Makefile.common configure.in.in configure.in.mid Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/migration/Makefile.in koffice-1.4.2/kexi/plugins/migration/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/migration/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/migration/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/../Makefile.common $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/migration
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexihandler_migration_la_DEPENDENCIES = ../../core/libkexicore.la \
++	../../migration/libkeximigrate.la
++am_kexihandler_migration_la_OBJECTS = keximigrationpart.lo
++#>- kexihandler_migration_la_OBJECTS =  \
++#>- 	$(am_kexihandler_migration_la_OBJECTS)
++#>+ 1
++kexihandler_migration_la_OBJECTS = keximigrationpart.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexihandler_migration_la_SOURCES)
++DIST_SOURCES = $(kexihandler_migration_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,128 +433,168 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_migration.la
+-
+ kexihandler_migration_la_SOURCES = keximigrationpart.cpp
+-
+ kexihandler_migration_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexihandler_migration_la_LIBADD = ../../core/libkexicore.la \
+ 	../../migration/libkeximigrate.la
+ 
+-
+ INCLUDES = -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+-		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/migration \
+-		-I$(top_srcdir)/kexi/kexiDB $(all_includes)\
+-$(LIB_KEXI_KMDI_INCLUDES)
+-
++	-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/migration \
++	-I$(top_srcdir)/kexi/kexiDB $(all_includes) \
++	$(LIB_KEXI_KMDI_INCLUDES)
+ #>- METASOURCES = AUTO
+-
+ servicesdir = $(kde_servicesdir)/kexi
+ services_DATA = keximigrationhandler.desktop
+-subdir = kexi/plugins/migration
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexihandler_migration_la_DEPENDENCIES = ../../core/libkexicore.la \
+-	../../migration/libkeximigrate.la
+-am_kexihandler_migration_la_OBJECTS = keximigrationpart.lo
+-#>- kexihandler_migration_la_OBJECTS = \
+-#>- 	$(am_kexihandler_migration_la_OBJECTS)
+-#>+ 1
+-kexihandler_migration_la_OBJECTS = keximigrationpart.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/keximigrationpart.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/keximigrationpart.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexihandler_migration_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexihandler_migration_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/migration/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/migration/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/migration/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/migration/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/migration/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/migration/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/migration/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -454,34 +605,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexihandler_migration_la_LDFLAGS) $(kexihandler_migration_la_OBJECTS) $(kexihandler_migration_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/keximigrationpart.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -492,30 +642,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -524,6 +668,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -535,8 +680,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -545,21 +706,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -577,10 +739,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -592,7 +754,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -600,7 +762,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -616,14 +778,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -643,7 +808,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -651,21 +817,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -681,7 +856,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=keximigrationhandler.desktop keximigrationpart.h 
++KDE_DIST=Makefile.in keximigrationhandler.desktop keximigrationpart.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +865,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/migration/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/migration/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/migration/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/migration/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/queries/Makefile.in koffice-1.4.2/kexi/plugins/queries/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/queries/Makefile.in	2005-10-05 12:52:52.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/queries/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/../Makefile.common $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/queries
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexihandler_query_la_DEPENDENCIES = ../../core/libkexicore.la \
++	../../kexidb/libkexidb.la \
++	../../widget/libkexiextendedwidgets.la \
++	../../widget/tableview/libkexidatatable.la \
++	../../widget/relations/libkexirelationsview.la
++am_kexihandler_query_la_OBJECTS = kexiquerypart.lo \
++	kexiquerydesignersql.lo kexiquerydesignersqlhistory.lo \
++	kexiquerydesignerguieditor.lo kexiqueryview.lo
++#>- kexihandler_query_la_OBJECTS = $(am_kexihandler_query_la_OBJECTS)
++#>+ 6
++kexihandler_query_la_final_OBJECTS = kexihandler_query_la.all_cpp.lo 
++kexihandler_query_la_nofinal_OBJECTS = kexiquerypart.lo \
++	kexiquerydesignersql.lo kexiquerydesignersqlhistory.lo \
++	kexiquerydesignerguieditor.lo kexiqueryview.lo
++ at KDE_USE_FINAL_FALSE@kexihandler_query_la_OBJECTS = $(kexihandler_query_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexihandler_query_la_OBJECTS = $(kexihandler_query_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexihandler_query_la_SOURCES)
++DIST_SOURCES = $(kexihandler_query_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +438,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_query.la
+-
+ kexihandler_query_la_SOURCES = kexiquerypart.cpp kexiquerydesignersql.cpp \
+ 				kexiquerydesignersqlhistory.cpp kexiquerydesignerguieditor.cpp \
+ 				kexiqueryview.cpp
+@@ -352,122 +529,84 @@
+   ../../widget/tableview/libkexidatatable.la \
+   ../../widget/relations/libkexirelationsview.la
+ 
+-
+ INCLUDES = -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+-	-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/widget/tableview \
+-	-I$(top_srcdir)/kexi/kexidb $(all_includes)\
+-$(LIB_KEXI_KMDI_INCLUDES)
+-
++	-I$(top_srcdir)/kexi/widget \
++	-I$(top_srcdir)/kexi/widget/tableview \
++	-I$(top_srcdir)/kexi/kexidb $(all_includes) \
++	$(LIB_KEXI_KMDI_INCLUDES)
+ #>- METASOURCES = AUTO
+-subdir = kexi/plugins/queries
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexihandler_query_la_DEPENDENCIES = ../../core/libkexicore.la \
+-	../../kexidb/libkexidb.la \
+-	../../widget/libkexiextendedwidgets.la \
+-	../../widget/tableview/libkexidatatable.la \
+-	../../widget/relations/libkexirelationsview.la
+-am_kexihandler_query_la_OBJECTS = kexiquerypart.lo \
+-	kexiquerydesignersql.lo kexiquerydesignersqlhistory.lo \
+-	kexiquerydesignerguieditor.lo kexiqueryview.lo
+-#>- kexihandler_query_la_OBJECTS = $(am_kexihandler_query_la_OBJECTS)
+-#>+ 6
+-kexihandler_query_la_final_OBJECTS = kexihandler_query_la.all_cpp.lo 
+-kexihandler_query_la_nofinal_OBJECTS = kexiquerypart.lo \
+-	kexiquerydesignersql.lo kexiquerydesignersqlhistory.lo \
+-	kexiquerydesignerguieditor.lo kexiqueryview.lo
+- at KDE_USE_FINAL_FALSE@kexihandler_query_la_OBJECTS = $(kexihandler_query_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexihandler_query_la_OBJECTS = $(kexihandler_query_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexiquerydesignerguieditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersql.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersqlhistory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiquerypart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiqueryview.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexihandler_query_la.all_cpp.P ./$(DEPDIR)/kexiquerydesignerguieditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersql.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersqlhistory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerypart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiqueryview.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexiquerydesignerguieditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersql.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersqlhistory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerypart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiqueryview.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexihandler_query_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexihandler_query_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/queries/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/queries/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/queries/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/queries/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/queries/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/queries/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/queries/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -478,7 +617,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexihandler_query_la_LDFLAGS) $(kexihandler_query_la_OBJECTS) $(kexihandler_query_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -489,27 +628,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiquerypart.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiqueryview.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -521,11 +659,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -534,6 +667,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -545,8 +679,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -555,21 +705,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -587,10 +738,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -602,7 +753,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -610,7 +761,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -626,14 +777,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -653,7 +807,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -661,19 +816,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -742,7 +906,7 @@
+ 	-rm -f  kexiquerydesignerguieditor.moc kexiqueryview.moc kexiaddparamdialog.moc kexidynamicqueryparameterdialog.moc kexiquerydesignersql.moc kexiquerydesignersqlhistory.moc kexiquerypart.moc
+ 
+ #>+ 2
+-KDE_DIST=kexiquerypart.h kexiaddparamdialog.h kexidynamicqueryparameterdialog.h kexiaddparamdialog.cpp kexidynamicqueryparameterdialog.cpp kexiparameterlisteditor.ui kexiquerydesignerguieditor.h kexiaddparamwidget.ui kexiquerydesignersqlhistory.h kexiqueryview.h kexiquerydesignersql.h 
++KDE_DIST=kexiquerypart.h kexiaddparamdialog.h kexidynamicqueryparameterdialog.h Makefile.in kexiaddparamdialog.cpp kexidynamicqueryparameterdialog.cpp kexiparameterlisteditor.ui kexiquerydesignerguieditor.h kexiaddparamwidget.ui kexiquerydesignersqlhistory.h kexiqueryview.h kexiquerydesignersql.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -751,10 +915,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/queries/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/queries/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/queries/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/queries/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/relations/Makefile.in koffice-1.4.2/kexi/plugins/relations/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/relations/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/relations/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,137 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/../Makefile.common $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/relations
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexihandler_relation_la_DEPENDENCIES = ../../core/libkexicore.la \
++	../../widget/relations/libkexirelationsview.la
++am_kexihandler_relation_la_OBJECTS = kexirelationpartimpl.lo \
++	kexirelationmaindlg.lo
++#>- kexihandler_relation_la_OBJECTS =  \
++#>- 	$(am_kexihandler_relation_la_OBJECTS)
++#>+ 5
++kexihandler_relation_la_final_OBJECTS = kexihandler_relation_la.all_cpp.lo 
++kexihandler_relation_la_nofinal_OBJECTS = kexirelationpartimpl.lo \
++	kexirelationmaindlg.lo
++ at KDE_USE_FINAL_FALSE@kexihandler_relation_la_OBJECTS = $(kexihandler_relation_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexihandler_relation_la_OBJECTS = $(kexihandler_relation_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexihandler_relation_la_SOURCES)
++DIST_SOURCES = $(kexihandler_relation_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +176,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +191,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +202,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +223,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +256,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +276,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +297,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +316,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +434,83 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_relation.la
+ 
+ #kexihandler_relation_la_SOURCES = kexirelationhandler.cpp kexirelationhandlerproxy.cpp kexirelationview.cpp \
+@@ -345,114 +519,88 @@
+ kexihandler_relation_la_SOURCES = kexirelationpartimpl.cpp \
+ 				kexirelationmaindlg.cpp
+ 
+-
+ kexihandler_relation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexihandler_relation_la_LIBADD = ../../core/libkexicore.la \
+ 	../../widget/relations/libkexirelationsview.la
+ 
+-
+ INCLUDES = -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+-		-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/widget/relations \
+-		-I$(top_srcdir)/kexi/tableview \
+-		-I$(top_srcdir)/kexi/kexidb $(all_includes)\
+-$(LIB_KEXI_KMDI_INCLUDES)
+-
++	-I$(top_srcdir)/kexi/widget \
++	-I$(top_srcdir)/kexi/widget/relations \
++	-I$(top_srcdir)/kexi/tableview -I$(top_srcdir)/kexi/kexidb \
++	$(all_includes) $(LIB_KEXI_KMDI_INCLUDES)
+ #>- METASOURCES = AUTO
+-subdir = kexi/plugins/relations
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexihandler_relation_la_DEPENDENCIES = ../../core/libkexicore.la \
+-	../../widget/relations/libkexirelationsview.la
+-am_kexihandler_relation_la_OBJECTS = kexirelationpartimpl.lo \
+-	kexirelationmaindlg.lo
+-#>- kexihandler_relation_la_OBJECTS = $(am_kexihandler_relation_la_OBJECTS)
+-#>+ 5
+-kexihandler_relation_la_final_OBJECTS = kexihandler_relation_la.all_cpp.lo 
+-kexihandler_relation_la_nofinal_OBJECTS = kexirelationpartimpl.lo \
+-	kexirelationmaindlg.lo
+- at KDE_USE_FINAL_FALSE@kexihandler_relation_la_OBJECTS = $(kexihandler_relation_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexihandler_relation_la_OBJECTS = $(kexihandler_relation_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexirelationmaindlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexirelationpartimpl.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexihandler_relation_la.all_cpp.P ./$(DEPDIR)/kexirelationmaindlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationpartimpl.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexirelationmaindlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationpartimpl.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexihandler_relation_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexihandler_relation_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/relations/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/relations/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/relations/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/relations/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/relations/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/relations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/relations/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -463,7 +611,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexihandler_relation_la_LDFLAGS) $(kexihandler_relation_la_OBJECTS) $(kexihandler_relation_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -471,27 +619,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexirelationmaindlg.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexirelationpartimpl.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -503,11 +650,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -516,6 +658,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -527,8 +670,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -537,21 +696,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -569,10 +729,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -584,7 +744,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -592,7 +752,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -608,14 +768,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -635,7 +798,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -643,19 +807,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -689,7 +862,7 @@
+ 	-rm -f  kexirelationmaindlg.moc kexirelationpartimpl.moc
+ 
+ #>+ 2
+-KDE_DIST=kexirelationpartimpl.h kexirelationmaindlg.h 
++KDE_DIST=kexirelationpartimpl.h Makefile.in kexirelationmaindlg.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -698,10 +871,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/relations/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/relations/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/relations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/relations/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/reports/Makefile.in koffice-1.4.2/kexi/plugins/reports/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/reports/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/reports/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,170 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/../Makefile.common $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/reports
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexihandler_report_la_DEPENDENCIES = ../../core/libkexicore.la \
++	../../widget/utils/libkexiguiutils.la \
++	../../widget/libkexiextendedwidgets.la \
++	../../formeditor/libkformdesigner.la \
++	../forms/libkexiformutils.la
++am_kexihandler_report_la_OBJECTS = kexireportpart.lo kexireportform.lo \
++	kexireportview.lo
++#>- kexihandler_report_la_OBJECTS = $(am_kexihandler_report_la_OBJECTS)
++#>+ 5
++kexihandler_report_la_final_OBJECTS = kexihandler_report_la.all_cpp.lo 
++kexihandler_report_la_nofinal_OBJECTS = kexireportpart.lo kexireportform.lo \
++	kexireportview.lo
++ at KDE_USE_FINAL_FALSE@kexihandler_report_la_OBJECTS = $(kexihandler_report_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexihandler_report_la_OBJECTS = $(kexihandler_report_la_final_OBJECTS)
++kexireportwidgets_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/formeditor/libkformdesigner.la
++am_kexireportwidgets_la_OBJECTS = reportwidgets.lo \
++	kexireportfactory.lo
++#>- kexireportwidgets_la_OBJECTS = $(am_kexireportwidgets_la_OBJECTS)
++#>+ 5
++kexireportwidgets_la_final_OBJECTS = kexireportwidgets_la.all_cpp.lo 
++kexireportwidgets_la_nofinal_OBJECTS = reportwidgets.lo \
++	kexireportfactory.lo
++ at KDE_USE_FINAL_FALSE@kexireportwidgets_la_OBJECTS = $(kexireportwidgets_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexireportwidgets_la_OBJECTS = $(kexireportwidgets_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexihandler_report_la_SOURCES) \
++	$(kexireportwidgets_la_SOURCES)
++DIST_SOURCES = $(kexihandler_report_la_SOURCES) \
++	$(kexireportwidgets_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +209,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +224,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +235,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +256,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +289,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +309,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +330,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +349,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +467,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_report.la kexireportwidgets.la
+-
+ kexihandler_report_la_SOURCES = kexireportpart.cpp kexireportform.cpp kexireportview.cpp
+ #>- kexihandler_report_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined
+ #>+ 1
+@@ -349,153 +555,89 @@
+   ../../formeditor/libkformdesigner.la \
+   ../forms/libkexiformutils.la
+ 
+-
+ kexireportwidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexireportwidgets_la_SOURCES = reportwidgets.cpp kexireportfactory.cpp
+ kexireportwidgets_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la
+-
+ servicesdir = $(kde_servicesdir)/kformdesigner
+ services_DATA = kexireportfactory.desktop
+-
+ SUBDIRS = .
+-
+ INCLUDES = -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+-		-I$(top_srcdir)/kexi/widget/utils \
+-		-I$(top_srcdir)/kexi/widget \
+-		-I$(top_srcdir)/kexi/formeditor $(all_includes)\
+-$(LIB_KEXI_KMDI_INCLUDES)
+-
++	-I$(top_srcdir)/kexi/widget/utils -I$(top_srcdir)/kexi/widget \
++	-I$(top_srcdir)/kexi/formeditor $(all_includes) \
++	$(LIB_KEXI_KMDI_INCLUDES)
+ #>- METASOURCES = AUTO
+-subdir = kexi/plugins/reports
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexihandler_report_la_DEPENDENCIES = ../../core/libkexicore.la \
+-	../../widget/utils/libkexiguiutils.la \
+-	../../widget/libkexiextendedwidgets.la \
+-	../../formeditor/libkformdesigner.la \
+-	../forms/libkexiformutils.la
+-am_kexihandler_report_la_OBJECTS = kexireportpart.lo kexireportform.lo \
+-	kexireportview.lo
+-#>- kexihandler_report_la_OBJECTS = $(am_kexihandler_report_la_OBJECTS)
+-#>+ 5
+-kexihandler_report_la_final_OBJECTS = kexihandler_report_la.all_cpp.lo 
+-kexihandler_report_la_nofinal_OBJECTS = kexireportpart.lo kexireportform.lo \
+-	kexireportview.lo
+- at KDE_USE_FINAL_FALSE@kexihandler_report_la_OBJECTS = $(kexihandler_report_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexihandler_report_la_OBJECTS = $(kexihandler_report_la_final_OBJECTS)
+-kexireportwidgets_la_DEPENDENCIES = \
+-	$(top_builddir)/kexi/formeditor/libkformdesigner.la
+-am_kexireportwidgets_la_OBJECTS = reportwidgets.lo kexireportfactory.lo
+-#>- kexireportwidgets_la_OBJECTS = $(am_kexireportwidgets_la_OBJECTS)
+-#>+ 4
+-kexireportwidgets_la_final_OBJECTS = kexireportwidgets_la.all_cpp.lo 
+-kexireportwidgets_la_nofinal_OBJECTS = reportwidgets.lo kexireportfactory.lo
+- at KDE_USE_FINAL_FALSE@kexireportwidgets_la_OBJECTS = $(kexireportwidgets_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexireportwidgets_la_OBJECTS = $(kexireportwidgets_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexireportfactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexireportform.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexireportpart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexireportview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/reportwidgets.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexihandler_report_la.all_cpp.P $(DEPDIR)/kexireportwidgets_la.all_cpp.P ./$(DEPDIR)/kexireportfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexireportform.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexireportpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexireportview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/reportwidgets.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexireportfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexireportform.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexireportpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexireportview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/reportwidgets.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexihandler_report_la_SOURCES) \
+-	$(kexireportwidgets_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexihandler_report_la_SOURCES) $(kexireportwidgets_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/reports/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/reports/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/reports/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/reports/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/reports/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/reports/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/reports/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -511,7 +653,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexireportwidgets_la_LDFLAGS) $(kexireportwidgets_la_OBJECTS) $(kexireportwidgets_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -522,27 +664,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexireportview.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/reportwidgets.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -553,23 +694,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -579,7 +719,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -591,7 +737,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -599,7 +745,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -620,17 +772,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -640,14 +791,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -656,8 +816,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -666,21 +842,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -695,15 +872,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -713,8 +892,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -726,7 +906,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -734,7 +914,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -750,14 +930,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -777,7 +960,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -785,29 +969,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-servicesDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-recursive \
+-	uninstall-servicesDATA
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-servicesDATA install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -871,7 +1060,7 @@
+ 	-rm -f  kexireportform.moc reportwidgets.moc kexireportview.moc kexireportfactory.moc kexireportpart.moc
+ 
+ #>+ 2
+-KDE_DIST=kexireportform.h kexireportfactory.h kexireportview.h kexireportfactory.desktop reportwidgets.h kexireportpart.h 
++KDE_DIST=kexireportform.h Makefile.in kexireportfactory.h kexireportview.h kexireportfactory.desktop reportwidgets.h kexireportpart.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -880,10 +1069,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/reports/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/reports/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/reports/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/reports/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/scripting/Makefile.in koffice-1.4.2/kexi/plugins/scripting/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/scripting/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/scripting/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,156 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/../Makefile.common \
++	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/scripting
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++ at compile_kross_plugin_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/kexi/scripting/main/libkrossmain.la
++kexihandler_script_la_DEPENDENCIES =  \
++	$(top_builddir)/kexi/core/libkexicore.la \
++	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
++	$(am__DEPENDENCIES_1)
++am_kexihandler_script_la_OBJECTS = kexiscriptpart.lo kexiscriptview.lo \
++	kexiscripteditor.lo
++#>- kexihandler_script_la_OBJECTS = $(am_kexihandler_script_la_OBJECTS)
++#>+ 5
++kexihandler_script_la_final_OBJECTS = kexihandler_script_la.all_cpp.lo 
++kexihandler_script_la_nofinal_OBJECTS = kexiscriptpart.lo kexiscriptview.lo \
++	kexiscripteditor.lo
++ at KDE_USE_FINAL_FALSE@kexihandler_script_la_OBJECTS = $(kexihandler_script_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexihandler_script_la_OBJECTS = $(kexihandler_script_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexihandler_script_la_SOURCES)
++DIST_SOURCES = $(kexihandler_script_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +195,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +210,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +221,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +242,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +275,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +295,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +316,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +335,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,175 +453,180 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_script.la
+-
+ @compile_kross_plugin_TRUE at KROSS_DEFINES = -DKEXI_KROSS_SUPPORT 
+ @compile_kross_plugin_TRUE at KROSS_INCLUDE = -I$(top_srcdir)/kexi/scripting
+ @compile_kross_plugin_TRUE at KROSS_LIB = $(top_builddir)/kexi/scripting/main/libkrossmain.la
+-
+ AM_CPPFLAGS = $(KROSS_DEFINES)
+-
+ kexihandler_script_la_SOURCES = \
+     kexiscriptpart.cpp kexiscriptview.cpp kexiscripteditor.cpp
+ 
+-
+ #>- kexihandler_script_la_LDFLAGS = \
+ #>-     $(KDE_PLUGIN) -module -no-undefined -Wnounresolved $(all_libraries) $(VER_INFO)
+ #>+ 2
+ kexihandler_script_la_LDFLAGS = \
+     $(KDE_PLUGIN) -module -no-undefined $(KDE_NO_UNDEFINED) -Wnounresolved $(all_libraries) $(VER_INFO)
+ 
+-
+ kexihandler_script_la_LIBADD = \
+     $(top_builddir)/kexi/core/libkexicore.la \
+     $(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
+     $(KROSS_LIB)
+ 
+-
+-INCLUDES = \
+-    -I$(top_srcdir)/kexi/core \
+-    -I$(top_srcdir)/kexi \
+-    -I$(top_srcdir)/kexi/widget \
+-    $(KROSS_INCLUDE) \
+-    $(all_includes)\
+-$(LIB_KEXI_KMDI_INCLUDES)
+-
++INCLUDES = -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
++	-I$(top_srcdir)/kexi/widget $(KROSS_INCLUDE) $(all_includes) \
++	$(LIB_KEXI_KMDI_INCLUDES)
+ #>- METASOURCES = AUTO
+-
+ SUBDIRS = .
+-
+ noinst_HEADERS = kexiscriptpart.h kexiscriptview.h kexiscripteditor.h
+-subdir = kexi/plugins/scripting
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+- at compile_kross_plugin_TRUE@kexihandler_script_la_DEPENDENCIES = \
+- at compile_kross_plugin_TRUE@	$(top_builddir)/kexi/core/libkexicore.la \
+- at compile_kross_plugin_TRUE@	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
+- at compile_kross_plugin_TRUE@	$(top_builddir)/kexi/scripting/main/libkrossmain.la
+- at compile_kross_plugin_FALSE@kexihandler_script_la_DEPENDENCIES = \
+- at compile_kross_plugin_FALSE@	$(top_builddir)/kexi/core/libkexicore.la \
+- at compile_kross_plugin_FALSE@	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
+-am_kexihandler_script_la_OBJECTS = kexiscriptpart.lo kexiscriptview.lo \
+-	kexiscripteditor.lo
+-#>- kexihandler_script_la_OBJECTS = $(am_kexihandler_script_la_OBJECTS)
+-#>+ 5
+-kexihandler_script_la_final_OBJECTS = kexihandler_script_la.all_cpp.lo 
+-kexihandler_script_la_nofinal_OBJECTS = kexiscriptpart.lo kexiscriptview.lo \
+-	kexiscripteditor.lo
+- at KDE_USE_FINAL_FALSE@kexihandler_script_la_OBJECTS = $(kexihandler_script_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexihandler_script_la_OBJECTS = $(kexihandler_script_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexiscripteditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiscriptpart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiscriptview.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexihandler_script_la.all_cpp.P ./$(DEPDIR)/kexiscripteditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiscriptpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiscriptview.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexiscripteditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiscriptpart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiscriptview.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexihandler_script_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexihandler_script_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/scripting/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/scripting/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/scripting/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/scripting/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/scripting/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/scripting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/scripting/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -501,7 +637,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexihandler_script_la_LDFLAGS) $(kexihandler_script_la_OBJECTS) $(kexihandler_script_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -510,27 +646,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiscriptpart.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexiscriptview.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -549,7 +684,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -561,7 +702,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -569,7 +710,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -590,17 +737,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -610,14 +756,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -626,8 +781,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -636,19 +807,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -663,15 +837,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -681,8 +857,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -694,7 +871,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -702,7 +879,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -718,14 +895,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -745,7 +925,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -753,27 +934,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -813,6 +999,9 @@
+ clean-metasources:
+ 	-rm -f  kexiscriptview.moc kexiscriptpart.moc kexiscripteditor.moc
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  kexihandler_script.la.closure
+@@ -820,10 +1009,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/scripting/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/scripting/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/scripting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/scripting/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/plugins/tables/Makefile.in koffice-1.4.2/kexi/plugins/tables/Makefile.in
+--- koffice-1.4.2.orig/kexi/plugins/tables/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/plugins/tables/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/../Makefile.common $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/plugins/tables
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++kexihandler_table_la_DEPENDENCIES = ../../core/libkexicore.la \
++	../../kexidb/libkexidb.la \
++	../../widget/tableview/libkexidatatable.la \
++	../../widget/libkexiextendedwidgets.la \
++	../../widget/propertyeditor/libkexipropertyeditor.la
++am_kexihandler_table_la_OBJECTS = kexitablepart.lo \
++	kexialtertabledialog.lo kexialtertable_dataview.lo
++#>- kexihandler_table_la_OBJECTS = $(am_kexihandler_table_la_OBJECTS)
++#>+ 5
++kexihandler_table_la_final_OBJECTS = kexihandler_table_la.all_cpp.lo 
++kexihandler_table_la_nofinal_OBJECTS = kexitablepart.lo \
++	kexialtertabledialog.lo kexialtertable_dataview.lo
++ at KDE_USE_FINAL_FALSE@kexihandler_table_la_OBJECTS = $(kexihandler_table_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kexihandler_table_la_OBJECTS = $(kexihandler_table_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexihandler_table_la_SOURCES)
++DIST_SOURCES = $(kexihandler_table_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +436,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ kde_module_LTLIBRARIES = kexihandler_table.la
+-
+ kexihandler_table_la_SOURCES = kexitablepart.cpp kexialtertabledialog.cpp kexialtertable_dataview.cpp
+ kexihandler_table_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module
+ kexihandler_table_la_LIBADD = ../../core/libkexicore.la \
+@@ -347,115 +522,85 @@
+   ../../widget/libkexiextendedwidgets.la \
+   ../../widget/propertyeditor/libkexipropertyeditor.la
+ 
+-
+-INCLUDES = $(KOFFICE_INCLUDES) \
+-	-I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
+-	-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/widget/tableview \
+-	-I$(top_srcdir)/kexi/kexidb -I$(top_srcdir)/kexi/widget/propertyeditor $(all_includes)\
+-$(LIB_KEXI_KMDI_INCLUDES)
+-
++INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/kexi/core \
++	-I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/widget \
++	-I$(top_srcdir)/kexi/widget/tableview \
++	-I$(top_srcdir)/kexi/kexidb \
++	-I$(top_srcdir)/kexi/widget/propertyeditor $(all_includes) \
++	$(LIB_KEXI_KMDI_INCLUDES)
+ #>- METASOURCES = AUTO
+-subdir = kexi/plugins/tables
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kexihandler_table_la_DEPENDENCIES = ../../core/libkexicore.la \
+-	../../kexidb/libkexidb.la \
+-	../../widget/tableview/libkexidatatable.la \
+-	../../widget/libkexiextendedwidgets.la \
+-	../../widget/propertyeditor/libkexipropertyeditor.la
+-am_kexihandler_table_la_OBJECTS = kexitablepart.lo \
+-	kexialtertabledialog.lo kexialtertable_dataview.lo
+-#>- kexihandler_table_la_OBJECTS = $(am_kexihandler_table_la_OBJECTS)
+-#>+ 5
+-kexihandler_table_la_final_OBJECTS = kexihandler_table_la.all_cpp.lo 
+-kexihandler_table_la_nofinal_OBJECTS = kexitablepart.lo \
+-	kexialtertabledialog.lo kexialtertable_dataview.lo
+- at KDE_USE_FINAL_FALSE@kexihandler_table_la_OBJECTS = $(kexihandler_table_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kexihandler_table_la_OBJECTS = $(kexihandler_table_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexialtertable_dataview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexialtertabledialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitablepart.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kexihandler_table_la.all_cpp.P ./$(DEPDIR)/kexialtertable_dataview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexialtertabledialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitablepart.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexialtertable_dataview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexialtertabledialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitablepart.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexihandler_table_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kexihandler_table_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(srcdir)/../Makefile.common $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/tables/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/plugins/tables/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/plugins/tables/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/tables/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/tables/Makefile
++	  $(AUTOMAKE) --gnu  kexi/plugins/tables/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/tables/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -466,7 +611,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kexihandler_table_la_LDFLAGS) $(kexihandler_table_la_OBJECTS) $(kexihandler_table_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -475,27 +620,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexialtertabledialog.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexitablepart.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -507,11 +651,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -520,6 +659,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -531,8 +671,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -541,21 +697,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/.. $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -573,10 +730,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -588,7 +745,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -596,7 +753,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -612,14 +769,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -639,7 +799,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -647,19 +808,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -700,7 +870,7 @@
+ 	-rm -f  kexialtertable_dataview.moc kexitablepart.moc kexialtertabledialog.moc
+ 
+ #>+ 2
+-KDE_DIST=kexialtertable_dataview.h kexialtertabledialog.h kexitablepart.h 
++KDE_DIST=kexialtertable_dataview.h Makefile.in kexialtertabledialog.h kexitablepart.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -709,10 +879,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/plugins/tables/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/plugins/tables/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/plugins/tables/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/plugins/tables/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/api/Makefile.in koffice-1.4.2/kexi/scripting/api/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/api/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/api/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/scripting/api
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkrossapi_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkrossapi_la_OBJECTS = object.lo variant.lo list.lo classbase.lo \
++	argument.lo qtobject.lo eventmanager.lo eventsignal.lo \
++	eventslot.lo script.lo interpreter.lo
++#>- libkrossapi_la_OBJECTS = $(am_libkrossapi_la_OBJECTS)
++#>+ 7
++libkrossapi_la_final_OBJECTS = libkrossapi_la.all_cpp.lo 
++libkrossapi_la_nofinal_OBJECTS = object.lo variant.lo list.lo classbase.lo \
++	argument.lo qtobject.lo eventmanager.lo eventsignal.lo \
++	eventslot.lo script.lo interpreter.lo\
++eventslot.moc.lo eventsignal.moc.lo eventmanager.moc.lo 
++ at KDE_USE_FINAL_FALSE@libkrossapi_la_OBJECTS = $(libkrossapi_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkrossapi_la_OBJECTS = $(libkrossapi_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkrossapi_la_SOURCES)
++DIST_SOURCES = $(libkrossapi_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +451,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkrossapi.la
+-
+ #noinst_LTLIBRARIES = libkrossapi.la
+ libkrossapi_la_SOURCES = \
+     object.cpp \
+@@ -354,143 +544,87 @@
+     interpreter.cpp
+ 
+ 
+-
+ #dict.cpp
+ libkrossapi_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkrossapi_la_LIBADD = \
+     $(LIB_QT) \
+     $(LIB_KDECORE)
+ 
+-
+ #>- libkrossapi_la_METASOURCES = AUTO
+ SUBDIRS = .
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+-subdir = kexi/scripting/api
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkrossapi_la_DEPENDENCIES =
+-am_libkrossapi_la_OBJECTS = object.lo variant.lo list.lo classbase.lo \
+-	argument.lo qtobject.lo eventmanager.lo eventsignal.lo \
+-	eventslot.lo script.lo interpreter.lo
+-#>- libkrossapi_la_OBJECTS = $(am_libkrossapi_la_OBJECTS)
+-#>+ 7
+-libkrossapi_la_final_OBJECTS = libkrossapi_la.all_cpp.lo 
+-libkrossapi_la_nofinal_OBJECTS = object.lo variant.lo list.lo classbase.lo \
+-	argument.lo qtobject.lo eventmanager.lo eventsignal.lo \
+-	eventslot.lo script.lo interpreter.lo\
+-eventslot.moc.lo eventsignal.moc.lo eventmanager.moc.lo 
+- at KDE_USE_FINAL_FALSE@libkrossapi_la_OBJECTS = $(libkrossapi_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkrossapi_la_OBJECTS = $(libkrossapi_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/argument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/classbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/eventmanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/eventsignal.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/eventslot.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/interpreter.Plo ./$(DEPDIR)/list.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/object.Plo ./$(DEPDIR)/qtobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/script.Plo ./$(DEPDIR)/variant.Plo
+-#>+ 16
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/eventslot.moc.P $(DEPDIR)/eventsignal.moc.P $(DEPDIR)/eventmanager.moc.P  $(DEPDIR)/libkrossapi_la.all_cpp.P ./$(DEPDIR)/argument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/classbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/eventmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/eventsignal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/eventslot.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/interpreter.Plo ./$(DEPDIR)/list.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/object.Plo ./$(DEPDIR)/qtobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/script.Plo ./$(DEPDIR)/variant.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/eventslot.moc.P $(DEPDIR)/eventsignal.moc.P $(DEPDIR)/eventmanager.moc.P ./$(DEPDIR)/argument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/classbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/eventmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/eventsignal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/eventslot.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/interpreter.Plo ./$(DEPDIR)/list.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/object.Plo ./$(DEPDIR)/qtobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/script.Plo ./$(DEPDIR)/variant.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkrossapi_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkrossapi_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/api/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/api/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/api/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/api/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/api/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/api/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/api/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -498,7 +632,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkrossapi_la_LDFLAGS) $(libkrossapi_la_OBJECTS) $(libkrossapi_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -515,27 +649,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/script.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/variant.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -554,7 +687,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -566,7 +705,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -574,7 +713,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -595,17 +740,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -615,14 +759,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -631,8 +784,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -641,21 +810,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -670,15 +840,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -688,8 +860,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -701,7 +874,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -709,7 +882,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -725,14 +898,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -748,7 +924,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -756,27 +933,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -808,15 +990,24 @@
+ 	-rm -f  eventslot.moc.cpp eventsignal.moc.cpp eventmanager.moc.cpp
+ 
+ #>+ 2
+-KDE_DIST=interpreter.h module.h object.h variant.h eventsignal.h exception.h value.h list.h qtobject.h class.h eventmanager.h classbase.h argument.h dict.cpp eventslot.h dict.h script.h 
++KDE_DIST=interpreter.h module.h object.h variant.h Makefile.in eventsignal.h exception.h value.h list.h qtobject.h class.h eventmanager.h classbase.h argument.h dict.cpp eventslot.h dict.h script.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/api/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/api/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/api/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/api/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/kexidb/Makefile.in koffice-1.4.2/kexi/scripting/kexidb/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/kexidb/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/kexidb/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,151 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/scripting/kexidb
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkrosskexidb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../api/libkrossapi.la \
++	$(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
++am_libkrosskexidb_la_OBJECTS = kexidbfield.lo kexidbfieldlist.lo \
++	kexidbschema.lo kexidbparser.lo kexidbcursor.lo \
++	kexidbtransaction.lo kexidbconnectiondata.lo \
++	kexidbconnection.lo kexidbdriver.lo kexidbdrivermanager.lo \
++	kexidbmodule.lo
++#>- libkrosskexidb_la_OBJECTS = $(am_libkrosskexidb_la_OBJECTS)
++#>+ 8
++libkrosskexidb_la_final_OBJECTS = libkrosskexidb_la.all_cpp.lo 
++libkrosskexidb_la_nofinal_OBJECTS = kexidbfield.lo kexidbfieldlist.lo \
++	kexidbschema.lo kexidbparser.lo kexidbcursor.lo \
++	kexidbtransaction.lo kexidbconnectiondata.lo \
++	kexidbconnection.lo kexidbdriver.lo kexidbdrivermanager.lo \
++	kexidbmodule.lo
++ at KDE_USE_FINAL_FALSE@libkrosskexidb_la_OBJECTS = $(libkrosskexidb_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkrosskexidb_la_OBJECTS = $(libkrosskexidb_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkrosskexidb_la_SOURCES)
++DIST_SOURCES = $(libkrosskexidb_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +190,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +205,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +216,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +237,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +270,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +290,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +311,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +330,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +448,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkrosskexidb.la
+-
+ libkrosskexidb_la_SOURCES = \
+     kexidbfield.cpp \
+     kexidbfieldlist.cpp \
+@@ -352,7 +539,6 @@
+     kexidbdrivermanager.cpp \
+     kexidbmodule.cpp
+ 
+-
+ libkrosskexidb_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkrosskexidb_la_LIBADD = \
+     $(LIB_QT) \
+@@ -361,131 +547,63 @@
+     $(top_builddir)/kexi/kexidb/libkexidb.la \
+     $(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
+ 
+-
+ #>- libkrosskexidb_la_METASOURCES = AUTO
+ SUBDIRS = .
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+-subdir = kexi/scripting/kexidb
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkrosskexidb_la_DEPENDENCIES = ../api/libkrossapi.la \
+-	$(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
+-am_libkrosskexidb_la_OBJECTS = kexidbfield.lo kexidbfieldlist.lo \
+-	kexidbschema.lo kexidbparser.lo kexidbcursor.lo \
+-	kexidbtransaction.lo kexidbconnectiondata.lo \
+-	kexidbconnection.lo kexidbdriver.lo kexidbdrivermanager.lo \
+-	kexidbmodule.lo
+-#>- libkrosskexidb_la_OBJECTS = $(am_libkrosskexidb_la_OBJECTS)
+-#>+ 8
+-libkrosskexidb_la_final_OBJECTS = libkrosskexidb_la.all_cpp.lo 
+-libkrosskexidb_la_nofinal_OBJECTS = kexidbfield.lo kexidbfieldlist.lo \
+-	kexidbschema.lo kexidbparser.lo kexidbcursor.lo \
+-	kexidbtransaction.lo kexidbconnectiondata.lo \
+-	kexidbconnection.lo kexidbdriver.lo kexidbdrivermanager.lo \
+-	kexidbmodule.lo
+- at KDE_USE_FINAL_FALSE@libkrosskexidb_la_OBJECTS = $(libkrosskexidb_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkrosskexidb_la_OBJECTS = $(libkrosskexidb_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexidbconnection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectiondata.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbcursor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbdriver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbdrivermanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbfield.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbfieldlist.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbmodule.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbparser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbschema.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbtransaction.Plo
+-#>+ 22
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkrosskexidb_la.all_cpp.P ./$(DEPDIR)/kexidbconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectiondata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbcursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbdriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbdrivermanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbfield.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbfieldlist.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbmodule.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbtransaction.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexidbconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectiondata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbcursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbdriver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbdrivermanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbfield.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbfieldlist.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbmodule.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbschema.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbtransaction.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkrosskexidb_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkrosskexidb_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/kexidb/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/kexidb/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/kexidb/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/kexidb/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/kexidb/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/kexidb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/kexidb/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -493,7 +611,7 @@
+ 	$(CXXLINK)  $(libkrosskexidb_la_LDFLAGS) $(libkrosskexidb_la_OBJECTS) $(libkrosskexidb_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -510,27 +628,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexidbschema.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexidbtransaction.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -549,7 +666,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -561,7 +684,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -569,7 +692,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -590,17 +719,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -610,14 +738,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -626,8 +763,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -636,21 +789,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -665,15 +819,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -683,7 +839,6 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -695,7 +850,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -703,7 +858,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -719,14 +874,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -742,7 +900,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -750,41 +909,55 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kexidbfieldlist.h kexidbcursor.h kexidbmodule.h kexidbfield.h kexidbparser.h kexidbschema.h kexidbconnection.h kexidbdrivermanager.h kexidbtransaction.h kexidbconnectiondata.h kexidbdriver.h 
++KDE_DIST=kexidbfieldlist.h Makefile.in kexidbcursor.h kexidbmodule.h kexidbfield.h kexidbparser.h kexidbschema.h kexidbconnection.h kexidbdrivermanager.h kexidbtransaction.h kexidbconnectiondata.h Makefile.am kexidbdriver.h 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/kexidb/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/kexidb/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/kexidb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/kexidb/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/kjs/Makefile.in koffice-1.4.2/kexi/scripting/kjs/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/kjs/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/kjs/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,138 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/scripting/kjs
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkrosskjs_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../api/libkrossapi.la
++am_libkrosskjs_la_OBJECTS = kjsinterpreter.lo
++#>- libkrosskjs_la_OBJECTS = $(am_libkrosskjs_la_OBJECTS)
++#>+ 1
++libkrosskjs_la_OBJECTS = kjsinterpreter.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkrosskjs_la_SOURCES)
++DIST_SOURCES = $(libkrosskjs_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +435,94 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkrosskjs.la
+-
+ libkrosskjs_la_SOURCES = \
+     kjsinterpreter.cpp
+ 
+-
+ libkrosskjs_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+-
+ libkrosskjs_la_LIBADD = \
+     $(LIB_QT) \
+     $(LIB_KDECORE) \
+     ../api/libkrossapi.la
+ 
+ 
+-
+ #-lkjsembed
+ #/usr/lib/libkjsembed.la
+ #-l/usr/lib/python2.3/site-packages/qt.so
+@@ -361,83 +532,60 @@
+ #>- libkrosskjs_la_METASOURCES = AUTO
+ SUBDIRS = .
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+-subdir = kexi/scripting/kjs
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkrosskjs_la_DEPENDENCIES = ../api/libkrossapi.la
+-am_libkrosskjs_la_OBJECTS = kjsinterpreter.lo
+-#>- libkrosskjs_la_OBJECTS = $(am_libkrosskjs_la_OBJECTS)
+-#>+ 1
+-libkrosskjs_la_OBJECTS = kjsinterpreter.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kjsinterpreter.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kjsinterpreter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkrosskjs_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkrosskjs_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/kjs/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/kjs/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/kjs/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/kjs/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/kjs/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/kjs/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/kjs/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -445,34 +593,33 @@
+ 	$(CXXLINK)  $(libkrosskjs_la_LDFLAGS) $(libkrosskjs_la_OBJECTS) $(libkrosskjs_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kjsinterpreter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -491,7 +638,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -503,7 +656,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -511,7 +664,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -532,17 +691,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -552,14 +710,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -568,8 +735,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -578,21 +761,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -607,15 +791,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -625,7 +811,6 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -637,7 +822,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -645,7 +830,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -661,14 +846,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -684,7 +872,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -692,41 +881,55 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kjsinterpreter.h 
++KDE_DIST=Makefile.in kjsinterpreter.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/kjs/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/kjs/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/kjs/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/kjs/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/main/Makefile.in koffice-1.4.2/kexi/scripting/main/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/main/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/main/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,150 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/scripting/main
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkrossmain_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../api/libkrossapi.la \
++	../kjs/libkrosskjs.la ../python/libkrosspython.la
++am_libkrossmain_la_OBJECTS = scriptcontainer.lo manager.lo
++#>- libkrossmain_la_OBJECTS = $(am_libkrossmain_la_OBJECTS)
++#>+ 4
++libkrossmain_la_final_OBJECTS = libkrossmain_la.all_cpp.lo 
++libkrossmain_la_nofinal_OBJECTS = scriptcontainer.lo manager.lo
++ at KDE_USE_FINAL_FALSE@libkrossmain_la_OBJECTS = $(libkrossmain_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkrossmain_la_OBJECTS = $(libkrossmain_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkrossmain_la_SOURCES)
++DIST_SOURCES = $(libkrossmain_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +189,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +204,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +215,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +236,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +269,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +289,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +310,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +329,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,31 +447,90 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkrossmain.la
+-
+ #noinst_LTLIBRARIES = libkrossmain.la
+ libkrossmain_la_SOURCES = \
+     scriptcontainer.cpp \
+     manager.cpp
+ 
+-
+ libkrossmain_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+-
+ #$(PYTHON_FLAGS)
+ libkrossmain_la_LIBADD = \
+     $(LIB_QT) \
+@@ -355,114 +539,81 @@
+     ../kjs/libkrosskjs.la \
+     ../python/libkrosspython.la
+ 
+-
+ #>- libkrossmain_la_METASOURCES = AUTO
+ SUBDIRS = .
+ INCLUDES = -I$(top_srcdir)/kexi $(PYTHON_INCLUDE) $(all_includes)
+-subdir = kexi/scripting/main
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkrossmain_la_DEPENDENCIES = ../api/libkrossapi.la \
+-	../kjs/libkrosskjs.la ../python/libkrosspython.la
+-am_libkrossmain_la_OBJECTS = scriptcontainer.lo manager.lo
+-#>- libkrossmain_la_OBJECTS = $(am_libkrossmain_la_OBJECTS)
+-#>+ 4
+-libkrossmain_la_final_OBJECTS = libkrossmain_la.all_cpp.lo 
+-libkrossmain_la_nofinal_OBJECTS = scriptcontainer.lo manager.lo
+- at KDE_USE_FINAL_FALSE@libkrossmain_la_OBJECTS = $(libkrossmain_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkrossmain_la_OBJECTS = $(libkrossmain_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/manager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/scriptcontainer.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkrossmain_la.all_cpp.P ./$(DEPDIR)/manager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/scriptcontainer.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/manager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/scriptcontainer.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkrossmain_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkrossmain_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/main/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/main/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/main/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/main/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/main/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/main/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/main/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -470,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkrossmain_la_LDFLAGS) $(libkrossmain_la_OBJECTS) $(libkrossmain_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -478,27 +629,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/manager.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/scriptcontainer.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -517,7 +667,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -529,7 +685,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -537,7 +693,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -558,17 +720,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -578,14 +739,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -594,8 +764,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -604,21 +790,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -633,15 +820,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -651,8 +840,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -664,7 +854,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -672,7 +862,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -688,14 +878,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -711,7 +904,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -719,42 +913,56 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=krossconfig.h manager.h scriptcontainer.h 
++KDE_DIST=krossconfig.h Makefile.in manager.h scriptcontainer.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/main/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/main/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/main/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/main/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/Makefile.in koffice-1.4.2/kexi/scripting/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/scripting
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = api kjs python kexidb main test
+-subdir = kexi/scripting
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=configure.in.in 
++KDE_DIST=Makefile.in configure.in.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/python/CXX/Makefile.in koffice-1.4.2/kexi/scripting/python/CXX/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/python/CXX/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/python/CXX/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,150 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/scripting/python/CXX
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkrosspythoncxx_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkrosspythoncxx_la_OBJECTS = cxxsupport.lo cxx_extensions.lo \
++	cxxextensions.lo IndirectPythonInterface.lo
++#>- libkrosspythoncxx_la_OBJECTS = $(am_libkrosspythoncxx_la_OBJECTS)
++#>+ 5
++libkrosspythoncxx_la_final_OBJECTS = cxxextensions.lo libkrosspythoncxx_la.all_cxx.lo 
++libkrosspythoncxx_la_nofinal_OBJECTS = cxxsupport.lo cxx_extensions.lo \
++	cxxextensions.lo IndirectPythonInterface.lo
++ at KDE_USE_FINAL_FALSE@libkrosspythoncxx_la_OBJECTS = $(libkrosspythoncxx_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkrosspythoncxx_la_OBJECTS = $(libkrosspythoncxx_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkrosspythoncxx_la_SOURCES)
++DIST_SOURCES = $(libkrosspythoncxx_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +189,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +204,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +215,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +236,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +269,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +289,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +310,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +329,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,138 +447,149 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkrosspythoncxx.la
+-
+ libkrosspythoncxx_la_SOURCES = \
+     cxxsupport.cxx \
+     cxx_extensions.cxx \
+     cxxextensions.c \
+     IndirectPythonInterface.cxx
+ 
+-
+ libkrosspythoncxx_la_LDFLAGS = $(PYTHON_FLAGS) $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkrosspythoncxx_la_LIBADD = $(PYTHON_LIB)
+-
+ #>- libkrosspythoncxx_la_METASOURCES = AUTO
+-
+ SUBDIRS = .
+-
+ INCLUDES = -I$(top_srcdir)/kexi $(PYTHON_INCLUDE) $(all_includes)
+-subdir = kexi/scripting/python/CXX
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkrosspythoncxx_la_DEPENDENCIES =
+-am_libkrosspythoncxx_la_OBJECTS = cxxsupport.lo cxx_extensions.lo \
+-	cxxextensions.lo IndirectPythonInterface.lo
+-#>- libkrosspythoncxx_la_OBJECTS = $(am_libkrosspythoncxx_la_OBJECTS)
+-#>+ 5
+-libkrosspythoncxx_la_final_OBJECTS = cxxextensions.lo libkrosspythoncxx_la.all_cxx.lo 
+-libkrosspythoncxx_la_nofinal_OBJECTS = cxxsupport.lo cxx_extensions.lo \
+-	cxxextensions.lo IndirectPythonInterface.lo
+- at KDE_USE_FINAL_FALSE@libkrosspythoncxx_la_OBJECTS = $(libkrosspythoncxx_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkrosspythoncxx_la_OBJECTS = $(libkrosspythoncxx_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/IndirectPythonInterface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/cxx_extensions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/cxxextensions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/cxxsupport.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkrosspythoncxx_la.all_cxx.P ./$(DEPDIR)/IndirectPythonInterface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/cxx_extensions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/cxxextensions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/cxxsupport.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/IndirectPythonInterface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/cxx_extensions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/cxxextensions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/cxxsupport.Plo
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkrosspythoncxx_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkrosspythoncxx_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .cxx .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/python/CXX/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/python/CXX/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/python/CXX/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/python/CXX/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/python/CXX/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/python/CXX/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/python/CXX/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -461,7 +597,7 @@
+ 	$(CXXLINK)  $(libkrosspythoncxx_la_LDFLAGS) $(libkrosspythoncxx_la_OBJECTS) $(libkrosspythoncxx_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -471,46 +607,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/cxxextensions.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/cxxsupport.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ .cxx.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cxx.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cxx.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -529,7 +666,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -541,7 +684,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -549,7 +692,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -570,17 +719,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -590,14 +738,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -606,8 +763,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -616,21 +789,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -645,15 +819,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -663,7 +839,6 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -675,7 +850,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -683,15 +858,11 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+ 	@echo "it deletes files that may require special tools to rebuild."
+-#>- clean: clean-recursive
+-#>+ 1
+-clean: kde-rpo-clean  clean-recursive
+-
+ #>- clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+ #>- 	mostlyclean-am
+ #>+ 2
+@@ -699,14 +870,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -722,7 +896,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -730,29 +905,36 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ 
+-clean:
++#>- clean:
++#>+ 1
++clean: kde-rpo-clean 
+ 	@rm -f *.o 2> /dev/null
+ 	@rm -f $(BIN) 2> /dev/null
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -760,15 +942,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cxx530-dir.patch PyCXX.html Readme.Kross.txt README.html Exception.hxx Objects.hxx cxx530-unsigned.patch IndirectPythonInterface.hxx Legal.html cxx530-isinstance.patch Config.hxx Extensions.hxx Version.txt 
++KDE_DIST=cxx530-dir.patch Makefile.in PyCXX.html Readme.Kross.txt README.html Exception.hxx Objects.hxx cxx530-unsigned.patch IndirectPythonInterface.hxx Legal.html cxx530-isinstance.patch Config.hxx Extensions.hxx Version.txt Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/python/CXX/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/python/CXX/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/python/CXX/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/python/CXX/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/python/Makefile.in koffice-1.4.2/kexi/scripting/python/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/python/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/python/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,144 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/scripting/python
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkrosspython_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	CXX/libkrosspythoncxx.la ../api/libkrossapi.la
++am_libkrosspython_la_OBJECTS = pythonextension.lo pythonmodule.lo \
++	pythonobject.lo pythonscript.lo pythoninterpreter.lo
++#>- libkrosspython_la_OBJECTS = $(am_libkrosspython_la_OBJECTS)
++#>+ 5
++libkrosspython_la_final_OBJECTS = libkrosspython_la.all_cpp.lo 
++libkrosspython_la_nofinal_OBJECTS = pythonextension.lo pythonmodule.lo \
++	pythonobject.lo pythonscript.lo pythoninterpreter.lo
++ at KDE_USE_FINAL_FALSE@libkrosspython_la_OBJECTS = $(libkrosspython_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkrosspython_la_OBJECTS = $(libkrosspython_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkrosspython_la_SOURCES)
++DIST_SOURCES = $(libkrosspython_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +441,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_LTLIBRARIES = libkrosspython.la
+-
+ libkrosspython_la_SOURCES = \
+     pythonextension.cpp \
+     pythonmodule.cpp \
+@@ -346,9 +526,7 @@
+     pythonscript.cpp \
+     pythoninterpreter.cpp
+ 
+-
+ libkrosspython_la_LDFLAGS = $(PYTHON_FLAGS) $(all_libraries) $(VER_INFO) -Wnounresolved
+-
+ libkrosspython_la_LIBADD = \
+     $(LIB_QT) \
+     $(LIB_KDECORE) \
+@@ -356,106 +534,63 @@
+     CXX/libkrosspythoncxx.la \
+     ../api/libkrossapi.la
+ 
+-
+ #>- libkrosspython_la_METASOURCES = AUTO
+ SUBDIRS = CXX .
+ INCLUDES = -I$(top_srcdir)/kexi $(PYTHON_INCLUDE) $(all_includes)
+-subdir = kexi/scripting/python
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkrosspython_la_DEPENDENCIES = CXX/libkrosspythoncxx.la \
+-	../api/libkrossapi.la
+-am_libkrosspython_la_OBJECTS = pythonextension.lo pythonmodule.lo \
+-	pythonobject.lo pythonscript.lo pythoninterpreter.lo
+-#>- libkrosspython_la_OBJECTS = $(am_libkrosspython_la_OBJECTS)
+-#>+ 5
+-libkrosspython_la_final_OBJECTS = libkrosspython_la.all_cpp.lo 
+-libkrosspython_la_nofinal_OBJECTS = pythonextension.lo pythonmodule.lo \
+-	pythonobject.lo pythonscript.lo pythoninterpreter.lo
+- at KDE_USE_FINAL_FALSE@libkrosspython_la_OBJECTS = $(libkrosspython_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkrosspython_la_OBJECTS = $(libkrosspython_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/pythonextension.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pythoninterpreter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pythonmodule.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pythonobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pythonscript.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkrosspython_la.all_cpp.P ./$(DEPDIR)/pythonextension.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pythoninterpreter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pythonmodule.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pythonobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pythonscript.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/pythonextension.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pythoninterpreter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pythonmodule.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pythonobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pythonscript.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkrosspython_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkrosspython_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/python/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/python/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/python/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/python/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/python/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/python/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/python/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -463,7 +598,7 @@
+ 	$(CXXLINK)  $(libkrosspython_la_LDFLAGS) $(libkrosspython_la_OBJECTS) $(libkrosspython_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -474,27 +609,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pythonobject.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pythonscript.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -513,7 +647,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -525,7 +665,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -533,7 +673,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -554,17 +700,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -574,14 +719,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -590,8 +744,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -600,21 +770,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -629,15 +800,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -647,7 +820,6 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -659,7 +831,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -667,7 +839,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -683,14 +855,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -706,7 +881,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -714,41 +890,55 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=pythonmodule.h configure.in.in pythonextension.h pythoninterpreter.h pythonscript.h pythonobject.h 
++KDE_DIST=pythonmodule.h Makefile.in configure.in.in pythonextension.h pythoninterpreter.h pythonscript.h pythonobject.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/python/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/python/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/python/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/python/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/scripting/test/Makefile.in koffice-1.4.2/kexi/scripting/test/Makefile.in
+--- koffice-1.4.2.orig/kexi/scripting/test/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/scripting/test/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,144 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++noinst_PROGRAMS = krosstest$(EXEEXT)
++subdir = kexi/scripting/test
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++PROGRAMS = $(noinst_PROGRAMS)
++am_krosstest_OBJECTS = testobject.$(OBJEXT) test.$(OBJEXT)
++#>- krosstest_OBJECTS = $(am_krosstest_OBJECTS)
++#>+ 5
++krosstest_final_OBJECTS = krosstest.all_cpp.o 
++krosstest_nofinal_OBJECTS = testobject.$(OBJEXT) test.$(OBJEXT)\
++testobject.moc.o 
++ at KDE_USE_FINAL_FALSE@krosstest_OBJECTS = $(krosstest_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@krosstest_OBJECTS = $(krosstest_final_OBJECTS)
++am__DEPENDENCIES_1 =
++krosstest_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	../api/libkrossapi.la ../kexidb/libkrosskexidb.la \
++	../main/libkrossmain.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(krosstest_SOURCES)
++DIST_SOURCES = $(krosstest_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,25 +441,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+-noinst_PROGRAMS = krosstest
+-
+ krosstest_SOURCES = testobject.cpp test.cpp
+-
+ krosstest_LDADD = \
+     $(LIB_QT) \
+     $(LIB_KDECORE) \
+@@ -348,89 +526,58 @@
+     ../kexidb/libkrosskexidb.la \
+     ../main/libkrossmain.la
+ 
+-
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+ krosstest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO)
+ SUBDIRS = .
+ #>- METASOURCES = AUTO
+-subdir = kexi/scripting/test
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-noinst_PROGRAMS = krosstest$(EXEEXT)
+-PROGRAMS = $(noinst_PROGRAMS)
+-
+-am_krosstest_OBJECTS = testobject.$(OBJEXT) test.$(OBJEXT)
+-#>- krosstest_OBJECTS = $(am_krosstest_OBJECTS)
+-#>+ 5
+-krosstest_final_OBJECTS = krosstest.all_cpp.o 
+-krosstest_nofinal_OBJECTS = testobject.$(OBJEXT) test.$(OBJEXT)\
+-testobject.moc.o 
+- at KDE_USE_FINAL_FALSE@krosstest_OBJECTS = $(krosstest_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@krosstest_OBJECTS = $(krosstest_final_OBJECTS)
+-krosstest_DEPENDENCIES = ../api/libkrossapi.la \
+-	../kexidb/libkrosskexidb.la ../main/libkrossmain.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/test.Po ./$(DEPDIR)/testobject.Po
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/testobject.moc.P  $(DEPDIR)/krosstest.all_cpp.P ./$(DEPDIR)/test.Po ./$(DEPDIR)/testobject.Po
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/testobject.moc.P ./$(DEPDIR)/test.Po ./$(DEPDIR)/testobject.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(krosstest_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(krosstest_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/test/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/scripting/test/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/scripting/test/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/test/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/test/Makefile
++	  $(AUTOMAKE) --gnu  kexi/scripting/test/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/test/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstPROGRAMS:
+ 	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+@@ -443,7 +590,7 @@
+ 	$(CXXLINK) $(krosstest_LDFLAGS) $(krosstest_OBJECTS) $(krosstest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -451,27 +598,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testobject.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -490,7 +636,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -502,7 +654,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -510,7 +662,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -531,17 +689,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -551,14 +708,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -567,8 +733,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -577,21 +759,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -606,15 +789,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -624,7 +809,6 @@
+ all-am: Makefile $(PROGRAMS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -636,7 +820,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -644,7 +828,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -660,14 +844,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -683,7 +870,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -691,26 +879,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstPROGRAMS \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstPROGRAMS \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -728,15 +921,24 @@
+ 	-rm -f  testobject.moc.cpp
+ 
+ #>+ 2
+-KDE_DIST=testobject.h test.py 
++KDE_DIST=Makefile.in testobject.h test.py Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/scripting/test/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/scripting/test/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/scripting/test/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/scripting/test/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/tests/Makefile.in koffice-1.4.2/kexi/tests/Makefile.in
+--- koffice-1.4.2.orig/kexi/tests/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/tests/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kexi/tests
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,46 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = newapi 
+-subdir = kexi/tests
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/tests/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/tests/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/Makefile
++	  $(AUTOMAKE) --gnu  kexi/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -380,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -392,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -400,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -421,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -441,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -457,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -467,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -496,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -514,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -526,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -534,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -548,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -556,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -571,31 +773,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ # unused: parser tableview
+@@ -605,15 +813,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tests.pro 
++KDE_DIST=Makefile.in tests.pro Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/tests/newapi/Makefile.in koffice-1.4.2/kexi/tests/newapi/Makefile.in
+--- koffice-1.4.2.orig/kexi/tests/newapi/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/tests/newapi/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++noinst_PROGRAMS = kexidbtest$(EXEEXT)
++subdir = kexi/tests/newapi
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++PROGRAMS = $(noinst_PROGRAMS)
++am_kexidbtest_OBJECTS = main.$(OBJEXT)
++#>- kexidbtest_OBJECTS = $(am_kexidbtest_OBJECTS)
++#>+ 1
++kexidbtest_OBJECTS = main.$(OBJEXT)
++am__DEPENDENCIES_1 =
++kexidbtest_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(top_builddir)/kexi/kexidb/libkexidb.la \
++	../../kexidb/parser/libkexidbparser.la \
++	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidbtest_SOURCES)
++DIST_SOURCES = $(kexidbtest_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,117 +438,146 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+ 
+-
+-# unused: kexidbmysqlcursor kexidbfirebirdcursor
+-noinst_PROGRAMS = kexidbtest
+-
+-
+ # unused: kexidbmysqlcursor
+ INCLUDES = -I$(top_srcdir)/kexi \
+   -I$(top_srcdir)/kexi/widget \
+   -I$(top_srcdir)/kexi/core \
+   $(all_includes)
+ 
+-
+ SUBDIRS = .
+-
+ #>- METASOURCES = AUTO
+-
+ kexidbtest_SOURCES = main.cpp
+ kexidbtest_LDADD = $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la \
+  ../../kexidb/parser/libkexidbparser.la \
+  $(top_builddir)/kexi/widget/libkexiextendedwidgets.la
+ 
+ kexidbtest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO)
+-subdir = kexi/tests/newapi
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-noinst_PROGRAMS = kexidbtest$(EXEEXT)
+-PROGRAMS = $(noinst_PROGRAMS)
+-
+-am_kexidbtest_OBJECTS = main.$(OBJEXT)
+-#>- kexidbtest_OBJECTS = $(am_kexidbtest_OBJECTS)
+-#>+ 1
+-kexidbtest_OBJECTS = main.$(OBJEXT)
+-kexidbtest_DEPENDENCIES = $(top_builddir)/kexi/kexidb/libkexidb.la \
+-	../../kexidb/parser/libkexidbparser.la \
+-	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Po
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/main.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidbtest_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexidbtest_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/newapi/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/tests/newapi/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/tests/newapi/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/newapi/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/newapi/Makefile
++	  $(AUTOMAKE) --gnu  kexi/tests/newapi/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/newapi/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstPROGRAMS:
+ 	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+@@ -445,34 +590,33 @@
+ 	$(CXXLINK) $(kexidbtest_LDFLAGS) $(kexidbtest_OBJECTS) $(kexidbtest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -491,7 +635,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -503,7 +653,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -511,7 +661,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -532,17 +688,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -552,14 +707,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -568,8 +732,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -578,21 +758,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -607,15 +788,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -625,7 +808,6 @@
+ all-am: Makefile $(PROGRAMS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -637,7 +819,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -645,7 +827,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -661,14 +843,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -684,7 +869,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -692,26 +878,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstPROGRAMS \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstPROGRAMS \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ 
+ #kexidbmysqlcursor_SOURCES = mysqlcursor.cpp
+@@ -727,15 +918,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cursors_test.h newapi.pro mysqlcursortest_create.sql statements.txt schema_test.h mysqlcursortest_expectedoutput dbcreation_test.h tableview_test.h tables_test.h parser_test.h sqltest dr_prop_test.h schema.sql 
++KDE_DIST=cursors_test.h newapi.pro Makefile.in mysqlcursortest_create.sql statements.txt schema_test.h mysqlcursortest_expectedoutput dbcreation_test.h tableview_test.h tables_test.h parser_test.h sqltest dr_prop_test.h schema.sql Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/newapi/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/newapi/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/tests/newapi/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/newapi/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/tests/parser/Makefile.in koffice-1.4.2/kexi/tests/parser/Makefile.in
+--- koffice-1.4.2.orig/kexi/tests/parser/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/tests/parser/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,130 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = kexidbparser$(EXEEXT)
++noinst_PROGRAMS = kexidbparser$(EXEEXT)
++subdir = kexi/tests/parser
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__installdirs = "$(DESTDIR)$(bindir)"
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
++am_kexidbparser_OBJECTS = main.$(OBJEXT)
++#>- kexidbparser_OBJECTS = $(am_kexidbparser_OBJECTS)
++#>+ 1
++kexidbparser_OBJECTS = main.$(OBJEXT)
++am__DEPENDENCIES_1 =
++kexidbparser_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la \
++	$(am__DEPENDENCIES_1)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexidbparser_SOURCES)
++DIST_SOURCES = $(kexidbparser_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +169,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +184,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +195,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +216,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +249,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +269,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +290,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +309,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,105 +427,146 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+-bin_PROGRAMS = kexidbparser
+-
+-noinst_PROGRAMS = kexidbparser
+-
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+-
+ kexidbparser_SOURCES = main.cpp
+ kexidbparser_LDADD = $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la $(top_builddir)/kexi/kexidb/parser/libkexidbparser.la  $(all_libraries)
+ kexidbparser_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO) --no-undefined
+-subdir = kexi/tests/parser
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-bin_PROGRAMS = kexidbparser$(EXEEXT)
+-noinst_PROGRAMS = kexidbparser$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
+-
+-am_kexidbparser_OBJECTS = main.$(OBJEXT)
+-#>- kexidbparser_OBJECTS = $(am_kexidbparser_OBJECTS)
+-#>+ 1
+-kexidbparser_OBJECTS = main.$(OBJEXT)
+-kexidbparser_DEPENDENCIES = $(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Po
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/main.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexidbparser_SOURCES)
+-DIST_COMMON = README Makefile.am Makefile.in
+-SOURCES = $(kexidbparser_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/parser/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/tests/parser/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/tests/parser/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/parser/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/parser/Makefile
++	  $(AUTOMAKE) --gnu  kexi/tests/parser/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/parser/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -428,8 +574,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -450,34 +596,33 @@
+ 	$(CXXLINK) $(kexidbparser_LDFLAGS) $(kexidbparser_OBJECTS) $(kexidbparser_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -489,11 +634,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -502,6 +642,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -513,8 +654,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -523,21 +680,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -555,10 +713,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(PROGRAMS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -570,7 +728,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -578,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -594,14 +752,17 @@
+ 	clean-noinstPROGRAMS mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -617,7 +778,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -625,34 +787,52 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
+-	clean-generic clean-libtool clean-noinstPROGRAMS distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-binPROGRAMS install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
++	clean-generic clean-libtool clean-noinstPROGRAMS ctags \
++	distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-binPROGRAMS \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-info-am
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-binPROGRAMS \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=parser.pro db 
++KDE_DIST=Makefile.in parser.pro db Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/parser/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/parser/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/tests/parser/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/parser/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/tests/startup/Makefile.in koffice-1.4.2/kexi/tests/startup/Makefile.in
+--- koffice-1.4.2.orig/kexi/tests/startup/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/tests/startup/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = kexistartuptest$(EXEEXT)
++noinst_PROGRAMS = kexistartuptest$(EXEEXT)
++subdir = kexi/tests/startup
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__installdirs = "$(DESTDIR)$(bindir)"
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
++am_kexistartuptest_OBJECTS = main.$(OBJEXT)
++#>- kexistartuptest_OBJECTS = $(am_kexistartuptest_OBJECTS)
++#>+ 1
++kexistartuptest_OBJECTS = main.$(OBJEXT)
++am__DEPENDENCIES_1 =
++kexistartuptest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/core/libkexicore.la $(am__DEPENDENCIES_1)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexistartuptest_SOURCES)
++DIST_SOURCES = $(kexistartuptest_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,124 +440,151 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+-bin_PROGRAMS = kexistartuptest
+-
+-noinst_PROGRAMS = kexistartuptest
+-
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+-
+ SUBDIRS = .
+-
+ #>- METASOURCES = AUTO
+-
+ kexistartuptest_SOURCES = main.cpp
+ kexistartuptest_LDADD = $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la \
+  $(top_builddir)/kexi/core/libkexicore.la \
+  $(all_libraries)
+ 
+-
+ kexistartuptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO) --no-undefined
+-subdir = kexi/tests/startup
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-bin_PROGRAMS = kexistartuptest$(EXEEXT)
+-noinst_PROGRAMS = kexistartuptest$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
+-
+-am_kexistartuptest_OBJECTS = main.$(OBJEXT)
+-#>- kexistartuptest_OBJECTS = $(am_kexistartuptest_OBJECTS)
+-#>+ 1
+-kexistartuptest_OBJECTS = main.$(OBJEXT)
+-kexistartuptest_DEPENDENCIES = $(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/core/libkexicore.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Po
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/main.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexistartuptest_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexistartuptest_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/startup/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/tests/startup/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/tests/startup/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/startup/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/startup/Makefile
++	  $(AUTOMAKE) --gnu  kexi/tests/startup/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/startup/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -447,8 +592,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -469,34 +614,33 @@
+ 	$(CXXLINK) $(kexistartuptest_LDFLAGS) $(kexistartuptest_OBJECTS) $(kexistartuptest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -515,7 +659,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -527,7 +677,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -535,7 +685,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -556,17 +712,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -576,14 +731,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -592,8 +756,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -602,21 +782,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -631,15 +812,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -649,8 +832,9 @@
+ all-am: Makefile $(PROGRAMS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -662,7 +846,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -670,7 +854,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -686,14 +870,17 @@
+ 	clean-noinstPROGRAMS mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -709,7 +896,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -717,42 +905,56 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-libtool \
+-	clean-noinstPROGRAMS clean-recursive distclean \
+-	distclean-compile distclean-depend distclean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic clean-libtool \
++	clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
++	distclean distclean-compile distclean-generic \
+ 	distclean-libtool distclean-recursive distclean-tags distdir \
+-	dvi dvi-am dvi-recursive info info-am info-recursive install \
+-	install-am install-binPROGRAMS install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++	installdirs-am maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-binPROGRAMS uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=testdb.kexis 
++KDE_DIST=Makefile.in testdb.kexis Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/startup/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/startup/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/tests/startup/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/startup/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/tests/tableview/Makefile.in koffice-1.4.2/kexi/tests/tableview/Makefile.in
+--- koffice-1.4.2.orig/kexi/tests/tableview/Makefile.in	2005-10-05 12:52:53.000000000 +0200
++++ koffice-1.4.2/kexi/tests/tableview/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,144 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = kexitableviewtest$(EXEEXT)
++noinst_PROGRAMS = kexitableviewtest$(EXEEXT)
++subdir = kexi/tests/tableview
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__installdirs = "$(DESTDIR)$(bindir)"
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
++am_kexitableviewtest_OBJECTS = main.$(OBJEXT)
++#>- kexitableviewtest_OBJECTS = $(am_kexitableviewtest_OBJECTS)
++#>+ 1
++kexitableviewtest_OBJECTS = main.$(OBJEXT)
++am__DEPENDENCIES_1 =
++kexitableviewtest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(top_builddir)/kexi/kexidb/libkexidb.la \
++	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
++	$(am__DEPENDENCIES_1)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kexitableviewtest_SOURCES)
++DIST_SOURCES = $(kexitableviewtest_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,121 +441,148 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+-bin_PROGRAMS = kexitableviewtest  #kexidbfirebirdcursor
+-
+-noinst_PROGRAMS = kexitableviewtest
+-
+ INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
+-
+ SUBDIRS = .
+-
+ #>- METASOURCES = AUTO
+-
+ kexitableviewtest_SOURCES = main.cpp
+ kexitableviewtest_LDADD = $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la $(top_builddir)/kexi/widget/libkexiextendedwidgets.la $(all_libraries)
+ kexitableviewtest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO) --no-undefined
+-subdir = kexi/tests/tableview
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-bin_PROGRAMS = kexitableviewtest$(EXEEXT)
+-noinst_PROGRAMS = kexitableviewtest$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
+-
+-am_kexitableviewtest_OBJECTS = main.$(OBJEXT)
+-#>- kexitableviewtest_OBJECTS = $(am_kexitableviewtest_OBJECTS)
+-#>+ 1
+-kexitableviewtest_OBJECTS = main.$(OBJEXT)
+-kexitableviewtest_DEPENDENCIES = \
+-	$(top_builddir)/kexi/kexidb/libkexidb.la \
+-	$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Po
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/main.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kexitableviewtest_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kexitableviewtest_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/tableview/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/tests/tableview/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/tests/tableview/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/tableview/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/tableview/Makefile
++	  $(AUTOMAKE) --gnu  kexi/tests/tableview/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/tableview/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -444,8 +590,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -466,34 +612,33 @@
+ 	$(CXXLINK) $(kexitableviewtest_LDFLAGS) $(kexitableviewtest_OBJECTS) $(kexitableviewtest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -512,7 +657,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -524,7 +675,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -532,7 +683,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -553,17 +710,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -573,14 +729,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -589,8 +754,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -599,21 +780,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -628,15 +810,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -646,8 +830,9 @@
+ all-am: Makefile $(PROGRAMS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -659,7 +844,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -667,7 +852,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -683,14 +868,17 @@
+ 	clean-noinstPROGRAMS mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -706,7 +894,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -714,42 +903,56 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-libtool \
+-	clean-noinstPROGRAMS clean-recursive distclean \
+-	distclean-compile distclean-depend distclean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic clean-libtool \
++	clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
++	distclean distclean-compile distclean-generic \
+ 	distclean-libtool distclean-recursive distclean-tags distdir \
+-	dvi dvi-am dvi-recursive info info-am info-recursive install \
+-	install-am install-binPROGRAMS install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++	installdirs-am maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-binPROGRAMS uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tableview.pro 
++KDE_DIST=tableview.pro Makefile.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/tests/tableview/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/tests/tableview/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/tests/tableview/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/tests/tableview/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/widget/Makefile.in koffice-1.4.2/kexi/widget/Makefile.in
+--- koffice-1.4.2.orig/kexi/widget/Makefile.in	2005-10-05 12:52:54.000000000 +0200
++++ koffice-1.4.2/kexi/widget/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,165 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/widget
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexiextendedwidgets_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	./utils/libkexiguiutils.la tableview/libkexidatatable.la \
++	../core/libkexicore.la
++am_libkexiextendedwidgets_la_OBJECTS = kexidataawareview.lo \
++	kexidatatable.lo kexidatatableview.lo \
++	kexiquerydesignersqleditor.lo kexidatasourcecombo.lo \
++	kexidatasourcewizard.lo kexidswelcome.lo kexidssource.lo \
++	kexidatasourcefields.lo kexisectionheader.lo \
++	pixmapcollection.lo kexiscrollview.lo \
++	kexidbconnectionwidget.lo kexidbdrivercombobox.lo \
++	kexieditor.lo
++#>- libkexiextendedwidgets_la_OBJECTS =  \
++#>- 	$(am_libkexiextendedwidgets_la_OBJECTS)
++#>+ 11
++libkexiextendedwidgets_la_final_OBJECTS = libkexiextendedwidgets_la.all_cpp.lo 
++libkexiextendedwidgets_la_nofinal_OBJECTS = kexidataawareview.lo \
++	kexidatatable.lo kexidatatableview.lo \
++	kexiquerydesignersqleditor.lo kexidatasourcecombo.lo \
++	kexidatasourcewizard.lo kexidswelcome.lo kexidssource.lo \
++	kexidatasourcefields.lo kexisectionheader.lo \
++	pixmapcollection.lo kexiscrollview.lo \
++	kexidbconnectionwidget.lo kexidbdrivercombobox.lo \
++	kexieditor.lo kexidbconnectionwidgetbase.lo kexidbconnectionwidgetdetailsbase.lo
++ at KDE_USE_FINAL_FALSE@libkexiextendedwidgets_la_OBJECTS = $(libkexiextendedwidgets_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexiextendedwidgets_la_OBJECTS = $(libkexiextendedwidgets_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexiextendedwidgets_la_SOURCES)
++DIST_SOURCES = $(libkexiextendedwidgets_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +204,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +219,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +230,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +251,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +284,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +304,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +325,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +344,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +462,83 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexiextendedwidgets.la
+ #>- libkexiextendedwidgets_la_SOURCES = kexidataawareview.cpp \
+ #>- 	kexidatatable.cpp kexidatatableview.cpp \
+@@ -356,10 +558,8 @@
+ 	 kexidbdrivercombobox.cpp \
+ 	kexieditor.cpp kexidbconnectionwidgetbase.cpp kexidbconnectionwidgetdetailsbase.cpp
+ 
+-
+ libkexiextendedwidgets_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkexiextendedwidgets_la_LIBADD = $(LIB_KDEUI) ./utils/libkexiguiutils.la tableview/libkexidatatable.la ../core/libkexicore.la -lktexteditor
+-
+ SUBDIRS = utils tableview . propertyeditor relations
+ 
+ # kde_appsdir         Where your application's menu entry (.desktop) should go to.
+@@ -387,164 +587,79 @@
+ 	$(LIB_KEXI_KMDI_INCLUDES) \
+ 	-I$(top_srcdir)/kexi/core $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/widget
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexiextendedwidgets_la_DEPENDENCIES = ./utils/libkexiguiutils.la \
+-	tableview/libkexidatatable.la ../core/libkexicore.la
+-am_libkexiextendedwidgets_la_OBJECTS = kexidataawareview.lo \
+-	kexidatatable.lo kexidatatableview.lo \
+-	kexiquerydesignersqleditor.lo kexidatasourcecombo.lo \
+-	kexidatasourcewizard.lo kexidswelcome.lo kexidssource.lo \
+-	kexidatasourcefields.lo kexisectionheader.lo \
+-	pixmapcollection.lo kexiscrollview.lo kexidbconnectionwidget.lo \
+-	kexidbdrivercombobox.lo kexieditor.lo
+-#>- libkexiextendedwidgets_la_OBJECTS = \
+-#>- 	$(am_libkexiextendedwidgets_la_OBJECTS)
+-#>+ 10
+-libkexiextendedwidgets_la_final_OBJECTS = libkexiextendedwidgets_la.all_cpp.lo 
+-libkexiextendedwidgets_la_nofinal_OBJECTS = kexidataawareview.lo \
+-	kexidatatable.lo kexidatatableview.lo \
+-	kexiquerydesignersqleditor.lo kexidatasourcecombo.lo \
+-	kexidatasourcewizard.lo kexidswelcome.lo kexidssource.lo \
+-	kexidatasourcefields.lo kexisectionheader.lo \
+-	pixmapcollection.lo kexiscrollview.lo kexidbconnectionwidget.lo \
+-	kexidbdrivercombobox.lo kexieditor.lo kexidbconnectionwidgetbase.lo kexidbconnectionwidgetdetailsbase.lo
+- at KDE_USE_FINAL_FALSE@libkexiextendedwidgets_la_OBJECTS = $(libkexiextendedwidgets_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexiextendedwidgets_la_OBJECTS = $(libkexiextendedwidgets_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexidataawareview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcecombo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcefields.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcewizard.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidatatable.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidatatableview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectionwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidbdrivercombobox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidssource.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidswelcome.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexieditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersqleditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiscrollview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexisectionheader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pixmapcollection.Plo
+-#>+ 30
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kexidbconnectionwidgetbase.P $(DEPDIR)/kexidbconnectionwidgetdetailsbase.P  $(DEPDIR)/libkexiextendedwidgets_la.all_cpp.P ./$(DEPDIR)/kexidataawareview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcecombo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcefields.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcewizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatatable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatatableview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectionwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbdrivercombobox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidssource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidswelcome.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexieditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersqleditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiscrollview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexisectionheader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pixmapcollection.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kexidbconnectionwidgetbase.P $(DEPDIR)/kexidbconnectionwidgetdetailsbase.P ./$(DEPDIR)/kexidataawareview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcecombo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcefields.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatasourcewizard.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatatable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatatableview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbconnectionwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidbdrivercombobox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidssource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidswelcome.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexieditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiquerydesignersqleditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiscrollview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexisectionheader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pixmapcollection.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexiextendedwidgets_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexiextendedwidgets_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/widget/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/widget/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/Makefile
++	  $(AUTOMAKE) --gnu  kexi/widget/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -552,7 +667,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexiextendedwidgets_la_LDFLAGS) $(libkexiextendedwidgets_la_OBJECTS) $(libkexiextendedwidgets_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -573,27 +688,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexisectionheader.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pixmapcollection.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -612,7 +726,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -624,7 +744,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -632,7 +752,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -653,17 +779,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -673,14 +798,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -689,8 +823,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -699,21 +849,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -728,15 +879,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -746,8 +899,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -759,7 +913,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -767,7 +921,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -783,14 +937,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -806,7 +963,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -814,27 +972,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -957,7 +1120,7 @@
+ 	-rm -f  kexidataawareview.moc kexidbdrivercombobox.moc kexiquerydesignersqleditor.moc kexieditor.moc kexifilterdlg.moc kexidbconnectionwidget.moc kexidatasourcewizard.moc kexidatasourcecombo.moc pixmapcollection.moc kexidatasourcefields.moc kexidswelcome.moc kexiscrollview.moc kexidatatable.moc kexidatatableview.moc kexisectionheader.moc kexidssource.moc
+ 
+ #>+ 2
+-KDE_DIST=kexisectionheader.h kexidbdrivercombobox.h kexiscrollview.h kexidatatable.h kexieditor.h kexidswelcome.h kexidatasourcefields.h kexidssource.h kexifilterdlg.cpp kexidbconnectionwidgetdetailsbase.ui.h kexidataawareview.h kexidatatableview.h kexidbconnectionwidgetbase.ui kexidbconnectionwidgetdetailsbase.ui kexifilterdlg.h kexidatasourcecombo.h kexidatasourcewizard.h kexidbconnectionwidget.h kexiquerydesignersqleditor.h pixmapcollection.h 
++KDE_DIST=kexisectionheader.h Makefile.in kexidbdrivercombobox.h kexiscrollview.h kexidatatable.h kexieditor.h kexidswelcome.h kexidatasourcefields.h kexidssource.h kexifilterdlg.cpp kexidbconnectionwidgetdetailsbase.ui.h kexidataawareview.h kexidatatableview.h kexidbconnectionwidgetbase.ui kexidbconnectionwidgetdetailsbase.ui kexifilterdlg.h kexidatasourcecombo.h kexidatasourcewizard.h kexidbconnectionwidget.h kexiquerydesignersqleditor.h pixmapcollection.h Makefile.am 
+ 
+ #>+ 5
+ clean-ui:
+@@ -968,10 +1131,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/widget/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/widget/propertyeditor/Makefile.in koffice-1.4.2/kexi/widget/propertyeditor/Makefile.in
+--- koffice-1.4.2.orig/kexi/widget/propertyeditor/Makefile.in	2005-10-05 12:52:54.000000000 +0200
++++ koffice-1.4.2/kexi/widget/propertyeditor/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,158 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/widget/propertyeditor
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexipropertyeditor_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../core/libkexicore.la ../libkexiextendedwidgets.la
++am_libkexipropertyeditor_la_OBJECTS = kexipropertyeditorview.lo \
++	kexipropertyeditor.lo kexipropertyeditoritem.lo \
++	kexipropertysubeditor.lo propertyeditorfile.lo \
++	propertyeditorfont.lo propertyeditorinput.lo \
++	propertyeditorlist.lo propertyeditordate.lo
++#>- libkexipropertyeditor_la_OBJECTS =  \
++#>- 	$(am_libkexipropertyeditor_la_OBJECTS)
++#>+ 8
++libkexipropertyeditor_la_final_OBJECTS = libkexipropertyeditor_la.all_cpp.lo 
++libkexipropertyeditor_la_nofinal_OBJECTS = kexipropertyeditorview.lo \
++	kexipropertyeditor.lo kexipropertyeditoritem.lo \
++	kexipropertysubeditor.lo propertyeditorfile.lo \
++	propertyeditorfont.lo propertyeditorinput.lo \
++	propertyeditorlist.lo propertyeditordate.lo
++ at KDE_USE_FINAL_FALSE@libkexipropertyeditor_la_OBJECTS = $(libkexipropertyeditor_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexipropertyeditor_la_OBJECTS = $(libkexipropertyeditor_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexipropertyeditor_la_SOURCES)
++DIST_SOURCES = $(libkexipropertyeditor_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +197,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +212,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +223,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +244,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +277,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +297,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +318,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +337,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,23 +455,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexipropertyeditor.la
+-
+ libkexipropertyeditor_la_SOURCES = \
+ 	kexipropertyeditorview.cpp \
+ 	kexipropertyeditor.cpp kexipropertyeditoritem.cpp \
+@@ -346,14 +540,11 @@
+ 	propertyeditorfont.cpp propertyeditorinput.cpp propertyeditorlist.cpp \
+ 	propertyeditordate.cpp
+ 
+-
+ libkexipropertyeditor_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkexipropertyeditor_la_LIBADD = $(LIB_KIO) \
+ 	../../core/libkexicore.la ../libkexiextendedwidgets.la
+ 
+-
+ #>- libkexipropertyeditor_la_METASOURCES = AUTO
+-
+ SUBDIRS = . #test
+ 
+ # kde_appsdir         Where your application's menu entry (.desktop) should go to.
+@@ -381,140 +572,78 @@
+ 	-I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/widget \
+ 	$(all_includes)
+ 
+-subdir = kexi/widget/propertyeditor
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexipropertyeditor_la_DEPENDENCIES = ../../core/libkexicore.la \
+-	../libkexiextendedwidgets.la
+-am_libkexipropertyeditor_la_OBJECTS = kexipropertyeditorview.lo \
+-	kexipropertyeditor.lo kexipropertyeditoritem.lo \
+-	kexipropertysubeditor.lo propertyeditorfile.lo \
+-	propertyeditorfont.lo propertyeditorinput.lo \
+-	propertyeditorlist.lo propertyeditordate.lo
+-#>- libkexipropertyeditor_la_OBJECTS = \
+-#>- 	$(am_libkexipropertyeditor_la_OBJECTS)
+-#>+ 8
+-libkexipropertyeditor_la_final_OBJECTS = libkexipropertyeditor_la.all_cpp.lo 
+-libkexipropertyeditor_la_nofinal_OBJECTS = kexipropertyeditorview.lo \
+-	kexipropertyeditor.lo kexipropertyeditoritem.lo \
+-	kexipropertysubeditor.lo propertyeditorfile.lo \
+-	propertyeditorfont.lo propertyeditorinput.lo \
+-	propertyeditorlist.lo propertyeditordate.lo
+- at KDE_USE_FINAL_FALSE@libkexipropertyeditor_la_OBJECTS = $(libkexipropertyeditor_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexipropertyeditor_la_OBJECTS = $(libkexipropertyeditor_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexipropertyeditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipropertyeditoritem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipropertyeditorview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexipropertysubeditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertyeditordate.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertyeditorfile.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertyeditorfont.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertyeditorinput.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertyeditorlist.Plo
+-#>+ 18
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkexipropertyeditor_la.all_cpp.P ./$(DEPDIR)/kexipropertyeditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertyeditoritem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertyeditorview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertysubeditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditordate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorfile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorfont.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorinput.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorlist.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexipropertyeditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertyeditoritem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertyeditorview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexipropertysubeditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditordate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorfile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorfont.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorinput.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditorlist.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexipropertyeditor_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexipropertyeditor_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/widget/propertyeditor/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/propertyeditor/Makefile
++	  $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/propertyeditor/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -522,7 +651,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexipropertyeditor_la_LDFLAGS) $(libkexipropertyeditor_la_OBJECTS) $(libkexipropertyeditor_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -537,27 +666,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/propertyeditorinput.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/propertyeditorlist.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -576,7 +704,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -588,7 +722,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -596,7 +730,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -617,17 +757,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -637,14 +776,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -653,8 +801,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -663,21 +827,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -692,15 +857,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -710,8 +877,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -723,7 +891,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -731,7 +899,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -747,14 +915,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -770,7 +941,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -778,27 +950,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -865,15 +1042,24 @@
+ 	-rm -f  propertyeditorlist.moc kexipropertysubeditor.moc kexipropertyeditor.moc propertyeditorfile.moc kexipropertyeditorview.moc propertyeditorfont.moc propertyeditorinput.moc propertyeditordate.moc
+ 
+ #>+ 2
+-KDE_DIST=kexipropertysubeditor.h propertyeditordate.h kexipropertyeditoritem.h propertyeditorlist.h propertyeditorfile.h kexipropertyeditor.h propertyeditorinput.h propertyeditorfont.h kexipropertyeditorview.h 
++KDE_DIST=kexipropertysubeditor.h propertyeditordate.h Makefile.in kexipropertyeditoritem.h propertyeditorlist.h propertyeditorfile.h kexipropertyeditor.h propertyeditorinput.h propertyeditorfont.h kexipropertyeditorview.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/propertyeditor/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/propertyeditor/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/widget/propertyeditor/test/Makefile.in koffice-1.4.2/kexi/widget/propertyeditor/test/Makefile.in
+--- koffice-1.4.2.orig/kexi/widget/propertyeditor/test/Makefile.in	2005-10-05 12:52:54.000000000 +0200
++++ koffice-1.4.2/kexi/widget/propertyeditor/test/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,140 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++bin_PROGRAMS = test$(EXEEXT)
++subdir = kexi/widget/propertyeditor/test
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(shellrcdir)"
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS)
++am_test_OBJECTS = main.$(OBJEXT) test.$(OBJEXT)
++#>- test_OBJECTS = $(am_test_OBJECTS)
++#>+ 4
++test_final_OBJECTS = test.all_cpp.o 
++test_nofinal_OBJECTS = main.$(OBJEXT) test.$(OBJEXT)
++ at KDE_USE_FINAL_FALSE@test_OBJECTS = $(test_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@test_OBJECTS = $(test_final_OBJECTS)
++am__DEPENDENCIES_1 =
++test_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libkexipropertyeditor.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(test_SOURCES)
++DIST_SOURCES = $(test_SOURCES)
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++shellrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(shellrc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,28 +437,87 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ noinst_HEADERS = test.h
+ 
+ # let automoc handle all of the meta source files (moc)
+ #>- METASOURCES = AUTO
+-
+-bin_PROGRAMS = test
+-
+ test_SOURCES = main.cpp test.cpp
+ test_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(VER_INFO)
+ test_LDADD = $(LIB_KDEUI) ../libkexipropertyeditor.la 
+@@ -351,89 +525,66 @@
+ # this is where the shell's XML-GUI resource file goes
+ shellrcdir = $(kde_datadir)/test
+ shellrc_DATA = testui.rc
+-
+ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/core/properties -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/widget/propertyeditor $(all_includes)
+-subdir = kexi/widget/propertyeditor/test
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-bin_PROGRAMS = test$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-am_test_OBJECTS = main.$(OBJEXT) test.$(OBJEXT)
+-#>- test_OBJECTS = $(am_test_OBJECTS)
+-#>+ 4
+-test_final_OBJECTS = test.all_cpp.o 
+-test_nofinal_OBJECTS = main.$(OBJEXT) test.$(OBJEXT)
+- at KDE_USE_FINAL_FALSE@test_OBJECTS = $(test_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@test_OBJECTS = $(test_final_OBJECTS)
+-test_DEPENDENCIES = ../libkexipropertyeditor.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Po ./$(DEPDIR)/test.Po
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/test.all_cpp.P ./$(DEPDIR)/main.Po ./$(DEPDIR)/test.Po
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/main.Po ./$(DEPDIR)/test.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(test_SOURCES)
+-DATA = $(shellrc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(test_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/test/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/widget/propertyeditor/test/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/test/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/test/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/propertyeditor/test/Makefile
++	  $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/test/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/propertyeditor/test/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -441,8 +592,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -456,7 +607,7 @@
+ 	$(CXXLINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -464,27 +615,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -495,30 +645,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-shellrcDATA_INSTALL = $(INSTALL_DATA)
+ install-shellrcDATA: $(shellrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(shellrcdir)
++	test -z "$(shellrcdir)" || $(mkdir_p) "$(DESTDIR)$(shellrcdir)"
+ 	@list='$(shellrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(shellrcDATA_INSTALL) $$d$$p $(DESTDIR)$(shellrcdir)/$$f"; \
+-	  $(shellrcDATA_INSTALL) $$d$$p $(DESTDIR)$(shellrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(shellrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(shellrcdir)/$$f'"; \
++	  $(shellrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(shellrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-shellrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(shellrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(shellrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(shellrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(shellrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(shellrcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -527,6 +671,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -538,8 +683,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -548,21 +709,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -580,10 +742,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(shellrcdir)
+-
++	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(shellrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -595,7 +757,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -603,7 +765,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -617,14 +779,17 @@
+ clean-am: clean-metasources clean-bcheck clean-final  clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -640,7 +805,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -648,19 +814,27 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-shellrcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
+-	clean-generic clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-binPROGRAMS install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-shellrcDATA install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
++	clean-generic clean-libtool ctags distclean distclean-compile \
++	distclean-generic distclean-libtool distclean-tags distdir dvi \
++	dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-shellrcDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-shellrcDATA
+ 
+@@ -680,15 +854,24 @@
+ 	-rm -f  test.moc
+ 
+ #>+ 2
+-KDE_DIST=testui.rc 
++KDE_DIST=Makefile.in testui.rc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/propertyeditor/test/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/test/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/widget/propertyeditor/test/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/propertyeditor/test/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/widget/relations/Makefile.in koffice-1.4.2/kexi/widget/relations/Makefile.in
+--- koffice-1.4.2.orig/kexi/widget/relations/Makefile.in	2005-10-05 12:52:54.000000000 +0200
++++ koffice-1.4.2/kexi/widget/relations/Makefile.in	2005-11-11 17:31:30.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,152 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	$(top_srcdir)/kexi/Makefile.global
++subdir = kexi/widget/relations
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++libkexirelationsview_la_DEPENDENCIES = ../../core/libkexicore.la
++am_libkexirelationsview_la_OBJECTS = kexirelationview.lo \
++	kexirelationviewconnection.lo kexirelationviewtable.lo \
++	kexirelationwidget.lo
++#>- libkexirelationsview_la_OBJECTS =  \
++#>- 	$(am_libkexirelationsview_la_OBJECTS)
++#>+ 6
++libkexirelationsview_la_final_OBJECTS = libkexirelationsview_la.all_cpp.lo 
++libkexirelationsview_la_nofinal_OBJECTS = kexirelationview.lo \
++	kexirelationviewconnection.lo kexirelationviewtable.lo \
++	kexirelationwidget.lo
++ at KDE_USE_FINAL_FALSE@libkexirelationsview_la_OBJECTS = $(libkexirelationsview_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexirelationsview_la_OBJECTS = $(libkexirelationsview_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexirelationsview_la_SOURCES)
++DIST_SOURCES = $(libkexirelationsview_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +191,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +206,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +217,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +238,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +271,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +291,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +312,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +331,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,32 +449,90 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexirelationsview.la
+-
+ libkexirelationsview_la_SOURCES = kexirelationview.cpp kexirelationviewconnection.cpp \
+ 				kexirelationviewtable.cpp kexirelationwidget.cpp
+ 
+-
+ libkexirelationsview_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkexirelationsview_la_LIBADD = ../../core/libkexicore.la
+-
+ #>- libkexirelationsview_la_METASOURCES = AUTO
+-
+ SUBDIRS = .
+ 
+ # kde_appsdir         Where your application's menu entry (.desktop) should go to.
+@@ -374,119 +559,78 @@
+ INCLUDES = -I$(top_srcdir)/kexi $(LIB_KEXI_KMDI_INCLUDES) \
+ 	-I$(top_srcdir)/kexi/core $(all_includes)
+ 
+-subdir = kexi/widget/relations
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexirelationsview_la_DEPENDENCIES = ../../core/libkexicore.la
+-am_libkexirelationsview_la_OBJECTS = kexirelationview.lo \
+-	kexirelationviewconnection.lo kexirelationviewtable.lo \
+-	kexirelationwidget.lo
+-#>- libkexirelationsview_la_OBJECTS = $(am_libkexirelationsview_la_OBJECTS)
+-#>+ 6
+-libkexirelationsview_la_final_OBJECTS = libkexirelationsview_la.all_cpp.lo 
+-libkexirelationsview_la_nofinal_OBJECTS = kexirelationview.lo \
+-	kexirelationviewconnection.lo kexirelationviewtable.lo \
+-	kexirelationwidget.lo
+- at KDE_USE_FINAL_FALSE@libkexirelationsview_la_OBJECTS = $(libkexirelationsview_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexirelationsview_la_OBJECTS = $(libkexirelationsview_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexirelationview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexirelationviewconnection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexirelationviewtable.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexirelationwidget.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkexirelationsview_la.all_cpp.P ./$(DEPDIR)/kexirelationview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationviewconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationviewtable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationwidget.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexirelationview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationviewconnection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationviewtable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirelationwidget.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexirelationsview_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexirelationsview_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/relations/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/widget/relations/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/widget/relations/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/relations/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/relations/Makefile
++	  $(AUTOMAKE) --gnu  kexi/widget/relations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/relations/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -494,7 +638,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexirelationsview_la_LDFLAGS) $(libkexirelationsview_la_OBJECTS) $(libkexirelationsview_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -504,27 +648,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexirelationviewtable.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexirelationwidget.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -543,7 +686,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -555,7 +704,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -563,7 +712,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -584,17 +739,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -604,14 +758,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -620,8 +783,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -630,21 +809,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -659,15 +839,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -677,8 +859,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -690,7 +873,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -698,7 +881,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -714,14 +897,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -737,7 +923,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -745,27 +932,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -797,15 +989,24 @@
+ 	-rm -f  kexirelationviewtable.moc kexirelationview.moc kexirelationwidget.moc
+ 
+ #>+ 2
+-KDE_DIST=kexirelationview.h kexirelationwidget.h kexirelationviewtable.h rn.xpm r1.xpm kexirelationviewconnection.h 
++KDE_DIST=kexirelationview.h kexirelationwidget.h Makefile.in kexirelationviewtable.h rn.xpm r1.xpm kexirelationviewconnection.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/relations/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/relations/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/widget/relations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/relations/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/widget/tableview/Makefile.in koffice-1.4.2/kexi/widget/tableview/Makefile.in
+--- koffice-1.4.2.orig/kexi/widget/tableview/Makefile.in	2005-10-05 12:52:55.000000000 +0200
++++ koffice-1.4.2/kexi/widget/tableview/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,165 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/widget/tableview
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexidatatable_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	../../core/libkexicore.la ../utils/libkexiguiutils.la
++am_libkexidatatable_la_OBJECTS = kexidataawareobjectiface.lo \
++	kexitableview.lo kexitableview_p.lo kexicelleditorfactory.lo \
++	kexitableedit.lo kexitableheader.lo kexitableitem.lo \
++	kexitableviewdata.lo kexidatetableedit.lo kexitimetableedit.lo \
++	kexidatetimetableedit.lo kexiinputtableedit.lo \
++	kexiblobtableedit.lo kexibooltableedit.lo \
++	kexicomboboxtableedit.lo kexicomboboxpopup.lo \
++	kexitableviewpropertybuffer.lo
++#>- libkexidatatable_la_OBJECTS = $(am_libkexidatatable_la_OBJECTS)
++#>+ 11
++libkexidatatable_la_final_OBJECTS = libkexidatatable_la.all_cpp.lo 
++libkexidatatable_la_nofinal_OBJECTS = kexidataawareobjectiface.lo \
++	kexitableview.lo kexitableview_p.lo kexicelleditorfactory.lo \
++	kexitableedit.lo kexitableheader.lo kexitableitem.lo \
++	kexitableviewdata.lo kexidatetableedit.lo kexitimetableedit.lo \
++	kexidatetimetableedit.lo kexiinputtableedit.lo \
++	kexiblobtableedit.lo kexibooltableedit.lo \
++	kexicomboboxtableedit.lo kexicomboboxpopup.lo \
++	kexitableviewpropertybuffer.lo
++ at KDE_USE_FINAL_FALSE@libkexidatatable_la_OBJECTS = $(libkexidatatable_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexidatatable_la_OBJECTS = $(libkexidatatable_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexidatatable_la_SOURCES)
++DIST_SOURCES = $(libkexidatatable_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +204,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +219,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +230,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +251,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +284,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +304,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +325,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +344,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +462,83 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexidatatable.la
+ libkexidatatable_la_SOURCES = kexidataawareobjectiface.cpp \
+ 	kexitableview.cpp kexitableview_p.cpp \
+@@ -346,15 +548,12 @@
+ 	kexiinputtableedit.cpp kexiblobtableedit.cpp kexibooltableedit.cpp \
+ 	kexicomboboxtableedit.cpp kexicomboboxpopup.cpp kexitableviewpropertybuffer.cpp
+ 
+-
+ noinst_HEADERS = kexitableview_p.h kexidatetimeeditor_p.h
+-
+ libkexidatatable_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkexidatatable_la_LIBADD = $(LIB_KDEUI) \
+ 	../../core/libkexicore.la ../utils/libkexiguiutils.la 
+ 
+ 
+-
+ #TODO: remove libkexicore link when kexiutils arrive
+ SUBDIRS = .
+ 
+@@ -380,173 +579,79 @@
+ 
+ # set the include path for X, qt and KDE
+ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/core $(all_includes)
+-
+ #>- METASOURCES = AUTO
+-subdir = kexi/widget/tableview
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexidatatable_la_DEPENDENCIES = ../../core/libkexicore.la \
+-	../utils/libkexiguiutils.la
+-am_libkexidatatable_la_OBJECTS = kexidataawareobjectiface.lo \
+-	kexitableview.lo kexitableview_p.lo kexicelleditorfactory.lo \
+-	kexitableedit.lo kexitableheader.lo kexitableitem.lo \
+-	kexitableviewdata.lo kexidatetableedit.lo kexitimetableedit.lo \
+-	kexidatetimetableedit.lo kexiinputtableedit.lo \
+-	kexiblobtableedit.lo kexibooltableedit.lo \
+-	kexicomboboxtableedit.lo kexicomboboxpopup.lo \
+-	kexitableviewpropertybuffer.lo
+-#>- libkexidatatable_la_OBJECTS = $(am_libkexidatatable_la_OBJECTS)
+-#>+ 11
+-libkexidatatable_la_final_OBJECTS = libkexidatatable_la.all_cpp.lo 
+-libkexidatatable_la_nofinal_OBJECTS = kexidataawareobjectiface.lo \
+-	kexitableview.lo kexitableview_p.lo kexicelleditorfactory.lo \
+-	kexitableedit.lo kexitableheader.lo kexitableitem.lo \
+-	kexitableviewdata.lo kexidatetableedit.lo kexitimetableedit.lo \
+-	kexidatetimetableedit.lo kexiinputtableedit.lo \
+-	kexiblobtableedit.lo kexibooltableedit.lo \
+-	kexicomboboxtableedit.lo kexicomboboxpopup.lo \
+-	kexitableviewpropertybuffer.lo
+- at KDE_USE_FINAL_FALSE@libkexidatatable_la_OBJECTS = $(libkexidatatable_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexidatatable_la_OBJECTS = $(libkexidatatable_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexiblobtableedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexibooltableedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicelleditorfactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicomboboxpopup.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexicomboboxtableedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidataawareobjectiface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidatetableedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexidatetimetableedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexiinputtableedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableheader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableitem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableview_p.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableviewdata.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitableviewpropertybuffer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexitimetableedit.Plo
+-#>+ 34
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkexidatatable_la.all_cpp.P ./$(DEPDIR)/kexiblobtableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexibooltableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicelleditorfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicomboboxpopup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicomboboxtableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataawareobjectiface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatetableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatetimetableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiinputtableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableheader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableitem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableview_p.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableviewdata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableviewpropertybuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitimetableedit.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexiblobtableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexibooltableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicelleditorfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicomboboxpopup.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexicomboboxtableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidataawareobjectiface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatetableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexidatetimetableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexiinputtableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableedit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableheader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableitem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableview_p.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableviewdata.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitableviewpropertybuffer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexitimetableedit.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexidatatable_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexidatatable_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/tableview/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/widget/tableview/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/widget/tableview/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/tableview/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/tableview/Makefile
++	  $(AUTOMAKE) --gnu  kexi/widget/tableview/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/tableview/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -554,7 +659,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexidatatable_la_LDFLAGS) $(libkexidatatable_la_OBJECTS) $(libkexidatatable_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -577,27 +682,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexitableviewpropertybuffer.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexitimetableedit.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -616,7 +720,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -628,7 +738,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -636,7 +746,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -657,17 +773,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -677,14 +792,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -693,8 +817,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -703,21 +843,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -732,15 +873,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -750,8 +893,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -763,7 +907,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -771,7 +915,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -787,14 +931,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -810,7 +957,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -818,27 +966,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -940,15 +1093,24 @@
+ 	-rm -f  kexiblobtableedit.moc kexibooltableedit.moc kexitableedit.moc kexiinputtableedit.moc kexitableheader.moc kexicomboboxtableedit.moc kexicomboboxpopup.moc kexitableview.moc kexitableviewpropertybuffer.moc kexidatetimetableedit.moc kexitimetableedit.moc kexitableviewdata.moc kexidatetableedit.moc
+ 
+ #>+ 2
+-KDE_DIST=kexidatetimetableedit.h kexicomboboxpopup.h kexibooltableedit.h kexiblobtableedit.h kexitableheader.h kexitableviewpropertybuffer.h kexicomboboxtableedit.h kexitableitem.h kexidataawareobjectiface.h autonumber.png kexiinputtableedit.h kexicelleditorfactory.h kexitableview.h kexitableviewdata.h kexitimetableedit.h kexitableedit.h kexidatetableedit.h 
++KDE_DIST=kexidatetimetableedit.h Makefile.in kexicomboboxpopup.h kexibooltableedit.h kexiblobtableedit.h kexitableheader.h kexitableviewpropertybuffer.h kexicomboboxtableedit.h kexitableitem.h kexidataawareobjectiface.h autonumber.png kexiinputtableedit.h kexicelleditorfactory.h kexitableview.h kexitableviewdata.h kexitimetableedit.h kexitableedit.h kexidatetableedit.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/tableview/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/tableview/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/widget/tableview/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/tableview/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kexi/widget/utils/Makefile.in koffice-1.4.2/kexi/widget/utils/Makefile.in
+--- koffice-1.4.2.orig/kexi/widget/utils/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kexi/widget/utils/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(top_srcdir)/kexi/Makefile.global
++subdir = kexi/widget/utils
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkexiguiutils_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkexiguiutils_la_OBJECTS = kexisharedactionclient.lo \
++	kexirecordnavigator.lo kexigradientwidget.lo \
++	kexirecordmarker.lo
++#>- libkexiguiutils_la_OBJECTS = $(am_libkexiguiutils_la_OBJECTS)
++#>+ 6
++libkexiguiutils_la_final_OBJECTS = libkexiguiutils_la.all_cpp.lo 
++libkexiguiutils_la_nofinal_OBJECTS = kexisharedactionclient.lo \
++	kexirecordnavigator.lo kexigradientwidget.lo \
++	kexirecordmarker.lo
++ at KDE_USE_FINAL_FALSE@libkexiguiutils_la_OBJECTS = $(libkexiguiutils_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkexiguiutils_la_OBJECTS = $(libkexiguiutils_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkexiguiutils_la_SOURCES)
++DIST_SOURCES = $(libkexiguiutils_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,152 +451,167 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KEXI_OPTIONS = 
+-
+-KDE_CXXFLAGS = \
+-$(USE_EXCEPTIONS) $(KEXI_OPTIONS)\
+--include $(top_srcdir)/kexi/kexi_global.h
+-
++KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(KEXI_OPTIONS) -include \
++	$(top_srcdir)/kexi/kexi_global.h
+ VER_INFO = -version-info 0:8:0
+-
+ lib_LTLIBRARIES = libkexiguiutils.la
+ libkexiguiutils_la_SOURCES = kexisharedactionclient.cpp kexirecordnavigator.cpp \
+ 	kexigradientwidget.cpp kexirecordmarker.cpp
+ 
+-
+ libkexiguiutils_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
+ libkexiguiutils_la_LIBADD = $(LIB_KDEUI)
+-
+ SUBDIRS = .
+ 
+ # set the include path for X, qt and KDE - all_includes must remain last!
+ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/widget/utils $(all_includes)
+-
+ #>- METASOURCES = AUTO
+-
+ noinst_HEADERS = kexigradientwidget.h
+-subdir = kexi/widget/utils
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkexiguiutils_la_DEPENDENCIES =
+-am_libkexiguiutils_la_OBJECTS = kexisharedactionclient.lo \
+-	kexirecordnavigator.lo kexigradientwidget.lo \
+-	kexirecordmarker.lo
+-#>- libkexiguiutils_la_OBJECTS = $(am_libkexiguiutils_la_OBJECTS)
+-#>+ 6
+-libkexiguiutils_la_final_OBJECTS = libkexiguiutils_la.all_cpp.lo 
+-libkexiguiutils_la_nofinal_OBJECTS = kexisharedactionclient.lo \
+-	kexirecordnavigator.lo kexigradientwidget.lo \
+-	kexirecordmarker.lo
+- at KDE_USE_FINAL_FALSE@libkexiguiutils_la_OBJECTS = $(libkexiguiutils_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkexiguiutils_la_OBJECTS = $(libkexiguiutils_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kexigradientwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexirecordmarker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexirecordnavigator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kexisharedactionclient.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkexiguiutils_la.all_cpp.P ./$(DEPDIR)/kexigradientwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirecordmarker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirecordnavigator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kexisharedactionclient.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kexigradientwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirecordmarker.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexirecordnavigator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kexisharedactionclient.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkexiguiutils_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkexiguiutils_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/kexi/Makefile.global $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/kexi/Makefile.global $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/utils/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kexi/widget/utils/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kexi/widget/utils/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/utils/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/utils/Makefile
++	  $(AUTOMAKE) --gnu  kexi/widget/utils/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/utils/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -475,7 +619,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkexiguiutils_la_LDFLAGS) $(libkexiguiutils_la_OBJECTS) $(libkexiguiutils_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -485,27 +629,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexirecordnavigator.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kexisharedactionclient.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -524,7 +667,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -536,7 +685,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -544,7 +693,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -565,17 +720,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -585,14 +739,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -601,8 +764,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -611,21 +790,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../../../kexi
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -640,15 +820,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -658,8 +840,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -671,7 +854,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -679,7 +862,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -695,14 +878,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -718,7 +904,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -726,27 +913,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -778,15 +970,24 @@
+ 	-rm -f  kexigradientwidget.moc kexirecordnavigator.moc kexirecordmarker.moc
+ 
+ #>+ 2
+-KDE_DIST=kexirecordmarker.h kexisharedactionclient.h klistviewitemtemplate.h kexirecordnavigator.h 
++KDE_DIST=kexirecordmarker.h kexisharedactionclient.h Makefile.in klistviewitemtemplate.h kexirecordnavigator.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kexi/widget/utils/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kexi/widget/utils/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kexi/widget/utils/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kexi/widget/utils/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kformula/Makefile.in koffice-1.4.2/kformula/Makefile.in
+--- koffice-1.4.2.orig/kformula/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kformula/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,188 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kformula
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in AUTHORS TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(rcdir)" \
++	"$(DESTDIR)$(tipdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kformula_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kformula_la_DEPENDENCIES = libkdeinit_kformula.la
++#>- am_kformula_la_OBJECTS = main.lo
++#>+ 1
++am_kformula_la_OBJECTS = kformula_dummy.lo
++#>- kformula_la_OBJECTS = $(am_kformula_la_OBJECTS)
++#>+ 1
++kformula_la_OBJECTS = kformula_dummy.lo
++libkformulapart_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libkformulapart_la_OBJECTS = kformula_doc.lo kformula_view.lo \
++	kformula_factory.lo kformulawidget.lo kfconfig.lo \
++	kformula_view_iface.lo formulastring.lo fsparser.lo
++#>- libkformulapart_la_OBJECTS = $(am_libkformulapart_la_OBJECTS)
++#>+ 6
++libkformulapart_la_final_OBJECTS = libkformulapart_la.all_cc.lo 
++libkformulapart_la_nofinal_OBJECTS = kformula_doc.lo kformula_view.lo \
++	kformula_factory.lo kformulawidget.lo kfconfig.lo \
++	kformula_view_iface.lo formulastring.lo fsparser.lo kformula_view_iface_skel.lo
++ at KDE_USE_FINAL_FALSE@libkformulapart_la_OBJECTS = $(libkformulapart_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkformulapart_la_OBJECTS = $(libkformulapart_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kformula$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES)
++#>+ 1
++SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES) $(kformula_SOURCES) 
++#>- DIST_SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES)
++#>+ 1
++DIST_SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES) $(kformula_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++tipDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA) $(tip_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +227,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +242,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +253,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +274,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +307,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +327,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +348,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +367,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +485,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,7 +560,6 @@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(KOTEXT_INCLUDES) -I$(interfacedir) $(all_includes)
+ KDE_CXXFLAGS = $(USE_RTTI)
+-
+ kde_module_LTLIBRARIES = libkformulapart.la
+ #>- libkformulapart_la_SOURCES = kformula_doc.cc \
+ #>- 	kformula_view.cc kformula_factory.cc kformulawidget.cc kfconfig.cc \
+@@ -344,237 +572,153 @@
+ libkformulapart_la_LDFLAGS = $(KDE_PLUGIN)
+ libkformulapart_la_LIBADD = $(LIB_KOFFICEUI) $(LIB_KFORMULA) $(LIB_KOTEXT)
+ #>- libkformulapart_la_METASOURCES = AUTO
+-
+ kdeinit_LTLIBRARIES = kformula.la
+ kformula_la_SOURCES = main.cc
+ kformula_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- kformula_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kformula_la_LIBADD = libkdeinit_kformula.la
+-
+-bin_PROGRAMS = 
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_kformula.la
+-
+ noinst_HEADERS = kformula_doc.h \
+ 		  kformula_view.h kformula_factory.h \
+ 		  kformula_aboutdata.h kformula_view_iface.h formulastring.h fsparser.h
+ 
+-
+ kdelnk_DATA = kformula.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+-
+ rc_DATA = kformula.rc kformula_readonly.rc
+ rcdir = $(kde_datadir)/kformula
+-
+ SUBDIRS = pics
+-
+ tipdir = $(kde_datadir)/kformula
+ tip_DATA = tips
+ kde_services_DATA = kformulapart.desktop
+-subdir = kformula
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kformula_la_DEPENDENCIES =
+-#>+ 1
+-kformula_la_DEPENDENCIES = libkdeinit_kformula.la
+-#>- am_kformula_la_OBJECTS = main.lo
+-#>+ 1
+-am_kformula_la_OBJECTS = kformula_dummy.lo
+-#>- kformula_la_OBJECTS = $(am_kformula_la_OBJECTS)
+-#>+ 1
+-kformula_la_OBJECTS = kformula_dummy.lo
+-libkformulapart_la_DEPENDENCIES =
+-am_libkformulapart_la_OBJECTS = kformula_doc.lo kformula_view.lo \
+-	kformula_factory.lo kformulawidget.lo kfconfig.lo \
+-	kformula_view_iface.lo formulastring.lo fsparser.lo
+-#>- libkformulapart_la_OBJECTS = $(am_libkformulapart_la_OBJECTS)
+-#>+ 6
+-libkformulapart_la_final_OBJECTS = libkformulapart_la.all_cc.lo 
+-libkformulapart_la_nofinal_OBJECTS = kformula_doc.lo kformula_view.lo \
+-	kformula_factory.lo kformulawidget.lo kfconfig.lo \
+-	kformula_view_iface.lo formulastring.lo fsparser.lo kformula_view_iface_skel.lo
+- at KDE_USE_FINAL_FALSE@libkformulapart_la_OBJECTS = $(libkformulapart_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkformulapart_la_OBJECTS = $(libkformulapart_la_final_OBJECTS)
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kformula$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/formulastring.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/fsparser.Plo ./$(DEPDIR)/kfconfig.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformula_doc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformula_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformula_view.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformula_view_iface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulawidget.Plo ./$(DEPDIR)/main.Plo
+-#>+ 14
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kformula.la.Po $(DEPDIR)/kformula_dummy.Plo $(DEPDIR)/kformula_view_iface_skel.P  $(DEPDIR)/libkformulapart_la.all_cc.P ./$(DEPDIR)/formulastring.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/fsparser.Plo ./$(DEPDIR)/kfconfig.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_view_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulawidget.Plo ./$(DEPDIR)/main.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kformula.la.Po $(DEPDIR)/kformula_dummy.Plo $(DEPDIR)/kformula_view_iface_skel.P ./$(DEPDIR)/formulastring.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/fsparser.Plo ./$(DEPDIR)/kfconfig.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformula_view_iface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulawidget.Plo ./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES) $(kformula_SOURCES) 
+-DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA) $(tip_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) AUTHORS Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kformula_la_SOURCES) $(libkformulapart_la_SOURCES) $(kformula_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kformula/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kformula/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kformula/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kformula/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kformula/Makefile
++	  $(AUTOMAKE) --gnu  kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kformula/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -588,18 +732,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkformulapart.la: libkformulapart.la.closure $(libkformulapart_la_OBJECTS) $(libkformulapart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkformulapart.la: $(libkformulapart_la_OBJECTS) $(libkformulapart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkformulapart_la_LDFLAGS) $(libkformulapart_la_OBJECTS) $(libkformulapart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -607,8 +750,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -619,7 +762,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -634,27 +777,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kformulawidget.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -665,77 +807,73 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-tipDATA_INSTALL = $(INSTALL_DATA)
+ install-tipDATA: $(tip_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(tipdir)
++	test -z "$(tipdir)" || $(mkdir_p) "$(DESTDIR)$(tipdir)"
+ 	@list='$(tip_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(tipDATA_INSTALL) $$d$$p $(DESTDIR)$(tipdir)/$$f"; \
+-	  $(tipDATA_INSTALL) $$d$$p $(DESTDIR)$(tipdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(tipDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(tipdir)/$$f'"; \
++	  $(tipDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(tipdir)/$$f"; \
+ 	done
+ 
+ uninstall-tipDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(tip_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(tipdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(tipdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(tipdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(tipdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -745,7 +883,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -757,7 +901,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -765,7 +909,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -786,17 +936,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -806,14 +955,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -822,8 +980,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -832,21 +1006,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -861,15 +1035,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -881,8 +1057,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(rcdir) $(DESTDIR)$(tipdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(tipdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -894,7 +1071,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -902,7 +1079,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -920,25 +1097,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kdeinitLTLIBRARIES install-kdelnkDATA install-rcDATA \
+-#>- 	install-tipDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++#>- 	install-kdelnkDATA install-rcDATA install-tipDATA
+ #>+ 3
+-install-data-am:   install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-kdelnkDATA install-rcDATA \
+-	install-tipDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-kdelnkDATA install-rcDATA install-tipDATA
+ 
+ #>- install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+ #>+ 1
+@@ -951,7 +1131,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -959,6 +1140,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
+@@ -966,30 +1155,28 @@
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kdeinitLTLIBRARIES install-kdelnkDATA \
+ 	install-libLTLIBRARIES install-man install-rcDATA \
+-	install-recursive install-strip install-tipDATA installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	install-strip install-tipDATA installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-kdelnkDATA uninstall-libLTLIBRARIES uninstall-rcDATA \
+-	uninstall-recursive uninstall-tipDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
++	uninstall-libLTLIBRARIES uninstall-rcDATA uninstall-tipDATA
+ 
+ 
+ messages: rc.cpp
+@@ -1006,7 +1193,7 @@
+ libkdeinit_kformula_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kformula_la_DEPENDENCIES = 
++libkdeinit_kformula_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kformula_la_OBJECTS = main.lo
+@@ -1096,7 +1283,7 @@
+ 	-rm -f  formulastring.moc kformula_doc.moc kformula_factory.moc kformulawidget.moc kformula_view.moc kfconfig.moc
+ 
+ #>+ 2
+-KDE_DIST=kformula.desktop DESIGN kformula.xpm kformulawidget.h kfconfig.h kformulapart.desktop tips kformula_readonly.rc kformula.rc 
++KDE_DIST=kformula.desktop DESIGN Makefile.in kformula.xpm kformulawidget.h kfconfig.h kformulapart.desktop tips kformula_readonly.rc kformula.rc Makefile.am 
+ 
+ #>+ 4
+ clean-idl:
+@@ -1110,10 +1297,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kformula/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kformula/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kformula/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kformula/pics/Makefile.in koffice-1.4.2/kformula/pics/Makefile.in
+--- koffice-1.4.2.orig/kformula/pics/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kformula/pics/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kformula/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,34 +388,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_ICON = kformula
+-subdir = kformula/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kformula/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kformula/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kformula/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kformula/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kformula/pics/Makefile
++	  $(AUTOMAKE) --gnu  kformula/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kformula/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -363,20 +522,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -394,9 +556,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -408,7 +568,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -416,7 +576,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -430,13 +590,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -454,32 +616,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=hi32-app-kformula.png hi22-app-kformula.png hi16-app-kformula.png hi48-app-kformula.png 
++KDE_DIST=hi32-app-kformula.png Makefile.in hi22-app-kformula.png hi16-app-kformula.png hi48-app-kformula.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -501,10 +672,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kformula.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kformula.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kformula/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kformula/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kformula/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kformula/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/config/Makefile.in koffice-1.4.2/kivio/kiviopart/config/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/config/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/config/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,137 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/config
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkivioconfig_la_LIBADD =
++am_libkivioconfig_la_OBJECTS = kivio_config.lo
++#>- libkivioconfig_la_OBJECTS = $(am_libkivioconfig_la_OBJECTS)
++#>+ 4
++libkivioconfig_la_final_OBJECTS = libkivioconfig_la.all_cpp.lo 
++libkivioconfig_la_nofinal_OBJECTS = kivio_config.lo kivio_settings.lo
++ at KDE_USE_FINAL_FALSE@libkivioconfig_la_OBJECTS = $(libkivioconfig_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkivioconfig_la_OBJECTS = $(libkivioconfig_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkivioconfig_la_SOURCES)
++DIST_SOURCES = $(libkivioconfig_la_SOURCES)
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_kcfgdir)"
++kde_kcfgDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_kcfg_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +176,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +191,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +202,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +223,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +256,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +276,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +297,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +316,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +434,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -336,90 +514,66 @@
+ 	$(KOTEXT_INCLUDES) \
+ 	$(all_includes)
+ 
+-
+ #>- libkivioconfig_la_METASOURCES = AUTO
+-
+ #>- libkivioconfig_la_SOURCES = kivio_settings.kcfgc kivio_config.cpp
+ #>+ 1
+ libkivioconfig_la_SOURCES= kivio_config.cpp kivio_settings.cpp
+ noinst_HEADERS = kivio_config.h kivio_settings.h
+-
+ kde_kcfg_DATA = kivio.kcfg
+-subdir = kivio/kiviopart/config
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkivioconfig_la_LDFLAGS =
+-libkivioconfig_la_LIBADD =
+-am_libkivioconfig_la_OBJECTS = kivio_config.lo
+-#>- libkivioconfig_la_OBJECTS = $(am_libkivioconfig_la_OBJECTS)
+-#>+ 4
+-libkivioconfig_la_final_OBJECTS = libkivioconfig_la.all_cpp.lo 
+-libkivioconfig_la_nofinal_OBJECTS = kivio_config.lo kivio_settings.lo
+- at KDE_USE_FINAL_FALSE@libkivioconfig_la_OBJECTS = $(libkivioconfig_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkivioconfig_la_OBJECTS = $(libkivioconfig_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kivio_config.Plo
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kivio_settings.P  $(DEPDIR)/libkivioconfig_la.all_cpp.P ./$(DEPDIR)/kivio_config.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kivio_settings.P ./$(DEPDIR)/kivio_config.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkivioconfig_la_SOURCES)
+-DATA = $(kde_kcfg_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkivioconfig_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/config/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/config/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/config/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/config/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/config/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/config/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/config/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -427,34 +581,33 @@
+ 	$(CXXLINK)  $(libkivioconfig_la_LDFLAGS) $(libkivioconfig_la_OBJECTS) $(libkivioconfig_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kivio_config.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -465,30 +618,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_kcfgDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_kcfgDATA: $(kde_kcfg_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_kcfgdir)
++	test -z "$(kde_kcfgdir)" || $(mkdir_p) "$(DESTDIR)$(kde_kcfgdir)"
+ 	@list='$(kde_kcfg_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_kcfgDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_kcfgdir)/$$f"; \
+-	  $(kde_kcfgDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_kcfgdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_kcfgDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_kcfgdir)/$$f'"; \
++	  $(kde_kcfgDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_kcfgdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_kcfgDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_kcfg_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_kcfgdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_kcfgdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_kcfgdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_kcfgdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -497,6 +644,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -508,8 +656,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -518,21 +682,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -550,10 +714,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_kcfgdir)
+-
++	for dir in "$(DESTDIR)$(kde_kcfgdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -565,7 +729,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -573,7 +737,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -589,14 +753,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -612,7 +779,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -620,26 +788,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_kcfgDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_kcfgDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_kcfgDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_kcfgDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kivio.kcfg kivio_settings.kcfgc 
++KDE_DIST=Makefile.in kivio.kcfg kivio_settings.kcfgc Makefile.am 
+ 
+ #>+ 4
+ clean-kcfg:
+@@ -649,10 +826,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/config/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/config/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/config/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/config/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/kiviosdk/Makefile.in koffice-1.4.2/kivio/kiviopart/kiviosdk/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/kiviosdk/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/kiviosdk/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,150 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/kiviosdk
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkiviosdk_la_LIBADD =
++am_libkiviosdk_la_OBJECTS = kivio_common.lo kivio_wrap.lo \
++	kivio_py_stencil.lo kivio_py_stencil_spawner.lo \
++	kivio_fill_style.lo kivio_gradient.lo kivio_point.lo \
++	kivio_shape.lo kivio_shape_data.lo kivio_sml_stencil.lo \
++	kivio_sml_stencil_spawner.lo kivio_dia_stencil_spawner.lo \
++	kivio_stencil.lo kivio_stencil_spawner.lo \
++	kivio_stencil_spawner_info.lo kivio_stencil_spawner_set.lo \
++	kivio_painter.lo kivio_screen_painter.lo kivio_layer.lo \
++	kivio_connector_target.lo kivio_group_stencil.lo \
++	kivio_connector_point.lo kivio_plugin_stencil_spawner.lo \
++	kivio_custom_drag_data.lo kivio_shape_painter.lo \
++	kivio_arrowhead.lo kivio_base_connector_stencil.lo \
++	kivio_line_style.lo kivio_text_style.lo kivio_1d_stencil.lo \
++	diapathparser.lo kiviopolylineconnector.lo \
++	polylineconnectorspawner.lo
++#>- libkiviosdk_la_OBJECTS = $(am_libkiviosdk_la_OBJECTS)
++#>+ 16
++libkiviosdk_la_OBJECTS = kivio_common.lo kivio_wrap.lo \
++	kivio_py_stencil.lo kivio_py_stencil_spawner.lo \
++	kivio_fill_style.lo kivio_gradient.lo kivio_point.lo \
++	kivio_shape.lo kivio_shape_data.lo kivio_sml_stencil.lo \
++	kivio_sml_stencil_spawner.lo kivio_dia_stencil_spawner.lo \
++	kivio_stencil.lo kivio_stencil_spawner.lo \
++	kivio_stencil_spawner_info.lo kivio_stencil_spawner_set.lo \
++	kivio_painter.lo kivio_screen_painter.lo kivio_layer.lo \
++	kivio_connector_target.lo kivio_group_stencil.lo \
++	kivio_connector_point.lo kivio_plugin_stencil_spawner.lo \
++	kivio_custom_drag_data.lo kivio_shape_painter.lo \
++	kivio_arrowhead.lo kivio_base_connector_stencil.lo \
++	kivio_line_style.lo kivio_text_style.lo kivio_1d_stencil.lo \
++	diapathparser.lo kiviopolylineconnector.lo \
++	polylineconnectorspawner.lo\
++kiviostencilfactory.moc.lo 
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiviosdk_la_SOURCES)
++DIST_SOURCES = $(libkiviosdk_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +189,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +204,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +215,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +236,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +269,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +289,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +310,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +329,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,25 +447,87 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_OPTIONS = nofinal
+-
+ noinst_LTLIBRARIES = libkiviosdk.la
+-
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
+ 	-I$(top_builddir)/kivio/kiviopart/config \
+ 	-I$(top_srcdir)/kivio/kiviopart\
+ 	$(KOFFICECORE_INCLUDES) $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes) $(PYTHONINC)
+ 
+-
+ #>- libkiviosdk_la_METASOURCES = AUTO
+-
+ libkiviosdk_la_SOURCES = \
+ 		kivio_common.cpp\
+ 		kivio_wrap.cpp\
+@@ -376,166 +563,60 @@
+ 		kiviopolylineconnector.cpp \
+ 		polylineconnectorspawner.cpp
+ 
+-subdir = kivio/kiviopart/kiviosdk
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkiviosdk_la_LDFLAGS =
+-libkiviosdk_la_LIBADD =
+-am_libkiviosdk_la_OBJECTS = kivio_common.lo kivio_wrap.lo \
+-	kivio_py_stencil.lo kivio_py_stencil_spawner.lo \
+-	kivio_fill_style.lo kivio_gradient.lo kivio_point.lo \
+-	kivio_shape.lo kivio_shape_data.lo kivio_sml_stencil.lo \
+-	kivio_sml_stencil_spawner.lo kivio_dia_stencil_spawner.lo \
+-	kivio_stencil.lo kivio_stencil_spawner.lo \
+-	kivio_stencil_spawner_info.lo kivio_stencil_spawner_set.lo \
+-	kivio_painter.lo kivio_screen_painter.lo kivio_layer.lo \
+-	kivio_connector_target.lo kivio_group_stencil.lo \
+-	kivio_connector_point.lo kivio_plugin_stencil_spawner.lo \
+-	kivio_custom_drag_data.lo kivio_shape_painter.lo \
+-	kivio_arrowhead.lo kivio_base_connector_stencil.lo \
+-	kivio_line_style.lo kivio_text_style.lo kivio_1d_stencil.lo \
+-	diapathparser.lo kiviopolylineconnector.lo \
+-	polylineconnectorspawner.lo
+-#>- libkiviosdk_la_OBJECTS = $(am_libkiviosdk_la_OBJECTS)
+-#>+ 16
+-libkiviosdk_la_OBJECTS = kivio_common.lo kivio_wrap.lo \
+-	kivio_py_stencil.lo kivio_py_stencil_spawner.lo \
+-	kivio_fill_style.lo kivio_gradient.lo kivio_point.lo \
+-	kivio_shape.lo kivio_shape_data.lo kivio_sml_stencil.lo \
+-	kivio_sml_stencil_spawner.lo kivio_dia_stencil_spawner.lo \
+-	kivio_stencil.lo kivio_stencil_spawner.lo \
+-	kivio_stencil_spawner_info.lo kivio_stencil_spawner_set.lo \
+-	kivio_painter.lo kivio_screen_painter.lo kivio_layer.lo \
+-	kivio_connector_target.lo kivio_group_stencil.lo \
+-	kivio_connector_point.lo kivio_plugin_stencil_spawner.lo \
+-	kivio_custom_drag_data.lo kivio_shape_painter.lo \
+-	kivio_arrowhead.lo kivio_base_connector_stencil.lo \
+-	kivio_line_style.lo kivio_text_style.lo kivio_1d_stencil.lo \
+-	diapathparser.lo kiviopolylineconnector.lo \
+-	polylineconnectorspawner.lo\
+-kiviostencilfactory.moc.lo 
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/diapathparser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_1d_stencil.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_arrowhead.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_base_connector_stencil.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_common.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_connector_point.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_connector_target.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_custom_drag_data.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_dia_stencil_spawner.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_fill_style.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_gradient.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_group_stencil.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_layer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_line_style.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_plugin_stencil_spawner.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_point.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_py_stencil.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_py_stencil_spawner.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_screen_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_shape.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_shape_data.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_shape_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_sml_stencil.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_sml_stencil_spawner.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_spawner.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_spawner_info.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_spawner_set.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_text_style.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_wrap.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviopolylineconnector.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/polylineconnectorspawner.Plo
+-#>+ 33
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/kiviostencilfactory.moc.P ./$(DEPDIR)/diapathparser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_1d_stencil.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_arrowhead.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_base_connector_stencil.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_common.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_connector_point.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_connector_target.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_custom_drag_data.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_dia_stencil_spawner.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_fill_style.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_gradient.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_group_stencil.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_layer.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_line_style.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_painter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_plugin_stencil_spawner.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_point.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_py_stencil.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_py_stencil_spawner.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_screen_painter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_shape.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_shape_data.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_shape_painter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_sml_stencil.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_sml_stencil_spawner.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_spawner.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_spawner_info.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_spawner_set.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_text_style.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_wrap.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviopolylineconnector.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/polylineconnectorspawner.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiviosdk_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkiviosdk_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/kiviosdk/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/kiviosdk/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/kiviosdk/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/kiviosdk/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/kiviosdk/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/kiviosdk/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/kiviosdk/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -543,7 +624,7 @@
+ 	$(CXXLINK)  $(libkiviosdk_la_LDFLAGS) $(libkiviosdk_la_OBJECTS) $(libkiviosdk_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -582,27 +663,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kiviopolylineconnector.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/polylineconnectorspawner.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -614,11 +694,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -627,6 +702,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -638,8 +714,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -648,21 +740,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -680,9 +772,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -694,7 +784,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -702,7 +792,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -718,14 +808,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -741,7 +834,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -749,18 +843,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -779,15 +881,24 @@
+ 	-rm -f  kiviostencilfactory.moc.cpp
+ 
+ #>+ 2
+-KDE_DIST=kivio_stencil_spawner.h kivio_shape.h kivio_painter.h kivio_stencil_spawner_info.h kivio_base_connector_stencil.h kivio_point.h kivio_py_stencil.h kivio_sml_stencil.h kivio_layers.h py_kivio.h kivio_screen_painter.h kivio_base_target_stencil.h kivio_stencil_spawner_set.h kivio_fill_style.h kivio_base_target_stencil.cpp kivio_connector_point.h kivio_gradient.h kivio_layer.h kiviopolylineconnector.h kivio_arrowhead.h kivio_shape_data.h kivio_1d_stencil.h kivio_text_style.h diapathparser.h kivio_shape_painter.h kiviostencilfactory.h tkmath.h kivio_plugin_stencil_spawner.h kivio_custom_drag_data.h kivio_group_stencil.h kivio_common.h kivio_stencil.h kivio_connector_target.h kivio_sml_stencil_spawner.h kivio_dia_stencil_spawner.h polylineconnectorspawner.h kivio_line_style.h kivio_py_stencil_spawner.h 
++KDE_DIST=kivio_stencil_spawner.h kivio_shape.h kivio_painter.h kivio_stencil_spawner_info.h kivio_base_connector_stencil.h kivio_point.h kivio_py_stencil.h kivio_sml_stencil.h Makefile.in kivio_layers.h py_kivio.h kivio_screen_painter.h kivio_base_target_stencil.h kivio_stencil_spawner_set.h kivio_fill_style.h kivio_base_target_stencil.cpp kivio_connector_point.h kivio_gradient.h kivio_layer.h kiviopolylineconnector.h kivio_arrowhead.h kivio_shape_data.h kivio_1d_stencil.h kivio_text_style.h diapathparser.h kivio_shape_painter.h kiviostencilfactory.h tkmath.h kivio_plugin_stencil_spawner.h kivio_custom_drag_data.h kivio_group_stencil.h kivio_common.h kivio_stencil.h kivio_connector_target.h kivio_sml_stencil_spawner.h kivio_dia_stencil_spawner.h polylineconnectorspawner.h kivio_line_style.h kivio_py_stencil_spawner.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/kiviosdk/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/kiviosdk/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/kiviosdk/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/kiviosdk/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/Makefile.in koffice-1.4.2/kivio/kiviopart/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,219 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kivio/kiviopart
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(rcdir)" "$(DESTDIR)$(xdg_appsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kivio_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kivio_la_DEPENDENCIES = libkdeinit_kivio.la
++#>- am_kivio_la_OBJECTS = main.lo
++#>+ 1
++am_kivio_la_OBJECTS = kivio_dummy.lo
++#>- kivio_la_OBJECTS = $(am_kivio_la_OBJECTS)
++#>+ 1
++kivio_la_OBJECTS = kivio_dummy.lo
++libkiviocommon_la_DEPENDENCIES =  \
++	$(top_builddir)/kivio/kiviopart/tools/libtools.la \
++	$(top_builddir)/kivio/kiviopart/kiviosdk/libkiviosdk.la \
++	$(top_builddir)/kivio/kiviopart/config/libkivioconfig.la \
++	$(top_builddir)/kivio/kiviopart/ui/libui.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkiviocommon_la_OBJECTS = kivio_canvas.lo kivio_doc.lo \
++	kivio_factory.lo kivio_view.lo kivio_map.lo kivio_page.lo \
++	kivio_dlg_pageshow.lo kivio_zoomaction.lo kivio_icon_view.lo \
++	kivio_spawner_drag.lo kivio_intra_stencil_data.lo \
++	kivio_stackbar.lo stencilbarbutton.lo stencilbardockmanager.lo \
++	kivio_grid_data.lo kivio_guidelines.lo \
++	kivio_stencil_geometry_panel.lo KIvioViewIface.lo \
++	KIvioDocIface.lo KIvioMapIface.lo KIvioPageIface.lo \
++	kivio_command.lo KIvioLayerIface.lo kivioglobal.lo \
++	kiviostencilsetaction.lo kivioarrowheadaction.lo \
++	KIvioStencilIface.lo kiviodragobject.lo \
++	kiviostencilsetinstaller.lo
++#>- libkiviocommon_la_OBJECTS = $(am_libkiviocommon_la_OBJECTS)
++#>+ 15
++libkiviocommon_la_final_OBJECTS = libkiviocommon_la.all_cc.lo libkiviocommon_la.all_cpp.lo 
++libkiviocommon_la_nofinal_OBJECTS = kivio_canvas.lo kivio_doc.lo \
++	kivio_factory.lo kivio_view.lo kivio_map.lo kivio_page.lo \
++	kivio_dlg_pageshow.lo kivio_zoomaction.lo kivio_icon_view.lo \
++	kivio_spawner_drag.lo kivio_intra_stencil_data.lo \
++	kivio_stackbar.lo stencilbarbutton.lo stencilbardockmanager.lo \
++	kivio_grid_data.lo kivio_guidelines.lo \
++	kivio_stencil_geometry_panel.lo KIvioViewIface.lo \
++	KIvioDocIface.lo KIvioMapIface.lo KIvioPageIface.lo \
++	kivio_command.lo KIvioLayerIface.lo kivioglobal.lo \
++	kiviostencilsetaction.lo kivioarrowheadaction.lo \
++	KIvioStencilIface.lo kiviodragobject.lo \
++	kiviostencilsetinstaller.lo KIvioViewIface_skel.lo KIvioDocIface_skel.lo KIvioMapIface_skel.lo KIvioPageIface_skel.lo KIvioLayerIface_skel.lo KIvioStencilIface_skel.lo
++ at KDE_USE_FINAL_FALSE@libkiviocommon_la_OBJECTS = $(libkiviocommon_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiviocommon_la_OBJECTS = $(libkiviocommon_la_final_OBJECTS)
++libkiviopart_la_DEPENDENCIES = libkiviocommon.la
++am_libkiviopart_la_OBJECTS = kivio_part_init.lo
++#>- libkiviopart_la_OBJECTS = $(am_libkiviopart_la_OBJECTS)
++#>+ 1
++libkiviopart_la_OBJECTS = kivio_part_init.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kivio$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) \
++#>- 	$(libkiviopart_la_SOURCES)
++#>+ 2
++SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) \
++	$(libkiviopart_la_SOURCES) $(kivio_SOURCES) 
++#>- DIST_SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) \
++#>- 	$(libkiviopart_la_SOURCES)
++#>+ 2
++DIST_SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) \
++	$(libkiviopart_la_SOURCES) $(kivio_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++xdg_appsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(rc_DATA) $(xdg_apps_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +258,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +273,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +284,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +305,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +338,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +358,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +379,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +398,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +516,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = config ui kiviosdk tools pics tiles stencils .
+-
+ INCLUDES = -I$(srcdir)/ui\
+ 	-Iui \
+ 	-I$(srcdir)/config \
+@@ -342,15 +601,12 @@
+ 	-I$(top_srcdir)/lib/kformula\
+ 	$(all_includes)
+ 
+-
+ #>- lib_LTLIBRARIES = libkiviocommon.la
+ #>+ 1
+ lib_LTLIBRARIES = libkiviocommon.la  libkdeinit_kivio.la
+-
+ #>- libkiviocommon_la_LDFLAGS = $(all_libraries) -no-undefined
+ #>+ 1
+ libkiviocommon_la_LDFLAGS = $(all_libraries) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ libkiviocommon_la_LIBADD = \
+ 	$(top_builddir)/kivio/kiviopart/tools/libtools.la\
+ 	$(top_builddir)/kivio/kiviopart/kiviosdk/libkiviosdk.la\
+@@ -358,25 +614,17 @@
+ 	$(top_builddir)/kivio/kiviopart/ui/libui.la \
+ 	$(LIB_KOFFICEUI) $(LIB_KOPAINTER) $(LIB_KOTEXT) $(LIBPYTHON) $(PYTHONLIB)
+ 
+-
+ #>- libkiviocommon_la_METASOURCES = AUTO
+-
+ #>- libkiviocommon_la_SOURCES = kivio_canvas.cpp kivio_doc.cpp kivio_factory.cpp kivio_view.cpp kivio_map.cpp kivio_page.cpp kivio_dlg_pageshow.cpp kivio_zoomaction.cpp kivio_icon_view.cpp kivio_spawner_drag.cpp kivio_intra_stencil_data.cpp kivio_stackbar.cpp stencilbarbutton.cpp stencilbardockmanager.cpp kivio_grid_data.cpp kivio_guidelines.cpp kivio_stencil_geometry_panel.cpp KIvioViewIface.skel KIvioViewIface.cc KIvioDocIface.skel KIvioDocIface.cc KIvioMapIface.skel KIvioMapIface.cc KIvioPageIface.skel KIvioPageIface.cc kivio_command.cc KIvioLayerIface.skel KIvioLayerIface.cc kivioglobal.cpp kiviostencilsetaction.cpp kivioarrowheadaction.cpp KIvioStencilIface.skel KIvioStencilIface.cc kiviodragobject.cpp kiviostencilsetinstaller.cpp
+ #>+ 1
+ libkiviocommon_la_SOURCES=kivio_canvas.cpp kivio_doc.cpp kivio_factory.cpp kivio_view.cpp kivio_map.cpp kivio_page.cpp kivio_dlg_pageshow.cpp kivio_zoomaction.cpp kivio_icon_view.cpp kivio_spawner_drag.cpp kivio_intra_stencil_data.cpp kivio_stackbar.cpp stencilbarbutton.cpp stencilbardockmanager.cpp kivio_grid_data.cpp kivio_guidelines.cpp kivio_stencil_geometry_panel.cpp  KIvioViewIface.cc  KIvioDocIface.cc  KIvioMapIface.cc  KIvioPageIface.cc kivio_command.cc  KIvioLayerIface.cc kivioglobal.cpp kiviostencilsetaction.cpp kivioarrowheadaction.cpp  KIvioStencilIface.cc kiviodragobject.cpp kiviostencilsetinstaller.cpp KIvioViewIface_skel.cc KIvioDocIface_skel.cc KIvioMapIface_skel.cc KIvioPageIface_skel.cc KIvioLayerIface_skel.cc KIvioStencilIface_skel.cc
+-
+ kde_module_LTLIBRARIES = libkiviopart.la
+ libkiviopart_la_LDFLAGS = -avoid-version $(all_libraries) -module
+ libkiviopart_la_LIBADD = libkiviocommon.la
+ libkiviopart_la_SOURCES = kivio_part_init.cc
+-
+ kdeinit_LTLIBRARIES = kivio.la
+-bin_PROGRAMS = 
+-
+ kivio_la_SOURCES = main.cpp
+-
+ kivio_la_LDFLAGS = $(all_libraries) -module -avoid-version
+-
+ #>- kivio_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kivio_la_LIBADD = libkdeinit_kivio.la
+@@ -384,325 +632,137 @@
+ #kdelnk_DATA = kivio.desktop
+ #kdelnkdir = $(kde_appsdir)/Office
+ xdg_apps_DATA = kivio.desktop
+-
+ kde_services_DATA = kiviopart.desktop
+-
+ rc_DATA = kivio.rc kivio_readonly.rc
+ rcdir = $(kde_datadir)/kivio
+-
+ KDE_ICON = kivio
+ noinst_HEADERS = kiviostencilsetinstaller.h
+-subdir = kivio/kiviopart
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kivio_la_DEPENDENCIES =
+-#>+ 1
+-kivio_la_DEPENDENCIES = libkdeinit_kivio.la
+-#>- am_kivio_la_OBJECTS = main.lo
+-#>+ 1
+-am_kivio_la_OBJECTS = kivio_dummy.lo
+-#>- kivio_la_OBJECTS = $(am_kivio_la_OBJECTS)
+-#>+ 1
+-kivio_la_OBJECTS = kivio_dummy.lo
+-libkiviocommon_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/tools/libtools.la \
+-	$(top_builddir)/kivio/kiviopart/kiviosdk/libkiviosdk.la \
+-	$(top_builddir)/kivio/kiviopart/config/libkivioconfig.la \
+-	$(top_builddir)/kivio/kiviopart/ui/libui.la
+-am_libkiviocommon_la_OBJECTS = kivio_canvas.lo kivio_doc.lo \
+-	kivio_factory.lo kivio_view.lo kivio_map.lo kivio_page.lo \
+-	kivio_dlg_pageshow.lo kivio_zoomaction.lo kivio_icon_view.lo \
+-	kivio_spawner_drag.lo kivio_intra_stencil_data.lo \
+-	kivio_stackbar.lo stencilbarbutton.lo stencilbardockmanager.lo \
+-	kivio_grid_data.lo kivio_guidelines.lo \
+-	kivio_stencil_geometry_panel.lo KIvioViewIface.lo \
+-	KIvioDocIface.lo KIvioMapIface.lo KIvioPageIface.lo \
+-	kivio_command.lo KIvioLayerIface.lo kivioglobal.lo \
+-	kiviostencilsetaction.lo kivioarrowheadaction.lo \
+-	KIvioStencilIface.lo kiviodragobject.lo \
+-	kiviostencilsetinstaller.lo
+-#>- libkiviocommon_la_OBJECTS = $(am_libkiviocommon_la_OBJECTS)
+-#>+ 15
+-libkiviocommon_la_final_OBJECTS = libkiviocommon_la.all_cc.lo libkiviocommon_la.all_cpp.lo 
+-libkiviocommon_la_nofinal_OBJECTS = kivio_canvas.lo kivio_doc.lo \
+-	kivio_factory.lo kivio_view.lo kivio_map.lo kivio_page.lo \
+-	kivio_dlg_pageshow.lo kivio_zoomaction.lo kivio_icon_view.lo \
+-	kivio_spawner_drag.lo kivio_intra_stencil_data.lo \
+-	kivio_stackbar.lo stencilbarbutton.lo stencilbardockmanager.lo \
+-	kivio_grid_data.lo kivio_guidelines.lo \
+-	kivio_stencil_geometry_panel.lo KIvioViewIface.lo \
+-	KIvioDocIface.lo KIvioMapIface.lo KIvioPageIface.lo \
+-	kivio_command.lo KIvioLayerIface.lo kivioglobal.lo \
+-	kiviostencilsetaction.lo kivioarrowheadaction.lo \
+-	KIvioStencilIface.lo kiviodragobject.lo \
+-	kiviostencilsetinstaller.lo KIvioViewIface_skel.lo KIvioDocIface_skel.lo KIvioMapIface_skel.lo KIvioPageIface_skel.lo KIvioLayerIface_skel.lo KIvioStencilIface_skel.lo
+- at KDE_USE_FINAL_FALSE@libkiviocommon_la_OBJECTS = $(libkiviocommon_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiviocommon_la_OBJECTS = $(libkiviocommon_la_final_OBJECTS)
+-libkiviopart_la_DEPENDENCIES = libkiviocommon.la
+-am_libkiviopart_la_OBJECTS = kivio_part_init.lo
+-#>- libkiviopart_la_OBJECTS = $(am_libkiviopart_la_OBJECTS)
+-#>+ 1
+-libkiviopart_la_OBJECTS = kivio_part_init.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kivio$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KIvioDocIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KIvioLayerIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KIvioMapIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KIvioPageIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KIvioStencilIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KIvioViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_canvas.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_command.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_dlg_pageshow.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_doc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_grid_data.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_guidelines.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_icon_view.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_intra_stencil_data.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_map.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_page.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_part_init.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_spawner_drag.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_stackbar.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_geometry_panel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_view.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_zoomaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivioarrowheadaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviodragobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivioglobal.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviostencilsetaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviostencilsetinstaller.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/main.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/stencilbarbutton.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/stencilbardockmanager.Plo
+-#>+ 62
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kivio.la.Po $(DEPDIR)/kivio_dummy.Plo $(DEPDIR)/KIvioViewIface_skel.P $(DEPDIR)/KIvioDocIface_skel.P $(DEPDIR)/KIvioMapIface_skel.P $(DEPDIR)/KIvioPageIface_skel.P $(DEPDIR)/KIvioLayerIface_skel.P $(DEPDIR)/KIvioStencilIface_skel.P  $(DEPDIR)/libkiviocommon_la.all_cc.P $(DEPDIR)/libkiviocommon_la.all_cpp.P ./$(DEPDIR)/KIvioDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioLayerIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioMapIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioPageIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioStencilIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_canvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_command.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_dlg_pageshow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_grid_data.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_guidelines.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_icon_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_intra_stencil_data.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_map.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_page.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_part_init.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_spawner_drag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stackbar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_geometry_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_zoomaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioarrowheadaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviodragobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioglobal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviostencilsetaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviostencilsetinstaller.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/stencilbarbutton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/stencilbardockmanager.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kivio.la.Po $(DEPDIR)/kivio_dummy.Plo $(DEPDIR)/KIvioViewIface_skel.P $(DEPDIR)/KIvioDocIface_skel.P $(DEPDIR)/KIvioMapIface_skel.P $(DEPDIR)/KIvioPageIface_skel.P $(DEPDIR)/KIvioLayerIface_skel.P $(DEPDIR)/KIvioStencilIface_skel.P ./$(DEPDIR)/KIvioDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioLayerIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioMapIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioPageIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioStencilIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KIvioViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_canvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_command.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_dlg_pageshow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_grid_data.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_guidelines.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_icon_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_intra_stencil_data.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_map.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_page.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_part_init.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_spawner_drag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stackbar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_stencil_geometry_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_zoomaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioarrowheadaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviodragobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioglobal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviostencilsetaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviostencilsetinstaller.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/stencilbarbutton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/stencilbardockmanager.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>- DIST_SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) \
+-#>- 	$(libkiviopart_la_SOURCES)
+-#>+ 2
+-DIST_SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) \
+-	$(libkiviopart_la_SOURCES) $(kivio_SOURCES) 
+-DATA = $(kde_services_DATA) $(rc_DATA) $(xdg_apps_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) $(libkiviopart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kivio_la_SOURCES) $(libkiviocommon_la_SOURCES) $(libkiviopart_la_SOURCES) $(kivio_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -715,18 +775,17 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkiviocommon_la_LDFLAGS) $(libkiviocommon_la_OBJECTS) $(libkiviocommon_la_LIBADD) $(LIBS)
+ libkiviopart.la: $(libkiviopart_la_OBJECTS) $(libkiviopart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkiviopart_la_LDFLAGS) $(libkiviopart_la_OBJECTS) $(libkiviopart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -734,8 +793,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -746,7 +805,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -783,45 +842,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stencilbarbutton.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stencilbardockmanager.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -832,59 +893,56 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-xdg_appsDATA_INSTALL = $(INSTALL_DATA)
+ install-xdg_appsDATA: $(xdg_apps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(xdg_appsdir)
++	test -z "$(xdg_appsdir)" || $(mkdir_p) "$(DESTDIR)$(xdg_appsdir)"
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(xdg_appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  $(xdg_appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+ uninstall-xdg_appsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -894,7 +952,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -906,7 +970,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -914,7 +978,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -935,17 +1005,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -955,14 +1024,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -971,8 +1049,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -981,21 +1075,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -1010,15 +1104,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -1030,8 +1126,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(rcdir) $(DESTDIR)$(xdg_appsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(xdg_appsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -1043,7 +1140,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -1051,7 +1148,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -1069,23 +1166,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kdeinitLTLIBRARIES install-rcDATA install-xdg_appsDATA
+-#>+ 2
+-install-data-am: install-kde-icons   install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-rcDATA install-xdg_appsDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++#>- 	install-rcDATA install-xdg_appsDATA
++#>+ 3
++install-data-am: install-kde-icons   \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-rcDATA install-xdg_appsDATA
+ 
+ #>- install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+ #>+ 1
+@@ -1098,7 +1200,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -1106,6 +1209,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ #>- uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ #>- 	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+ #>- 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+@@ -1118,29 +1229,27 @@
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
+-	install-rcDATA install-recursive install-strip \
+-	install-xdg_appsDATA installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA uninstall-recursive \
+-	uninstall-xdg_appsDATA
++	install-rcDATA install-strip install-xdg_appsDATA installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am \
++	uninstall-binPROGRAMS uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
++	uninstall-rcDATA uninstall-xdg_appsDATA
+ 
+ 
+ dummy.cpp:
+@@ -1166,7 +1275,7 @@
+ libkdeinit_kivio_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kivio_la_DEPENDENCIES = 
++libkdeinit_kivio_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kivio_la_OBJECTS = main.lo
+@@ -1337,7 +1446,7 @@
+ 	-rm -f  kivio_factory.moc kivio_icon_view.moc stencilbarbutton.moc kivio_dlg_pageshow.moc kivio_view.moc kiviostencilsetinstaller.moc kivio_stackbar.moc kivio_page.moc kiviostencilsetaction.moc kivio_canvas.moc kivio_doc.moc kivioarrowheadaction.moc kiviodragobject.moc kivio_stencil_geometry_panel.moc stencilbardockmanager.moc kivio_zoomaction.moc
+ 
+ #>+ 2
+-KDE_DIST=kivio_readonly.rc kiviostencilsetaction.h kivio_view.h kivio_zoomaction.h KIvioMapIface.h kivio_command.h kivio_icon_view.h kivio_factory.h kiviopart.desktop hi22-app-kivio.png kivio_doc.h hi16-app-kivio.png KIvioViewIface.h kiviodragobject.h kivio_page.h kivio_stackbar.h hi48-app-kivio.png kivio_spawner_drag.h KIvioDocIface.h kivio_map.h kivio_dlg_pageshow.h stencilbarbutton.h kivio_intra_stencil_data.h kivio_aboutdata.h kivio.rc kivio_grid_data.h KIvioPageIface.h kivioglobal.h kivio.desktop kivioarrowheadaction.h kivio_canvas.h KIvioStencilIface.h hi32-app-kivio.png kivio_guidelines.h kivio_stencil_geometry_panel.h KIvioLayerIface.h stencilbardockmanager.h 
++KDE_DIST=kivio_readonly.rc kiviostencilsetaction.h kivio_view.h kivio_zoomaction.h Makefile.in KIvioMapIface.h kivio_command.h kivio_icon_view.h kivio_factory.h kiviopart.desktop hi22-app-kivio.png kivio_doc.h hi16-app-kivio.png KIvioViewIface.h kiviodragobject.h kivio_page.h kivio_stackbar.h hi48-app-kivio.png kivio_spawner_drag.h KIvioDocIface.h kivio_map.h kivio_dlg_pageshow.h stencilbarbutton.h kivio_intra_stencil_data.h kivio_aboutdata.h kivio.rc kivio_grid_data.h KIvioPageIface.h kivioglobal.h kivio.desktop kivioarrowheadaction.h kivio_canvas.h KIvioStencilIface.h hi32-app-kivio.png kivio_guidelines.h kivio_stencil_geometry_panel.h KIvioLayerIface.h stencilbardockmanager.h Makefile.am 
+ 
+ #>+ 9
+ clean-idl:
+@@ -1373,10 +1482,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kivio.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kivio.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/pics/Makefile.in koffice-1.4.2/kivio/kiviopart/pics/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/pics/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/pics/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kivioicondir = $(kde_datadir)/kivio/icons
+ kivioicon_ICON = AUTO
+-subdir = kivio/kiviopart/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/pics/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=hi16-action-font_italic.png hi32-action-bring_stencil_to_front.png hi16-action-pencolor.png hi16-action-linewidth.png hi22-action-send_stencil_to_back.png hi16-action-layer_editable.png hi16-action-view_pageborder.png hi16-action-end_arrowhead.png hi22-action-ungroup_stencils.png hi22-action-arrowheads.png hi16-action-paste_stencil.png hi22-action-font_italic.png hi22-action-unselect_all.png hi22-action-open_stencilset.png hi16-action-layer_print.png hi16-action-font_size.png hi16-action-view_margins.png hi16-action-layer_novisible.png cr22-action-font_under.png cr22-action-open_stencilset.png hi32-action-select_all.png cr16-action-arrowheads.png cr22-action-arrowheads.png hi22-action-add_target.png hi16-action-ungroup_stencils.png hi22-action-select_all.png cr32-action-arrowheads.png hi16-action-zoom_enabled.png hi22-action-view_pageborder.png hi32-action-view_margins.png hi16-action-view_guidelines.png hi16-action-add_stencil.png hi16-action-page_disabled.png hi32-action-close_stencilset.png hi22-action-linestyle.png hi32-action-font_under.png hi22-action-view_margins.png hi16-action-cut_stencil.png hi32-action-send_stencil_to_back.png hi16-action-layer_visible.png hi16-action-view_page.png hi22-action-view_ruler.png hi22-action-close_stencilset.png hi16-action-remove_stencil.png hi22-action-linewidth.png hi22-action-group_stencils.png hi32-action-font_bold.png hi16-action-view_grid.png hi16-action-zoom_disabled.png hi16-action-guides_vertical.png hi16-action-layer_remove.png hi16-action-layer_noprint.png hi16-action-view_ruler.png hi16-action-send_stencil_to_back.png hi16-action-copy_stencil.png hi16-action-bring_stencil_to_front.png hi16-action-page_enabled.png hi16-action-item_add.png hi16-action-layer_noconnect.png hi32-action-unselect_all.png cr22-action-font_italic.png hi22-action-font_bold.png hi32-action-group_stencils.png hi16-action-item_rename.png hi16-action-font_under.png cr22-action-font_bold.png hi16-action-linestyle.png hi16-action-open_stencilset.png hi22-action-view_grid.png hi22-action-bring_stencil_to_front.png hi32-action-view_grid.png hi16-action-layer_add.png hi16-action-start_arrowhead.png hi16-action-view_manager.png hi16-action-guides_horizontal.png hi32-action-view_pageborder.png hi32-action-view_ruler.png hi16-action-item_remove.png hi16-action-textcolor.png hi16-action-layer_connect.png hi22-action-font_under.png hi16-action-font_bold.png hi16-action-group_stencils.png hi16-action-fillcolor.png hi16-action-layer_noeditable.png hi32-action-font_italic.png hi32-action-open_stencilset.png hi32-action-ungroup_stencils.png hi16-action-font_names.png 
++KDE_DIST=hi16-action-font_italic.png hi32-action-bring_stencil_to_front.png hi16-action-pencolor.png hi16-action-linewidth.png hi22-action-send_stencil_to_back.png hi16-action-layer_editable.png hi16-action-view_pageborder.png hi16-action-end_arrowhead.png hi22-action-ungroup_stencils.png hi22-action-arrowheads.png hi16-action-paste_stencil.png hi22-action-font_italic.png hi22-action-unselect_all.png hi22-action-open_stencilset.png hi16-action-layer_print.png hi16-action-font_size.png hi16-action-view_margins.png Makefile.in hi16-action-layer_novisible.png cr22-action-font_under.png cr22-action-open_stencilset.png hi32-action-select_all.png cr16-action-arrowheads.png cr22-action-arrowheads.png hi22-action-add_target.png hi16-action-ungroup_stencils.png hi22-action-select_all.png cr32-action-arrowheads.png hi16-action-zoom_enabled.png hi22-action-view_pageborder.png hi32-action-view_margins.png hi16-action-view_guidelines.png hi16-action-add_stencil.png hi16-action-page_disabled.png hi32-action-close_stencilset.png hi22-action-linestyle.png hi32-action-font_under.png hi22-action-view_margins.png hi16-action-cut_stencil.png hi32-action-send_stencil_to_back.png hi16-action-layer_visible.png hi16-action-view_page.png hi22-action-view_ruler.png hi22-action-close_stencilset.png hi16-action-remove_stencil.png hi22-action-linewidth.png hi22-action-group_stencils.png hi32-action-font_bold.png hi16-action-view_grid.png hi16-action-zoom_disabled.png hi16-action-guides_vertical.png hi16-action-layer_remove.png hi16-action-layer_noprint.png hi16-action-view_ruler.png hi16-action-send_stencil_to_back.png hi16-action-copy_stencil.png hi16-action-bring_stencil_to_front.png hi16-action-page_enabled.png hi16-action-item_add.png hi16-action-layer_noconnect.png hi32-action-unselect_all.png cr22-action-font_italic.png hi22-action-font_bold.png hi32-action-group_stencils.png hi16-action-item_rename.png hi16-action-font_under.png cr22-action-font_bold.png hi16-action-linestyle.png hi16-action-open_stencilset.png hi22-action-view_grid.png hi22-action-bring_stencil_to_front.png hi32-action-view_grid.png hi16-action-layer_add.png hi16-action-start_arrowhead.png hi16-action-view_manager.png hi16-action-guides_horizontal.png hi32-action-view_pageborder.png hi32-action-view_ruler.png hi16-action-item_remove.png hi16-action-textcolor.png hi16-action-layer_connect.png hi22-action-font_under.png hi16-action-font_bold.png hi16-action-group_stencils.png hi16-action-fillcolor.png hi16-action-layer_noeditable.png hi32-action-font_italic.png hi32-action-open_stencilset.png hi32-action-ungroup_stencils.png hi16-action-font_names.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -674,10 +845,19 @@
+ 	-rm -f $(DESTDIR)$(kivioicondir)/crystalsvg/22x22/actions/font_bold.png
+ 	-rm -f $(DESTDIR)$(kivioicondir)/hicolor/32x32/actions/close_stencilset.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Assorted/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Assorted/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Assorted/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Assorted/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Assorted
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(assorteddir)"
++assortedDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(assorted_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ assorteddir = $(kde_datadir)/kivio/stencils/Dia/Assorted
+-
+ SHAPES = \
+ 	arrow-chevron.png \
+ 	arrow-chevron.shape \
+@@ -413,36 +554,59 @@
+ 	triangle-rightangle.png \
+ 	triangle-rightangle.shape	
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ assorted_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Assorted
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(assorted_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Assorted/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Assorted/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Assorted/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Assorted/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Assorted/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Assorted/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Assorted/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -453,41 +617,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-assortedDATA_INSTALL = $(INSTALL_DATA)
+ install-assortedDATA: $(assorted_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(assorteddir)
++	test -z "$(assorteddir)" || $(mkdir_p) "$(DESTDIR)$(assorteddir)"
+ 	@list='$(assorted_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(assortedDATA_INSTALL) $$d$$p $(DESTDIR)$(assorteddir)/$$f"; \
+-	  $(assortedDATA_INSTALL) $$d$$p $(DESTDIR)$(assorteddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(assortedDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(assorteddir)/$$f'"; \
++	  $(assortedDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(assorteddir)/$$f"; \
+ 	done
+ 
+ uninstall-assortedDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(assorted_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(assorteddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(assorteddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(assorteddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(assorteddir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -505,10 +671,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(assorteddir)
+-
++	for dir in "$(DESTDIR)$(assorteddir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -520,7 +686,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -528,7 +694,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -542,13 +708,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -564,39 +732,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-assortedDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-assortedDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-assortedDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-assortedDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-assortedDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=star8curved.shape star8sharp.shape arrow-pentagon.png star7.png square.shape cross-maltese.png arrow-chevron.shape arrow-left-notched.png triangle-isoceles.shape pentagon.shape heptagon.png circle.png star4curved.png star4curved.shape star8curved.png arrow-left-right-up.shape moon-quarter.shape cross-swiss.png cross-swiss.shape parallelogram-vertical.png star8sharp.png arrow-up-down-left.shape sun.png heart.png parallelogram-vertical.shape arrow-left.png arrow-right-notched.png star8.png parallelogram-horizontal.png star4.shape hexagon.png arrow-pentagon.shape arrow-quad.png moon-quarter.png star5.png arrow-right.shape star5.shape triangle-isoceles.png octagon.png parallelogram-horizontal.shape arrow-left-right.shape arrow-left-up.shape heart.shape arrow-left.shape circle-quarter.shape triangle-rightangle.png star8.shape pentagon.png arrow-chevron.png square.png circle.shape arrow-up.shape arrow-up-down.shape cross-maltese.shape arrow-up.png heptagon.shape triangle-rightangle.shape arrow-down.png circle-quarter.png arrow-left-right-up.png octagon.shape arrow-down.shape arrow-quad.shape star6.png diamond.shape sun.shape arrow-left-up.png star7.shape diamond.png trapezoid.shape arrow-up-down-left.png arrow-left-notched.shape trapezoid.png arrow-left-right.png arrow-up-down.png hexagon.shape arrow-right-notched.shape star6.shape star4.png arrow-right.png 
++KDE_DIST=star8curved.shape star8sharp.shape arrow-pentagon.png star7.png square.shape cross-maltese.png arrow-chevron.shape arrow-left-notched.png triangle-isoceles.shape pentagon.shape heptagon.png circle.png star4curved.png star4curved.shape Makefile.in star8curved.png arrow-left-right-up.shape moon-quarter.shape cross-swiss.png cross-swiss.shape parallelogram-vertical.png star8sharp.png arrow-up-down-left.shape sun.png heart.png parallelogram-vertical.shape arrow-left.png arrow-right-notched.png star8.png parallelogram-horizontal.png star4.shape hexagon.png arrow-pentagon.shape arrow-quad.png moon-quarter.png star5.png arrow-right.shape star5.shape triangle-isoceles.png octagon.png parallelogram-horizontal.shape arrow-left-right.shape arrow-left-up.shape heart.shape arrow-left.shape circle-quarter.shape triangle-rightangle.png star8.shape pentagon.png arrow-chevron.png square.png circle.shape arrow-up.shape arrow-up-down.shape cross-maltese.shape arrow-up.png heptagon.shape triangle-rightangle.shape arrow-down.png circle-quarter.png arrow-left-right-up.png octagon.shape arrow-down.shape arrow-quad.shape star6.png diamond.shape sun.shape arrow-left-up.png star7.shape diamond.png trapezoid.shape arrow-up-down-left.png arrow-left-notched.shape trapezoid.png arrow-left-right.png arrow-up-down.png hexagon.shape arrow-right-notched.shape star6.shape star4.png arrow-right.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Assorted/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Assorted/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Assorted/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Assorted/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Circuit/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Circuit/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Circuit/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Circuit/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Circuit
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(circuitdir)"
++circuitDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(circuit_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ circuitdir = $(kde_datadir)/kivio/stencils/Dia/Circuit
+-
+ SHAPES = \
+ 	ground.shape \
+ 	ground.xpm \
+@@ -393,36 +534,59 @@
+ 	microphone_de.shape \
+ 	microphone_de.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ circuit_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Circuit
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(circuit_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Circuit/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Circuit/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Circuit/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Circuit/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Circuit/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Circuit/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Circuit/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -433,41 +597,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-circuitDATA_INSTALL = $(INSTALL_DATA)
+ install-circuitDATA: $(circuit_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(circuitdir)
++	test -z "$(circuitdir)" || $(mkdir_p) "$(DESTDIR)$(circuitdir)"
+ 	@list='$(circuit_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(circuitDATA_INSTALL) $$d$$p $(DESTDIR)$(circuitdir)/$$f"; \
+-	  $(circuitDATA_INSTALL) $$d$$p $(DESTDIR)$(circuitdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(circuitDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(circuitdir)/$$f'"; \
++	  $(circuitDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(circuitdir)/$$f"; \
+ 	done
+ 
+ uninstall-circuitDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(circuit_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(circuitdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(circuitdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(circuitdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(circuitdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -485,10 +651,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(circuitdir)
+-
++	for dir in "$(DESTDIR)$(circuitdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -500,7 +666,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -508,7 +674,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -522,13 +688,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -544,39 +712,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-circuitDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-circuitDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-circuitDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-circuitDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-circuitDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=vled_de.shape vresistor.xpm hinductor.xpm microphone_de.xpm vdiode.shape vresistor_de.xpm hzener.shape speaker_de.xpm npn.shape nmos_de.xpm pnp.shape pnp.xpm hzener.xpm speaker_de.shape vfuse_de.shape opamp.xpm vzener.xpm vresistor.shape npn.xpm hled_de.xpm hdiode.xpm pmos_de.shape vled_de.xpm hfuse_de.xpm vinductor_de.shape hinductor_de.xpm vzener.shape vcapacitor.shape hinductor.shape vfuse_de.xpm hresistor_de.shape hresistor.shape hjumper.png vpowersource_de.shape hpowersource_de.xpm opamp.shape lamp_de.xpm vinductor_de.xpm vpowersource_de.xpm hcapacitor.xpm hfuse_de.shape hinductor_de.shape vinductor.xpm hdiode.shape vinductor.shape ground.shape hresistor.xpm vdiode.xpm hcapacitor.shape pmos_de.xpm nmos_de.shape hresistor_de.xpm hled_de.shape microphone_de.shape hjumper.shape lamp_de.shape hpowersource_de.shape vcapacitor.xpm vresistor_de.shape ground.xpm 
++KDE_DIST=vled_de.shape vresistor.xpm hinductor.xpm microphone_de.xpm vdiode.shape vresistor_de.xpm hzener.shape speaker_de.xpm npn.shape nmos_de.xpm pnp.shape pnp.xpm Makefile.in hzener.xpm speaker_de.shape vfuse_de.shape opamp.xpm vzener.xpm vresistor.shape npn.xpm hled_de.xpm hdiode.xpm pmos_de.shape vled_de.xpm hfuse_de.xpm vinductor_de.shape hinductor_de.xpm vzener.shape vcapacitor.shape hinductor.shape vfuse_de.xpm hresistor_de.shape hresistor.shape hjumper.png vpowersource_de.shape hpowersource_de.xpm opamp.shape lamp_de.xpm vinductor_de.xpm vpowersource_de.xpm hcapacitor.xpm hfuse_de.shape hinductor_de.shape vinductor.xpm hdiode.shape vinductor.shape ground.shape hresistor.xpm vdiode.xpm hcapacitor.shape pmos_de.xpm nmos_de.shape hresistor_de.xpm hled_de.shape microphone_de.shape hjumper.shape lamp_de.shape hpowersource_de.shape vcapacitor.xpm vresistor_de.shape ground.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Circuit/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Circuit/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Circuit/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Circuit/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Cisco/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Cisco/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Cisco/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Cisco/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Cisco
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(ciscodir)"
++ciscoDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(cisco_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ ciscodir = $(kde_datadir)/kivio/stencils/Dia/Cisco
+-
+ SHAPES = \
+ 	1000.shape\
+ 	1000.png\
+@@ -775,36 +916,59 @@
+   www_server.shape\
+   www_server.png
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ cisco_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Cisco
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(cisco_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Cisco/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Cisco/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Cisco/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Cisco/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Cisco/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Cisco/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Cisco/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -815,41 +979,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-ciscoDATA_INSTALL = $(INSTALL_DATA)
+ install-ciscoDATA: $(cisco_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(ciscodir)
++	test -z "$(ciscodir)" || $(mkdir_p) "$(DESTDIR)$(ciscodir)"
+ 	@list='$(cisco_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(ciscoDATA_INSTALL) $$d$$p $(DESTDIR)$(ciscodir)/$$f"; \
+-	  $(ciscoDATA_INSTALL) $$d$$p $(DESTDIR)$(ciscodir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(ciscoDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(ciscodir)/$$f'"; \
++	  $(ciscoDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(ciscodir)/$$f"; \
+ 	done
+ 
+ uninstall-ciscoDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(cisco_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(ciscodir)/$$f"; \
+-	  rm -f $(DESTDIR)$(ciscodir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(ciscodir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(ciscodir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -867,10 +1033,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(ciscodir)
+-
++	for dir in "$(DESTDIR)$(ciscodir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -882,7 +1048,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -890,7 +1056,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -904,13 +1070,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -926,39 +1094,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-ciscoDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-ciscoDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-ciscoDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-ciscoDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-ciscoDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=general_appliance.shape optical_transport.png vpn_gateway.shape fddi_ring.shape ip_dsl.shape pc_adapter_card.shape mac_woman.png softphone.png file_server.png vpn_concentrator.png ip_softphone.png system_controller.png universal_gateway.png distributed_director.png 6701.png communications_server.png sc2200.png web_cluster.shape sc2200_vsc3000_host.png bbfw_media.shape ibm_tower.png 7500ars.shape 3174.shape hub.shape www_server.png netranger.png speaker.png iptv_broadcast_server.png modem.png mgx8220.shape layer3_switch.shape icm.shape pbx.png ons15500.png bbsm.shape pc_video.png branch_office.shape mdu.png stp.png moh_server.shape man_woman.shape softphone.shape mgx8240.shape pad_x28.png dslam.shape route_switch_processor.png mux.png pxf.shape phone_fax.png ios_firewall.png generic_gateway.png moh_server.png icm.png workstation.png protocol_translator.shape router_in_building.png content_switch_module.png adm.png atm3800.png software_based_server.shape content_switch.png telecommuter_house.png storage_array.shape radio_tower.png printer.shape css1100.shape netsonar.png rps.shape pad.shape pad_x28.shape ratemux.shape mau.png transpath.shape itp.png vsc3000.shape voice_switch.png cable_modem.shape optical_amplifier.png programmable_switch.shape relational_database.shape longreach_cpe.shape storage_router.shape wavelength_router.shape ip_phone.png stb.shape callmanager.shape sun_workstation.png pix_firewall.shape pc_man.shape iptv_broadcast_server.shape printer.png sip_proxy_server.png mas_gateway.shape storage_array.png cisco_hub.png running_man.shape content_service_router.shape atm_router.shape turret.png router.png standing_man.png ibm_mainframe.shape small_hub.shape government_building.png web_browser.shape pxf.png mau.shape telecommuter_house_router.shape 3x74.png microphone.png dslam.png ciscoworks.shape h323.png ata.shape host.png atm3800.shape atm_tag_switch_router.shape mgx8260.png small_business.png 3x74.shape pc_man.png file_cabinet.png ups.png mini_vax.png atm_router.png firewall.png tokenring.shape 5500.png 6705.png 5500.shape iad_router.png lan_to_lan.shape repeater.shape 6701.shape wavelength_router.png voice_router.png 5000.png optical_services_router.shape h323.shape turret.shape ibm_mini.shape pbx_switch.shape mini_vax.shape pix_firewall.png cddi_fddi.shape scanner.png layer3_switch.png programmable_switch.png network_management.png small_hub.png css1100.png laptop.shape transpath.png wireless_bridge.png firewall.shape truck.shape workstation.shape tdm_router.shape 7500ars.png lock.png bbfw.png 100baset_hub.png supercomputer.png lock.shape protocol_translator.png video_camera.shape pbx_switch.png sc2200_vsc3000_host.shape netflow_router.png dot_dot.png router_with_silicon_switch.png router_with_silicon_switch.shape host.shape netflow_router.shape ciscoworks.png cloud.png software_based_server.png server_with_pc_router.png ip_phone.shape content_switch.shape accesspoint.shape optical_services_router.png web_cluster.png small_business.shape 100baset_hub.shape tokenring.png lan_to_lan.png route_switch_processor.shape voice_switch2.png file_server.shape wireless.png vpn_gateway.png microwebserver.png vip.shape cloud.shape csu_dsu.png telecommuter_house.shape hp_mini.shape 6732.png dwdm_filter.png universal_gateway.shape tv.shape tablet.png 7507.png ibm_mainframe.png telecommuter.png atm_switch.shape metro1500.png truck.png ata.png front_end_processor.shape sip_proxy_server.shape rps.png car.shape dpt.shape voice_atm_switch.png broadband_router.png pc.png cisco_hub.shape cdm.png branch_office.png voice_commserver.shape voice_switch2.shape ubr910.png atm_fast_gigabit_etherswitch.png isdn_switch.png car.png asic.shape vsc3000.png hootphone.shape pc_video.shape ons15500.shape voice_router.shape ciscosecurity.shape handheld.shape iptc.shape 6732.shape macintosh.png router.shape university.shape voice_switch.shape pad.png 5002.shape callmanager.png microphone.shape pda.shape cte.shape metro1500.shape 10700.png atm_tag_switch_router.png me1100.shape bridge.shape fddi_ring.png end_office.png man_woman.png speaker.shape pc_router_card.shape communications_server.shape octel.shape key.png phone.shape content_engine.png svx.shape iptv_content_manager.shape hub.png phone_fax.shape mdu.shape mgx8240.png 1000.png system_controller.shape running_man.png content_engine.shape 6705.shape microwebserver.shape tv.png pc_adapter_card.png relational_database.png directory_server.shape bts10200.png ip_dsl.png generic_building.shape centri.png ciscosecurity.png stb.png 7505.shape directory_server.png 15200.shape iptv_content_manager.png multiswitch_device.shape catalyst_access_gateway.shape me1100.png phone.png class45_switch.shape sitting_woman.shape cdm.shape catalyst_access_gateway.png dot_dot.shape fc_storage.png handheld.png 7507.shape 7505.png cte.png end_office.shape standing_man.shape localdirector.shape pda.png ip_telephony_router.shape optical_amplifier.shape mgx8260.shape voice_atm_switch.shape stp.shape satellite.png atm_fast_gigabit_etherswitch.shape accesspoint.png ups.shape workgroup_switch.shape scanner.shape telecommuter.shape university.png tablet.shape netranger.shape macintosh.shape generic_softswitch.shape class45_switch.png sun_workstation.shape workgroup_director.png breakout_box.png wireless.shape cellular_phone.png telecommuter_house_router.png mux.shape bbfw.shape bridge.png 15200.png fc_storage.shape gigabit_switch_router_atm_tag.png broadband_router.shape ip.shape dwdm_filter.shape terminal.shape workgroup_director.shape svx.png sitting_woman.png ip_telephony_router.png diskette.shape network_management.shape content_switch_module.shape multilayer_switch.png www_server.shape generic_softswitch.png fax.png pc.shape server_with_pc_router.shape ca.png wireless_transport.shape satellite_dish.png ibm_tower.shape bts10200.shape supercomputer.shape netsonar.shape satellite_dish.shape atm_tag_sw_gigabit_router.shape distributed_director.shape generic_processor.shape hp_mini.png cable_modem.png cddi_fddi.png unity_server.shape dpt.png sc2200.shape web_browser.png laptop.png atm_tag_sw_gigabit_router.png satellite.shape unity_server.png optical_transport.shape fax.shape content_service_router.png bbsm.png router_with_firewall.png storage_router.png longreach_cpe.png modem.shape bbfw_media.png ubr910.shape ip.png localdirector.png pc_router_card.png router_in_building.shape tdm_router.png mac_woman.shape wireless_bridge.shape 3174.png router_with_firewall.shape voice_commserver.png adm.shape centri.shape generic_building.png 1000.shape repeater.png csu_dsu.shape workgroup_switch.png iad_router.shape breakout_box.shape ios_firewall.shape mas_gateway.png itp.shape ip_softphone.shape ics.shape vip.png diskette.png multiswitch_device.png mgx8220.png 5000.shape front_end_processor.png ca.shape ratemux.png general_appliance.png video_camera.png 10700.shape vpn_concentrator.shape octel.png key.shape 5002.png asic.png ics.png radio_tower.shape generic_processor.png isdn_switch.shape file_cabinet.shape cellular_phone.shape pbx.shape multilayer_switch.shape hootphone.png government_building.shape atm_switch.png iptc.png generic_gateway.shape gigabit_switch_router_atm_tag.shape wireless_transport.png ibm_mini.png terminal.png 
++KDE_DIST=general_appliance.shape optical_transport.png vpn_gateway.shape fddi_ring.shape ip_dsl.shape pc_adapter_card.shape mac_woman.png softphone.png file_server.png vpn_concentrator.png ip_softphone.png system_controller.png universal_gateway.png distributed_director.png 6701.png communications_server.png sc2200.png web_cluster.shape sc2200_vsc3000_host.png bbfw_media.shape ibm_tower.png 7500ars.shape 3174.shape hub.shape www_server.png netranger.png speaker.png iptv_broadcast_server.png modem.png mgx8220.shape layer3_switch.shape icm.shape pbx.png ons15500.png bbsm.shape pc_video.png branch_office.shape mdu.png stp.png moh_server.shape man_woman.shape softphone.shape mgx8240.shape pad_x28.png dslam.shape route_switch_processor.png mux.png pxf.shape phone_fax.png ios_firewall.png generic_gateway.png moh_server.png icm.png workstation.png protocol_translator.shape router_in_building.png content_switch_module.png adm.png atm3800.png software_based_server.shape content_switch.png telecommuter_house.png storage_array.shape radio_tower.png printer.shape css1100.shape netsonar.png rps.shape pad.shape pad_x28.shape ratemux.shape mau.png transpath.shape itp.png vsc3000.shape voice_switch.png cable_modem.shape optical_amplifier.png Makefile.in programmable_switch.shape relational_database.shape longreach_cpe.shape storage_router.shape wavelength_router.shape ip_phone.png stb.shape callmanager.shape sun_workstation.png pix_firewall.shape pc_man.shape iptv_broadcast_server.shape printer.png sip_proxy_server.png mas_gateway.shape storage_array.png cisco_hub.png running_man.shape content_service_router.shape atm_router.shape turret.png router.png standing_man.png ibm_mainframe.shape small_hub.shape government_building.png web_browser.shape pxf.png mau.shape telecommuter_house_router.shape 3x74.png microphone.png dslam.png ciscoworks.shape h323.png ata.shape host.png atm3800.shape atm_tag_switch_router.shape mgx8260.png small_business.png 3x74.shape pc_man.png file_cabinet.png ups.png mini_vax.png atm_router.png firewall.png tokenring.shape 5500.png 6705.png 5500.shape iad_router.png lan_to_lan.shape repeater.shape 6701.shape wavelength_router.png voice_router.png 5000.png optical_services_router.shape h323.shape turret.shape ibm_mini.shape pbx_switch.shape mini_vax.shape pix_firewall.png cddi_fddi.shape scanner.png layer3_switch.png programmable_switch.png network_management.png small_hub.png css1100.png laptop.shape transpath.png wireless_bridge.png firewall.shape truck.shape workstation.shape tdm_router.shape 7500ars.png lock.png bbfw.png 100baset_hub.png supercomputer.png lock.shape protocol_translator.png video_camera.shape pbx_switch.png sc2200_vsc3000_host.shape netflow_router.png dot_dot.png router_with_silicon_switch.png router_with_silicon_switch.shape host.shape netflow_router.shape ciscoworks.png cloud.png software_based_server.png server_with_pc_router.png ip_phone.shape content_switch.shape accesspoint.shape optical_services_router.png web_cluster.png small_business.shape 100baset_hub.shape tokenring.png lan_to_lan.png route_switch_processor.shape voice_switch2.png file_server.shape wireless.png vpn_gateway.png microwebserver.png vip.shape cloud.shape csu_dsu.png telecommuter_house.shape hp_mini.shape 6732.png dwdm_filter.png universal_gateway.shape tv.shape tablet.png 7507.png ibm_mainframe.png telecommuter.png atm_switch.shape metro1500.png truck.png ata.png front_end_processor.shape sip_proxy_server.shape rps.png car.shape dpt.shape voice_atm_switch.png broadband_router.png pc.png cisco_hub.shape cdm.png branch_office.png voice_commserver.shape voice_switch2.shape ubr910.png atm_fast_gigabit_etherswitch.png isdn_switch.png car.png asic.shape vsc3000.png hootphone.shape pc_video.shape ons15500.shape voice_router.shape ciscosecurity.shape handheld.shape iptc.shape 6732.shape macintosh.png router.shape university.shape voice_switch.shape pad.png 5002.shape callmanager.png microphone.shape pda.shape cte.shape metro1500.shape 10700.png atm_tag_switch_router.png me1100.shape bridge.shape fddi_ring.png end_office.png man_woman.png speaker.shape pc_router_card.shape communications_server.shape octel.shape key.png phone.shape content_engine.png svx.shape iptv_content_manager.shape hub.png phone_fax.shape mdu.shape mgx8240.png 1000.png system_controller.shape running_man.png content_engine.shape 6705.shape microwebserver.shape tv.png pc_adapter_card.png relational_database.png directory_server.shape bts10200.png ip_dsl.png generic_building.shape centri.png ciscosecurity.png stb.png 7505.shape directory_server.png 15200.shape iptv_content_manager.png multiswitch_device.shape catalyst_access_gateway.shape me1100.png phone.png class45_switch.shape sitting_woman.shape cdm.shape catalyst_access_gateway.png dot_dot.shape fc_storage.png handheld.png 7507.shape 7505.png cte.png end_office.shape standing_man.shape localdirector.shape pda.png ip_telephony_router.shape optical_amplifier.shape mgx8260.shape voice_atm_switch.shape stp.shape satellite.png atm_fast_gigabit_etherswitch.shape accesspoint.png ups.shape workgroup_switch.shape scanner.shape telecommuter.shape university.png tablet.shape netranger.shape macintosh.shape generic_softswitch.shape class45_switch.png sun_workstation.shape workgroup_director.png breakout_box.png wireless.shape cellular_phone.png telecommuter_house_router.png mux.shape bbfw.shape bridge.png 15200.png fc_storage.shape gigabit_switch_router_atm_tag.png broadband_router.shape ip.shape dwdm_filter.shape terminal.shape workgroup_director.shape svx.png sitting_woman.png ip_telephony_router.png diskette.shape network_management.shape content_switch_module.shape multilayer_switch.png www_server.shape generic_softswitch.png fax.png pc.shape server_with_pc_router.shape ca.png wireless_transport.shape satellite_dish.png ibm_tower.shape bts10200.shape supercomputer.shape netsonar.shape satellite_dish.shape atm_tag_sw_gigabit_router.shape distributed_director.shape generic_processor.shape hp_mini.png cable_modem.png cddi_fddi.png unity_server.shape dpt.png sc2200.shape web_browser.png laptop.png atm_tag_sw_gigabit_router.png satellite.shape unity_server.png optical_transport.shape fax.shape content_service_router.png bbsm.png router_with_firewall.png storage_router.png longreach_cpe.png modem.shape bbfw_media.png ubr910.shape ip.png localdirector.png pc_router_card.png router_in_building.shape tdm_router.png mac_woman.shape wireless_bridge.shape 3174.png router_with_firewall.shape voice_commserver.png adm.shape centri.shape generic_building.png 1000.shape repeater.png csu_dsu.shape workgroup_switch.png iad_router.shape breakout_box.shape ios_firewall.shape mas_gateway.png itp.shape ip_softphone.shape ics.shape vip.png diskette.png multiswitch_device.png mgx8220.png 5000.shape front_end_processor.png ca.shape ratemux.png general_appliance.png video_camera.png 10700.shape vpn_concentrator.shape octel.png key.shape 5002.png asic.png ics.png radio_tower.shape generic_processor.png isdn_switch.shape file_cabinet.shape cellular_phone.shape pbx.shape multilayer_switch.shape hootphone.png government_building.shape atm_switch.png iptc.png generic_gateway.shape Makefile.am gigabit_switch_router_atm_tag.shape wireless_transport.png ibm_mini.png terminal.png 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Cisco/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Cisco/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Cisco/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Cisco/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Civil/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Civil/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Civil/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Civil/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Civil
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(civildir)"
++civilDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(civil_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ civildir = $(kde_datadir)/kivio/stencils/Dia/Civil
+-
+ SHAPES = \
+ 	bvrest.shape \
+ 	bvrest.xpm \
+@@ -385,36 +526,59 @@
+ 	water_level.shape \
+ 	water_level.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ civil_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Civil
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(civil_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Civil/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Civil/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Civil/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Civil/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Civil/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Civil/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Civil/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -425,41 +589,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-civilDATA_INSTALL = $(INSTALL_DATA)
+ install-civilDATA: $(civil_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(civildir)
++	test -z "$(civildir)" || $(mkdir_p) "$(DESTDIR)$(civildir)"
+ 	@list='$(civil_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(civilDATA_INSTALL) $$d$$p $(DESTDIR)$(civildir)/$$f"; \
+-	  $(civilDATA_INSTALL) $$d$$p $(DESTDIR)$(civildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(civilDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(civildir)/$$f'"; \
++	  $(civilDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(civildir)/$$f"; \
+ 	done
+ 
+ uninstall-civilDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(civil_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(civildir)/$$f"; \
+-	  rm -f $(DESTDIR)$(civildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(civildir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(civildir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -477,10 +643,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(civildir)
+-
++	for dir in "$(DESTDIR)$(civildir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -492,7 +658,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -500,7 +666,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -514,13 +680,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -536,39 +704,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-civilDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-civilDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-civilDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-civilDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-civilDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=civil_container.xpm civil_basin.shape civil_vertical_limiting_line.shape civil_arrow_right.xpm civil_soil.shape vpump.xpm civil_arrow_right.shape civil_aerator.shape civil_soil.xpm civil_horizontal_valve.shape civil_backflow_preventer.xpm hrest.xpm civil_rotor.shape civil_motor.xpm civil_basin.xpm civil_horizontal_valve.xpm civil_horizontal_limiting_line.xpm bvrest.shape civil_arrow_up.xpm civil_rotor.xpm line.xpm water_level.xpm civil_horizontal_limiting_line.shape vpump.shape civil_gas_bottle.shape civil_aerator.xpm vrest.shape civil_preliminary_clarification_tank.shape hcompressor.shape hrest.shape vrest.xpm civil_final-settling_basin.xpm line.shape hpump.shape civil_gas_bottle.xpm hcompressor.xpm civil_frequency_converter.xpm civil_backflow_preventer.shape civil_preliminary_clarification_tank.xpm civil_container.shape civil_final-settling_basin.shape civil_vertical_propeller.shape civil_arrow_up.shape civil_motor.shape civil_frequency_converter.shape water_level.shape vcompressor.shape civil_vertical_limiting_line.xpm civil_vertical_propeller.xpm bvrest.xpm hpump.xpm vcompressor.xpm 
++KDE_DIST=civil_container.xpm civil_basin.shape civil_vertical_limiting_line.shape civil_arrow_right.xpm civil_soil.shape vpump.xpm civil_arrow_right.shape Makefile.in civil_aerator.shape civil_soil.xpm civil_horizontal_valve.shape civil_backflow_preventer.xpm hrest.xpm civil_rotor.shape civil_motor.xpm civil_basin.xpm civil_horizontal_valve.xpm civil_horizontal_limiting_line.xpm bvrest.shape civil_arrow_up.xpm civil_rotor.xpm line.xpm water_level.xpm civil_horizontal_limiting_line.shape vpump.shape civil_gas_bottle.shape civil_aerator.xpm vrest.shape civil_preliminary_clarification_tank.shape hcompressor.shape hrest.shape vrest.xpm civil_final-settling_basin.xpm line.shape hpump.shape civil_gas_bottle.xpm hcompressor.xpm civil_frequency_converter.xpm civil_backflow_preventer.shape civil_preliminary_clarification_tank.xpm civil_container.shape civil_final-settling_basin.shape civil_vertical_propeller.shape civil_arrow_up.shape civil_motor.shape civil_frequency_converter.shape water_level.shape vcompressor.shape civil_vertical_limiting_line.xpm civil_vertical_propeller.xpm bvrest.xpm hpump.xpm Makefile.am vcompressor.xpm 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Civil/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Civil/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Civil/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Civil/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Contact/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Contact/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Contact/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Contact/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Contact
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(contactdir)"
++contactDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(contact_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ contactdir = $(kde_datadir)/kivio/stencils/Dia/Contact
+-
+ SHAPES = \
+ 	c_ifnot.shape \
+ 	c_ifnot.xpm \
+@@ -365,36 +506,59 @@
+ 	l_souts.shape	\
+ 	l_souts.xpm	
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ contact_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Contact
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(contact_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Contact/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Contact/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Contact/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Contact/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Contact/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Contact/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Contact/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -405,41 +569,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-contactDATA_INSTALL = $(INSTALL_DATA)
+ install-contactDATA: $(contact_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(contactdir)
++	test -z "$(contactdir)" || $(mkdir_p) "$(DESTDIR)$(contactdir)"
+ 	@list='$(contact_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(contactDATA_INSTALL) $$d$$p $(DESTDIR)$(contactdir)/$$f"; \
+-	  $(contactDATA_INSTALL) $$d$$p $(DESTDIR)$(contactdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(contactDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(contactdir)/$$f'"; \
++	  $(contactDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(contactdir)/$$f"; \
+ 	done
+ 
+ uninstall-contactDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(contact_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(contactdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(contactdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(contactdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(contactdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -457,10 +623,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(contactdir)
+-
++	for dir in "$(DESTDIR)$(contactdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -472,7 +638,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -480,7 +646,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -494,13 +660,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -516,39 +684,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-contactDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-contactDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-contactDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-contactDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-contactDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=l_sout.xpm c_relay.shape l_outs.xpm c_if.xpm l_souts.xpm c_relay.xpm l_if.shape l_outj.shape l_soutr.shape l_ifnot.shape c_if.shape l_outs.shape l_outnot.shape l_sout.shape l_soutnot.shape l_outj.xpm l_outrcep.xpm c_lamp.shape l_souts.shape l_soutnot.xpm l_soutr.xpm c_ifnot.shape l_ifnot.xpm l_if.xpm l_outnot.xpm l_out.shape l_out.xpm l_outrcep.shape l_outr.xpm c_ifnot.xpm l_outr.shape c_lamp.xpm 
++KDE_DIST=l_sout.xpm c_relay.shape l_outs.xpm c_if.xpm Makefile.in l_souts.xpm c_relay.xpm l_if.shape l_outj.shape l_soutr.shape l_ifnot.shape c_if.shape l_outs.shape l_outnot.shape l_sout.shape l_soutnot.shape l_outj.xpm l_outrcep.xpm c_lamp.shape l_souts.shape l_soutnot.xpm l_soutr.xpm c_ifnot.shape l_ifnot.xpm l_if.xpm l_outnot.xpm l_out.shape l_out.xpm l_outrcep.shape l_outr.xpm c_ifnot.xpm l_outr.shape Makefile.am c_lamp.xpm 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Contact/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Contact/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Contact/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Contact/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Electric/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Electric/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Electric/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Electric/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Electric
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(electricdir)"
++electricDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(electric_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ electricdir = $(kde_datadir)/kivio/stencils/Dia/Electric
+-
+ SHAPES = \
+ 	contact_o.shape \
+ 	contact_o.xpm \
+@@ -349,36 +490,59 @@
+ 	cnx.shape \
+ 	cnx.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ electric_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Electric
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(electric_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Electric/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Electric/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Electric/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Electric/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Electric/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Electric/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Electric/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -389,41 +553,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-electricDATA_INSTALL = $(INSTALL_DATA)
+ install-electricDATA: $(electric_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(electricdir)
++	test -z "$(electricdir)" || $(mkdir_p) "$(DESTDIR)$(electricdir)"
+ 	@list='$(electric_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(electricDATA_INSTALL) $$d$$p $(DESTDIR)$(electricdir)/$$f"; \
+-	  $(electricDATA_INSTALL) $$d$$p $(DESTDIR)$(electricdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(electricDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(electricdir)/$$f'"; \
++	  $(electricDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(electricdir)/$$f"; \
+ 	done
+ 
+ uninstall-electricDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(electric_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(electricdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(electricdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(electricdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(electricdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -441,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(electricdir)
+-
++	for dir in "$(DESTDIR)$(electricdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -456,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -464,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -478,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,39 +668,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-electricDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-electricDATA install-exec \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-electricDATA install-exec \
+ 	install-exec-am install-info install-info-am install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-electricDATA uninstall-info-am
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-electricDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=relay.xpm command.shape lamp.xpm relay.shape cnx.xpm contact_f.xpm contact_o.xpm intpos_o.shape intpos_f.shape intpos_o.xpm intpos_f.xpm contact_o.shape lamp.shape contact_f.shape cnx.shape command.xpm 
++KDE_DIST=relay.xpm command.shape Makefile.in lamp.xpm relay.shape cnx.xpm contact_f.xpm contact_o.xpm intpos_o.shape intpos_f.shape intpos_o.xpm intpos_f.xpm contact_o.shape lamp.shape contact_f.shape cnx.shape command.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Electric/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Electric/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Electric/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Electric/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Jigsaw/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Jigsaw/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Jigsaw/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Jigsaw/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Jigsaw
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(jigsawdir)"
++jigsawDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(jigsaw_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ jigsawdir = $(kde_datadir)/kivio/stencils/Dia/Jigsaw
+-
+ SHAPES = \
+ 	part_iiii.shape \
+ 	part_iiii.xpm \
+@@ -365,36 +506,59 @@
+ 	part_oooo.shape \
+ 	part_oooo.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ jigsaw_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Jigsaw
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(jigsaw_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Jigsaw/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -405,41 +569,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-jigsawDATA_INSTALL = $(INSTALL_DATA)
+ install-jigsawDATA: $(jigsaw_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(jigsawdir)
++	test -z "$(jigsawdir)" || $(mkdir_p) "$(DESTDIR)$(jigsawdir)"
+ 	@list='$(jigsaw_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(jigsawDATA_INSTALL) $$d$$p $(DESTDIR)$(jigsawdir)/$$f"; \
+-	  $(jigsawDATA_INSTALL) $$d$$p $(DESTDIR)$(jigsawdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(jigsawDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(jigsawdir)/$$f'"; \
++	  $(jigsawDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(jigsawdir)/$$f"; \
+ 	done
+ 
+ uninstall-jigsawDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(jigsaw_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(jigsawdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(jigsawdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(jigsawdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(jigsawdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -457,10 +623,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(jigsawdir)
+-
++	for dir in "$(DESTDIR)$(jigsawdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -472,7 +638,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -480,7 +646,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -494,13 +660,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -516,39 +684,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-jigsawDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-jigsawDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-jigsawDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-jigsawDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-jigsawDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=part_ooii.shape part_iooo.shape part_iioo.xpm part_oiio.shape part_oioo.shape part_oooo.xpm part_iiio.shape part_ioio.xpm part_iiio.xpm part_iiii.xpm part_ioio.shape part_iioi.shape part_oooi.shape part_iooi.shape part_oioo.xpm part_iioi.xpm part_oioi.shape part_oooo.shape part_ooii.xpm part_oioi.xpm part_iioo.shape part_ioii.shape part_ooio.xpm part_ioii.xpm part_iooo.xpm part_oooi.xpm part_oiii.xpm part_ooio.shape part_oiio.xpm part_iiii.shape part_iooi.xpm part_oiii.shape 
++KDE_DIST=part_ooii.shape part_iooo.shape part_iioo.xpm part_oiio.shape part_oioo.shape part_oooo.xpm Makefile.in part_iiio.shape part_ioio.xpm part_iiio.xpm part_iiii.xpm part_ioio.shape part_iioi.shape part_oooi.shape part_iooi.shape part_oioo.xpm part_iioi.xpm part_oioi.shape part_oooo.shape part_ooii.xpm part_oioi.xpm part_iioo.shape part_ioii.shape part_ooio.xpm part_ioii.xpm part_iooo.xpm part_oooi.xpm part_oiii.xpm part_ooio.shape part_oiio.xpm part_iiii.shape part_iooi.xpm part_oiii.shape Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Jigsaw/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Jigsaw/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(diashapesdir)"
++diashapesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(diashapes_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +414,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,44 +490,56 @@
+ SUBDIRS = Assorted Circuit Cisco Civil Contact Electric Jigsaw\
+ 	MSE Network Pneumatic SDL Sybase
+ 
+-
+ diashapesdir = $(kde_datadir)/kivio/stencils/Dia
+-
+ diashapes_DATA = desc icon.xpm
+ EXTRA_DIST = desc icon.xpm
+-subdir = kivio/kiviopart/stencils/Dia
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(diashapes_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -380,23 +550,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-diashapesDATA_INSTALL = $(INSTALL_DATA)
+ install-diashapesDATA: $(diashapes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(diashapesdir)
++	test -z "$(diashapesdir)" || $(mkdir_p) "$(DESTDIR)$(diashapesdir)"
+ 	@list='$(diashapes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(diashapesDATA_INSTALL) $$d$$p $(DESTDIR)$(diashapesdir)/$$f"; \
+-	  $(diashapesDATA_INSTALL) $$d$$p $(DESTDIR)$(diashapesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(diashapesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(diashapesdir)/$$f'"; \
++	  $(diashapesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(diashapesdir)/$$f"; \
+ 	done
+ 
+ uninstall-diashapesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(diashapes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(diashapesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(diashapesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(diashapesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(diashapesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -406,7 +575,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -418,7 +593,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -426,7 +601,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -447,17 +628,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -467,14 +647,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -483,8 +672,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -493,19 +698,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -520,15 +727,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -538,8 +747,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(diashapesdir)
+-
++	for dir in "$(DESTDIR)$(diashapesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -551,7 +761,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -559,7 +769,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -573,7 +783,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -581,6 +791,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -596,44 +808,62 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-diashapesDATA uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-diashapesDATA install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-diashapesDATA install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-diashapesDATA \
+-	uninstall-info-am uninstall-info-recursive uninstall-recursive
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am \
++	uninstall-diashapesDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/MSE/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/MSE/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/MSE/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/MSE/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/MSE
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(msedir)"
++mseDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(mse_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ msedir = $(kde_datadir)/kivio/stencils/Dia/MSE
+-
+ SHAPES = \
+ 	demultiplexer.shape \
+ 	demultiplexer.xpm \
+@@ -345,36 +486,59 @@
+ 	tacsat.shape \
+ 	tacsat.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ mse_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/MSE
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(mse_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/MSE/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/MSE/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/MSE/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/MSE/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/MSE/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/MSE/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/MSE/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -385,41 +549,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-mseDATA_INSTALL = $(INSTALL_DATA)
+ install-mseDATA: $(mse_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(msedir)
++	test -z "$(msedir)" || $(mkdir_p) "$(DESTDIR)$(msedir)"
+ 	@list='$(mse_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(mseDATA_INSTALL) $$d$$p $(DESTDIR)$(msedir)/$$f"; \
+-	  $(mseDATA_INSTALL) $$d$$p $(DESTDIR)$(msedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(mseDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(msedir)/$$f'"; \
++	  $(mseDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(msedir)/$$f"; \
+ 	done
+ 
+ uninstall-mseDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(mse_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(msedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(msedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(msedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(msedir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -437,10 +603,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(msedir)
+-
++	for dir in "$(DESTDIR)$(msedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -452,7 +618,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -460,7 +626,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -474,13 +640,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -496,39 +664,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-mseDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-mseDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-mseDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-mseDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-mseDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=large_extension_node.xpm demultiplexer.xpm tacsat.shape demultiplexer.shape tacsat.xpm small_extension_node.xpm node_center.xpm multiplexer.shape large_extension_node.shape node_center.shape small_extension_node.shape multiplexer.xpm 
++KDE_DIST=large_extension_node.xpm demultiplexer.xpm Makefile.in tacsat.shape demultiplexer.shape tacsat.xpm small_extension_node.xpm node_center.xpm multiplexer.shape large_extension_node.shape node_center.shape small_extension_node.shape multiplexer.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/MSE/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/MSE/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/MSE/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/MSE/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Network/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Network/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Network/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Network/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Network
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(networkdir)"
++networkDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(network_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ networkdir = $(kde_datadir)/kivio/stencils/Dia/Network
+-
+ SHAPES = \
+ 	nwcloud.shape \
+ 	nwcloud.xpm \
+@@ -395,36 +536,59 @@
+ 	digitizing_board.shape \
+ 	digitizing_board.png
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ network_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Network
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(network_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Network/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Network/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Network/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Network/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Network/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Network/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Network/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -435,41 +599,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-networkDATA_INSTALL = $(INSTALL_DATA)
+ install-networkDATA: $(network_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(networkdir)
++	test -z "$(networkdir)" || $(mkdir_p) "$(DESTDIR)$(networkdir)"
+ 	@list='$(network_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(networkDATA_INSTALL) $$d$$p $(DESTDIR)$(networkdir)/$$f"; \
+-	  $(networkDATA_INSTALL) $$d$$p $(DESTDIR)$(networkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(networkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(networkdir)/$$f'"; \
++	  $(networkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(networkdir)/$$f"; \
+ 	done
+ 
+ uninstall-networkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(network_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(networkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(networkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(networkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(networkdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -487,10 +653,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(networkdir)
+-
++	for dir in "$(DESTDIR)$(networkdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -502,7 +668,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -510,7 +676,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -524,13 +690,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -546,39 +714,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-networkDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-networkDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-networkDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-networkDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-networkDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=genmonitor.shape modem.xpm diskette.xpm hub.shape workstation.xpm hub.xpm modularswitch.xpm switch-atm-symbol.shape telephone.png pc_bigtower.shape computer.xpm printer.shape speaker.xpm rj45plug.xpm disc.xpm pc_minitower.shape sceadplug.xpm mobile_phone.xpm speaker_amp.xpm mobile_phone.shape zip-disk.xpm pc_minitower.xpm plotter.png firewall.shape workstation.shape pc_desktop.shape speaker_amp.shape printer.xpm firewall.xpm pc_desktop.xpm router-symbol.xpm flash.xpm nwcloud.xpm antenna.xpm rj45plug.shape speaker.shape pc_miditower.shape switch-symbol.shape pc_bigtower.xpm switch-atm-symbol.xpm pc_miditower.xpm zip-disk.shape router-symbol.shape antenna.shape diskette.shape digitizing_board.png genmonitor.xpm telephone.shape modem.shape flash.shape switch-symbol.xpm computer.shape disc.shape plotter.shape monitor.xpm monitor.shape nwcloud.shape modularswitch.shape dat_external.xpm dat_external.shape sceadplug.shape digitizing_board.shape 
++KDE_DIST=genmonitor.shape modem.xpm diskette.xpm hub.shape workstation.xpm hub.xpm modularswitch.xpm switch-atm-symbol.shape telephone.png pc_bigtower.shape computer.xpm printer.shape speaker.xpm rj45plug.xpm disc.xpm pc_minitower.shape Makefile.in sceadplug.xpm mobile_phone.xpm speaker_amp.xpm mobile_phone.shape zip-disk.xpm pc_minitower.xpm plotter.png firewall.shape workstation.shape pc_desktop.shape speaker_amp.shape printer.xpm firewall.xpm pc_desktop.xpm router-symbol.xpm flash.xpm nwcloud.xpm antenna.xpm rj45plug.shape speaker.shape pc_miditower.shape switch-symbol.shape pc_bigtower.xpm switch-atm-symbol.xpm pc_miditower.xpm zip-disk.shape router-symbol.shape antenna.shape diskette.shape digitizing_board.png genmonitor.xpm telephone.shape modem.shape flash.shape switch-symbol.xpm computer.shape disc.shape plotter.shape monitor.xpm monitor.shape nwcloud.shape modularswitch.shape dat_external.xpm dat_external.shape sceadplug.shape digitizing_board.shape Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Network/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Network/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Network/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Network/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Pneumatic/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Pneumatic/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Pneumatic/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Pneumatic/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Pneumatic
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(pneumadir)"
++pneumaDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(pneuma_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ pneumadir = $(kde_datadir)/kivio/stencils/Dia/Pneumatic
+-
+ SHAPES = \
+ 	dejack.shape 	\
+ 	dejack.xpm	\
+@@ -373,36 +514,59 @@
+ 	cnx.shape	\
+ 	cnx.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ pneuma_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Pneumatic
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(pneuma_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Pneumatic/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -413,41 +577,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-pneumaDATA_INSTALL = $(INSTALL_DATA)
+ install-pneumaDATA: $(pneuma_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(pneumadir)
++	test -z "$(pneumadir)" || $(mkdir_p) "$(DESTDIR)$(pneumadir)"
+ 	@list='$(pneuma_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(pneumaDATA_INSTALL) $$d$$p $(DESTDIR)$(pneumadir)/$$f"; \
+-	  $(pneumaDATA_INSTALL) $$d$$p $(DESTDIR)$(pneumadir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(pneumaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pneumadir)/$$f'"; \
++	  $(pneumaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pneumadir)/$$f"; \
+ 	done
+ 
+ uninstall-pneumaDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(pneuma_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(pneumadir)/$$f"; \
+-	  rm -f $(DESTDIR)$(pneumadir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(pneumadir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(pneumadir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -465,10 +631,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(pneumadir)
+-
++	for dir in "$(DESTDIR)$(pneumadir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -480,7 +646,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -488,7 +654,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -502,13 +668,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -524,39 +692,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-pneumaDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-pneumaDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-pneumaDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-pneumaDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-pneumaDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=presshy.shape drain.shape dist32.shape seijack.xpm compush.xpm compilp.shape dejack.xpm seijack.shape compb.xpm cnx.xpm dist52.shape dist42.xpm comspr.shape dist52.xpm seojack.shape comelec1.shape compb.shape dist32.xpm comelec2.xpm seojack.xpm presspn.shape comelec2.shape presspn.xpm press.shape dist22.xpm compilh.shape drain.xpm dist22.shape cnx.shape dist42.shape comelec1.xpm commusc.shape compilh.xpm press.xpm commusc.xpm comspr.xpm compilp.xpm compush.shape dejack.shape presshy.xpm 
++KDE_DIST=presshy.shape drain.shape dist32.shape seijack.xpm compush.xpm compilp.shape Makefile.in dejack.xpm seijack.shape compb.xpm cnx.xpm dist52.shape dist42.xpm comspr.shape dist52.xpm seojack.shape comelec1.shape compb.shape dist32.xpm comelec2.xpm seojack.xpm presspn.shape comelec2.shape presspn.xpm press.shape dist22.xpm compilh.shape drain.xpm dist22.shape cnx.shape dist42.shape comelec1.xpm commusc.shape compilh.xpm press.xpm commusc.xpm comspr.xpm compilp.xpm compush.shape Makefile.am dejack.shape presshy.xpm 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Pneumatic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Pneumatic/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/SDL/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/SDL/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/SDL/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/SDL/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/SDL
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(sdldir)"
++sdlDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(sdl_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ sdldir = $(kde_datadir)/kivio/stencils/Dia/SDL
+-
+ SHAPES = \
+ 	block.shape \
+ 	block.xpm \
+@@ -367,36 +508,59 @@
+ 	task.shape \
+ 	task.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ sdl_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/SDL
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(sdl_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/SDL/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/SDL/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/SDL/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/SDL/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/SDL/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/SDL/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/SDL/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -407,41 +571,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-sdlDATA_INSTALL = $(INSTALL_DATA)
+ install-sdlDATA: $(sdl_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(sdldir)
++	test -z "$(sdldir)" || $(mkdir_p) "$(DESTDIR)$(sdldir)"
+ 	@list='$(sdl_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(sdlDATA_INSTALL) $$d$$p $(DESTDIR)$(sdldir)/$$f"; \
+-	  $(sdlDATA_INSTALL) $$d$$p $(DESTDIR)$(sdldir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(sdlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sdldir)/$$f'"; \
++	  $(sdlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sdldir)/$$f"; \
+ 	done
+ 
+ uninstall-sdlDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(sdl_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(sdldir)/$$f"; \
+-	  rm -f $(DESTDIR)$(sdldir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(sdldir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(sdldir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -459,10 +625,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(sdldir)
+-
++	for dir in "$(DESTDIR)$(sdldir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -474,7 +640,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -482,7 +648,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -496,13 +662,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -518,39 +686,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-sdlDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-sdlDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-sdlDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-sdlDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-sdlDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=function.xpm macro.shape process.shape decision.shape receive.xpm stop.xpm decision.xpm inout.xpm comment.shape receive.shape header.xpm save.xpm save.shape service.shape state.xpm send.shape function.shape block.xpm comment.xpm stop.shape send.xpm note.xpm task.xpm return.shape process.xpm block.shape return.xpm header.shape service.xpm state.shape note.shape macro.xpm task.shape inout.shape 
++KDE_DIST=function.xpm macro.shape process.shape decision.shape Makefile.in receive.xpm stop.xpm decision.xpm inout.xpm comment.shape receive.shape header.xpm save.xpm save.shape service.shape state.xpm send.shape function.shape block.xpm comment.xpm stop.shape send.xpm note.xpm task.xpm return.shape process.xpm block.shape return.xpm header.shape service.xpm state.shape note.shape macro.xpm task.shape inout.shape Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/SDL/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/SDL/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/SDL/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/SDL/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Sybase/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Dia/Sybase/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Dia/Sybase/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Dia/Sybase/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Dia/Sybase
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(sybasedir)"
++sybaseDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(sybase_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ sybasedir = $(kde_datadir)/kivio/stencils/Dia/Sybase
+-
+ SHAPES = \
+ 	client.shape \
+ 	client.xpm \
+@@ -345,36 +486,59 @@
+ 	stableq.shape \
+ 	stableq.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-
+ sybase_DATA = $(SHAPES)\
+ 	desc icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Dia/Sybase
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(sybase_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Sybase/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Sybase/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Sybase/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Sybase/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Sybase/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Sybase/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Sybase/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -385,41 +549,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-sybaseDATA_INSTALL = $(INSTALL_DATA)
+ install-sybaseDATA: $(sybase_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(sybasedir)
++	test -z "$(sybasedir)" || $(mkdir_p) "$(DESTDIR)$(sybasedir)"
+ 	@list='$(sybase_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(sybaseDATA_INSTALL) $$d$$p $(DESTDIR)$(sybasedir)/$$f"; \
+-	  $(sybaseDATA_INSTALL) $$d$$p $(DESTDIR)$(sybasedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(sybaseDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sybasedir)/$$f'"; \
++	  $(sybaseDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sybasedir)/$$f"; \
+ 	done
+ 
+ uninstall-sybaseDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(sybase_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(sybasedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(sybasedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(sybasedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(sybasedir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -437,10 +603,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(sybasedir)
+-
++	for dir in "$(DESTDIR)$(sybasedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -452,7 +618,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -460,7 +626,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -474,13 +640,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -496,39 +664,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-sybaseDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-sybaseDATA \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-sybaseDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-sybaseDATA installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-sybaseDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=client.xpm stableq.shape dataserver.shape ltm.xpm repserver.xpm rsm.xpm repserver.shape rsm.shape dataserver.xpm ltm.shape client.shape stableq.xpm 
++KDE_DIST=client.xpm Makefile.in stableq.shape dataserver.shape ltm.xpm repserver.xpm rsm.xpm repserver.shape rsm.shape dataserver.xpm ltm.shape client.shape stableq.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Dia/Sybase/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Sybase/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Dia/Sybase/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Dia/Sybase/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(basicdir)"
++basicDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(basic_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ basicdir = $(kde_datadir)/kivio/stencils/Flowcharting/BasicFlowcharting
+-
+ basic_DATA = Card.sml Card.xpm Data.sml Data.xpm Decision.sml Decision.xpm DirectData.sml DirectData.xpm Display.sml Display.xpm Document.sml Document.xpm InternalStorage.sml InternalStorage.xpm LoopLimit.sml LoopLimit.xpm ManualInput.sml ManualInput.xpm ManualOperation.sml ManualOperation.xpm OffPageRef.sml OffPageRef.xpm OnPageRef.sml OnPageRef.xpm PaperTape.sml PaperTape.xpm PredefinedProcess.sml PredefinedProcess.xpm Preperation.sml Preperation.xpm Process.sml Process.xpm SequentialData.sml SequentialData.xpm StoredData.sml StoredData.xpm Terminator.sml Terminator.xpm desc icon.xpm
+ EXTRA_DIST = \
+ 		Card.sml\
+@@ -374,28 +515,53 @@
+ 		desc\
+ 		icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(basic_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -406,41 +572,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-basicDATA_INSTALL = $(INSTALL_DATA)
+ install-basicDATA: $(basic_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(basicdir)
++	test -z "$(basicdir)" || $(mkdir_p) "$(DESTDIR)$(basicdir)"
+ 	@list='$(basic_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(basicDATA_INSTALL) $$d$$p $(DESTDIR)$(basicdir)/$$f"; \
+-	  $(basicDATA_INSTALL) $$d$$p $(DESTDIR)$(basicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(basicDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(basicdir)/$$f'"; \
++	  $(basicDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(basicdir)/$$f"; \
+ 	done
+ 
+ uninstall-basicDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(basic_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(basicdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(basicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(basicdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(basicdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -458,10 +626,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(basicdir)
+-
++	for dir in "$(DESTDIR)$(basicdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -473,7 +641,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -481,7 +649,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -495,13 +663,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -517,39 +687,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-basicDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-basicDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-basicDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-basicDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-basicDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=LICENSE PyStencil.xpm PyStencil.spy 
++KDE_DIST=Makefile.in LICENSE PyStencil.xpm PyStencil.spy Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Flowcharting/Extended
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(extendeddir)"
++extendedDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(extended_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ extendeddir = $(kde_datadir)/kivio/stencils/Flowcharting/Extended
+-
+ extended_DATA = \
+ Database.sml \
+ Database.xpm \
+@@ -343,28 +484,53 @@
+ Source_or_Sink.sml \
+ Source_or_Sink.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Flowcharting/Extended
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(extended_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -375,41 +541,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-extendedDATA_INSTALL = $(INSTALL_DATA)
+ install-extendedDATA: $(extended_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(extendeddir)
++	test -z "$(extendeddir)" || $(mkdir_p) "$(DESTDIR)$(extendeddir)"
+ 	@list='$(extended_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(extendedDATA_INSTALL) $$d$$p $(DESTDIR)$(extendeddir)/$$f"; \
+-	  $(extendedDATA_INSTALL) $$d$$p $(DESTDIR)$(extendeddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(extendedDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(extendeddir)/$$f'"; \
++	  $(extendedDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(extendeddir)/$$f"; \
+ 	done
+ 
+ uninstall-extendedDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(extended_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(extendeddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(extendeddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(extendeddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(extendeddir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -427,10 +595,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(extendeddir)
+-
++	for dir in "$(DESTDIR)$(extendeddir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -442,7 +610,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -450,7 +618,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -464,13 +632,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -486,39 +656,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-extendedDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
+ 	install-extendedDATA install-info install-info-am install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-extendedDATA uninstall-info-am
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-extendedDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Data_Store.sml icon.xpm desc Database.sml Process.xpm Database.xpm Source_or_Sink.xpm Process.sml Data_Store.xpm Source_or_Sink.sml 
++KDE_DIST=Data_Store.sml icon.xpm Makefile.in desc Database.sml Process.xpm Database.xpm Source_or_Sink.xpm Process.sml Data_Store.xpm Source_or_Sink.sml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Extended/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/Extended/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Flowcharting/Logic
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(logicdir)"
++logicDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(logic_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,16 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ logicdir = $(kde_datadir)/kivio/stencils/Flowcharting/Logic
+-
+ SHAPES = \
+ 	and.sml \
+ 	and.xpm \
+@@ -353,32 +493,55 @@
+ 	xor.xpm \
+ 	icon.xpm
+ 
+-
+ EXTRA_DIST = $(SHAPES) desc
+-
+ logic_DATA = $(SHAPES) desc
+-subdir = kivio/kiviopart/stencils/Flowcharting/Logic
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(logic_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -389,41 +552,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-logicDATA_INSTALL = $(INSTALL_DATA)
+ install-logicDATA: $(logic_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(logicdir)
++	test -z "$(logicdir)" || $(mkdir_p) "$(DESTDIR)$(logicdir)"
+ 	@list='$(logic_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(logicDATA_INSTALL) $$d$$p $(DESTDIR)$(logicdir)/$$f"; \
+-	  $(logicDATA_INSTALL) $$d$$p $(DESTDIR)$(logicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(logicDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(logicdir)/$$f'"; \
++	  $(logicDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(logicdir)/$$f"; \
+ 	done
+ 
+ uninstall-logicDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(logic_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(logicdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(logicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(logicdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(logicdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -441,10 +606,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(logicdir)
+-
++	for dir in "$(DESTDIR)$(logicdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -456,7 +621,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -464,7 +629,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -478,13 +643,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,39 +667,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-logicDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-logicDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-logicDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-logicDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-logicDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=nor.xpm icon.xpm buffer.xpm nand.xpm buffer.sml not.xpm nor.sml not.sml and.xpm or.xpm or.sml xor.xpm nand.sml inverter.xpm and.sml xor.sml connector.sml inverter.sml connector.xpm 
++KDE_DIST=nor.xpm icon.xpm buffer.xpm nand.xpm Makefile.in buffer.sml not.xpm nor.sml not.sml and.xpm or.xpm or.sml xor.xpm nand.sml inverter.xpm and.sml xor.sml connector.sml inverter.sml connector.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Logic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/Logic/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Flowcharting/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Flowcharting/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Flowcharting
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(flowchartingdir)"
++flowchartingDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(flowcharting_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,51 +414,129 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = BasicFlowcharting Logic Extended
+-
+ flowchartingdir = $(kde_datadir)/kivio/stencils/Flowcharting
+-
+ flowcharting_DATA = desc icon.xpm
+-subdir = kivio/kiviopart/stencils/Flowcharting
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(flowcharting_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -377,23 +547,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-flowchartingDATA_INSTALL = $(INSTALL_DATA)
+ install-flowchartingDATA: $(flowcharting_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(flowchartingdir)
++	test -z "$(flowchartingdir)" || $(mkdir_p) "$(DESTDIR)$(flowchartingdir)"
+ 	@list='$(flowcharting_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(flowchartingDATA_INSTALL) $$d$$p $(DESTDIR)$(flowchartingdir)/$$f"; \
+-	  $(flowchartingDATA_INSTALL) $$d$$p $(DESTDIR)$(flowchartingdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(flowchartingDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(flowchartingdir)/$$f'"; \
++	  $(flowchartingDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(flowchartingdir)/$$f"; \
+ 	done
+ 
+ uninstall-flowchartingDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(flowcharting_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(flowchartingdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(flowchartingdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(flowchartingdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(flowchartingdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -403,7 +572,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -415,7 +590,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -423,7 +598,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -444,17 +625,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -464,14 +644,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -480,8 +669,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -490,21 +695,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -519,15 +724,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -537,8 +744,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(flowchartingdir)
+-
++	for dir in "$(DESTDIR)$(flowchartingdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -550,7 +758,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -558,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -572,7 +780,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -580,6 +788,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -595,47 +805,63 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-flowchartingDATA uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-flowchartingDATA install-info \
+-	install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am \
++	install-flowchartingDATA install-info install-info-am \
++	install-man install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
+ 	uninstall uninstall-am uninstall-flowchartingDATA \
+-	uninstall-info-am uninstall-info-recursive uninstall-recursive
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=icon.xpm desc 
++KDE_DIST=icon.xpm Makefile.in desc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Flowcharting/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Flowcharting/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Flowcharting/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Geographic/Flags/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Geographic/Flags/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Geographic/Flags/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Geographic/Flags/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Geographic/Flags
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(flagsdir)"
++flagsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(flags_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ flagsdir = $(kde_datadir)/kivio/stencils/Geographic/Flags
+-
+ flags_DATA = \
+ Austria.sml \
+ Austria.xpm \
+@@ -371,28 +512,53 @@
+ USA.sml \
+ USA.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Geographic/Flags
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(flags_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Flags/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Flags/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Flags/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Flags/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Flags/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Flags/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Geographic/Flags/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -403,41 +569,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-flagsDATA_INSTALL = $(INSTALL_DATA)
+ install-flagsDATA: $(flags_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(flagsdir)
++	test -z "$(flagsdir)" || $(mkdir_p) "$(DESTDIR)$(flagsdir)"
+ 	@list='$(flags_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(flagsDATA_INSTALL) $$d$$p $(DESTDIR)$(flagsdir)/$$f"; \
+-	  $(flagsDATA_INSTALL) $$d$$p $(DESTDIR)$(flagsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(flagsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(flagsdir)/$$f'"; \
++	  $(flagsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(flagsdir)/$$f"; \
+ 	done
+ 
+ uninstall-flagsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(flags_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(flagsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(flagsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(flagsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(flagsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -455,10 +623,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(flagsdir)
+-
++	for dir in "$(DESTDIR)$(flagsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -470,7 +638,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -478,7 +646,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -492,13 +660,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -514,39 +684,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-flagsDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-flagsDATA \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-flagsDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-flagsDATA install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-flagsDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Ireland.xpm Belgium.sml Japan.xpm France.sml icon.xpm Norway.sml GreatBritain.sml Sweden.xpm Netherlands.xpm desc USA.sml Belgium.xpm Poland.xpm GreatBritain.xpm Sweden.sml Austria.sml Poland.sml Austria.xpm Switzerland.sml Norway.xpm Germany.xpm Italy.sml Netherlands.sml Greece.sml Italy.xpm Japan.sml Luxemburg.sml Switzerland.xpm Germany.sml USA.xpm Greece.xpm Iceland.xpm Finland.sml France.xpm Iceland.sml Luxemburg.xpm Ireland.sml Finland.xpm 
++KDE_DIST=Ireland.xpm Belgium.sml Japan.xpm France.sml icon.xpm Norway.sml Makefile.in GreatBritain.sml Sweden.xpm Netherlands.xpm desc USA.sml Belgium.xpm Poland.xpm GreatBritain.xpm Sweden.sml Austria.sml Poland.sml Austria.xpm Switzerland.sml Norway.xpm Germany.xpm Italy.sml Netherlands.sml Greece.sml Italy.xpm Japan.sml Luxemburg.sml Switzerland.xpm Germany.sml USA.xpm Greece.xpm Iceland.xpm Finland.sml France.xpm Iceland.sml Luxemburg.xpm Ireland.sml Finland.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Flags/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Flags/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Flags/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Geographic/Flags/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Geographic/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Geographic/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Geographic/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Geographic/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Geographic
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(geographicdir)"
++geographicDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(geographic_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,51 +414,129 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = Maps Flags
+-
+ geographicdir = $(kde_datadir)/kivio/stencils/Geographic
+-
+ geographic_DATA = desc icon.xpm
+-subdir = kivio/kiviopart/stencils/Geographic
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(geographic_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Geographic/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -377,23 +547,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-geographicDATA_INSTALL = $(INSTALL_DATA)
+ install-geographicDATA: $(geographic_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(geographicdir)
++	test -z "$(geographicdir)" || $(mkdir_p) "$(DESTDIR)$(geographicdir)"
+ 	@list='$(geographic_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(geographicDATA_INSTALL) $$d$$p $(DESTDIR)$(geographicdir)/$$f"; \
+-	  $(geographicDATA_INSTALL) $$d$$p $(DESTDIR)$(geographicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(geographicDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(geographicdir)/$$f'"; \
++	  $(geographicDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(geographicdir)/$$f"; \
+ 	done
+ 
+ uninstall-geographicDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(geographic_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(geographicdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(geographicdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(geographicdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(geographicdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -403,7 +572,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -415,7 +590,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -423,7 +598,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -444,17 +625,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -464,14 +644,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -480,8 +669,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -490,21 +695,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -519,15 +724,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -537,8 +744,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(geographicdir)
+-
++	for dir in "$(DESTDIR)$(geographicdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -550,7 +758,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -558,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -572,7 +780,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -580,6 +788,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -595,47 +805,63 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-geographicDATA uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-geographicDATA install-info \
+-	install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am \
++	install-geographicDATA install-info install-info-am \
++	install-man install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
+ 	uninstall uninstall-am uninstall-geographicDATA \
+-	uninstall-info-am uninstall-info-recursive uninstall-recursive
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=icon.xpm desc 
++KDE_DIST=icon.xpm Makefile.in desc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Geographic/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Geographic/Maps/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Geographic/Maps/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Geographic/Maps/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Geographic/Maps/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Geographic/Maps
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(mapsdir)"
++mapsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(maps_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ mapsdir = $(kde_datadir)/kivio/stencils/Geographic/Maps
+-
+ maps_DATA = \
+ Belgium.sml \
+ Belgium.xpm \
+@@ -339,28 +480,53 @@
+ Europe.xpm \
+ icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Geographic/Maps
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(maps_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Maps/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Maps/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Maps/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Maps/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Maps/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Maps/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Geographic/Maps/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -371,41 +537,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-mapsDATA_INSTALL = $(INSTALL_DATA)
+ install-mapsDATA: $(maps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(mapsdir)
++	test -z "$(mapsdir)" || $(mkdir_p) "$(DESTDIR)$(mapsdir)"
+ 	@list='$(maps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(mapsDATA_INSTALL) $$d$$p $(DESTDIR)$(mapsdir)/$$f"; \
+-	  $(mapsDATA_INSTALL) $$d$$p $(DESTDIR)$(mapsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(mapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(mapsdir)/$$f'"; \
++	  $(mapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(mapsdir)/$$f"; \
+ 	done
+ 
+ uninstall-mapsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(maps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(mapsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(mapsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(mapsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(mapsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -423,10 +591,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(mapsdir)
+-
++	for dir in "$(DESTDIR)$(mapsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -438,7 +606,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -446,7 +614,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -460,13 +628,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -482,39 +652,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-mapsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-mapsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-mapsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-mapsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-mapsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Belgium.sml icon.xpm desc Belgium.xpm Europe.sml Europe.xpm 
++KDE_DIST=Belgium.sml icon.xpm Makefile.in desc Belgium.xpm Europe.sml Europe.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Geographic/Maps/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Maps/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Geographic/Maps/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Geographic/Maps/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Hardware/Computer/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Hardware/Computer/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Hardware/Computer/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Hardware/Computer/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Hardware/Computer
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(computerdir)"
++computerDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(computer_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ computerdir = $(kde_datadir)/kivio/stencils/Hardware/Computer
+-
+ computer_DATA = \
+ 3FloppyDisk.sml \
+ 3FloppyDisk.xpm \
+@@ -367,28 +508,53 @@
+ XTerminal.sml \
+ XTerminal.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Hardware/Computer
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(computer_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Computer/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Computer/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Computer/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Computer/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Computer/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Computer/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Hardware/Computer/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -399,41 +565,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-computerDATA_INSTALL = $(INSTALL_DATA)
+ install-computerDATA: $(computer_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(computerdir)
++	test -z "$(computerdir)" || $(mkdir_p) "$(DESTDIR)$(computerdir)"
+ 	@list='$(computer_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(computerDATA_INSTALL) $$d$$p $(DESTDIR)$(computerdir)/$$f"; \
+-	  $(computerDATA_INSTALL) $$d$$p $(DESTDIR)$(computerdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(computerDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(computerdir)/$$f'"; \
++	  $(computerDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(computerdir)/$$f"; \
+ 	done
+ 
+ uninstall-computerDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(computer_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(computerdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(computerdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(computerdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(computerdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -451,10 +619,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(computerdir)
+-
++	for dir in "$(DESTDIR)$(computerdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -466,7 +634,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -474,7 +642,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -488,13 +656,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -510,39 +680,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-computerDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-computerDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-computerDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-computerDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-computerDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Terminal.png printer2.xpm MinitowerDesktopPC3D.sml icon.xpm MinitowerDesktopPC3D.xpm printer1.xpm 3FloppyDisk.xpm XTerminal.xpm desc DesktopPC3D.sml proxy.sml Notebook.xpm MinitowerDesktopPC2D.sml keyboard.sml printer1.sml 3FloppyDisk.sml MinitowerDesktopPC2D.xpm DesktopPC2D.xpm Workstation3D.sml Rack.sml PCIcard.xpm PCIcard.sml DesktopPC3D.xpm DesktopPC2D.sml Workstation3D.xpm HDD.xpm HDD.sml proxy.xpm printer2.sml Notebook.sml Terminal.sml Rack.xpm keyboard.xpm XTerminal.sml 
++KDE_DIST=Terminal.png printer2.xpm MinitowerDesktopPC3D.sml icon.xpm MinitowerDesktopPC3D.xpm Makefile.in printer1.xpm 3FloppyDisk.xpm XTerminal.xpm desc DesktopPC3D.sml proxy.sml Notebook.xpm MinitowerDesktopPC2D.sml keyboard.sml printer1.sml 3FloppyDisk.sml MinitowerDesktopPC2D.xpm DesktopPC2D.xpm Workstation3D.sml Rack.sml PCIcard.xpm PCIcard.sml DesktopPC3D.xpm DesktopPC2D.sml Workstation3D.xpm HDD.xpm HDD.sml proxy.xpm printer2.sml Notebook.sml Terminal.sml Rack.xpm keyboard.xpm Makefile.am XTerminal.sml 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Computer/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Computer/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Computer/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Hardware/Computer/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Hardware/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Hardware/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Hardware/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Hardware/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Hardware
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(hardwaredir)"
++hardwareDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(hardware_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,51 +414,129 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = Computer Miscellaneous
+-
+ hardwaredir = $(kde_datadir)/kivio/stencils/Hardware
+-
+ hardware_DATA = desc icon.xpm
+-subdir = kivio/kiviopart/stencils/Hardware
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(hardware_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Hardware/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -377,23 +547,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-hardwareDATA_INSTALL = $(INSTALL_DATA)
+ install-hardwareDATA: $(hardware_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(hardwaredir)
++	test -z "$(hardwaredir)" || $(mkdir_p) "$(DESTDIR)$(hardwaredir)"
+ 	@list='$(hardware_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(hardwareDATA_INSTALL) $$d$$p $(DESTDIR)$(hardwaredir)/$$f"; \
+-	  $(hardwareDATA_INSTALL) $$d$$p $(DESTDIR)$(hardwaredir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(hardwareDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(hardwaredir)/$$f'"; \
++	  $(hardwareDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(hardwaredir)/$$f"; \
+ 	done
+ 
+ uninstall-hardwareDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(hardware_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(hardwaredir)/$$f"; \
+-	  rm -f $(DESTDIR)$(hardwaredir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(hardwaredir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(hardwaredir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -403,7 +572,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -415,7 +590,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -423,7 +598,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -444,17 +625,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -464,14 +644,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -480,8 +669,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -490,21 +695,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -519,15 +724,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -537,8 +744,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(hardwaredir)
+-
++	for dir in "$(DESTDIR)$(hardwaredir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -550,7 +758,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -558,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -572,7 +780,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -580,6 +788,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -595,47 +805,62 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-hardwareDATA uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-hardwareDATA install-info \
+-	install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am \
++	install-hardwareDATA install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-hardwareDATA uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am \
++	uninstall-hardwareDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=icon.xpm desc 
++KDE_DIST=icon.xpm Makefile.in desc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Hardware/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Hardware/Miscellaneous
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(miscdir)"
++miscDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(misc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ miscdir = $(kde_datadir)/kivio/stencils/Hardware/Miscellaneous
+-
+ misc_DATA = \
+ cd-rom.sml \
+ cd-rom.xpm \
+@@ -341,28 +482,53 @@
+ desc \
+ icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Hardware/Miscellaneous
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(misc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -373,41 +539,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-miscDATA_INSTALL = $(INSTALL_DATA)
+ install-miscDATA: $(misc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(miscdir)
++	test -z "$(miscdir)" || $(mkdir_p) "$(DESTDIR)$(miscdir)"
+ 	@list='$(misc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(miscDATA_INSTALL) $$d$$p $(DESTDIR)$(miscdir)/$$f"; \
+-	  $(miscDATA_INSTALL) $$d$$p $(DESTDIR)$(miscdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(miscDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(miscdir)/$$f'"; \
++	  $(miscDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(miscdir)/$$f"; \
+ 	done
+ 
+ uninstall-miscDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(misc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(miscdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(miscdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(miscdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(miscdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -425,10 +593,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(miscdir)
+-
++	for dir in "$(DESTDIR)$(miscdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -440,7 +608,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -448,7 +616,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -462,13 +630,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -484,39 +654,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-miscDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-miscDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-miscDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-miscDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-miscDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=key.xpm icon.xpm cd-rom.xpm cd-rom.sml CellPhone.sml desc CellPhone.xpm key.sml 
++KDE_DIST=key.xpm icon.xpm cd-rom.xpm cd-rom.sml Makefile.in CellPhone.sml desc CellPhone.xpm key.sml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Hardware/Miscellaneous/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = Dia Flowcharting UML Geographic Miscellaneous Hardware
+-subdir = kivio/kiviopart/stencils
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Miscellaneous/Arrows
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(arrowsdir)"
++arrowsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(arrows_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ arrowsdir = $(kde_datadir)/kivio/stencils/Miscellaneous/Arrows
+-
+ arrows_DATA = \
+ Arrow.sml \
+ Arrow.xpm \
+@@ -345,28 +486,53 @@
+ Sun_Arrow.sml \
+ Sun_Arrow.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Miscellaneous/Arrows
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(arrows_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -377,41 +543,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-arrowsDATA_INSTALL = $(INSTALL_DATA)
+ install-arrowsDATA: $(arrows_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(arrowsdir)
++	test -z "$(arrowsdir)" || $(mkdir_p) "$(DESTDIR)$(arrowsdir)"
+ 	@list='$(arrows_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(arrowsDATA_INSTALL) $$d$$p $(DESTDIR)$(arrowsdir)/$$f"; \
+-	  $(arrowsDATA_INSTALL) $$d$$p $(DESTDIR)$(arrowsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(arrowsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(arrowsdir)/$$f'"; \
++	  $(arrowsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(arrowsdir)/$$f"; \
+ 	done
+ 
+ uninstall-arrowsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(arrows_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(arrowsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(arrowsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(arrowsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(arrowsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -429,10 +597,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(arrowsdir)
+-
++	for dir in "$(DESTDIR)$(arrowsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -444,7 +612,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -452,7 +620,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -466,13 +634,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -488,39 +658,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-arrowsDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-arrowsDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-arrowsDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-arrowsDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-arrowsDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Multiple_Arrow_1.xpm icon.xpm Multiple_Arrow_3.sml Multiple_Arrow_2.xpm Arrow.xpm Arrow.sml Multiple_Arrow_1.sml desc Multiple_Arrow_3.xpm Sun_Arrow.xpm Sun_Arrow.sml Multiple_Arrow_2.sml 
++KDE_DIST=Multiple_Arrow_1.xpm icon.xpm Multiple_Arrow_3.sml Multiple_Arrow_2.xpm Arrow.xpm Arrow.sml Makefile.in Multiple_Arrow_1.sml desc Multiple_Arrow_3.xpm Sun_Arrow.xpm Sun_Arrow.sml Multiple_Arrow_2.sml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Arrows/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Miscellaneous/Buildings
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(buildingsdir)"
++buildingsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(buildings_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ buildingsdir = $(kde_datadir)/kivio/stencils/Miscellaneous/Buildings
+-
+ buildings_DATA = \
+ desc \
+ Factory.sml \
+@@ -342,28 +483,53 @@
+ Office.sml \
+ Office.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Miscellaneous/Buildings
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(buildings_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -374,41 +540,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-buildingsDATA_INSTALL = $(INSTALL_DATA)
+ install-buildingsDATA: $(buildings_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(buildingsdir)
++	test -z "$(buildingsdir)" || $(mkdir_p) "$(DESTDIR)$(buildingsdir)"
+ 	@list='$(buildings_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(buildingsDATA_INSTALL) $$d$$p $(DESTDIR)$(buildingsdir)/$$f"; \
+-	  $(buildingsDATA_INSTALL) $$d$$p $(DESTDIR)$(buildingsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(buildingsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(buildingsdir)/$$f'"; \
++	  $(buildingsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(buildingsdir)/$$f"; \
+ 	done
+ 
+ uninstall-buildingsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(buildings_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(buildingsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(buildingsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(buildingsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(buildingsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -426,10 +594,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(buildingsdir)
+-
++	for dir in "$(DESTDIR)$(buildingsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -441,7 +609,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -449,7 +617,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -463,13 +631,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -485,39 +655,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-buildingsDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-buildingsDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-buildingsDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-buildingsDATA install-data install-data-am \
++	install-exec install-exec-am install-info install-info-am \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-buildingsDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=icon.xpm desc Factory.xpm House.sml Office.sml Factory.sml Office.xpm Office2.xpm House.xpm 
++KDE_DIST=icon.xpm Makefile.in desc Factory.xpm House.sml Office.sml Factory.sml Office.xpm Office2.xpm House.xpm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Buildings/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Miscellaneous
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(miscdir)"
++miscDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(misc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,51 +414,129 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = People Buildings Transport Arrows NassiShneiderman
+-
+ miscdir = $(kde_datadir)/kivio/stencils/Miscellaneous
+-
+ misc_DATA = desc icon.xpm
+-subdir = kivio/kiviopart/stencils/Miscellaneous
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(misc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -377,23 +547,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-miscDATA_INSTALL = $(INSTALL_DATA)
+ install-miscDATA: $(misc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(miscdir)
++	test -z "$(miscdir)" || $(mkdir_p) "$(DESTDIR)$(miscdir)"
+ 	@list='$(misc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(miscDATA_INSTALL) $$d$$p $(DESTDIR)$(miscdir)/$$f"; \
+-	  $(miscDATA_INSTALL) $$d$$p $(DESTDIR)$(miscdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(miscDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(miscdir)/$$f'"; \
++	  $(miscDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(miscdir)/$$f"; \
+ 	done
+ 
+ uninstall-miscDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(misc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(miscdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(miscdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(miscdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(miscdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -403,7 +572,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -415,7 +590,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -423,7 +598,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -444,17 +625,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -464,14 +644,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -480,8 +669,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -490,21 +695,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -519,15 +724,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -537,8 +744,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(miscdir)
+-
++	for dir in "$(DESTDIR)$(miscdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -550,7 +758,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -558,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -572,7 +780,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -580,6 +788,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -595,47 +805,62 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-miscDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-miscDATA \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-miscDATA install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
+ 	maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-miscDATA uninstall-recursive
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
++	uninstall-miscDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=icon.xpm desc 
++KDE_DIST=icon.xpm Makefile.in desc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(nassiShneidermandir)"
++nassiShneidermanDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(nassiShneiderman_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ nassiShneidermandir = $(kde_datadir)/kivio/stencils/Miscellaneous/NassiShneiderman
+-
+ nassiShneiderman_DATA = \
+ block.png \
+ block.sml \
+@@ -359,28 +500,53 @@
+ conditional-head2.png \
+ conditional-head2.sml
+ 
+-subdir = kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(nassiShneiderman_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -391,41 +557,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-nassiShneidermanDATA_INSTALL = $(INSTALL_DATA)
+ install-nassiShneidermanDATA: $(nassiShneiderman_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(nassiShneidermandir)
++	test -z "$(nassiShneidermandir)" || $(mkdir_p) "$(DESTDIR)$(nassiShneidermandir)"
+ 	@list='$(nassiShneiderman_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(nassiShneidermanDATA_INSTALL) $$d$$p $(DESTDIR)$(nassiShneidermandir)/$$f"; \
+-	  $(nassiShneidermanDATA_INSTALL) $$d$$p $(DESTDIR)$(nassiShneidermandir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(nassiShneidermanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(nassiShneidermandir)/$$f'"; \
++	  $(nassiShneidermanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(nassiShneidermandir)/$$f"; \
+ 	done
+ 
+ uninstall-nassiShneidermanDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(nassiShneiderman_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(nassiShneidermandir)/$$f"; \
+-	  rm -f $(DESTDIR)$(nassiShneidermandir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(nassiShneidermandir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(nassiShneidermandir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -443,10 +611,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(nassiShneidermandir)
+-
++	for dir in "$(DESTDIR)$(nassiShneidermandir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -458,7 +626,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -466,7 +634,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -480,13 +648,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -502,23 +672,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-nassiShneidermanDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-nassiShneidermanDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man \
++	install-nassiShneidermanDATA install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+ 	uninstall-info-am uninstall-nassiShneidermanDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -526,15 +705,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=choice-add.sml conditional.sml conditional-head2.png headloop.png conditional.png block.sml icon.png conditional-head2.sml desc conditional-head1.png choice.png box.sml call.png exit.png conditional-head1.sml footloop.png choice.sml footloop.sml statement.sml block.png call.sml headloop.sml choice-add.png statement.png box.png exit.sml 
++KDE_DIST=choice-add.sml conditional.sml conditional-head2.png headloop.png conditional.png Makefile.in block.sml icon.png conditional-head2.sml desc conditional-head1.png choice.png box.sml call.png exit.png conditional-head1.sml footloop.png choice.sml footloop.sml statement.sml block.png call.sml headloop.sml choice-add.png statement.png box.png exit.sml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/People/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/People/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/People/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/People/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Miscellaneous/People
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(peopledir)"
++peopleDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(people_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ peopledir = $(kde_datadir)/kivio/stencils/Miscellaneous/People
+-
+ people_DATA = \
+ Bad.sml \
+ Bad.xpm \
+@@ -351,28 +492,53 @@
+ Woman.sml \
+ Woman.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Miscellaneous/People
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(people_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/People/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/People/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/People/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/People/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/People/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/People/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/People/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -383,41 +549,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-peopleDATA_INSTALL = $(INSTALL_DATA)
+ install-peopleDATA: $(people_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(peopledir)
++	test -z "$(peopledir)" || $(mkdir_p) "$(DESTDIR)$(peopledir)"
+ 	@list='$(people_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(peopleDATA_INSTALL) $$d$$p $(DESTDIR)$(peopledir)/$$f"; \
+-	  $(peopleDATA_INSTALL) $$d$$p $(DESTDIR)$(peopledir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(peopleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(peopledir)/$$f'"; \
++	  $(peopleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(peopledir)/$$f"; \
+ 	done
+ 
+ uninstall-peopleDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(people_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(peopledir)/$$f"; \
+-	  rm -f $(DESTDIR)$(peopledir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(peopledir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(peopledir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -435,10 +603,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(peopledir)
+-
++	for dir in "$(DESTDIR)$(peopledir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -450,7 +618,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -458,7 +626,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -472,13 +640,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -494,39 +664,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-peopleDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-peopleDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-peopleDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-peopleDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-peopleDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Good.xpm Blue_Collar_Worker.sml icon.xpm White_Collar_Worker.xpm Group.xpm Blue_Collar_Worker.xpm Woman_Shape.sml desc Man.sml Woman.sml White_Collar_Worker.sml Group.sml Bad.sml Woman_Shape.xpm Woman.xpm Good.sml Bad.xpm Man.xpm 
++KDE_DIST=Good.xpm Blue_Collar_Worker.sml icon.xpm Makefile.in White_Collar_Worker.xpm Group.xpm Blue_Collar_Worker.xpm Woman_Shape.sml desc Man.sml Woman.sml White_Collar_Worker.sml Group.sml Bad.sml Woman_Shape.xpm Woman.xpm Good.sml Bad.xpm Makefile.am Man.xpm 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/People/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/People/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/People/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/People/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/Miscellaneous/Transport
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(transportdir)"
++transportDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(transport_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,43 +398,133 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ transportdir = $(kde_datadir)/kivio/stencils/Miscellaneous/Transport
+-
+ transport_DATA = \
+ desc \
+ icon.xpm \
+ Truck.sml \
+ Truck.xpm
+ 
+-subdir = kivio/kiviopart/stencils/Miscellaneous/Transport
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(transport_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,41 +535,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-transportDATA_INSTALL = $(INSTALL_DATA)
+ install-transportDATA: $(transport_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(transportdir)
++	test -z "$(transportdir)" || $(mkdir_p) "$(DESTDIR)$(transportdir)"
+ 	@list='$(transport_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(transportDATA_INSTALL) $$d$$p $(DESTDIR)$(transportdir)/$$f"; \
+-	  $(transportDATA_INSTALL) $$d$$p $(DESTDIR)$(transportdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(transportDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(transportdir)/$$f'"; \
++	  $(transportDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(transportdir)/$$f"; \
+ 	done
+ 
+ uninstall-transportDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(transport_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(transportdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(transportdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(transportdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(transportdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -421,10 +589,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(transportdir)
+-
++	for dir in "$(DESTDIR)$(transportdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -436,7 +604,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -444,7 +612,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -458,13 +626,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -480,23 +650,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-transportDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-transportDATA \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-transportDATA installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-transportDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -504,15 +683,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=icon.xpm Truck.xpm desc Truck.sml 
++KDE_DIST=icon.xpm Truck.xpm Makefile.in desc Truck.sml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/Miscellaneous/Transport/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/UML/ActivityDiagrams
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(activitydir)"
++activityDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(activity_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ activitydir = $(kde_datadir)/kivio/stencils/UML/ActivityDiagrams
+-
+ activity_DATA = \
+ 	Activity.sml \
+ 	desc \
+@@ -345,7 +486,6 @@
+ 	BranchMerge.xpm \
+ 	ForkJoin.sml
+ 
+-
+ EXTRA_DIST = \
+ 	Activity.sml \
+ 	desc \
+@@ -360,28 +500,53 @@
+ 	BranchMerge.xpm \
+ 	ForkJoin.sml
+ 
+-subdir = kivio/kiviopart/stencils/UML/ActivityDiagrams
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(activity_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -392,39 +557,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-activityDATA_INSTALL = $(INSTALL_DATA)
+ install-activityDATA: $(activity_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(activitydir)
++	test -z "$(activitydir)" || $(mkdir_p) "$(DESTDIR)$(activitydir)"
+ 	@list='$(activity_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(activityDATA_INSTALL) $$d$$p $(DESTDIR)$(activitydir)/$$f"; \
+-	  $(activityDATA_INSTALL) $$d$$p $(DESTDIR)$(activitydir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(activityDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(activitydir)/$$f'"; \
++	  $(activityDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(activitydir)/$$f"; \
+ 	done
+ 
+ uninstall-activityDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(activity_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(activitydir)/$$f"; \
+-	  rm -f $(DESTDIR)$(activitydir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(activitydir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(activitydir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -442,10 +611,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(activitydir)
+-
++	for dir in "$(DESTDIR)$(activitydir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -457,7 +626,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -465,7 +634,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -479,13 +648,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -501,36 +672,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-activityDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-activityDATA install-am \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-activityDATA \
+-	uninstall-am uninstall-info-am
++	dvi-am html html-am info info-am install install-activityDATA \
++	install-am install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-activityDATA uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/UML/ActivityDiagrams/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/UML/ClassDiagrams
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(classdir)"
++classDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(class_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ classdir = $(kde_datadir)/kivio/stencils/UML/ClassDiagrams
+-
+ class_DATA = \
+ 	ClassConceptual.sml \
+ 	icon.xpm \
+@@ -345,7 +486,6 @@
+ 	TemplateClass.xpm \
+ 	desc
+ 
+-
+ EXTRA_DIST = \
+ 	ClassConceptual.sml \
+ 	icon.xpm \
+@@ -360,28 +500,53 @@
+ 	TemplateClass.xpm \
+ 	desc
+ 
+-subdir = kivio/kiviopart/stencils/UML/ClassDiagrams
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(class_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -392,39 +557,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-classDATA_INSTALL = $(INSTALL_DATA)
+ install-classDATA: $(class_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(classdir)
++	test -z "$(classdir)" || $(mkdir_p) "$(DESTDIR)$(classdir)"
+ 	@list='$(class_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(classDATA_INSTALL) $$d$$p $(DESTDIR)$(classdir)/$$f"; \
+-	  $(classDATA_INSTALL) $$d$$p $(DESTDIR)$(classdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(classDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(classdir)/$$f'"; \
++	  $(classDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(classdir)/$$f"; \
+ 	done
+ 
+ uninstall-classDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(class_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(classdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(classdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(classdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(classdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -442,10 +611,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(classdir)
+-
++	for dir in "$(DESTDIR)$(classdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -457,7 +626,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -465,7 +634,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -479,13 +648,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -501,36 +672,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-classDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-classDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-classDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-classDATA install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-classDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/UML/ClassDiagrams/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/stencils/UML/Makefile.in koffice-1.4.2/kivio/kiviopart/stencils/UML/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/stencils/UML/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/stencils/UML/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/stencils/UML
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(umldir)"
++umlDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(uml_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +414,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,45 +489,58 @@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = ActivityDiagrams ClassDiagrams
+ umldir = $(kde_datadir)/kivio/stencils/UML
+-
+ uml_DATA = desc icon.xpm
+ EXTRA_DIST = \
+ 		desc\
+ 		icon.xpm
+ 
+-subdir = kivio/kiviopart/stencils/UML
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(uml_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/UML/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -380,23 +551,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-umlDATA_INSTALL = $(INSTALL_DATA)
+ install-umlDATA: $(uml_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(umldir)
++	test -z "$(umldir)" || $(mkdir_p) "$(DESTDIR)$(umldir)"
+ 	@list='$(uml_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(umlDATA_INSTALL) $$d$$p $(DESTDIR)$(umldir)/$$f"; \
+-	  $(umlDATA_INSTALL) $$d$$p $(DESTDIR)$(umldir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(umlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(umldir)/$$f'"; \
++	  $(umlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(umldir)/$$f"; \
+ 	done
+ 
+ uninstall-umlDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(uml_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(umldir)/$$f"; \
+-	  rm -f $(DESTDIR)$(umldir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(umldir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(umldir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -406,7 +576,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -418,7 +594,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -426,7 +602,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -447,17 +629,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -467,14 +648,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -483,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -493,19 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -520,15 +728,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -538,8 +748,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(umldir)
+-
++	for dir in "$(DESTDIR)$(umldir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -551,7 +762,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -559,7 +770,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -573,7 +784,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -581,6 +792,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -596,44 +809,62 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-umlDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip install-umlDATA installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip install-umlDATA \
++	installcheck installcheck-am installdirs installdirs-am \
+ 	maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive uninstall-umlDATA
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
++	uninstall-umlDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/stencils/UML/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/stencils/UML/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/stencils/UML/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/tiles/Makefile.in koffice-1.4.2/kivio/kiviopart/tiles/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/tiles/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/tiles/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -19,100 +19,101 @@
+ ####   Makefile.am generated automatically by KDEStudio   ####
+ #### WARNING! All changes made in this part will be lost! ####
+ ##############################################################
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/tiles
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kiviopicsdir)"
++kiviopicsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kiviopics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -144,15 +145,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -162,7 +160,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -174,14 +171,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -198,7 +192,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -232,13 +225,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -248,16 +245,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -268,15 +266,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -290,20 +285,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -327,44 +403,133 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kiviopicsdir = $(kde_datadir)/kivio/pics
+-
+ kiviopics_DATA = tile_scissors1.xpm tile_skulls1.xpm tile_yellow_swirl.xpm 
+ EXTRA_DIST = \
+ 		tile_scissors1.xpm\
+ 		tile_skulls1.xpm\
+ 		tile_yellow_swirl.xpm
+ 
+-subdir = kivio/kiviopart/tiles
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kiviopics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/tiles/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/tiles/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/tiles/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/tiles/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/tiles/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/tiles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/tiles/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -375,39 +540,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kiviopicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kiviopicsDATA: $(kiviopics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
++	test -z "$(kiviopicsdir)" || $(mkdir_p) "$(DESTDIR)$(kiviopicsdir)"
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kiviopicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  $(kiviopicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kiviopicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -425,10 +594,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
+-
++	for dir in "$(DESTDIR)$(kiviopicsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -440,7 +609,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -448,7 +617,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -462,13 +631,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -484,23 +655,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kiviopicsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kiviopicsDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kiviopicsDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kiviopicsDATA
+ 
+ ##############################################################
+@@ -511,12 +691,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/tiles/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/tiles/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/tiles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/tiles/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/tools/Makefile.in koffice-1.4.2/kivio/kiviopart/tools/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/tools/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/tools/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/tools
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libtools_la_LIBADD =
++am_libtools_la_OBJECTS = kivio_plugin.lo kivio_pluginmanager.lo \
++	kivio_mousetool.lo mousetoolaction.lo
++#>- libtools_la_OBJECTS = $(am_libtools_la_OBJECTS)
++#>+ 5
++libtools_la_final_OBJECTS = libtools_la.all_cpp.lo 
++libtools_la_nofinal_OBJECTS = kivio_plugin.lo kivio_pluginmanager.lo \
++	kivio_mousetool.lo mousetoolaction.lo
++ at KDE_USE_FINAL_FALSE@libtools_la_OBJECTS = $(libtools_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libtools_la_OBJECTS = $(libtools_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libtools_la_SOURCES)
++DIST_SOURCES = $(libtools_la_SOURCES)
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(rcdir)"
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(rc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +436,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ noinst_LTLIBRARIES = libtools.la
+-
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart\
+ 	-I$(top_srcdir)/kivio/kiviopart/kiviosdk\
+ 	$(KOFFICE_INCLUDES) $(all_includes)
+@@ -342,98 +521,65 @@
+ EXTRA_DIST = \
+ 	kivio_tool.rc
+ 
+-
+ rcdir = $(kde_datadir)/kivio
+ rc_DATA = kivio_tool.rc
+ noinst_HEADERS = kivio_plugin.h kivio_pluginmanager.h kivio_mousetool.h \
+ 	mousetoolaction.h
+ 
+-subdir = kivio/kiviopart/tools
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libtools_la_LDFLAGS =
+-libtools_la_LIBADD =
+-am_libtools_la_OBJECTS = kivio_plugin.lo kivio_pluginmanager.lo \
+-	kivio_mousetool.lo mousetoolaction.lo
+-#>- libtools_la_OBJECTS = $(am_libtools_la_OBJECTS)
+-#>+ 5
+-libtools_la_final_OBJECTS = libtools_la.all_cpp.lo 
+-libtools_la_nofinal_OBJECTS = kivio_plugin.lo kivio_pluginmanager.lo \
+-	kivio_mousetool.lo mousetoolaction.lo
+- at KDE_USE_FINAL_FALSE@libtools_la_OBJECTS = $(libtools_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libtools_la_OBJECTS = $(libtools_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kivio_mousetool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_pluginmanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mousetoolaction.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libtools_la.all_cpp.P ./$(DEPDIR)/kivio_mousetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_pluginmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mousetoolaction.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kivio_mousetool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_pluginmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mousetoolaction.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libtools_la_SOURCES)
+-DATA = $(rc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libtools_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/tools/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/tools/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/tools/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/tools/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/tools/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/tools/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -441,7 +587,7 @@
+ 	$(CXXLINK)  $(libtools_la_LDFLAGS) $(libtools_la_OBJECTS) $(libtools_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -451,27 +597,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kivio_pluginmanager.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mousetoolaction.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -482,30 +627,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -514,6 +653,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -525,8 +665,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -535,19 +691,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -565,10 +723,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +738,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +746,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +762,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -627,7 +788,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -635,18 +797,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-rcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-rcDATA install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-info-am uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -686,12 +856,24 @@
+ 	-rm -f  mousetoolaction.moc kivio_pluginmanager.moc kivio_mousetool.moc kivio_plugin.moc
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/tools/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/tools/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/tools/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/kiviopart/ui/Makefile.in koffice-1.4.2/kivio/kiviopart/ui/Makefile.in
+--- koffice-1.4.2.orig/kivio/kiviopart/ui/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/kiviopart/ui/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,135 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/kiviopart/ui
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libui_la_LIBADD =
++am_libui_la_OBJECTS = kivio_birdeye_panel.lo kivio_layer_panel.lo \
++	kivio_protection_panel.lo kiviooptionsdialog.lo \
++	export_page_dialog.lo kiviotextformatdlg.lo \
++	kiviostencilformatdlg.lo kivioarrowheadformatdlg.lo \
++	kivioaligndialog.lo kivioaddstencilsetpanel.lo
++#>- libui_la_OBJECTS = $(am_libui_la_OBJECTS)
++#>+ 8
++libui_la_final_OBJECTS = libui_la.all_cpp.lo 
++libui_la_nofinal_OBJECTS = kivio_birdeye_panel.lo kivio_layer_panel.lo \
++	kivio_protection_panel.lo kiviooptionsdialog.lo \
++	export_page_dialog.lo kiviotextformatdlg.lo \
++	kiviostencilformatdlg.lo kivioarrowheadformatdlg.lo \
++	kivioaligndialog.lo kivioaddstencilsetpanel.lo aligndialog.lo kivio_birdeye_panel_base.lo kivio_layer_panel_base.lo kivio_protection_panel_base.lo export_page_dialog_base.lo kiviostencilsetwidget.lo
++ at KDE_USE_FINAL_FALSE@libui_la_OBJECTS = $(libui_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libui_la_OBJECTS = $(libui_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libui_la_SOURCES)
++DIST_SOURCES = $(libui_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +432,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ noinst_LTLIBRARIES = libui.la
+-
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart -I.. \
+ 	-I$(top_srcdir)/kivio/kiviopart/kiviosdk \
+ 	-I$(top_srcdir)/kivio/kiviopart/config \
+@@ -339,121 +514,65 @@
+ 	$(KOTEXT_INCLUDES) \
+ 	$(all_includes)
+ 
+-
+ #>- libui_la_METASOURCES = AUTO
+-
+ #>- libui_la_SOURCES = aligndialog.ui	kivio_birdeye_panel.cpp	kivio_birdeye_panel_base.ui	kivio_layer_panel_base.ui	kivio_layer_panel.cpp	kivio_protection_panel_base.ui	kivio_protection_panel.cpp	kiviooptionsdialog.cpp	export_page_dialog_base.ui	export_page_dialog.cpp 	kiviotextformatdlg.cpp 	kiviostencilformatdlg.cpp 	kivioarrowheadformatdlg.cpp 	kivioaligndialog.cpp kivioaddstencilsetpanel.cpp kiviostencilsetwidget.ui
+ #>+ 1
+ libui_la_SOURCES=	kivio_birdeye_panel.cpp			kivio_layer_panel.cpp		kivio_protection_panel.cpp	kiviooptionsdialog.cpp		export_page_dialog.cpp 	kiviotextformatdlg.cpp 	kiviostencilformatdlg.cpp 	kivioarrowheadformatdlg.cpp 	kivioaligndialog.cpp kivioaddstencilsetpanel.cpp  aligndialog.cpp kivio_birdeye_panel_base.cpp kivio_layer_panel_base.cpp kivio_protection_panel_base.cpp export_page_dialog_base.cpp kiviostencilsetwidget.cpp
+ noinst_HEADERS = kivioaddstencilsetpanel.h
+-subdir = kivio/kiviopart/ui
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libui_la_LDFLAGS =
+-libui_la_LIBADD =
+-am_libui_la_OBJECTS = kivio_birdeye_panel.lo kivio_layer_panel.lo \
+-	kivio_protection_panel.lo kiviooptionsdialog.lo \
+-	export_page_dialog.lo kiviotextformatdlg.lo \
+-	kiviostencilformatdlg.lo kivioarrowheadformatdlg.lo \
+-	kivioaligndialog.lo kivioaddstencilsetpanel.lo
+-#>- libui_la_OBJECTS = $(am_libui_la_OBJECTS)
+-#>+ 8
+-libui_la_final_OBJECTS = libui_la.all_cpp.lo 
+-libui_la_nofinal_OBJECTS = kivio_birdeye_panel.lo kivio_layer_panel.lo \
+-	kivio_protection_panel.lo kiviooptionsdialog.lo \
+-	export_page_dialog.lo kiviotextformatdlg.lo \
+-	kiviostencilformatdlg.lo kivioarrowheadformatdlg.lo \
+-	kivioaligndialog.lo kivioaddstencilsetpanel.lo aligndialog.lo kivio_birdeye_panel_base.lo kivio_layer_panel_base.lo kivio_protection_panel_base.lo export_page_dialog_base.lo kiviostencilsetwidget.lo
+- at KDE_USE_FINAL_FALSE@libui_la_OBJECTS = $(libui_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libui_la_OBJECTS = $(libui_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/export_page_dialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_birdeye_panel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_layer_panel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivio_protection_panel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivioaddstencilsetpanel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivioaligndialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kivioarrowheadformatdlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviooptionsdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviostencilformatdlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviotextformatdlg.Plo
+-#>+ 20
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/aligndialog.P $(DEPDIR)/kivio_birdeye_panel_base.P $(DEPDIR)/kivio_layer_panel_base.P $(DEPDIR)/kivio_protection_panel_base.P $(DEPDIR)/export_page_dialog_base.P $(DEPDIR)/kiviostencilsetwidget.P  $(DEPDIR)/libui_la.all_cpp.P ./$(DEPDIR)/export_page_dialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_birdeye_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_layer_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_protection_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioaddstencilsetpanel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioaligndialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioarrowheadformatdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviooptionsdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviostencilformatdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviotextformatdlg.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/aligndialog.P $(DEPDIR)/kivio_birdeye_panel_base.P $(DEPDIR)/kivio_layer_panel_base.P $(DEPDIR)/kivio_protection_panel_base.P $(DEPDIR)/export_page_dialog_base.P $(DEPDIR)/kiviostencilsetwidget.P ./$(DEPDIR)/export_page_dialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_birdeye_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_layer_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivio_protection_panel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioaddstencilsetpanel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioaligndialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kivioarrowheadformatdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviooptionsdialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviostencilformatdlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviotextformatdlg.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libui_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libui_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/ui/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/kiviopart/ui/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/kiviopart/ui/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/ui/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/ui/Makefile
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/ui/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/ui/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -461,7 +580,7 @@
+ 	$(CXXLINK)  $(libui_la_LDFLAGS) $(libui_la_OBJECTS) $(libui_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -477,27 +596,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kiviostencilformatdlg.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kiviotextformatdlg.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -509,11 +627,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -522,6 +635,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -533,8 +647,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -543,21 +673,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -575,9 +705,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -589,7 +717,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -597,7 +725,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -613,14 +741,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -636,7 +767,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -644,18 +776,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -737,7 +877,7 @@
+ 	-rm -f  kivioaddstencilsetpanel.moc kivio_protection_panel.moc kivioarrowheadformatdlg.moc kiviotextformatdlg.moc kivio_layer_panel.moc kiviooptionsdialog.moc export_page_dialog.moc kivioaligndialog.moc kivio_birdeye_panel.moc kiviostencilformatdlg.moc
+ 
+ #>+ 2
+-KDE_DIST=kiviostencilformatdlg.h kivioarrowheadformatdlg.h export_page_dialog.h kiviostencilsetwidget.ui kiviotextformatdlg.h kiviooptionsdialog.h kivioaligndialog.h kivio_birdeye_panel.h kivio_protection_panel_base.ui kivio_layer_panel_base.ui aligndialog.ui kivio_protection_panel.h kivio_layer_panel.h kivio_birdeye_panel_base.ui export_page_dialog_base.ui 
++KDE_DIST=kiviostencilformatdlg.h Makefile.in kivioarrowheadformatdlg.h export_page_dialog.h kiviostencilsetwidget.ui kiviotextformatdlg.h kiviooptionsdialog.h kivioaligndialog.h kivio_birdeye_panel.h kivio_protection_panel_base.ui kivio_layer_panel_base.ui aligndialog.ui kivio_protection_panel.h kivio_layer_panel.h kivio_birdeye_panel_base.ui Makefile.am export_page_dialog_base.ui 
+ 
+ #>+ 9
+ clean-ui:
+@@ -752,10 +892,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/kiviopart/ui/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/kiviopart/ui/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/kiviopart/ui/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/kiviopart/ui/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/Makefile.in koffice-1.4.2/kivio/Makefile.in
+--- koffice-1.4.2.orig/kivio/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,108 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	AUTHORS
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +147,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +162,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +173,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +194,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +227,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +247,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +268,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +287,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +405,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = kiviopart plugins templates
+-subdir = kivio
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README AUTHORS Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/Makefile
++	  $(AUTOMAKE) --gnu  kivio/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +544,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +562,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +570,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +597,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +616,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +641,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +667,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +696,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +716,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +727,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +735,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +749,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +757,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,31 +774,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ # Note: kivio-sml-i18n.cpp and kivio-extract-18n-desc.pl
+@@ -614,15 +824,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=NOTES CHANGES CHANGELOG LICENSE kivio.spec configure.in.in kivio-extract-i18n-desc.pl stencil-format.kwd 
++KDE_DIST=NOTES CHANGES Makefile.in CHANGELOG LICENSE kivio.spec configure.in.in kivio-extract-i18n-desc.pl stencil-format.kwd Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kivioconnectortool/Makefile.in koffice-1.4.2/kivio/plugins/kivioconnectortool/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kivioconnectortool/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kivioconnectortool/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,156 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kivioconnectortool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(kiviopicsdir)" \
++	"$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkivioconnectortool_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_libkivioconnectortool_la_OBJECTS = plugin.lo tool_connector.lo
++#>- libkivioconnectortool_la_OBJECTS =  \
++#>- 	$(am_libkivioconnectortool_la_OBJECTS)
++#>+ 4
++libkivioconnectortool_la_final_OBJECTS = libkivioconnectortool_la.all_cpp.lo 
++libkivioconnectortool_la_nofinal_OBJECTS = plugin.lo tool_connector.lo
++ at KDE_USE_FINAL_FALSE@libkivioconnectortool_la_OBJECTS = $(libkivioconnectortool_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkivioconnectortool_la_OBJECTS = $(libkivioconnectortool_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkivioconnectortool_la_SOURCES)
++DIST_SOURCES = $(libkivioconnectortool_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++desktopDATA_INSTALL = $(INSTALL_DATA)
++kiviopicsDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(desktop_DATA) $(kiviopics_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +195,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +210,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +221,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +242,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +275,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +295,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +316,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +335,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,16 +453,81 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = straight_connector .
+-lib_LTLIBRARIES = libkivioconnectortool.la
+-
++kde_module_LTLIBRARIES = libkivioconnectortool.la
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
+ 	-I$(top_builddir)/kivio/kiviopart/config \
+ 	-I$(top_srcdir)/kivio/kiviopart\
+@@ -357,128 +553,88 @@
+ 		kivio_connector_cursor2.xpm\
+ 		kivio_connector_cursor1.xpm
+ 
+-
+ libkivioconnectortool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ libkivioconnectortool_la_LIBADD = $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-
+ rc_DATA = kivioconnectortool.rc
+ rcdir = $(kde_datadir)/kivio/kpartplugins
+-
+ desktop_DATA = kivioconnectortool.desktop
+ desktopdir = $(kde_servicesdir)
+-
+ kiviopics_DATA = kivio_connector_cursor1.png kivio_connector_cursor2.png
+ kiviopicsdir = $(kde_datadir)/kivio/pics
+-
+ kivioicondir = $(kde_datadir)/kivio/icons
+ kivioicon_ICON = AUTO
+-subdir = kivio/plugins/kivioconnectortool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkivioconnectortool_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_libkivioconnectortool_la_OBJECTS = plugin.lo tool_connector.lo
+-#>- libkivioconnectortool_la_OBJECTS = \
+-#>- 	$(am_libkivioconnectortool_la_OBJECTS)
+-#>+ 4
+-libkivioconnectortool_la_final_OBJECTS = libkivioconnectortool_la.all_cpp.lo 
+-libkivioconnectortool_la_nofinal_OBJECTS = plugin.lo tool_connector.lo
+- at KDE_USE_FINAL_FALSE@libkivioconnectortool_la_OBJECTS = $(libkivioconnectortool_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkivioconnectortool_la_OBJECTS = $(libkivioconnectortool_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_connector.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkivioconnectortool_la.all_cpp.P ./$(DEPDIR)/plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_connector.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_connector.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkivioconnectortool_la_SOURCES)
+-DATA = $(desktop_DATA) $(kiviopics_DATA) $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkivioconnectortool_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kivioconnectortool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioconnectortool/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioconnectortool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+-uninstall-libLTLIBRARIES:
++uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+-clean-libLTLIBRARIES:
+-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++clean-kde_moduleLTLIBRARIES:
++	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -486,10 +642,10 @@
+ #>+ 2
+ @KDE_USE_CLOSURE_TRUE at libkivioconnectortool.la: libkivioconnectortool.la.closure $(libkivioconnectortool_la_OBJECTS) $(libkivioconnectortool_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkivioconnectortool.la: $(libkivioconnectortool_la_OBJECTS) $(libkivioconnectortool_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libkivioconnectortool_la_LDFLAGS) $(libkivioconnectortool_la_OBJECTS) $(libkivioconnectortool_la_LIBADD) $(LIBS)
++	$(CXXLINK) -rpath $(kde_moduledir) $(libkivioconnectortool_la_LDFLAGS) $(libkivioconnectortool_la_OBJECTS) $(libkivioconnectortool_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -497,27 +653,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_connector.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -528,59 +683,56 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-desktopDATA_INSTALL = $(INSTALL_DATA)
+ install-desktopDATA: $(desktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(desktopdir)
++	test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)"
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f"; \
+-	  $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-desktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(desktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+-kiviopicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kiviopicsDATA: $(kiviopics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
++	test -z "$(kiviopicsdir)" || $(mkdir_p) "$(DESTDIR)$(kiviopicsdir)"
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kiviopicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  $(kiviopicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kiviopicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -590,7 +742,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -602,7 +760,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -610,7 +768,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -631,17 +795,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -651,14 +814,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -667,8 +839,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -677,21 +865,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -706,15 +894,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -724,8 +914,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(kiviopicsdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(kiviopicsdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -737,7 +928,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -745,7 +936,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -754,32 +945,37 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-recursive
+ 
+-#>- clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ #>- 	mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-libLTLIBRARIES clean-libtool \
++clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-desktopDATA install-kiviopicsDATA \
+-#>- 	install-rcDATA
++#>- install-data-am: install-desktopDATA install-kde_moduleLTLIBRARIES \
++#>- 	install-kiviopicsDATA install-rcDATA
+ #>+ 2
+-install-data-am: install-kde-icons  install-desktopDATA install-kiviopicsDATA \
+-	install-rcDATA
++install-data-am: install-kde-icons   install-desktopDATA \
++	install-kiviopicsDATA install-rcDATA
+ 
+-install-exec-am: install-libLTLIBRARIES
++#>- install-exec-am:
++#>+ 1
++install-exec-am:  install-kde_moduleLTLIBRARIES
+ 
+ install-info: install-info-recursive
+ 
+@@ -788,7 +984,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -796,35 +993,42 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ #>- uninstall-am: uninstall-desktopDATA uninstall-info-am \
+-#>- 	uninstall-kiviopicsDATA uninstall-libLTLIBRARIES \
++#>- 	uninstall-kde_moduleLTLIBRARIES uninstall-kiviopicsDATA \
+ #>- 	uninstall-rcDATA
+ #>+ 3
+ uninstall-am: uninstall-kde-icons  uninstall-desktopDATA uninstall-info-am \
+-	uninstall-kiviopicsDATA uninstall-libLTLIBRARIES \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kiviopicsDATA \
+ 	uninstall-rcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-desktopDATA install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive install-kiviopicsDATA \
+-	install-libLTLIBRARIES install-man install-rcDATA \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-desktopDATA install-exec \
++	install-exec-am install-info install-info-am \
++	install-kde_moduleLTLIBRARIES install-kiviopicsDATA \
++	install-man install-rcDATA install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am \
+ 	uninstall-desktopDATA uninstall-info-am \
+-	uninstall-info-recursive uninstall-kiviopicsDATA \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-kiviopicsDATA \
++	uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -858,7 +1062,7 @@
+ 	-rm -f  plugin.moc tool_connector.moc
+ 
+ #>+ 2
+-KDE_DIST=kivio_connector_cursor2.png kivio_connector_cursor1.png cr22-action-kivio_connector.png hi22-action-kivio_connector.png 
++KDE_DIST=kivio_connector_cursor2.png Makefile.in kivio_connector_cursor1.png cr22-action-kivio_connector.png hi22-action-kivio_connector.png Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -878,10 +1082,19 @@
+ 	-rm -f $(DESTDIR)$(kivioicondir)/hicolor/22x22/actions/kivio_connector.png
+ 	-rm -f $(DESTDIR)$(kivioicondir)/crystalsvg/22x22/actions/kivio_connector.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioconnectortool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioconnectortool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kivioconnectortool/straight_connector/Makefile.in koffice-1.4.2/kivio/plugins/kivioconnectortool/straight_connector/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kivioconnectortool/straight_connector/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kivioconnectortool/straight_connector/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,135 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kivioconnectortool/straight_connector
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(stencildir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++straight_connector_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_straight_connector_la_OBJECTS = straight_connector.lo
++#>- straight_connector_la_OBJECTS = $(am_straight_connector_la_OBJECTS)
++#>+ 1
++straight_connector_la_OBJECTS = straight_connector.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(straight_connector_la_SOURCES)
++DIST_SOURCES = $(straight_connector_la_SOURCES)
++stencilDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(stencil_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +432,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,14 +507,11 @@
+ xdg_menudir = @xdg_menudir@
+ stencildir = $(kde_datadir)/kivio/autoloadStencils
+ stencil_DATA = straight_connector.xpm
+-
+ kde_module_LTLIBRARIES = straight_connector.la
+-
+ straight_connector_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+ 
+ # Hack to make it work (dave m)
+ straight_connector_la_LIBADD = $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart\
+ 	-I$(top_srcdir)/kivio/kiviopart/kiviosdk\
+ 	-I$(top_srcdir)/kivio/kiviopart/tools\
+@@ -346,7 +519,6 @@
+ 	$(KOFFICE_INCLUDES) $(all_includes)
+ 
+ #>- METASOURCES = AUTO
+-
+ straight_connector_la_SOURCES = \
+ 		straight_connector.cpp
+ 
+@@ -355,94 +527,78 @@
+ 		straight_connector.h\
+ 		straight_connector.xpm
+ 
+-subdir = kivio/plugins/kivioconnectortool/straight_connector
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-straight_connector_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_straight_connector_la_OBJECTS = straight_connector.lo
+-#>- straight_connector_la_OBJECTS = $(am_straight_connector_la_OBJECTS)
+-#>+ 1
+-straight_connector_la_OBJECTS = straight_connector.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/straight_connector.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/straight_connector.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(straight_connector_la_SOURCES)
+-DATA = $(stencil_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(straight_connector_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/straight_connector/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kivioconnectortool/straight_connector/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/straight_connector/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/straight_connector/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioconnectortool/straight_connector/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/straight_connector/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioconnectortool/straight_connector/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -453,34 +609,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(straight_connector_la_LDFLAGS) $(straight_connector_la_OBJECTS) $(straight_connector_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/straight_connector.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -491,30 +646,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-stencilDATA_INSTALL = $(INSTALL_DATA)
+ install-stencilDATA: $(stencil_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(stencildir)
++	test -z "$(stencildir)" || $(mkdir_p) "$(DESTDIR)$(stencildir)"
+ 	@list='$(stencil_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(stencilDATA_INSTALL) $$d$$p $(DESTDIR)$(stencildir)/$$f"; \
+-	  $(stencilDATA_INSTALL) $$d$$p $(DESTDIR)$(stencildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(stencilDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(stencildir)/$$f'"; \
++	  $(stencilDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(stencildir)/$$f"; \
+ 	done
+ 
+ uninstall-stencilDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(stencil_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(stencildir)/$$f"; \
+-	  rm -f $(DESTDIR)$(stencildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(stencildir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(stencildir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -523,6 +672,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -534,8 +684,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -544,19 +710,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -574,10 +742,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(stencildir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(stencildir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -589,7 +757,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -597,7 +765,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -613,14 +781,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -642,7 +813,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -650,21 +822,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-local uninstall-stencilDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-data-local install-exec install-exec-am install-info \
+ 	install-info-am install-kde_moduleLTLIBRARIES install-man \
+ 	install-stencilDATA install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-local uninstall-stencilDATA
+ 
+ 
+@@ -699,6 +879,9 @@
+ clean-metasources:
+ 	-rm -f  straight_connector.moc
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  straight_connector.la.closure
+@@ -706,10 +889,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioconnectortool/straight_connector/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/straight_connector/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioconnectortool/straight_connector/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioconnectortool/straight_connector/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kivioselecttool/Makefile.in koffice-1.4.2/kivio/plugins/kivioselecttool/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kivioselecttool/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kivioselecttool/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kivioselecttool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkivioselecttool_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_libkivioselecttool_la_OBJECTS = plugin.lo tool_select.lo
++#>- libkivioselecttool_la_OBJECTS = $(am_libkivioselecttool_la_OBJECTS)
++#>+ 4
++libkivioselecttool_la_final_OBJECTS = libkivioselecttool_la.all_cpp.lo 
++libkivioselecttool_la_nofinal_OBJECTS = plugin.lo tool_select.lo
++ at KDE_USE_FINAL_FALSE@libkivioselecttool_la_OBJECTS = $(libkivioselecttool_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkivioselecttool_la_OBJECTS = $(libkivioselecttool_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkivioselecttool_la_SOURCES)
++DIST_SOURCES = $(libkivioselecttool_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++desktopDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(desktop_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,16 +451,81 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = select_pics
+-lib_LTLIBRARIES = libkivioselecttool.la
+-
++kde_module_LTLIBRARIES = libkivioselecttool.la
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
+ 	-I$(top_builddir)/kivio/kiviopart/config \
+ 	-I$(top_srcdir)/kivio/kiviopart\
+@@ -354,118 +548,82 @@
+ 
+ libkivioselecttool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ libkivioselecttool_la_LIBADD = $(LIB_KOTEXT) $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-
+ rc_DATA = kivioselecttool.rc
+ rcdir = $(kde_datadir)/kivio/kpartplugins
+-
+ desktop_DATA = kivioselecttool.desktop
+ desktopdir = $(kde_servicesdir)
+-subdir = kivio/plugins/kivioselecttool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkivioselecttool_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_libkivioselecttool_la_OBJECTS = plugin.lo tool_select.lo
+-#>- libkivioselecttool_la_OBJECTS = $(am_libkivioselecttool_la_OBJECTS)
+-#>+ 4
+-libkivioselecttool_la_final_OBJECTS = libkivioselecttool_la.all_cpp.lo 
+-libkivioselecttool_la_nofinal_OBJECTS = plugin.lo tool_select.lo
+- at KDE_USE_FINAL_FALSE@libkivioselecttool_la_OBJECTS = $(libkivioselecttool_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkivioselecttool_la_OBJECTS = $(libkivioselecttool_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_select.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkivioselecttool_la.all_cpp.P ./$(DEPDIR)/plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_select.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_select.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkivioselecttool_la_SOURCES)
+-DATA = $(desktop_DATA) $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkivioselecttool_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kivioselecttool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioselecttool/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioselecttool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+-uninstall-libLTLIBRARIES:
++uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+-clean-libLTLIBRARIES:
+-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++clean-kde_moduleLTLIBRARIES:
++	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -473,10 +631,10 @@
+ #>+ 2
+ @KDE_USE_CLOSURE_TRUE at libkivioselecttool.la: libkivioselecttool.la.closure $(libkivioselecttool_la_OBJECTS) $(libkivioselecttool_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkivioselecttool.la: $(libkivioselecttool_la_OBJECTS) $(libkivioselecttool_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libkivioselecttool_la_LDFLAGS) $(libkivioselecttool_la_OBJECTS) $(libkivioselecttool_la_LIBADD) $(LIBS)
++	$(CXXLINK) -rpath $(kde_moduledir) $(libkivioselecttool_la_LDFLAGS) $(libkivioselecttool_la_OBJECTS) $(libkivioselecttool_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -484,27 +642,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_select.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -515,41 +672,39 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-desktopDATA_INSTALL = $(INSTALL_DATA)
+ install-desktopDATA: $(desktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(desktopdir)
++	test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)"
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f"; \
+-	  $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-desktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(desktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -559,7 +714,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -571,7 +732,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -579,7 +740,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -600,17 +767,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -620,14 +786,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -636,8 +811,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -646,19 +837,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -673,15 +866,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -691,8 +886,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -704,7 +900,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -712,7 +908,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -721,28 +917,37 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-recursive
+ 
+-#>- clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ #>- 	mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-libLTLIBRARIES clean-libtool \
++clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-install-data-am: install-desktopDATA install-rcDATA
++#>- install-data-am: install-desktopDATA install-kde_moduleLTLIBRARIES \
++#>- 	install-rcDATA
++#>+ 2
++install-data-am:   install-desktopDATA \
++	install-rcDATA
+ 
+-install-exec-am: install-libLTLIBRARIES
++#>- install-exec-am:
++#>+ 1
++install-exec-am:  install-kde_moduleLTLIBRARIES
+ 
+ install-info: install-info-recursive
+ 
+@@ -751,7 +956,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -759,29 +965,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-desktopDATA uninstall-info-am \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-desktopDATA install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive install-libLTLIBRARIES \
+-	install-man install-rcDATA install-recursive install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-desktopDATA install-exec \
++	install-exec-am install-info install-info-am \
++	install-kde_moduleLTLIBRARIES install-man install-rcDATA \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ 	uninstall-desktopDATA uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-rcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -814,6 +1026,9 @@
+ clean-metasources:
+ 	-rm -f  plugin.moc tool_select.moc
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libkivioselecttool.la.closure
+@@ -821,10 +1036,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioselecttool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioselecttool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kivioselecttool/select_pics/Makefile.in koffice-1.4.2/kivio/plugins/kivioselecttool/select_pics/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kivioselecttool/select_pics/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kivioselecttool/select_pics/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -19,100 +19,101 @@
+ ####   Makefile.am generated automatically by KDEStudio   ####
+ #### WARNING! All changes made in this part will be lost! ####
+ ##############################################################
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kivioselecttool/select_pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kiviopicsdir)"
++kiviopicsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kiviopics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -144,15 +145,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -162,7 +160,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -174,14 +171,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -198,7 +192,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -232,13 +225,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -248,16 +245,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -268,15 +266,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -290,20 +285,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -327,42 +403,131 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kiviopicsdir = $(kde_datadir)/kivio/pics
+-
+ kiviopics_DATA = kivio_arrow.xpm
+ EXTRA_DIST = \
+ 		kivio_arrow.xpm
+ 
+-subdir = kivio/plugins/kivioselecttool/select_pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kiviopics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/select_pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kivioselecttool/select_pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/select_pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/select_pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioselecttool/select_pics/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/select_pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioselecttool/select_pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -373,39 +538,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kiviopicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kiviopicsDATA: $(kiviopics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
++	test -z "$(kiviopicsdir)" || $(mkdir_p) "$(DESTDIR)$(kiviopicsdir)"
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kiviopicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  $(kiviopicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kiviopicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -423,10 +592,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
+-
++	for dir in "$(DESTDIR)$(kiviopicsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -438,7 +607,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -446,7 +615,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -460,13 +629,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -482,23 +653,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kiviopicsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kiviopicsDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kiviopicsDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kiviopicsDATA
+ 
+ ##############################################################
+@@ -509,12 +689,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kivioselecttool/select_pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/select_pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kivioselecttool/select_pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kivioselecttool/select_pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kiviosmlconnector/Makefile.in koffice-1.4.2/kivio/plugins/kiviosmlconnector/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kiviosmlconnector/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kiviosmlconnector/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kiviosmlconnector
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkiviosmlconnector_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_libkiviosmlconnector_la_OBJECTS = plugin.lo tool_connector.lo
++#>- libkiviosmlconnector_la_OBJECTS =  \
++#>- 	$(am_libkiviosmlconnector_la_OBJECTS)
++#>+ 4
++libkiviosmlconnector_la_final_OBJECTS = libkiviosmlconnector_la.all_cpp.lo 
++libkiviosmlconnector_la_nofinal_OBJECTS = plugin.lo tool_connector.lo
++ at KDE_USE_FINAL_FALSE@libkiviosmlconnector_la_OBJECTS = $(libkiviosmlconnector_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiviosmlconnector_la_OBJECTS = $(libkiviosmlconnector_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiviosmlconnector_la_SOURCES)
++DIST_SOURCES = $(libkiviosmlconnector_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++desktopDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(desktop_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,16 +451,81 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = . sml_connector
+-lib_LTLIBRARIES = libkiviosmlconnector.la
+-
++kde_module_LTLIBRARIES = libkiviosmlconnector.la
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
+ 	-I$(top_builddir)/kivio/kiviopart/config \
+ 	-I$(top_srcdir)/kivio/kiviopart\
+@@ -340,123 +534,86 @@
+ 	-I$(top_srcdir)/kivio/plugins/kiviosmlconnector/sml_connector \
+ 	$(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+ libkiviosmlconnector_la_SOURCES = plugin.cpp tool_connector.cpp
+ libkiviosmlconnector_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+ libkiviosmlconnector_la_LIBADD = $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-
+ rc_DATA = kiviosmlconnector.rc
+ rcdir = $(kde_datadir)/kivio/kpartplugins
+-
+ desktop_DATA = kiviosmlconnector.desktop
+ desktopdir = $(kde_servicesdir)
+-subdir = kivio/plugins/kiviosmlconnector
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkiviosmlconnector_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_libkiviosmlconnector_la_OBJECTS = plugin.lo tool_connector.lo
+-#>- libkiviosmlconnector_la_OBJECTS = $(am_libkiviosmlconnector_la_OBJECTS)
+-#>+ 4
+-libkiviosmlconnector_la_final_OBJECTS = libkiviosmlconnector_la.all_cpp.lo 
+-libkiviosmlconnector_la_nofinal_OBJECTS = plugin.lo tool_connector.lo
+- at KDE_USE_FINAL_FALSE@libkiviosmlconnector_la_OBJECTS = $(libkiviosmlconnector_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiviosmlconnector_la_OBJECTS = $(libkiviosmlconnector_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_connector.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkiviosmlconnector_la.all_cpp.P ./$(DEPDIR)/plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_connector.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_connector.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiviosmlconnector_la_SOURCES)
+-DATA = $(desktop_DATA) $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkiviosmlconnector_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kiviosmlconnector/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviosmlconnector/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviosmlconnector/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+-uninstall-libLTLIBRARIES:
++uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+-clean-libLTLIBRARIES:
+-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++clean-kde_moduleLTLIBRARIES:
++	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -464,10 +621,10 @@
+ #>+ 2
+ @KDE_USE_CLOSURE_TRUE at libkiviosmlconnector.la: libkiviosmlconnector.la.closure $(libkiviosmlconnector_la_OBJECTS) $(libkiviosmlconnector_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkiviosmlconnector.la: $(libkiviosmlconnector_la_OBJECTS) $(libkiviosmlconnector_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libkiviosmlconnector_la_LDFLAGS) $(libkiviosmlconnector_la_OBJECTS) $(libkiviosmlconnector_la_LIBADD) $(LIBS)
++	$(CXXLINK) -rpath $(kde_moduledir) $(libkiviosmlconnector_la_LDFLAGS) $(libkiviosmlconnector_la_OBJECTS) $(libkiviosmlconnector_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -475,27 +632,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_connector.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -506,41 +662,39 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-desktopDATA_INSTALL = $(INSTALL_DATA)
+ install-desktopDATA: $(desktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(desktopdir)
++	test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)"
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f"; \
+-	  $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-desktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(desktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -550,7 +704,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -562,7 +722,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -570,7 +730,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -591,17 +757,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -611,14 +776,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -627,8 +801,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -637,21 +827,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -666,15 +856,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -684,8 +876,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -697,7 +890,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -705,7 +898,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -714,28 +907,37 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-recursive
+ 
+-#>- clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ #>- 	mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-libLTLIBRARIES clean-libtool \
++clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-install-data-am: install-desktopDATA install-rcDATA
++#>- install-data-am: install-desktopDATA install-kde_moduleLTLIBRARIES \
++#>- 	install-rcDATA
++#>+ 2
++install-data-am:   install-desktopDATA \
++	install-rcDATA
+ 
+-install-exec-am: install-libLTLIBRARIES
++#>- install-exec-am:
++#>+ 1
++install-exec-am:  install-kde_moduleLTLIBRARIES
+ 
+ install-info: install-info-recursive
+ 
+@@ -744,7 +946,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -752,29 +955,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-desktopDATA uninstall-info-am \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-desktopDATA install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive install-libLTLIBRARIES \
+-	install-man install-rcDATA install-recursive install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-desktopDATA install-exec \
++	install-exec-am install-info install-info-am \
++	install-kde_moduleLTLIBRARIES install-man install-rcDATA \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ 	uninstall-desktopDATA uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-rcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -808,7 +1017,7 @@
+ 	-rm -f  plugin.moc tool_connector.moc
+ 
+ #>+ 2
+-KDE_DIST=kiviosmlconnector.rc kiviosmlconnector.desktop plugin.h tool_connector.h 
++KDE_DIST=Makefile.in kiviosmlconnector.rc kiviosmlconnector.desktop plugin.h tool_connector.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -817,10 +1026,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviosmlconnector/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviosmlconnector/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kiviosmlconnector/sml_connector/Makefile.in koffice-1.4.2/kivio/plugins/kiviosmlconnector/sml_connector/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kiviosmlconnector/sml_connector/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kiviosmlconnector/sml_connector/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,135 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kiviosmlconnector/sml_connector
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(stencildir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++sml_connector_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_sml_connector_la_OBJECTS = sml_connector.lo
++#>- sml_connector_la_OBJECTS = $(am_sml_connector_la_OBJECTS)
++#>+ 1
++sml_connector_la_OBJECTS = sml_connector.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(sml_connector_la_SOURCES)
++DIST_SOURCES = $(sml_connector_la_SOURCES)
++stencilDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(stencil_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,117 +432,163 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ kde_module_LTLIBRARIES = sml_connector.la
+-
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart\
+ 	-I$(top_srcdir)/kivio/kiviopart/kiviosdk\
+ 	-I$(top_srcdir)/kivio/kiviopart/tools\
+ 	$(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ sml_connector_la_SOURCES = sml_connector.cpp
+ sml_connector_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+ sml_connector_la_LIBADD = $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-
+ stencildir = $(kde_datadir)/kivio/autoloadStencils
+ stencil_DATA = sml_connector.xpm
+-subdir = kivio/plugins/kiviosmlconnector/sml_connector
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-sml_connector_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_sml_connector_la_OBJECTS = sml_connector.lo
+-#>- sml_connector_la_OBJECTS = $(am_sml_connector_la_OBJECTS)
+-#>+ 1
+-sml_connector_la_OBJECTS = sml_connector.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/sml_connector.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/sml_connector.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(sml_connector_la_SOURCES)
+-DATA = $(stencil_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(sml_connector_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/sml_connector/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kiviosmlconnector/sml_connector/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/sml_connector/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/sml_connector/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviosmlconnector/sml_connector/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/sml_connector/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviosmlconnector/sml_connector/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -443,34 +599,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(sml_connector_la_LDFLAGS) $(sml_connector_la_OBJECTS) $(sml_connector_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sml_connector.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -481,30 +636,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-stencilDATA_INSTALL = $(INSTALL_DATA)
+ install-stencilDATA: $(stencil_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(stencildir)
++	test -z "$(stencildir)" || $(mkdir_p) "$(DESTDIR)$(stencildir)"
+ 	@list='$(stencil_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(stencilDATA_INSTALL) $$d$$p $(DESTDIR)$(stencildir)/$$f"; \
+-	  $(stencilDATA_INSTALL) $$d$$p $(DESTDIR)$(stencildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(stencilDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(stencildir)/$$f'"; \
++	  $(stencilDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(stencildir)/$$f"; \
+ 	done
+ 
+ uninstall-stencilDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(stencil_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(stencildir)/$$f"; \
+-	  rm -f $(DESTDIR)$(stencildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(stencildir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(stencildir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -513,6 +662,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -524,8 +674,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -534,21 +700,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -566,10 +732,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(stencildir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(stencildir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -581,7 +747,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -589,7 +755,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -605,14 +771,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -634,7 +803,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -642,21 +812,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-local uninstall-stencilDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-data-local install-exec install-exec-am install-info \
+ 	install-info-am install-kde_moduleLTLIBRARIES install-man \
+ 	install-stencilDATA install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-local uninstall-stencilDATA
+ 
+ 
+@@ -692,7 +870,7 @@
+ 	-rm -f  sml_connector.moc
+ 
+ #>+ 2
+-KDE_DIST=sml_connector.xpm sml_connector.h 
++KDE_DIST=Makefile.in sml_connector.xpm sml_connector.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -701,10 +879,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviosmlconnector/sml_connector/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/sml_connector/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviosmlconnector/sml_connector/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviosmlconnector/sml_connector/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kiviotargettool/Makefile.in koffice-1.4.2/kivio/plugins/kiviotargettool/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kiviotargettool/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kiviotargettool/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,145 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kiviotargettool
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkiviotargettool_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_libkiviotargettool_la_OBJECTS = kiviotargettool.lo \
++	kiviotargettoolfactory.lo
++#>- libkiviotargettool_la_OBJECTS = $(am_libkiviotargettool_la_OBJECTS)
++#>+ 5
++libkiviotargettool_la_final_OBJECTS = libkiviotargettool_la.all_cpp.lo 
++libkiviotargettool_la_nofinal_OBJECTS = kiviotargettool.lo \
++	kiviotargettoolfactory.lo
++ at KDE_USE_FINAL_FALSE@libkiviotargettool_la_OBJECTS = $(libkiviotargettool_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiviotargettool_la_OBJECTS = $(libkiviotargettool_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiviotargettool_la_SOURCES)
++DIST_SOURCES = $(libkiviotargettool_la_SOURCES)
++desktopDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(desktop_DATA) $(rc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +442,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -336,120 +522,88 @@
+ 	-I$(top_srcdir)/kivio/kiviopart/tools\
+ 	$(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes)
+ 
+-
+ #>- METASOURCES = AUTO
+-
+-lib_LTLIBRARIES = libkiviotargettool.la
++kde_module_LTLIBRARIES = libkiviotargettool.la
+ libkiviotargettool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ libkiviotargettool_la_LIBADD = $(LIB_KOTEXT) $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+ libkiviotargettool_la_SOURCES = kiviotargettool.cpp kiviotargettoolfactory.cpp
+-
+ noinst_HEADERS = kiviotargettool.h kiviotargettoolfactory.h
+-
+ rc_DATA = kiviotargettool.rc
+ rcdir = $(kde_datadir)/kivio/kpartplugins
+-
+ desktop_DATA = kiviotargettool.desktop
+ desktopdir = $(kde_servicesdir)
+-subdir = kivio/plugins/kiviotargettool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkiviotargettool_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_libkiviotargettool_la_OBJECTS = kiviotargettool.lo \
+-	kiviotargettoolfactory.lo
+-#>- libkiviotargettool_la_OBJECTS = $(am_libkiviotargettool_la_OBJECTS)
+-#>+ 5
+-libkiviotargettool_la_final_OBJECTS = libkiviotargettool_la.all_cpp.lo 
+-libkiviotargettool_la_nofinal_OBJECTS = kiviotargettool.lo \
+-	kiviotargettoolfactory.lo
+- at KDE_USE_FINAL_FALSE@libkiviotargettool_la_OBJECTS = $(libkiviotargettool_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiviotargettool_la_OBJECTS = $(libkiviotargettool_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kiviotargettool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kiviotargettoolfactory.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkiviotargettool_la.all_cpp.P ./$(DEPDIR)/kiviotargettool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviotargettoolfactory.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kiviotargettool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kiviotargettoolfactory.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiviotargettool_la_SOURCES)
+-DATA = $(desktop_DATA) $(rc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkiviotargettool_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviotargettool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kiviotargettool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kiviotargettool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviotargettool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviotargettool/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviotargettool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviotargettool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+-uninstall-libLTLIBRARIES:
++uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+-clean-libLTLIBRARIES:
+-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++clean-kde_moduleLTLIBRARIES:
++	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -457,10 +611,10 @@
+ #>+ 2
+ @KDE_USE_CLOSURE_TRUE at libkiviotargettool.la: libkiviotargettool.la.closure $(libkiviotargettool_la_OBJECTS) $(libkiviotargettool_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkiviotargettool.la: $(libkiviotargettool_la_OBJECTS) $(libkiviotargettool_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libkiviotargettool_la_LDFLAGS) $(libkiviotargettool_la_OBJECTS) $(libkiviotargettool_la_LIBADD) $(LIBS)
++	$(CXXLINK) -rpath $(kde_moduledir) $(libkiviotargettool_la_LDFLAGS) $(libkiviotargettool_la_OBJECTS) $(libkiviotargettool_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -468,27 +622,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kiviotargettool.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kiviotargettoolfactory.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -499,48 +652,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-desktopDATA_INSTALL = $(INSTALL_DATA)
+ install-desktopDATA: $(desktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(desktopdir)
++	test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)"
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f"; \
+-	  $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-desktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(desktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -549,6 +695,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -560,8 +707,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -570,21 +733,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -602,10 +765,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -617,7 +780,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -625,7 +788,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -634,28 +797,37 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-am
+ 
+-#>- clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ #>- 	mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-libLTLIBRARIES clean-libtool \
++clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-install-data-am: install-desktopDATA install-rcDATA
++#>- install-data-am: install-desktopDATA install-kde_moduleLTLIBRARIES \
++#>- 	install-rcDATA
++#>+ 2
++install-data-am:   install-desktopDATA \
++	install-rcDATA
+ 
+-install-exec-am: install-libLTLIBRARIES
++#>- install-exec-am:
++#>+ 1
++install-exec-am:  install-kde_moduleLTLIBRARIES
+ 
+ install-info: install-info-am
+ 
+@@ -664,7 +836,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -672,21 +845,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-desktopDATA uninstall-info-am \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-desktopDATA \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-libLTLIBRARIES install-man install-rcDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-desktopDATA install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-desktopDATA uninstall-info-am \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -720,7 +902,7 @@
+ 	-rm -f  kiviotargettool.moc kiviotargettoolfactory.moc
+ 
+ #>+ 2
+-KDE_DIST=kiviotargettool.desktop kiviotargettool.rc 
++KDE_DIST=Makefile.in kiviotargettool.desktop kiviotargettool.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -729,10 +911,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviotargettool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviotargettool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviotargettool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviotargettool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kiviotexttool/Makefile.in koffice-1.4.2/kivio/plugins/kiviotexttool/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kiviotexttool/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kiviotexttool/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kiviotexttool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(kiviopicsdir)" \
++	"$(DESTDIR)$(rcdir)" "$(DESTDIR)$(stencildir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkiviotexttool_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_libkiviotexttool_la_OBJECTS = plugin.lo tool_text.lo
++#>- libkiviotexttool_la_OBJECTS = $(am_libkiviotexttool_la_OBJECTS)
++#>+ 4
++libkiviotexttool_la_final_OBJECTS = libkiviotexttool_la.all_cpp.lo 
++libkiviotexttool_la_nofinal_OBJECTS = plugin.lo tool_text.lo
++ at KDE_USE_FINAL_FALSE@libkiviotexttool_la_OBJECTS = $(libkiviotexttool_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiviotexttool_la_OBJECTS = $(libkiviotexttool_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiviotexttool_la_SOURCES)
++DIST_SOURCES = $(libkiviotexttool_la_SOURCES)
++desktopDATA_INSTALL = $(INSTALL_DATA)
++kiviopicsDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++stencilDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(desktop_DATA) $(kiviopics_DATA) $(rc_DATA) $(stencil_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +440,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-lib_LTLIBRARIES = libkiviotexttool.la
+-
++kde_module_LTLIBRARIES = libkiviotexttool.la
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
+ 	-I$(top_builddir)/kivio/kiviopart/config \
+ 	-I$(top_srcdir)/kivio/kiviopart\
+@@ -357,110 +540,86 @@
+ 
+ libkiviotexttool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ libkiviotexttool_la_LIBADD = $(LIB_KOTEXT) $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-
+ rc_DATA = kiviotexttool.rc
+ rcdir = $(kde_datadir)/kivio/kpartplugins
+-
+ desktop_DATA = kiviotexttool.desktop
+ desktopdir = $(kde_servicesdir)
+-
+ kiviopics_DATA = kivio_text.xpm kivio_text_cursor.xpm
+ kiviopicsdir = $(kde_datadir)/kivio/pics
+-
+ stencil_DATA = Text.sml Text.xpm
+ stencildir = $(kde_datadir)/kivio/autoloadStencils
+-subdir = kivio/plugins/kiviotexttool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkiviotexttool_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_libkiviotexttool_la_OBJECTS = plugin.lo tool_text.lo
+-#>- libkiviotexttool_la_OBJECTS = $(am_libkiviotexttool_la_OBJECTS)
+-#>+ 4
+-libkiviotexttool_la_final_OBJECTS = libkiviotexttool_la.all_cpp.lo 
+-libkiviotexttool_la_nofinal_OBJECTS = plugin.lo tool_text.lo
+- at KDE_USE_FINAL_FALSE@libkiviotexttool_la_OBJECTS = $(libkiviotexttool_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiviotexttool_la_OBJECTS = $(libkiviotexttool_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/plugin.Plo ./$(DEPDIR)/tool_text.Plo
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkiviotexttool_la.all_cpp.P ./$(DEPDIR)/plugin.Plo ./$(DEPDIR)/tool_text.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/plugin.Plo ./$(DEPDIR)/tool_text.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiviotexttool_la_SOURCES)
+-DATA = $(desktop_DATA) $(kiviopics_DATA) $(rc_DATA) $(stencil_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkiviotexttool_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviotexttool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kiviotexttool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kiviotexttool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviotexttool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviotexttool/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviotexttool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviotexttool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+-uninstall-libLTLIBRARIES:
++uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+-clean-libLTLIBRARIES:
+-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++clean-kde_moduleLTLIBRARIES:
++	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -468,10 +627,10 @@
+ #>+ 2
+ @KDE_USE_CLOSURE_TRUE at libkiviotexttool.la: libkiviotexttool.la.closure $(libkiviotexttool_la_OBJECTS) $(libkiviotexttool_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkiviotexttool.la: $(libkiviotexttool_la_OBJECTS) $(libkiviotexttool_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libkiviotexttool_la_LDFLAGS) $(libkiviotexttool_la_OBJECTS) $(libkiviotexttool_la_LIBADD) $(LIBS)
++	$(CXXLINK) -rpath $(kde_moduledir) $(libkiviotexttool_la_LDFLAGS) $(libkiviotexttool_la_OBJECTS) $(libkiviotexttool_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -479,27 +638,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_text.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -510,84 +668,75 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-desktopDATA_INSTALL = $(INSTALL_DATA)
+ install-desktopDATA: $(desktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(desktopdir)
++	test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)"
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f"; \
+-	  $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-desktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(desktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+-kiviopicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kiviopicsDATA: $(kiviopics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
++	test -z "$(kiviopicsdir)" || $(mkdir_p) "$(DESTDIR)$(kiviopicsdir)"
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kiviopicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  $(kiviopicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kiviopicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-stencilDATA_INSTALL = $(INSTALL_DATA)
+ install-stencilDATA: $(stencil_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(stencildir)
++	test -z "$(stencildir)" || $(mkdir_p) "$(DESTDIR)$(stencildir)"
+ 	@list='$(stencil_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(stencilDATA_INSTALL) $$d$$p $(DESTDIR)$(stencildir)/$$f"; \
+-	  $(stencilDATA_INSTALL) $$d$$p $(DESTDIR)$(stencildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(stencilDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(stencildir)/$$f'"; \
++	  $(stencilDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(stencildir)/$$f"; \
+ 	done
+ 
+ uninstall-stencilDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(stencil_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(stencildir)/$$f"; \
+-	  rm -f $(DESTDIR)$(stencildir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(stencildir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(stencildir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -596,6 +745,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -607,8 +757,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -617,19 +783,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -647,10 +815,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(kiviopicsdir) $(DESTDIR)$(rcdir) $(DESTDIR)$(stencildir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(kiviopicsdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(stencildir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -662,7 +830,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -670,7 +838,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -679,29 +847,37 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-am
+ 
+-#>- clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ #>- 	mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-libLTLIBRARIES clean-libtool \
++clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-install-data-am: install-desktopDATA install-kiviopicsDATA \
+-	install-rcDATA install-stencilDATA
++#>- install-data-am: install-desktopDATA install-kde_moduleLTLIBRARIES \
++#>- 	install-kiviopicsDATA install-rcDATA install-stencilDATA
++#>+ 2
++install-data-am:   install-desktopDATA \
++	install-kiviopicsDATA install-rcDATA install-stencilDATA
+ 
+-install-exec-am: install-libLTLIBRARIES
++#>- install-exec-am:
++#>+ 1
++install-exec-am:  install-kde_moduleLTLIBRARIES
+ 
+ install-info: install-info-am
+ 
+@@ -710,7 +886,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -718,23 +895,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-desktopDATA uninstall-info-am \
+-	uninstall-kiviopicsDATA uninstall-libLTLIBRARIES \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kiviopicsDATA \
+ 	uninstall-rcDATA uninstall-stencilDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-desktopDATA \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-kiviopicsDATA install-libLTLIBRARIES install-man \
+-	install-rcDATA install-stencilDATA install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-desktopDATA install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
++	install-kiviopicsDATA install-man install-rcDATA \
++	install-stencilDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-desktopDATA uninstall-info-am \
+-	uninstall-kiviopicsDATA uninstall-libLTLIBRARIES \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kiviopicsDATA \
+ 	uninstall-rcDATA uninstall-stencilDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -768,6 +954,9 @@
+ clean-metasources:
+ 	-rm -f  plugin.moc tool_text.moc
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libkiviotexttool.la.closure
+@@ -775,10 +964,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviotexttool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviotexttool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviotexttool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviotexttool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kiviozoomtool/Makefile.in koffice-1.4.2/kivio/plugins/kiviozoomtool/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kiviozoomtool/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kiviozoomtool/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kiviozoomtool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkiviozoomtool_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) \
++	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
++am_libkiviozoomtool_la_OBJECTS = plugin.lo tool_zoom.lo
++#>- libkiviozoomtool_la_OBJECTS = $(am_libkiviozoomtool_la_OBJECTS)
++#>+ 4
++libkiviozoomtool_la_final_OBJECTS = libkiviozoomtool_la.all_cpp.lo 
++libkiviozoomtool_la_nofinal_OBJECTS = plugin.lo tool_zoom.lo
++ at KDE_USE_FINAL_FALSE@libkiviozoomtool_la_OBJECTS = $(libkiviozoomtool_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiviozoomtool_la_OBJECTS = $(libkiviozoomtool_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiviozoomtool_la_SOURCES)
++DIST_SOURCES = $(libkiviozoomtool_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++desktopDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(desktop_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,16 +451,81 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = zoom_pics
+-lib_LTLIBRARIES = libkiviozoomtool.la
+-
++kde_module_LTLIBRARIES = libkiviozoomtool.la
+ INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
+ 	-I$(top_builddir)/kivio/kiviopart/config \
+ 	-I$(top_srcdir)/kivio/kiviopart\
+@@ -354,115 +548,82 @@
+ 
+ libkiviozoomtool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ libkiviozoomtool_la_LIBADD = $(LIB_KOTEXT) $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-
+ rc_DATA = kiviozoomtool.rc
+ rcdir = $(kde_datadir)/kivio/kpartplugins
+-
+ desktop_DATA = kiviozoomtool.desktop
+ desktopdir = $(kde_servicesdir)
+-subdir = kivio/plugins/kiviozoomtool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkiviozoomtool_la_DEPENDENCIES = \
+-	$(top_builddir)/kivio/kiviopart/libkiviocommon.la
+-am_libkiviozoomtool_la_OBJECTS = plugin.lo tool_zoom.lo
+-#>- libkiviozoomtool_la_OBJECTS = $(am_libkiviozoomtool_la_OBJECTS)
+-#>+ 4
+-libkiviozoomtool_la_final_OBJECTS = libkiviozoomtool_la.all_cpp.lo 
+-libkiviozoomtool_la_nofinal_OBJECTS = plugin.lo tool_zoom.lo
+- at KDE_USE_FINAL_FALSE@libkiviozoomtool_la_OBJECTS = $(libkiviozoomtool_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiviozoomtool_la_OBJECTS = $(libkiviozoomtool_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/plugin.Plo ./$(DEPDIR)/tool_zoom.Plo
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkiviozoomtool_la.all_cpp.P ./$(DEPDIR)/plugin.Plo ./$(DEPDIR)/tool_zoom.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/plugin.Plo ./$(DEPDIR)/tool_zoom.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiviozoomtool_la_SOURCES)
+-DATA = $(desktop_DATA) $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkiviozoomtool_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kiviozoomtool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviozoomtool/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviozoomtool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+-uninstall-libLTLIBRARIES:
++uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+-clean-libLTLIBRARIES:
+-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++clean-kde_moduleLTLIBRARIES:
++	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
++	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -470,10 +631,10 @@
+ #>+ 2
+ @KDE_USE_CLOSURE_TRUE at libkiviozoomtool.la: libkiviozoomtool.la.closure $(libkiviozoomtool_la_OBJECTS) $(libkiviozoomtool_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkiviozoomtool.la: $(libkiviozoomtool_la_OBJECTS) $(libkiviozoomtool_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libkiviozoomtool_la_LDFLAGS) $(libkiviozoomtool_la_OBJECTS) $(libkiviozoomtool_la_LIBADD) $(LIBS)
++	$(CXXLINK) -rpath $(kde_moduledir) $(libkiviozoomtool_la_LDFLAGS) $(libkiviozoomtool_la_OBJECTS) $(libkiviozoomtool_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -481,27 +642,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_zoom.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -512,41 +672,39 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-desktopDATA_INSTALL = $(INSTALL_DATA)
+ install-desktopDATA: $(desktop_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(desktopdir)
++	test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)"
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f"; \
+-	  $(desktopDATA_INSTALL) $$d$$p $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+ 
+ uninstall-desktopDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(desktop_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(desktopdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(desktopdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -556,7 +714,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -568,7 +732,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -576,7 +740,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -597,17 +767,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -617,14 +786,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -633,8 +811,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -643,19 +837,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -670,15 +866,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -688,8 +886,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(desktopdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -701,7 +900,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -709,7 +908,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -718,28 +917,37 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-recursive
+ 
+-#>- clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ #>- 	mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-libLTLIBRARIES clean-libtool \
++clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-install-data-am: install-desktopDATA install-rcDATA
++#>- install-data-am: install-desktopDATA install-kde_moduleLTLIBRARIES \
++#>- 	install-rcDATA
++#>+ 2
++install-data-am:   install-desktopDATA \
++	install-rcDATA
+ 
+-install-exec-am: install-libLTLIBRARIES
++#>- install-exec-am:
++#>+ 1
++install-exec-am:  install-kde_moduleLTLIBRARIES
+ 
+ install-info: install-info-recursive
+ 
+@@ -748,7 +956,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -756,29 +965,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-desktopDATA uninstall-info-am \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-desktopDATA install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive install-libLTLIBRARIES \
+-	install-man install-rcDATA install-recursive install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-desktopDATA install-exec \
++	install-exec-am install-info install-info-am \
++	install-kde_moduleLTLIBRARIES install-man install-rcDATA \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ 	uninstall-desktopDATA uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-rcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -811,6 +1026,9 @@
+ clean-metasources:
+ 	-rm -f  plugin.moc tool_zoom.moc
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libkiviozoomtool.la.closure
+@@ -818,10 +1036,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviozoomtool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviozoomtool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/kiviozoomtool/zoom_pics/Makefile.in koffice-1.4.2/kivio/plugins/kiviozoomtool/zoom_pics/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/kiviozoomtool/zoom_pics/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/kiviozoomtool/zoom_pics/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -19,100 +19,101 @@
+ ####   Makefile.am generated automatically by KDEStudio   ####
+ #### WARNING! All changes made in this part will be lost! ####
+ ##############################################################
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins/kiviozoomtool/zoom_pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kiviopicsdir)"
++kiviopicsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kiviopics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -144,15 +145,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -162,7 +160,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -174,14 +171,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -198,7 +192,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -232,13 +225,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -248,16 +245,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -268,15 +266,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -290,20 +285,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -327,16 +403,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kiviopicsdir = $(kde_datadir)/kivio/pics
+-
+ kiviopics_DATA = kivio_zoom.xpm kivio_zoom_allobject.xpm kivio_zoom_hand.xpm kivio_zoom_height.xpm kivio_zoom_minus.xpm kivio_zoom_page.xpm kivio_zoom_plus.xpm kivio_zoom_selected.xpm kivio_zoom_width.xpm 
+ EXTRA_DIST = \
+ 		kivio_zoom.xpm\
+@@ -349,28 +489,53 @@
+ 		kivio_zoom_selected.xpm\
+ 		kivio_zoom_width.xpm
+ 
+-subdir = kivio/plugins/kiviozoomtool/zoom_pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kiviopics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/zoom_pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/kiviozoomtool/zoom_pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/zoom_pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/zoom_pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviozoomtool/zoom_pics/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/zoom_pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviozoomtool/zoom_pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -381,39 +546,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kiviopicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kiviopicsDATA: $(kiviopics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
++	test -z "$(kiviopicsdir)" || $(mkdir_p) "$(DESTDIR)$(kiviopicsdir)"
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  $(kiviopicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kiviopicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  $(kiviopicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kiviopicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kiviopics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kiviopicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kiviopicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kiviopicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kiviopicsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -431,10 +600,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kiviopicsdir)
+-
++	for dir in "$(DESTDIR)$(kiviopicsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -446,7 +615,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -454,7 +623,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -468,13 +637,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -490,23 +661,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kiviopicsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kiviopicsDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kiviopicsDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kiviopicsDATA
+ 
+ ##############################################################
+@@ -517,12 +697,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/kiviozoomtool/zoom_pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/zoom_pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/kiviozoomtool/zoom_pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/kiviozoomtool/zoom_pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/plugins/Makefile.in koffice-1.4.2/kivio/plugins/Makefile.in
+--- koffice-1.4.2.orig/kivio/plugins/Makefile.in	2005-10-05 12:52:56.000000000 +0200
++++ koffice-1.4.2/kivio/plugins/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/plugins
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = kivioconnectortool kiviotexttool kiviozoomtool kivioselecttool kiviotargettool #kiviosmlconnector
+-subdir = kivio/plugins
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/plugins/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/plugins/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/Makefile
++	  $(AUTOMAKE) --gnu  kivio/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/plugins/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/plugins/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/plugins/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/templates/basic/Makefile.in koffice-1.4.2/kivio/templates/basic/Makefile.in
+--- koffice-1.4.2.orig/kivio/templates/basic/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/templates/basic/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/templates/basic
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ templates_DATA = .directory empty.desktop basicflow.desktop
+ templatesdir = $(kde_datadir)/kivio/templates/Basic
+-
+ templatesrc_DATA = empty.kft basicflow.kft
+ templatesrcdir = $(kde_datadir)/kivio/templates/Basic/.source
+-
+ kivioicondir = $(kde_datadir)/kivio/icons
+ kivioicon_ICON = AUTO
+-subdir = kivio/templates/basic
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/templates/basic/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/templates/basic/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/templates/basic/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/templates/basic/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/templates/basic/Makefile
++	  $(AUTOMAKE) --gnu  kivio/templates/basic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/templates/basic/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=crsc-action-template_empty.svgz crsc-action-template_basicworkflow.svgz basicflow.desktop cr48-action-template_basicflow.png empty.desktop empty.kft basicflow.kft cr48-action-template_empty.png 
++KDE_DIST=Makefile.in crsc-action-template_empty.svgz crsc-action-template_basicworkflow.svgz basicflow.desktop cr48-action-template_basicflow.png empty.desktop empty.kft basicflow.kft cr48-action-template_empty.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -549,10 +728,19 @@
+ 	-rm -f $(DESTDIR)$(kivioicondir)/crystalsvg/48x48/actions/template_empty.png
+ 	-rm -f $(DESTDIR)$(kivioicondir)/crystalsvg/scalable/actions/template_basicworkflow.svgz
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/templates/basic/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/templates/basic/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/templates/basic/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/templates/basic/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kivio/templates/Makefile.in koffice-1.4.2/kivio/templates/Makefile.in
+--- koffice-1.4.2.orig/kivio/templates/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kivio/templates/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kivio/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = basic
+-subdir = kivio/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kivio/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kivio/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/templates/Makefile
++	  $(AUTOMAKE) --gnu  kivio/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kivio/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kivio/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kivio/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kivio/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/koshell/Makefile.in koffice-1.4.2/koshell/Makefile.in
+--- koffice-1.4.2.orig/koshell/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/koshell/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,154 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = koshell
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(applnkdir)" \
++	"$(DESTDIR)$(kde_kcfgdir)" "$(DESTDIR)$(rcdir)"
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- koshell_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++koshell_la_DEPENDENCIES = libkdeinit_koshell.la
++#>- am_koshell_la_OBJECTS = koshell_main.lo koshell_shell.lo \
++#>- 	iconsidepane.lo
++#>+ 1
++am_koshell_la_OBJECTS = koshell_dummy.lo
++#>- koshell_la_OBJECTS = $(am_koshell_la_OBJECTS)
++#>+ 1
++koshell_la_OBJECTS = koshell_dummy.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += koshell$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(koshell_la_SOURCES)
++#>+ 1
++SOURCES = $(koshell_la_SOURCES) $(koshell_SOURCES) 
++#>- DIST_SOURCES = $(koshell_la_SOURCES)
++#>+ 1
++DIST_SOURCES = $(koshell_la_SOURCES) $(koshell_SOURCES) 
++applnkDATA_INSTALL = $(INSTALL_DATA)
++kde_kcfgDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(applnk_DATA) $(kde_kcfg_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +451,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+-
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_koshell.la
+ kdeinit_LTLIBRARIES = koshell.la
+-bin_PROGRAMS = 
+ #>- koshell_la_SOURCES = koshell_main.cc koshell_shell.cc iconsidepane.cpp koshellsettings.kcfgc
+ #>+ 2
+ koshell_la_SOURCES = koshell_la_dummy.cc
+@@ -346,160 +538,111 @@
+ #>+ 1
+ koshell_la_LIBADD = libkdeinit_koshell.la
+ kde_kcfg_DATA = koshell.kcfg
+-
+ #>- METASOURCES = AUTO
+-
+ KDE_ICON = AUTO
+-
+ rcdir = $(kde_datadir)/koshell
+ rc_DATA = koshellui.rc
+-
+ applnk_DATA = koshell.desktop
+ applnkdir = $(kde_appsdir)/Office
+-subdir = koshell
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
+-
+-#>- koshell_la_DEPENDENCIES =
+-#>+ 1
+-koshell_la_DEPENDENCIES = libkdeinit_koshell.la
+-#>- am_koshell_la_OBJECTS = koshell_main.lo koshell_shell.lo iconsidepane.lo
+-#>+ 1
+-am_koshell_la_OBJECTS = koshell_dummy.lo
+-#>- koshell_la_OBJECTS = $(am_koshell_la_OBJECTS)
+-#>+ 1
+-koshell_la_OBJECTS = koshell_dummy.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += koshell$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/iconsidepane.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koshell_main.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koshell_shell.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/koshell.la.Po $(DEPDIR)/koshell_dummy.Plo $(DEPDIR)/koshellsettings.P  $(DEPDIR)/libkdeinit_koshell_la.all_cc.P ./$(DEPDIR)/iconsidepane.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koshell_main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koshell_shell.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/koshell.la.Po $(DEPDIR)/koshell_dummy.Plo $(DEPDIR)/koshellsettings.P ./$(DEPDIR)/iconsidepane.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koshell_main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koshell_shell.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>- DIST_SOURCES = $(koshell_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(koshell_la_SOURCES) $(koshell_SOURCES) 
+-DATA = $(applnk_DATA) $(kde_kcfg_DATA) $(rc_DATA)
+-
+-DIST_COMMON = AUTHORS Makefile.am Makefile.in TODO
+-#>- SOURCES = $(koshell_la_SOURCES)
+-#>+ 1
+-SOURCES = $(koshell_la_SOURCES) $(koshell_SOURCES) 
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  koshell/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  koshell/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  koshell/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  koshell/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  koshell/Makefile
++	  $(AUTOMAKE) --gnu  koshell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit koshell/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -508,18 +651,17 @@
+ @KDE_USE_CLOSURE_TRUE at koshell.la: koshell.la.closure $(koshell_la_OBJECTS) $(koshell_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at koshell.la: $(koshell_la_OBJECTS) $(koshell_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kdeinitdir) $(koshell_la_LDFLAGS) $(koshell_la_OBJECTS) $(koshell_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -527,8 +669,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -539,7 +681,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -548,45 +690,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koshell_main.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koshell_shell.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -597,66 +741,58 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-applnkDATA_INSTALL = $(INSTALL_DATA)
+ install-applnkDATA: $(applnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(applnkdir)
++	test -z "$(applnkdir)" || $(mkdir_p) "$(DESTDIR)$(applnkdir)"
+ 	@list='$(applnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(applnkDATA_INSTALL) $$d$$p $(DESTDIR)$(applnkdir)/$$f"; \
+-	  $(applnkDATA_INSTALL) $$d$$p $(DESTDIR)$(applnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(applnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(applnkdir)/$$f'"; \
++	  $(applnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(applnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-applnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(applnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(applnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(applnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(applnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(applnkdir)/$$f"; \
+ 	done
+-kde_kcfgDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_kcfgDATA: $(kde_kcfg_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_kcfgdir)
++	test -z "$(kde_kcfgdir)" || $(mkdir_p) "$(DESTDIR)$(kde_kcfgdir)"
+ 	@list='$(kde_kcfg_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_kcfgDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_kcfgdir)/$$f"; \
+-	  $(kde_kcfgDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_kcfgdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_kcfgDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_kcfgdir)/$$f'"; \
++	  $(kde_kcfgDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_kcfgdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_kcfgDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_kcfg_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_kcfgdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_kcfgdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_kcfgdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_kcfgdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -665,6 +801,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -676,8 +813,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -686,21 +839,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -720,10 +873,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(applnkdir) $(DESTDIR)$(kde_kcfgdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(applnkdir)" "$(DESTDIR)$(kde_kcfgdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -735,7 +888,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -743,7 +896,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -759,14 +912,17 @@
+ 	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -786,7 +942,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -794,6 +951,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-applnkDATA uninstall-binPROGRAMS \
+ #>- 	uninstall-info-am uninstall-kde_kcfgDATA \
+ #>- 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+@@ -804,18 +969,19 @@
+ 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+ 	uninstall-rcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+ 	clean-generic clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES \
+-	clean-libtool distclean distclean-compile distclean-depend \
++	clean-libtool ctags distclean distclean-compile \
+ 	distclean-generic distclean-libtool distclean-tags distdir dvi \
+-	dvi-am info info-am install install-am install-applnkDATA \
+-	install-binPROGRAMS install-data install-data-am install-exec \
+-	install-exec-am install-info install-info-am \
+-	install-kde_kcfgDATA install-kdeinitLTLIBRARIES \
+-	install-libLTLIBRARIES install-man install-rcDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++	dvi-am html html-am info info-am install install-am \
++	install-applnkDATA install-binPROGRAMS install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_kcfgDATA \
++	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-applnkDATA uninstall-binPROGRAMS \
+ 	uninstall-info-am uninstall-kde_kcfgDATA \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+@@ -835,10 +1001,11 @@
+ libkdeinit_koshell_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_koshell_la_DEPENDENCIES = 
++libkdeinit_koshell_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+-#>+ 2
+-am_libkdeinit_koshell_la_OBJECTS = koshell_main.lo koshell_shell.lo iconsidepane.lo
++#>+ 3
++am_libkdeinit_koshell_la_OBJECTS = koshell_main.lo koshell_shell.lo \
++	iconsidepane.lo
+ 
+ #>+ 13
+ 
+@@ -882,7 +1049,7 @@
+ 	-rm -f  koshell_shell.moc iconsidepane.moc
+ 
+ #>+ 2
+-KDE_DIST=koshell_shell.h koshellsettings.kcfgc hi64-app-koshell.png hi32-app-koshell.png hi128-app-koshell.png hi48-app-koshell.png iconsidepane.h koshell.desktop hi16-app-koshell.png hi22-app-koshell.png koshell.kcfg hisc-app-koshell.svgz koshellui.rc 
++KDE_DIST=koshell_shell.h koshellsettings.kcfgc hi64-app-koshell.png Makefile.in hi32-app-koshell.png hi128-app-koshell.png hi48-app-koshell.png iconsidepane.h koshell.desktop hi16-app-koshell.png hi22-app-koshell.png koshell.kcfg hisc-app-koshell.svgz koshellui.rc Makefile.am 
+ 
+ #>+ 4
+ clean-kcfg:
+@@ -922,10 +1089,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/koshell.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/koshell.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  koshell/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  koshell/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  koshell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit koshell/Makefile.in
+ 
+ 
+@@ -967,9 +1143,10 @@
+ clean-final:
+ 	-rm -f libkdeinit_koshell_la.all_cc.cc
+ 
+-#>+ 5
++#>+ 6
+ libkdeinit_koshell_la_final_OBJECTS = libkdeinit_koshell_la.all_cc.lo iconsidepane.lo 
+-libkdeinit_koshell_la_nofinal_OBJECTS = koshell_main.lo koshell_shell.lo iconsidepane.lo koshellsettings.lo
++libkdeinit_koshell_la_nofinal_OBJECTS = koshell_main.lo koshell_shell.lo \
++	iconsidepane.lo koshellsettings.lo
+ @KDE_USE_FINAL_FALSE at libkdeinit_koshell_la_OBJECTS = $(libkdeinit_koshell_la_nofinal_OBJECTS)
+ @KDE_USE_FINAL_TRUE at libkdeinit_koshell_la_OBJECTS = $(libkdeinit_koshell_la_final_OBJECTS)
+ 
+diff -Nrua koffice-1.4.2.orig/kounavail/Makefile.in koffice-1.4.2/kounavail/Makefile.in
+--- koffice-1.4.2.orig/kounavail/Makefile.in	2005-10-05 12:52:57.000000000 +0200
++++ koffice-1.4.2/kounavail/Makefile.in	2005-11-11 17:31:31.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,137 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kounavail
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdelnkdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkounavailpart_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkounavailpart_la_OBJECTS = kounavail.lo
++#>- libkounavailpart_la_OBJECTS = $(am_libkounavailpart_la_OBJECTS)
++#>+ 1
++libkounavailpart_la_OBJECTS = kounavail.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkounavailpart_la_SOURCES)
++DIST_SOURCES = $(libkounavailpart_la_SOURCES)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kdelnk_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +176,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +191,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +202,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +223,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +256,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +276,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +297,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +316,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,114 +434,160 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+-
+ kde_module_LTLIBRARIES = libkounavailpart.la
+ libkounavailpart_la_SOURCES = kounavail.cc
+ libkounavailpart_la_LDFLAGS = $(KDE_PLUGIN)
+ libkounavailpart_la_LIBADD = $(LIB_KOFFICECORE)
+-
+ #>- METASOURCES = AUTO
+ noinst_HEADERS = kounavail.h
+-
+ kdelnk_DATA = kounavail.desktop
+ kdelnkdir = $(kde_servicesdir)
+-subdir = kounavail
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkounavailpart_la_DEPENDENCIES =
+-am_libkounavailpart_la_OBJECTS = kounavail.lo
+-#>- libkounavailpart_la_OBJECTS = $(am_libkounavailpart_la_OBJECTS)
+-#>+ 1
+-libkounavailpart_la_OBJECTS = kounavail.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kounavail.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kounavail.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkounavailpart_la_SOURCES)
+-DATA = $(kdelnk_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkounavailpart_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kounavail/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kounavail/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kounavail/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kounavail/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kounavail/Makefile
++	  $(AUTOMAKE) --gnu  kounavail/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kounavail/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -440,34 +598,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkounavailpart_la_LDFLAGS) $(libkounavailpart_la_OBJECTS) $(libkounavailpart_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kounavail.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -478,30 +635,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -510,6 +661,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -521,8 +673,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -531,21 +699,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -563,10 +731,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdelnkdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdelnkdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -578,7 +746,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -586,7 +754,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -602,14 +770,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -629,7 +800,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -637,21 +809,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kdelnkDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kdelnkDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kdelnkDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kdelnkDATA
+ 
+ 
+ messages:
+@@ -681,7 +862,7 @@
+ 	-rm -f  kounavail.moc
+ 
+ #>+ 2
+-KDE_DIST=test-kounavail.kwd kounavail.desktop test-kounavail2.kwd 
++KDE_DIST=Makefile.in test-kounavail.kwd kounavail.desktop test-kounavail2.kwd Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +871,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kounavail/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kounavail/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kounavail/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kounavail/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/autoformEdit/Makefile.in koffice-1.4.2/kpresenter/autoformEdit/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/autoformEdit/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/autoformEdit/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,124 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/autoformEdit
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libaf_la_LIBADD =
++am_libaf_la_OBJECTS = atfinterpreter.lo afchoose.lo
++#>- libaf_la_OBJECTS = $(am_libaf_la_OBJECTS)
++#>+ 4
++libaf_la_final_OBJECTS = libaf_la.all_cc.lo 
++libaf_la_nofinal_OBJECTS = atfinterpreter.lo afchoose.lo
++ at KDE_USE_FINAL_FALSE@libaf_la_OBJECTS = $(libaf_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libaf_la_OBJECTS = $(libaf_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libaf_la_SOURCES)
++DIST_SOURCES = $(libaf_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +165,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +180,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +191,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +212,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +245,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +265,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +286,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +305,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,97 +423,139 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir)/.. $(KOFFICE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ noinst_LTLIBRARIES = libaf.la
+-
+ libaf_la_SOURCES = atfinterpreter.cc afchoose.cc
+-
+ #>- METASOURCES = AUTO
+-subdir = kpresenter/autoformEdit
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libaf_la_LDFLAGS =
+-libaf_la_LIBADD =
+-am_libaf_la_OBJECTS = atfinterpreter.lo afchoose.lo
+-#>- libaf_la_OBJECTS = $(am_libaf_la_OBJECTS)
+-#>+ 4
+-libaf_la_final_OBJECTS = libaf_la.all_cc.lo 
+-libaf_la_nofinal_OBJECTS = atfinterpreter.lo afchoose.lo
+- at KDE_USE_FINAL_FALSE@libaf_la_OBJECTS = $(libaf_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libaf_la_OBJECTS = $(libaf_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/afchoose.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/atfinterpreter.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libaf_la.all_cc.P ./$(DEPDIR)/afchoose.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/atfinterpreter.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/afchoose.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/atfinterpreter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libaf_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libaf_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoformEdit/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/autoformEdit/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/autoformEdit/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoformEdit/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoformEdit/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/autoformEdit/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoformEdit/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -422,7 +563,7 @@
+ 	$(CXXLINK)  $(libaf_la_LDFLAGS) $(libaf_la_OBJECTS) $(libaf_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -430,27 +571,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/afchoose.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/atfinterpreter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -462,11 +602,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -475,6 +610,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -486,8 +622,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -496,21 +648,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -528,9 +680,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -542,7 +692,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -550,7 +700,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -566,14 +716,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -589,7 +742,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -597,18 +751,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -627,15 +789,24 @@
+ 	-rm -f  afchoose.moc
+ 
+ #>+ 2
+-KDE_DIST=afchoose.h atfinterpreter.h 
++KDE_DIST=Makefile.in afchoose.h atfinterpreter.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoformEdit/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoformEdit/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/autoformEdit/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoformEdit/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/autoforms/Arrows/Makefile.in koffice-1.4.2/kpresenter/autoforms/Arrows/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/autoforms/Arrows/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/autoforms/Arrows/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,104 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/autoforms/Arrows
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(autoformsdir)" \
++	"$(DESTDIR)$(autoformsiconsdir)" "$(DESTDIR)$(autoformsrcdir)"
++autoformsDATA_INSTALL = $(INSTALL_DATA)
++autoformsiconsDATA_INSTALL = $(INSTALL_DATA)
++autoformsrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(autoforms_DATA) $(autoformsicons_DATA) $(autoformsrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +143,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +158,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +169,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +190,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +223,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +243,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +264,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +283,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,56 +401,144 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ autoforms_DATA = .directory ArrowDown.desktop ArrowLeft.desktop \
+ 	ArrowLeftDown.desktop  ArrowLeftUp.desktop \
+ 	ArrowRight.desktop ArrowRightDown.desktop \
+ 	ArrowRightUp.desktop ArrowUp.desktop
+ 
+ autoformsdir = $(kde_datadir)/kpresenter/autoforms/Arrows
+-
+ autoformsrc_DATA = ArrowDown.atf ArrowLeft.atf \
+ 	ArrowLeftDown.atf ArrowLeftUp.atf \
+ 	ArrowRight.atf ArrowRightDown.atf \
+ 	ArrowRightUp.atf ArrowUp.atf
+ 
+ autoformsrcdir = $(kde_datadir)/kpresenter/autoforms/Arrows/.source
+-
+ autoformsicons_DATA = ArrowDown.png ArrowLeft.png \
+ 	ArrowLeftDown.png ArrowLeftUp.png \
+ 	ArrowRight.png ArrowRightDown.png \
+ 	ArrowRightUp.png ArrowUp.png
+ 
+ autoformsiconsdir = $(kde_datadir)/kpresenter/autoforms/Arrows/.icon
+-subdir = kpresenter/autoforms/Arrows
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(autoforms_DATA) $(autoformsicons_DATA) $(autoformsrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Arrows/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Arrows/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Arrows/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Arrows/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Arrows/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Arrows/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoforms/Arrows/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -382,77 +549,77 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-autoformsDATA_INSTALL = $(INSTALL_DATA)
+ install-autoformsDATA: $(autoforms_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsdir)
++	test -z "$(autoformsdir)" || $(mkdir_p) "$(DESTDIR)$(autoformsdir)"
+ 	@list='$(autoforms_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(autoformsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsdir)/$$f"; \
+-	  $(autoformsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(autoformsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autoformsdir)/$$f'"; \
++	  $(autoformsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autoformsdir)/$$f"; \
+ 	done
+ 
+ uninstall-autoformsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(autoforms_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(autoformsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(autoformsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(autoformsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(autoformsdir)/$$f"; \
+ 	done
+-autoformsiconsDATA_INSTALL = $(INSTALL_DATA)
+ install-autoformsiconsDATA: $(autoformsicons_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsiconsdir)
++	test -z "$(autoformsiconsdir)" || $(mkdir_p) "$(DESTDIR)$(autoformsiconsdir)"
+ 	@list='$(autoformsicons_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(autoformsiconsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsiconsdir)/$$f"; \
+-	  $(autoformsiconsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsiconsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(autoformsiconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autoformsiconsdir)/$$f'"; \
++	  $(autoformsiconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autoformsiconsdir)/$$f"; \
+ 	done
+ 
+ uninstall-autoformsiconsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(autoformsicons_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(autoformsiconsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(autoformsiconsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(autoformsiconsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(autoformsiconsdir)/$$f"; \
+ 	done
+-autoformsrcDATA_INSTALL = $(INSTALL_DATA)
+ install-autoformsrcDATA: $(autoformsrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsrcdir)
++	test -z "$(autoformsrcdir)" || $(mkdir_p) "$(DESTDIR)$(autoformsrcdir)"
+ 	@list='$(autoformsrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(autoformsrcDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsrcdir)/$$f"; \
+-	  $(autoformsrcDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(autoformsrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autoformsrcdir)/$$f'"; \
++	  $(autoformsrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autoformsrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-autoformsrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(autoformsrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(autoformsrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(autoformsrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(autoformsrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(autoformsrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -470,10 +637,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsdir) $(DESTDIR)$(autoformsiconsdir) $(DESTDIR)$(autoformsrcdir)
+-
++	for dir in "$(DESTDIR)$(autoformsdir)" "$(DESTDIR)$(autoformsiconsdir)" "$(DESTDIR)$(autoformsrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -485,7 +652,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -493,7 +660,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -507,13 +674,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -530,42 +699,60 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-autoformsDATA uninstall-autoformsiconsDATA \
+ 	uninstall-autoformsrcDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-autoformsDATA \
+-	install-autoformsiconsDATA install-autoformsrcDATA install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-autoformsDATA uninstall-autoformsiconsDATA \
+-	uninstall-autoformsrcDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-autoformsDATA install-autoformsiconsDATA \
++	install-autoformsrcDATA install-data install-data-am \
++	install-exec install-exec-am install-info install-info-am \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-autoformsDATA \
++	uninstall-autoformsiconsDATA uninstall-autoformsrcDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=ArrowRight.atf ArrowUp.desktop ArrowDown.desktop ArrowLeftDown.atf ArrowRightDown.png ArrowLeftUp.desktop ArrowRightDown.desktop ArrowRight.png ArrowRight.desktop ArrowUp.png ArrowDown.png ArrowRightUp.png ArrowRightUp.atf ArrowUp.atf ArrowLeftUp.atf ArrowLeftUp.png ArrowLeft.atf ArrowLeftDown.desktop ArrowRightDown.atf ArrowRightUp.desktop ArrowDown.atf ArrowLeftDown.png ArrowLeft.desktop ArrowLeft.png 
++KDE_DIST=ArrowRight.atf ArrowUp.desktop ArrowDown.desktop ArrowLeftDown.atf Makefile.in ArrowRightDown.png ArrowLeftUp.desktop ArrowRightDown.desktop ArrowRight.png ArrowRight.desktop ArrowUp.png ArrowDown.png ArrowRightUp.png ArrowRightUp.atf ArrowUp.atf ArrowLeftUp.atf ArrowLeftUp.png ArrowLeft.atf ArrowLeftDown.desktop ArrowRightDown.atf ArrowRightUp.desktop ArrowDown.atf ArrowLeftDown.png ArrowLeft.desktop Makefile.am ArrowLeft.png 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Arrows/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Arrows/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Arrows/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoforms/Arrows/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/autoforms/Connections/Makefile.in koffice-1.4.2/kpresenter/autoforms/Connections/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/autoforms/Connections/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/autoforms/Connections/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,104 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/autoforms/Connections
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(autoformsdir)" \
++	"$(DESTDIR)$(autoformsiconsdir)" "$(DESTDIR)$(autoformsrcdir)"
++autoformsDATA_INSTALL = $(INSTALL_DATA)
++autoformsiconsDATA_INSTALL = $(INSTALL_DATA)
++autoformsrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(autoforms_DATA) $(autoformsicons_DATA) $(autoformsrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +143,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +158,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +169,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +190,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +223,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +243,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +264,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +283,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +401,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ autoforms_DATA = .directory Connection1.desktop Connection2.desktop \
+ 	Connection3.desktop Connection4.desktop \
+ 	Connection5.desktop Connection6.desktop \
+@@ -338,7 +482,6 @@
+ 	Connection11.desktop Connection12.desktop 
+ 
+ autoformsdir = $(kde_datadir)/kpresenter/autoforms/Connections
+-
+ autoformsrc_DATA = Connection1.atf Connection2.atf \
+ 	Connection3.atf Connection4.atf \
+ 	Connection5.atf Connection6.atf \
+@@ -347,7 +490,6 @@
+ 	Connection11.atf Connection12.atf 
+ 
+ autoformsrcdir = $(kde_datadir)/kpresenter/autoforms/Connections/.source
+-
+ autoformsicons_DATA = Connection1.png Connection2.png \
+ 	Connection3.png Connection4.png \
+ 	Connection5.png Connection6.png \
+@@ -356,28 +498,53 @@
+ 	Connection11.png Connection12.png 
+ 
+ autoformsiconsdir = $(kde_datadir)/kpresenter/autoforms/Connections/.icon
+-subdir = kpresenter/autoforms/Connections
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(autoforms_DATA) $(autoformsicons_DATA) $(autoformsrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Connections/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Connections/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Connections/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Connections/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Connections/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Connections/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoforms/Connections/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -388,77 +555,77 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-autoformsDATA_INSTALL = $(INSTALL_DATA)
+ install-autoformsDATA: $(autoforms_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsdir)
++	test -z "$(autoformsdir)" || $(mkdir_p) "$(DESTDIR)$(autoformsdir)"
+ 	@list='$(autoforms_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(autoformsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsdir)/$$f"; \
+-	  $(autoformsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(autoformsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autoformsdir)/$$f'"; \
++	  $(autoformsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autoformsdir)/$$f"; \
+ 	done
+ 
+ uninstall-autoformsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(autoforms_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(autoformsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(autoformsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(autoformsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(autoformsdir)/$$f"; \
+ 	done
+-autoformsiconsDATA_INSTALL = $(INSTALL_DATA)
+ install-autoformsiconsDATA: $(autoformsicons_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsiconsdir)
++	test -z "$(autoformsiconsdir)" || $(mkdir_p) "$(DESTDIR)$(autoformsiconsdir)"
+ 	@list='$(autoformsicons_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(autoformsiconsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsiconsdir)/$$f"; \
+-	  $(autoformsiconsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsiconsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(autoformsiconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autoformsiconsdir)/$$f'"; \
++	  $(autoformsiconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autoformsiconsdir)/$$f"; \
+ 	done
+ 
+ uninstall-autoformsiconsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(autoformsicons_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(autoformsiconsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(autoformsiconsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(autoformsiconsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(autoformsiconsdir)/$$f"; \
+ 	done
+-autoformsrcDATA_INSTALL = $(INSTALL_DATA)
+ install-autoformsrcDATA: $(autoformsrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsrcdir)
++	test -z "$(autoformsrcdir)" || $(mkdir_p) "$(DESTDIR)$(autoformsrcdir)"
+ 	@list='$(autoformsrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(autoformsrcDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsrcdir)/$$f"; \
+-	  $(autoformsrcDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(autoformsrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autoformsrcdir)/$$f'"; \
++	  $(autoformsrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autoformsrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-autoformsrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(autoformsrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(autoformsrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(autoformsrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(autoformsrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(autoformsrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -476,10 +643,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsdir) $(DESTDIR)$(autoformsiconsdir) $(DESTDIR)$(autoformsrcdir)
+-
++	for dir in "$(DESTDIR)$(autoformsdir)" "$(DESTDIR)$(autoformsiconsdir)" "$(DESTDIR)$(autoformsrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -491,7 +658,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -499,7 +666,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -513,13 +680,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -536,42 +705,60 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-autoformsDATA uninstall-autoformsiconsDATA \
+ 	uninstall-autoformsrcDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-autoformsDATA \
+-	install-autoformsiconsDATA install-autoformsrcDATA install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-autoformsDATA uninstall-autoformsiconsDATA \
+-	uninstall-autoformsrcDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-autoformsDATA install-autoformsiconsDATA \
++	install-autoformsrcDATA install-data install-data-am \
++	install-exec install-exec-am install-info install-info-am \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-autoformsDATA \
++	uninstall-autoformsiconsDATA uninstall-autoformsrcDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Connection9.desktop Connection8.desktop Connection5.atf Connection7.atf Connection11.atf Connection4.desktop Connection11.png Connection10.png Connection2.desktop Connection12.desktop Connection4.atf Connection3.png Connection10.atf Connection1.desktop Connection5.png Connection8.png Connection3.desktop Connection7.png Connection12.atf Connection5.desktop Connection2.png Connection2.atf Connection1.atf Connection9.png Connection1.png Connection8.atf Connection6.desktop Connection10.desktop Connection7.desktop Connection9.atf Connection3.atf Connection4.png Connection6.png Connection11.desktop Connection6.atf Connection12.png 
++KDE_DIST=Connection9.desktop Connection8.desktop Connection5.atf Connection7.atf Connection11.atf Connection4.desktop Makefile.in Connection11.png Connection10.png Connection2.desktop Connection12.desktop Connection4.atf Connection3.png Connection10.atf Connection1.desktop Connection5.png Connection8.png Connection3.desktop Connection7.png Connection12.atf Connection5.desktop Connection2.png Connection2.atf Connection1.atf Connection9.png Connection1.png Connection8.atf Connection6.desktop Connection10.desktop Connection7.desktop Connection9.atf Connection3.atf Connection4.png Connection6.png Connection11.desktop Connection6.atf Connection12.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Connections/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Connections/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Connections/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoforms/Connections/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/autoforms/Makefile.in koffice-1.4.2/kpresenter/autoforms/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/autoforms/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/autoforms/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/autoforms
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(autoformsdir)"
++autoformsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(autoforms_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,51 +414,129 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = Arrows Connections
+-
+ autoforms_DATA = .autoforms
+ autoformsdir = $(kde_datadir)/kpresenter/autoforms
+-subdir = kpresenter/autoforms
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(autoforms_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoforms/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -377,23 +547,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-autoformsDATA_INSTALL = $(INSTALL_DATA)
+ install-autoformsDATA: $(autoforms_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsdir)
++	test -z "$(autoformsdir)" || $(mkdir_p) "$(DESTDIR)$(autoformsdir)"
+ 	@list='$(autoforms_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(autoformsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsdir)/$$f"; \
+-	  $(autoformsDATA_INSTALL) $$d$$p $(DESTDIR)$(autoformsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(autoformsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autoformsdir)/$$f'"; \
++	  $(autoformsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autoformsdir)/$$f"; \
+ 	done
+ 
+ uninstall-autoformsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(autoforms_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(autoformsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(autoformsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(autoformsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(autoformsdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -403,7 +572,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -415,7 +590,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -423,7 +598,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -444,17 +625,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -464,14 +644,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -480,8 +669,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -490,19 +695,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -517,15 +724,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -535,8 +744,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(autoformsdir)
+-
++	for dir in "$(DESTDIR)$(autoformsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -548,7 +758,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -556,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -570,7 +780,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -578,6 +788,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -593,44 +805,62 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-autoformsDATA uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-autoformsDATA \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-autoformsDATA \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
+ 	maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-autoformsDATA \
+-	uninstall-info-am uninstall-info-recursive uninstall-recursive
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am \
++	uninstall-autoformsDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/autoforms/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/autoforms/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/autoforms/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/autoforms/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/dtd/Makefile.in koffice-1.4.2/kpresenter/dtd/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/dtd/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/dtd/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/dtd
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(dtddir)"
++dtdDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(dtd_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ dtd_DATA = kpresenter.dtd
+-
+ dtddir = $(kde_datadir)/kpresenter/dtd
+-subdir = kpresenter/dtd
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(dtd_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/dtd/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/dtd/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/dtd/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/dtd/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/dtd/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/dtd/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-dtdDATA_INSTALL = $(INSTALL_DATA)
+ install-dtdDATA: $(dtd_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
++	test -z "$(dtddir)" || $(mkdir_p) "$(DESTDIR)$(dtddir)"
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f"; \
+-	  $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(dtdDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtddir)/$$f'"; \
++	  $(dtdDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ 
+ uninstall-dtdDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(dtddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(dtddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -416,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
+-
++	for dir in "$(DESTDIR)$(dtddir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -431,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -439,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -453,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -475,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-dtdDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-dtdDATA install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-dtdDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-dtdDATA install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-dtdDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kpresenter.dtd 
++KDE_DIST=Makefile.in kpresenter.dtd Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/dtd/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/dtd/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/dtd/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/Makefile.in koffice-1.4.2/kpresenter/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,250 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kpresenter
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" \
++	"$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kpresenter_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kpresenter_la_DEPENDENCIES = libkdeinit_kpresenter.la
++#>- am_kpresenter_la_OBJECTS = main.lo
++#>+ 1
++am_kpresenter_la_OBJECTS = kpresenter_dummy.lo
++#>- kpresenter_la_OBJECTS = $(am_kpresenter_la_OBJECTS)
++#>+ 1
++kpresenter_la_OBJECTS = kpresenter_dummy.lo
++libkpresenterpart_la_DEPENDENCIES = autoformEdit/libaf.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkpresenterpart_la_OBJECTS = koPointArray.lo kprcanvas.lo \
++	kprpage.lo searchdia.lo backdia.lo webpresentation.lo \
++	kpresenter_view.lo mspresentation.lo kprbrush.lo \
++	kpresenter_doc.lo kpresenter_sound_player.lo pgconfdia.lo \
++	effectdia.lo kprcommand.lo kpresenter_utils.lo \
++	effecthandler.lo pageeffects.lo transeffectdia.lo kpobject.lo \
++	kplineobject.lo kprectobject.lo kpellipseobject.lo \
++	kpautoformobject.lo kptextobject.lo kppixmapobject.lo \
++	kppieobject.lo kppartobject.lo kpgroupobject.lo \
++	kpbackground.lo kpgradient.lo kpgradientcollection.lo \
++	gotopage.lo kpresenter_factory.lo KPresenterDocIface.lo \
++	KPresenterViewIface.lo KPresenterObjectIface.lo \
++	KPresenterPageIface.lo sidebar.lo kpresenter_dlg_config.lo \
++	kprvariable.lo kprdrag.lo kprtextdocument.lo kppointobject.lo \
++	kpfreehandobject.lo kppolylineobject.lo \
++	kpquadricbeziercurveobject.lo kpcubicbeziercurveobject.lo \
++	kppolygonobject.lo notebar.lo KPTextObjectIface.lo \
++	KPTextViewIface.lo presdurationdia.lo KPPieObjectIface.lo \
++	KPPolygonObjectIface.lo KPRectObjectIface.lo \
++	KPPixmapObjectIface.lo KPAutoFormObjectIface.lo \
++	KPresenterObject2DIface.lo KPLineObjectIface.lo \
++	KPQuadricbezierCurveObjectIface.lo \
++	KPCubicbeziercurveObjectIface.lo shadowdialogimpl.lo \
++	textpreview.lo rotationdialogimpl.lo KPFreehandObjectIface.lo \
++	kprstylemanager.lo kprbgspellcheck.lo kprhelplinedia.lo \
++	KPPolyLineObjectIface.lo kprduplicateobjdia.lo \
++	kpclosedlineobject.lo kprimportstyledia.lo imageEffectDia.lo \
++	customslideshowdia.lo pbpreview.lo penstylewidget.lo \
++	rectpreview.lo rectproperty.lo piepreview.lo polygonpreview.lo \
++	picturepreview.lo brushproperty.lo generalproperty.lo \
++	polygonproperty.lo pieproperty.lo pictureproperty.lo \
++	kpmarginwidget.lo textproperty.lo kpobjectproperties.lo \
++	propertyeditor.lo slidetransitiondia.lo
++#>- libkpresenterpart_la_OBJECTS = $(am_libkpresenterpart_la_OBJECTS)
++#>+ 36
++libkpresenterpart_la_final_OBJECTS = libkpresenterpart_la.all_cc.lo 
++libkpresenterpart_la_nofinal_OBJECTS = koPointArray.lo kprcanvas.lo \
++	kprpage.lo searchdia.lo backdia.lo webpresentation.lo \
++	kpresenter_view.lo mspresentation.lo kprbrush.lo \
++	kpresenter_doc.lo kpresenter_sound_player.lo pgconfdia.lo \
++	effectdia.lo kprcommand.lo kpresenter_utils.lo \
++	effecthandler.lo pageeffects.lo transeffectdia.lo kpobject.lo \
++	kplineobject.lo kprectobject.lo kpellipseobject.lo \
++	kpautoformobject.lo kptextobject.lo kppixmapobject.lo \
++	kppieobject.lo kppartobject.lo kpgroupobject.lo \
++	kpbackground.lo kpgradient.lo kpgradientcollection.lo \
++	gotopage.lo kpresenter_factory.lo KPresenterDocIface.lo \
++	KPresenterViewIface.lo KPresenterObjectIface.lo \
++	KPresenterPageIface.lo sidebar.lo kpresenter_dlg_config.lo \
++	kprvariable.lo kprdrag.lo kprtextdocument.lo kppointobject.lo \
++	kpfreehandobject.lo kppolylineobject.lo \
++	kpquadricbeziercurveobject.lo kpcubicbeziercurveobject.lo \
++	kppolygonobject.lo notebar.lo KPTextObjectIface.lo \
++	KPTextViewIface.lo presdurationdia.lo KPPieObjectIface.lo \
++	KPPolygonObjectIface.lo KPRectObjectIface.lo \
++	KPPixmapObjectIface.lo KPAutoFormObjectIface.lo \
++	KPresenterObject2DIface.lo KPLineObjectIface.lo \
++	KPQuadricbezierCurveObjectIface.lo \
++	KPCubicbeziercurveObjectIface.lo shadowdialogimpl.lo \
++	textpreview.lo rotationdialogimpl.lo KPFreehandObjectIface.lo \
++	kprstylemanager.lo kprbgspellcheck.lo kprhelplinedia.lo \
++	KPPolyLineObjectIface.lo kprduplicateobjdia.lo \
++	kpclosedlineobject.lo kprimportstyledia.lo imageEffectDia.lo \
++	customslideshowdia.lo pbpreview.lo penstylewidget.lo \
++	rectpreview.lo rectproperty.lo piepreview.lo polygonpreview.lo \
++	picturepreview.lo brushproperty.lo generalproperty.lo \
++	polygonproperty.lo pieproperty.lo pictureproperty.lo \
++	kpmarginwidget.lo textproperty.lo kpobjectproperties.lo \
++	propertyeditor.lo slidetransitiondia.lo KPresenterDocIface_skel.lo KPresenterViewIface_skel.lo KPresenterObjectIface_skel.lo KPresenterPageIface_skel.lo KPTextObjectIface_skel.lo KPTextViewIface_skel.lo KPPieObjectIface_skel.lo KPPolygonObjectIface_skel.lo KPRectObjectIface_skel.lo KPPixmapObjectIface_skel.lo KPAutoFormObjectIface_skel.lo KPresenterObject2DIface_skel.lo KPLineObjectIface_skel.lo KPQuadricbezierCurveObjectIface_skel.lo KPCubicbeziercurveObjectIface_skel.lo KPFreehandObjectIface_skel.lo KPPolyLineObjectIface_skel.lo insertpagedia.lo shadowdialog.lo rotationdialog.lo imageEffectBase.lo penstyle.lo rectpropertyui.lo brushpropertyui.lo gradientpropertyui.lo generalpropertyui.lo polygonpropertyui.lo piepropertyui.lo picturepropertyui.lo marginui.lo slidetransitionwidget.lo
++ at KDE_USE_FINAL_FALSE@libkpresenterpart_la_OBJECTS = $(libkpresenterpart_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkpresenterpart_la_OBJECTS = $(libkpresenterpart_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kpresenter$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
++SCRIPTS = $(bin_SCRIPTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kpresenter_la_SOURCES) $(libkpresenterpart_la_SOURCES)
++#>+ 1
++SOURCES = $(kpresenter_la_SOURCES) $(libkpresenterpart_la_SOURCES) $(kpresenter_SOURCES) 
++#>- DIST_SOURCES = $(kpresenter_la_SOURCES) \
++#>- 	$(libkpresenterpart_la_SOURCES)
++#>+ 2
++DIST_SOURCES = $(kpresenter_la_SOURCES) \
++	$(libkpresenterpart_la_SOURCES) $(kpresenter_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +289,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +304,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +315,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +336,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +369,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +389,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +410,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +429,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +547,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +622,7 @@
+ xdg_menudir = @xdg_menudir@
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) -I$(kde_includes)/arts $(all_includes)
+-
+ bin_SCRIPTS = kprconverter.pl
+-
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_kpresenter.la
+@@ -458,536 +747,148 @@
+ 	propertyeditor.cc \
+ 	 slidetransitiondia.cc KPresenterDocIface_skel.cc KPresenterViewIface_skel.cc KPresenterObjectIface_skel.cc KPresenterPageIface_skel.cc KPTextObjectIface_skel.cc KPTextViewIface_skel.cc KPPieObjectIface_skel.cc KPPolygonObjectIface_skel.cc KPRectObjectIface_skel.cc KPPixmapObjectIface_skel.cc KPAutoFormObjectIface_skel.cc KPresenterObject2DIface_skel.cc KPLineObjectIface_skel.cc KPQuadricbezierCurveObjectIface_skel.cc KPCubicbeziercurveObjectIface_skel.cc KPFreehandObjectIface_skel.cc KPPolyLineObjectIface_skel.cc insertpagedia.cc shadowdialog.cc rotationdialog.cc imageEffectBase.cc penstyle.cc rectpropertyui.cc brushpropertyui.cc gradientpropertyui.cc generalpropertyui.cc polygonpropertyui.cc piepropertyui.cc picturepropertyui.cc marginui.cc slidetransitionwidget.cc
+ 
+-
+ @include_ARTS_TRUE at ARTSKDE = -lartskde
+-
+ libkpresenterpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
+ libkpresenterpart_la_LIBADD = autoformEdit/libaf.la $(LIB_KOFFICEUI) $(LIB_KOTEXT) $(ARTSKDE) -lkdefx
+ #>- libkpresenterpart_la_METASOURCES = AUTO
+-
+ kdeinit_LTLIBRARIES = kpresenter.la
+-bin_PROGRAMS = 
+ kpresenter_la_SOURCES = main.cc
+ kpresenter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- kpresenter_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kpresenter_la_LIBADD = libkdeinit_kpresenter.la
+-
+ kdelnk_DATA = kpresenter.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+-
+ kde_services_DATA = kpresenterpart.desktop
+-
+ rcdir = $(kde_datadir)/kpresenter
+ rc_DATA = kpresenter.rc kpresenter_readonly.rc
+-
+ SUBDIRS = autoformEdit autoforms . pics templates dtd slideshow toolbar
+-subdir = kpresenter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kpresenter_la_DEPENDENCIES =
+-#>+ 1
+-kpresenter_la_DEPENDENCIES = libkdeinit_kpresenter.la
+-#>- am_kpresenter_la_OBJECTS = main.lo
+-#>+ 1
+-am_kpresenter_la_OBJECTS = kpresenter_dummy.lo
+-#>- kpresenter_la_OBJECTS = $(am_kpresenter_la_OBJECTS)
+-#>+ 1
+-kpresenter_la_OBJECTS = kpresenter_dummy.lo
+- at include_ARTS_TRUE@libkpresenterpart_la_DEPENDENCIES = \
+- at include_ARTS_TRUE@	autoformEdit/libaf.la
+- at include_ARTS_FALSE@libkpresenterpart_la_DEPENDENCIES = \
+- at include_ARTS_FALSE@	autoformEdit/libaf.la
+-am_libkpresenterpart_la_OBJECTS = koPointArray.lo kprcanvas.lo \
+-	kprpage.lo searchdia.lo backdia.lo webpresentation.lo \
+-	kpresenter_view.lo mspresentation.lo kprbrush.lo \
+-	kpresenter_doc.lo kpresenter_sound_player.lo pgconfdia.lo \
+-	effectdia.lo kprcommand.lo kpresenter_utils.lo effecthandler.lo \
+-	pageeffects.lo transeffectdia.lo kpobject.lo kplineobject.lo \
+-	kprectobject.lo kpellipseobject.lo kpautoformobject.lo \
+-	kptextobject.lo kppixmapobject.lo kppieobject.lo \
+-	kppartobject.lo kpgroupobject.lo kpbackground.lo kpgradient.lo \
+-	kpgradientcollection.lo gotopage.lo kpresenter_factory.lo \
+-	KPresenterDocIface.lo KPresenterViewIface.lo \
+-	KPresenterObjectIface.lo KPresenterPageIface.lo sidebar.lo \
+-	kpresenter_dlg_config.lo kprvariable.lo kprdrag.lo \
+-	kprtextdocument.lo kppointobject.lo kpfreehandobject.lo \
+-	kppolylineobject.lo kpquadricbeziercurveobject.lo \
+-	kpcubicbeziercurveobject.lo kppolygonobject.lo notebar.lo \
+-	KPTextObjectIface.lo KPTextViewIface.lo presdurationdia.lo \
+-	KPPieObjectIface.lo KPPolygonObjectIface.lo \
+-	KPRectObjectIface.lo KPPixmapObjectIface.lo \
+-	KPAutoFormObjectIface.lo KPresenterObject2DIface.lo \
+-	KPLineObjectIface.lo KPQuadricbezierCurveObjectIface.lo \
+-	KPCubicbeziercurveObjectIface.lo shadowdialogimpl.lo \
+-	textpreview.lo rotationdialogimpl.lo KPFreehandObjectIface.lo \
+-	kprstylemanager.lo kprbgspellcheck.lo kprhelplinedia.lo \
+-	KPPolyLineObjectIface.lo kprduplicateobjdia.lo \
+-	kpclosedlineobject.lo kprimportstyledia.lo imageEffectDia.lo \
+-	customslideshowdia.lo pbpreview.lo penstylewidget.lo \
+-	rectpreview.lo rectproperty.lo piepreview.lo polygonpreview.lo \
+-	picturepreview.lo brushproperty.lo generalproperty.lo \
+-	polygonproperty.lo pieproperty.lo pictureproperty.lo \
+-	kpmarginwidget.lo textproperty.lo kpobjectproperties.lo \
+-	propertyeditor.lo slidetransitiondia.lo
+-#>- libkpresenterpart_la_OBJECTS = $(am_libkpresenterpart_la_OBJECTS)
+-#>+ 35
+-libkpresenterpart_la_final_OBJECTS = libkpresenterpart_la.all_cc.lo 
+-libkpresenterpart_la_nofinal_OBJECTS = koPointArray.lo kprcanvas.lo \
+-	kprpage.lo searchdia.lo backdia.lo webpresentation.lo \
+-	kpresenter_view.lo mspresentation.lo kprbrush.lo \
+-	kpresenter_doc.lo kpresenter_sound_player.lo pgconfdia.lo \
+-	effectdia.lo kprcommand.lo kpresenter_utils.lo effecthandler.lo \
+-	pageeffects.lo transeffectdia.lo kpobject.lo kplineobject.lo \
+-	kprectobject.lo kpellipseobject.lo kpautoformobject.lo \
+-	kptextobject.lo kppixmapobject.lo kppieobject.lo \
+-	kppartobject.lo kpgroupobject.lo kpbackground.lo kpgradient.lo \
+-	kpgradientcollection.lo gotopage.lo kpresenter_factory.lo \
+-	KPresenterDocIface.lo KPresenterViewIface.lo \
+-	KPresenterObjectIface.lo KPresenterPageIface.lo sidebar.lo \
+-	kpresenter_dlg_config.lo kprvariable.lo kprdrag.lo \
+-	kprtextdocument.lo kppointobject.lo kpfreehandobject.lo \
+-	kppolylineobject.lo kpquadricbeziercurveobject.lo \
+-	kpcubicbeziercurveobject.lo kppolygonobject.lo notebar.lo \
+-	KPTextObjectIface.lo KPTextViewIface.lo presdurationdia.lo \
+-	KPPieObjectIface.lo KPPolygonObjectIface.lo \
+-	KPRectObjectIface.lo KPPixmapObjectIface.lo \
+-	KPAutoFormObjectIface.lo KPresenterObject2DIface.lo \
+-	KPLineObjectIface.lo KPQuadricbezierCurveObjectIface.lo \
+-	KPCubicbeziercurveObjectIface.lo shadowdialogimpl.lo \
+-	textpreview.lo rotationdialogimpl.lo KPFreehandObjectIface.lo \
+-	kprstylemanager.lo kprbgspellcheck.lo kprhelplinedia.lo \
+-	KPPolyLineObjectIface.lo kprduplicateobjdia.lo \
+-	kpclosedlineobject.lo kprimportstyledia.lo imageEffectDia.lo \
+-	customslideshowdia.lo pbpreview.lo penstylewidget.lo \
+-	rectpreview.lo rectproperty.lo piepreview.lo polygonpreview.lo \
+-	picturepreview.lo brushproperty.lo generalproperty.lo \
+-	polygonproperty.lo pieproperty.lo pictureproperty.lo \
+-	kpmarginwidget.lo textproperty.lo kpobjectproperties.lo \
+-	propertyeditor.lo slidetransitiondia.lo KPresenterDocIface_skel.lo KPresenterViewIface_skel.lo KPresenterObjectIface_skel.lo KPresenterPageIface_skel.lo KPTextObjectIface_skel.lo KPTextViewIface_skel.lo KPPieObjectIface_skel.lo KPPolygonObjectIface_skel.lo KPRectObjectIface_skel.lo KPPixmapObjectIface_skel.lo KPAutoFormObjectIface_skel.lo KPresenterObject2DIface_skel.lo KPLineObjectIface_skel.lo KPQuadricbezierCurveObjectIface_skel.lo KPCubicbeziercurveObjectIface_skel.lo KPFreehandObjectIface_skel.lo KPPolyLineObjectIface_skel.lo insertpagedia.lo shadowdialog.lo rotationdialog.lo imageEffectBase.lo penstyle.lo rectpropertyui.lo brushpropertyui.lo gradientpropertyui.lo generalpropertyui.lo polygonpropertyui.lo piepropertyui.lo picturepropertyui.lo marginui.lo slidetransitionwidget.lo
+- at KDE_USE_FINAL_FALSE@libkpresenterpart_la_OBJECTS = $(libkpresenterpart_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkpresenterpart_la_OBJECTS = $(libkpresenterpart_la_final_OBJECTS)
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kpresenter$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-SCRIPTS = $(bin_SCRIPTS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KPAutoFormObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPCubicbeziercurveObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPFreehandObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPLineObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPPieObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPPixmapObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPPolyLineObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPPolygonObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPQuadricbezierCurveObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPRectObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPTextObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPTextViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPresenterDocIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPresenterObject2DIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPresenterObjectIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPresenterPageIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KPresenterViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/backdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/brushproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/customslideshowdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/effectdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/effecthandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/generalproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/gotopage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/imageEffectDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPointArray.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpautoformobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpbackground.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpclosedlineobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpcubicbeziercurveobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpellipseobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpfreehandobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpgradient.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpgradientcollection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpgroupobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kplineobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpmarginwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpobjectproperties.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kppartobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kppieobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kppixmapobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kppointobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kppolygonobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kppolylineobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpquadricbeziercurveobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprbgspellcheck.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprbrush.Plo ./$(DEPDIR)/kprcanvas.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprcommand.Plo ./$(DEPDIR)/kprdrag.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprduplicateobjdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprectobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpresenter_dlg_config.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpresenter_doc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpresenter_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpresenter_sound_player.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpresenter_utils.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kpresenter_view.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprhelplinedia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprimportstyledia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprpage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprstylemanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprtextdocument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kprvariable.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kptextobject.Plo ./$(DEPDIR)/main.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mspresentation.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/notebar.Plo ./$(DEPDIR)/pageeffects.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pbpreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/penstylewidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pgconfdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/picturepreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pictureproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/piepreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pieproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/polygonpreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/polygonproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/presdurationdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertyeditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rectpreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rectproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rotationdialogimpl.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/searchdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/shadowdialogimpl.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sidebar.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/slidetransitiondia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/textpreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/textproperty.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/transeffectdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/webpresentation.Plo
+-#>+ 176
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kpresenter.la.Po $(DEPDIR)/kpresenter_dummy.Plo $(DEPDIR)/KPresenterDocIface_skel.P $(DEPDIR)/KPresenterViewIface_skel.P $(DEPDIR)/KPresenterObjectIface_skel.P $(DEPDIR)/KPresenterPageIface_skel.P $(DEPDIR)/KPTextObjectIface_skel.P $(DEPDIR)/KPTextViewIface_skel.P $(DEPDIR)/KPPieObjectIface_skel.P $(DEPDIR)/KPPolygonObjectIface_skel.P $(DEPDIR)/KPRectObjectIface_skel.P $(DEPDIR)/KPPixmapObjectIface_skel.P $(DEPDIR)/KPAutoFormObjectIface_skel.P $(DEPDIR)/KPresenterObject2DIface_skel.P $(DEPDIR)/KPLineObjectIface_skel.P $(DEPDIR)/KPQuadricbezierCurveObjectIface_skel.P $(DEPDIR)/KPCubicbeziercurveObjectIface_skel.P $(DEPDIR)/KPFreehandObjectIface_skel.P $(DEPDIR)/KPPolyLineObjectIface_skel.P $(DEPDIR)/insertpagedia.P $(DEPDIR)/shadowdialog.P $(DEPDIR)/rotationdialog.P $(DEPDIR)/imageEffectBase.P $(DEPDIR)/penstyle.P $(DEPDIR)/rectpropertyui.P $(DEPDIR)/brushpropertyui.P $(DEPDIR)/gradientpropertyui.P $(DEPDIR)/generalpropertyui.P $(DEPDIR)/polygonpropertyui.P $(DEPDIR)/piepropertyui.P $(DEPDIR)/picturepropertyui.P $(DEPDIR)/marginui.P $(DEPDIR)/slidetransitionwidget.P  $(DEPDIR)/libkpresenterpart_la.all_cc.P ./$(DEPDIR)/KPAutoFormObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPCubicbeziercurveObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPFreehandObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPLineObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPieObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPixmapObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPolyLineObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPolygonObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPQuadricbezierCurveObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPRectObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPTextObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPTextViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterObject2DIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterPageIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/backdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/brushproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/customslideshowdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/effectdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/effecthandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/generalproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/gotopage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/imageEffectDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPointArray.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpautoformobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpbackground.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpclosedlineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpcubicbeziercurveobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpellipseobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpfreehandobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpgradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpgradientcollection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpgroupobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kplineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpmarginwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpobjectproperties.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kppartobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kppieobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kppixmapobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kppointobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kppolygonobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kppolylineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpquadricbeziercurveobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprbgspellcheck.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprbrush.Plo ./$(DEPDIR)/kprcanvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprcommand.Plo ./$(DEPDIR)/kprdrag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprduplicateobjdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprectobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_dlg_config.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_sound_player.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_utils.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprhelplinedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprimportstyledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprpage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprstylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprtextdocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kprvariable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kptextobject.Plo ./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mspresentation.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/notebar.Plo ./$(DEPDIR)/pageeffects.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pbpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/penstylewidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pgconfdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/picturepreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pictureproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/piepreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pieproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/polygonpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/polygonproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/presdurationdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rectpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rectproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rotationdialogimpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/searchdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/shadowdialogimpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sidebar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/slidetransitiondia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/textpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/textproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/transeffectdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/webpresentation.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kpresenter.la.Po $(DEPDIR)/kpresenter_dummy.Plo $(DEPDIR)/KPresenterDocIface_skel.P $(DEPDIR)/KPresenterViewIface_skel.P $(DEPDIR)/KPresenterObjectIface_skel.P $(DEPDIR)/KPresenterPageIface_skel.P $(DEPDIR)/KPTextObjectIface_skel.P $(DEPDIR)/KPTextViewIface_skel.P $(DEPDIR)/KPPieObjectIface_skel.P $(DEPDIR)/KPPolygonObjectIface_skel.P $(DEPDIR)/KPRectObjectIface_skel.P $(DEPDIR)/KPPixmapObjectIface_skel.P $(DEPDIR)/KPAutoFormObjectIface_skel.P $(DEPDIR)/KPresenterObject2DIface_skel.P $(DEPDIR)/KPLineObjectIface_skel.P $(DEPDIR)/KPQuadricbezierCurveObjectIface_skel.P $(DEPDIR)/KPCubicbeziercurveObjectIface_skel.P $(DEPDIR)/KPFreehandObjectIface_skel.P $(DEPDIR)/KPPolyLineObjectIface_skel.P $(DEPDIR)/insertpagedia.P $(DEPDIR)/shadowdialog.P $(DEPDIR)/rotationdialog.P $(DEPDIR)/imageEffectBase.P $(DEPDIR)/penstyle.P $(DEPDIR)/rectpropertyui.P $(DEPDIR)/brushpropertyui.P $(DEPDIR)/gradientpropertyui.P $(DEPDIR)/generalpropertyui.P $(DEPDIR)/polygonpropertyui.P $(DEPDIR)/piepropertyui.P $(DEPDIR)/picturepropertyui.P $(DEPDIR)/marginui.P $(DEPDIR)/slidetransitionwidget.P ./$(DEPDIR)/KPAutoFormObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPCubicbeziercurveObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPFreehandObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPLineObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPieObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPixmapObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPolyLineObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPPolygonObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPQuadricbezierCurveObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPRectObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPTextObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPTextViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterObject2DIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterObjectIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterPageIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KPresenterViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/backdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/brushproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/customslideshowdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/effectdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/effecthandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/generalproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/gotopage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/imageEffectDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPointArray.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpautoformobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpbackground.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpclosedlineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpcubicbeziercurveobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpellipseobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpfreehandobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpgradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpgradientcollection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpgroupobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kplineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpmarginwidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpobjectproperties.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kppartobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kppieobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kppixmapobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kppointobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kppolygonobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kppolylineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpquadricbeziercurveobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprbgspellcheck.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprbrush.Plo ./$(DEPDIR)/kprcanvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprcommand.Plo ./$(DEPDIR)/kprdrag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprduplicateobjdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprectobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_dlg_config.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_sound_player.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_utils.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kpresenter_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprhelplinedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprimportstyledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprpage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprstylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprtextdocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kprvariable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kptextobject.Plo ./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mspresentation.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/notebar.Plo ./$(DEPDIR)/pageeffects.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pbpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/penstylewidget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pgconfdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/picturepreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pictureproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/piepreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/pieproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/polygonpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/polygonproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/presdurationdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rectpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rectproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rotationdialogimpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/searchdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/shadowdialogimpl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sidebar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/slidetransitiondia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/textpreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/textproperty.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/transeffectdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/webpresentation.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kpresenter_la_SOURCES) $(libkpresenterpart_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(kpresenter_la_SOURCES) $(libkpresenterpart_la_SOURCES) $(kpresenter_SOURCES) 
+-DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = AUTHORS Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(kpresenter_la_SOURCES) $(libkpresenterpart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kpresenter_la_SOURCES) $(libkpresenterpart_la_SOURCES) $(kpresenter_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -1001,18 +902,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkpresenterpart.la: libkpresenterpart.la.closure $(libkpresenterpart_la_OBJECTS) $(libkpresenterpart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkpresenterpart.la: $(libkpresenterpart_la_OBJECTS) $(libkpresenterpart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkpresenterpart_la_LDFLAGS) $(libkpresenterpart_la_OBJECTS) $(libkpresenterpart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -1020,8 +920,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -1030,16 +930,15 @@
+ 	  echo " rm -f $$p $$f"; \
+ 	  rm -f $$p $$f ; \
+ 	done
+-binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+ install-binSCRIPTS: $(bin_SCRIPTS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ 	  if test -f $$d$$p; then \
+ 	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	    echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
+-	    $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
++	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -1047,12 +946,12 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -1150,27 +1049,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/transeffectdia.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/webpresentation.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -1181,59 +1079,56 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -1243,7 +1138,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -1255,7 +1156,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -1263,7 +1164,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -1284,17 +1191,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -1304,14 +1210,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -1320,8 +1235,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -1330,21 +1261,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -1359,15 +1290,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -1379,8 +1312,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -1392,7 +1326,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -1400,7 +1334,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -1418,23 +1352,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kdeinitLTLIBRARIES install-kdelnkDATA install-rcDATA
+-#>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-kdelnkDATA install-rcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++#>- 	install-kdelnkDATA install-rcDATA
++#>+ 3
++install-data-am:   \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-kdelnkDATA install-rcDATA
+ 
+ #>- install-exec-am: install-binPROGRAMS install-binSCRIPTS \
+ #>- 	install-libLTLIBRARIES
+@@ -1449,7 +1388,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -1457,6 +1397,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
+ 	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+@@ -1464,30 +1412,28 @@
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-binSCRIPTS install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-binSCRIPTS install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
+ 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
+ 	install-kdelnkDATA install-libLTLIBRARIES install-man \
+-	install-rcDATA install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-kdelnkDATA uninstall-libLTLIBRARIES uninstall-rcDATA \
+-	uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
++	uninstall-libLTLIBRARIES uninstall-rcDATA
+ 
+ 
+ messages: rc.cpp
+@@ -1503,7 +1449,7 @@
+ libkdeinit_kpresenter_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kpresenter_la_DEPENDENCIES = 
++libkdeinit_kpresenter_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kpresenter_la_OBJECTS = main.lo
+@@ -1930,7 +1876,7 @@
+ 	-rm -f  imageEffectDia.moc notebar.moc textpreview.moc polygonproperty.moc rectproperty.moc presdurationdia.moc polygonpreview.moc textproperty.moc searchdia.moc transeffectdia.moc kppartobject.moc picturepreview.moc kprduplicateobjdia.moc kpresenter_view.moc kpresenter_dlg_config.moc kpresenter_doc.moc piepreview.moc kptextobject.moc effectdia.moc kprcanvas.moc backdia.moc kpresenter_factory.moc mspresentation.moc pgconfdia.moc kprhelplinedia.moc generalproperty.moc slidetransitiondia.moc pieproperty.moc kprtextdocument.moc pbpreview.moc penstylewidget.moc kprstylemanager.moc pictureproperty.moc rectpreview.moc propertyeditor.moc brushproperty.moc shadowdialogimpl.moc customslideshowdia.moc kpresenter_sound_player.moc kprimportstyledia.moc sidebar.moc kprdrag.moc webpresentation.moc rotationdialogimpl.moc kpmarginwidget.moc
+ 
+ #>+ 2
+-KDE_DIST=kprbgspellcheck.h picturepreview.h webpresentation.h searchdia.h kppieobject.h kpgroupobject.h kprduplicateobjdia.h KPresenterPageIface.h kprimportstyledia.h kprectobject.h piepropertyui.ui kppolylineobject.h kppartobject.h kpgradient.h kptextobject.h CHANGES KPCubicbeziercurveObjectIface.h global.h imageEffectDia.h KPRectObjectIface.h kprcommand.h KPLineObjectIface.h kpcubicbeziercurveobject.h textproperty.h backdia.h slidetransitionwidget.ui KPPieObjectIface.h kprpage.h KPPixmapObjectIface.h textpreview.h slidetransitiondia.h kprvariable.h pgconfdia.h kpresenter.rc pbpreview.h picturepropertyui.ui polygonpropertyui.ui penstylewidget.h rotationdialog.ui penstyle.ui generalpropertyui.ui generalproperty.h shadowdialogimpl.h marginui.ui KPFreehandObjectIface.h effecthandler.h kpresenter_factory.h presstep.h kpresenter_doc.h pictureproperty.h kpbackground.h KPresenterViewIface.h insertpagedia.ui kpresenter_aboutdata.h kprbrush.h notebar.h rectpreview.h brushpropertyui.ui KPPolygonObjectIface.h kpobject.h gradientpropertyui.ui kpgradientcollection.h kpresenter.desktop kpresenterpart.desktop KPTextObjectIface.h effectdia.h KPTextViewIface.h presdurationdia.h kpquadricbeziercurveobject.h imageEffectBase.ui kpmarginwidget.h pageeffects.h kpresenter_sound_player.h kppolygonobject.h kprtextdocument.h rectpropertyui.ui KPAutoFormObjectIface.h kprloadinginfo.h textpropertyui.ui kppixmapobject.h kpresenter_utils.h kprcanvas.h shadowdialog.ui kpfreehandobject.h polygonpreview.h kpresenter_view.h gotopage.h kpresenter_readonly.rc kprconverter.pl kplineobject.h KPPolyLineObjectIface.h kpellipseobject.h mspresentation.h rectproperty.h kppointobject.h KPQuadricbezierCurveObjectIface.h kpautoformobject.h brushproperty.h propertyeditor.h pieproperty.h piepreview.h transeffectdia.h kprdrag.h kpobjectproperties.h kprhelplinedia.h customslideshowdia.h rotationdialogimpl.h KPresenterDocIface.h sidebar.h KPresenterObjectIface.h polygonproperty.h kpresenter_dlg_config.h koPointArray.h KPresenterObject2DIface.h kpclosedlineobject.h kprstylemanager.h 
++KDE_DIST=kprbgspellcheck.h picturepreview.h webpresentation.h searchdia.h kppieobject.h kpgroupobject.h kprduplicateobjdia.h KPresenterPageIface.h kprimportstyledia.h kprectobject.h piepropertyui.ui kppolylineobject.h kppartobject.h kpgradient.h kptextobject.h CHANGES KPCubicbeziercurveObjectIface.h global.h imageEffectDia.h KPRectObjectIface.h kprcommand.h Makefile.in KPLineObjectIface.h kpcubicbeziercurveobject.h textproperty.h backdia.h slidetransitionwidget.ui KPPieObjectIface.h kprpage.h KPPixmapObjectIface.h textpreview.h slidetransitiondia.h kprvariable.h pgconfdia.h kpresenter.rc pbpreview.h picturepropertyui.ui polygonpropertyui.ui penstylewidget.h rotationdialog.ui penstyle.ui generalpropertyui.ui generalproperty.h shadowdialogimpl.h marginui.ui KPFreehandObjectIface.h effecthandler.h kpresenter_factory.h presstep.h kpresenter_doc.h pictureproperty.h kpbackground.h KPresenterViewIface.h insertpagedia.ui kpresenter_aboutdata.h kprbrush.h notebar.h rectpreview.h brushpropertyui.ui KPPolygonObjectIface.h kpobject.h gradientpropertyui.ui kpgradientcollection.h kpresenter.desktop kpresenterpart.desktop KPTextObjectIface.h effectdia.h KPTextViewIface.h presdurationdia.h kpquadricbeziercurveobject.h imageEffectBase.ui kpmarginwidget.h pageeffects.h kpresenter_sound_player.h kppolygonobject.h kprtextdocument.h rectpropertyui.ui KPAutoFormObjectIface.h kprloadinginfo.h textpropertyui.ui kppixmapobject.h kpresenter_utils.h kprcanvas.h shadowdialog.ui kpfreehandobject.h polygonpreview.h kpresenter_view.h gotopage.h kpresenter_readonly.rc kprconverter.pl kplineobject.h KPPolyLineObjectIface.h kpellipseobject.h mspresentation.h rectproperty.h kppointobject.h KPQuadricbezierCurveObjectIface.h kpautoformobject.h brushproperty.h propertyeditor.h pieproperty.h piepreview.h transeffectdia.h kprdrag.h kpobjectproperties.h kprhelplinedia.h customslideshowdia.h rotationdialogimpl.h KPresenterDocIface.h sidebar.h KPresenterObjectIface.h polygonproperty.h kpresenter_dlg_config.h koPointArray.h KPresenterObject2DIface.h kpclosedlineobject.h Makefile.am kprstylemanager.h 
+ 
+ #>+ 20
+ clean-idl:
+@@ -1978,10 +1924,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/pics/Makefile.in koffice-1.4.2/kpresenter/pics/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/pics/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/pics/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(picsdir)"
++picsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(pics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,30 +473,54 @@
+ xdg_menudir = @xdg_menudir@
+ pics_DATA = webslideshow-sidebar.png
+ picsdir = $(kde_datadir)/kpresenter/pics
+-
+ KDE_ICON = kpresenter
+-subdir = kpresenter/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(pics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/pics/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +531,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-picsDATA_INSTALL = $(INSTALL_DATA)
+ install-picsDATA: $(pics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(picsdir)
++	test -z "$(picsdir)" || $(mkdir_p) "$(DESTDIR)$(picsdir)"
+ 	@list='$(pics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(picsDATA_INSTALL) $$d$$p $(DESTDIR)$(picsdir)/$$f"; \
+-	  $(picsDATA_INSTALL) $$d$$p $(DESTDIR)$(picsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(picsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(picsdir)/$$f'"; \
++	  $(picsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(picsdir)/$$f"; \
+ 	done
+ 
+ uninstall-picsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(pics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(picsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(picsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(picsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(picsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +585,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(picsdir)
+-
++	for dir in "$(DESTDIR)$(picsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +600,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +608,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +622,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -478,33 +648,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-picsDATA
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am uninstall-picsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-picsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-picsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-picsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-picsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=webslideshow-sidebar.png hi22-app-kpresenter.png hi32-app-kpresenter.png hi16-app-kpresenter.png hi48-app-kpresenter.png 
++KDE_DIST=Makefile.in webslideshow-sidebar.png hi22-app-kpresenter.png hi32-app-kpresenter.png hi16-app-kpresenter.png hi48-app-kpresenter.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -526,10 +704,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kpresenter.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kpresenter.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/slideshow/Makefile.in koffice-1.4.2/kpresenter/slideshow/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/slideshow/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/slideshow/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/slideshow
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(slideshowdir)"
++slideshowDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(slideshow_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,39 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ slideshow_DATA = home.png first.png prev.png next.png last.png 
+-
+ slideshowdir = $(kde_datadir)/kpresenter/slideshow
+-subdir = kpresenter/slideshow
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(slideshow_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/slideshow/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/slideshow/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/slideshow/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/slideshow/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/slideshow/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/slideshow/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/slideshow/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-slideshowDATA_INSTALL = $(INSTALL_DATA)
+ install-slideshowDATA: $(slideshow_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(slideshowdir)
++	test -z "$(slideshowdir)" || $(mkdir_p) "$(DESTDIR)$(slideshowdir)"
+ 	@list='$(slideshow_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(slideshowDATA_INSTALL) $$d$$p $(DESTDIR)$(slideshowdir)/$$f"; \
+-	  $(slideshowDATA_INSTALL) $$d$$p $(DESTDIR)$(slideshowdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(slideshowDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(slideshowdir)/$$f'"; \
++	  $(slideshowDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(slideshowdir)/$$f"; \
+ 	done
+ 
+ uninstall-slideshowDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(slideshow_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(slideshowdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(slideshowdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(slideshowdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(slideshowdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(slideshowdir)
+-
++	for dir in "$(DESTDIR)$(slideshowdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -476,23 +645,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-slideshowDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-slideshowDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-slideshowDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-slideshowDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -500,15 +678,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=next.png home.jpeg first.jpeg prev.png home.png first.bmp first.png prev.bmp prev.jpeg last.bmp next.jpeg next.bmp last.jpeg last.png home.bmp 
++KDE_DIST=next.png home.jpeg Makefile.in first.jpeg prev.png home.png first.bmp first.png prev.bmp prev.jpeg last.bmp next.jpeg next.bmp last.jpeg last.png home.bmp Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/slideshow/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/slideshow/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/slideshow/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/slideshow/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/templates/A4/Makefile.in koffice-1.4.2/kpresenter/templates/A4/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/templates/A4/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/templates/A4/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/templates/A4
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesrcdir)"
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +398,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ templatesrc_DATA = \
+  OneColumnLandscape.kpt \
+  OneColumnPortrait.kpt \
+@@ -341,28 +482,53 @@
+  emptyPortrait.kpt
+ 
+ templatesrcdir = $(kde_datadir)/kpresenter/templates/A4/.source
+-subdir = kpresenter/templates/A4
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/A4/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/templates/A4/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/templates/A4/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/A4/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/A4/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/templates/A4/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/A4/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -373,41 +539,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -425,10 +593,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -440,7 +608,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -448,7 +616,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -462,13 +630,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -484,24 +654,33 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-templatesrcDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-data-local install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesrcDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-data-local install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesrcDATA
+ 
+ 
+ install-data-local:
+@@ -517,15 +696,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=emptyPortrait.kpt OneColumnPortrait.kpt TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitlePortrait.kpt TitleLandscape.kpt TwoColumnPortrait.kpt 
++KDE_DIST=Makefile.in emptyPortrait.kpt OneColumnPortrait.kpt TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitlePortrait.kpt TitleLandscape.kpt TwoColumnPortrait.kpt Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/A4/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/A4/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/templates/A4/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/A4/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/templates/common_icon/Makefile.in koffice-1.4.2/kpresenter/templates/common_icon/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/templates/common_icon/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/templates/common_icon/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/templates/common_icon
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kpricondir = $(kde_datadir)/kpresenter/icons
+ kpricon_ICON = AUTO
+-subdir = kpresenter/templates/common_icon
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/common_icon/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/templates/common_icon/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/templates/common_icon/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/common_icon/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/common_icon/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/templates/common_icon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/common_icon/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr48-action-template_onecolumnportrait.png crsc-action-template_titleportrait.svgz crsc-action-template_emptylandscape.svgz crsc-action-template_twocolumnlandscape.svgz cr48-action-template_titlelandscape.png crsc-action-template_twocolumnportrait.svgz cr48-action-template_emptyportrait.png cr48-action-template_twocolumnlandscape.png cr48-action-template_emptylandscape.png cr48-action-template_onecolumnlandscape.png cr48-action-template_titleportrait.png crsc-action-template_onecolumnlandscape.svgz crsc-action-template_titlelandscape.svgz crsc-action-template_emptyportrait.svgz crsc-action-template_onecolumnportrait.svgz cr48-action-template_twocolumnportrait.png 
++KDE_DIST=cr48-action-template_onecolumnportrait.png crsc-action-template_titleportrait.svgz crsc-action-template_emptylandscape.svgz Makefile.in crsc-action-template_twocolumnlandscape.svgz cr48-action-template_titlelandscape.png crsc-action-template_twocolumnportrait.svgz cr48-action-template_emptyportrait.png cr48-action-template_twocolumnlandscape.png cr48-action-template_emptylandscape.png cr48-action-template_onecolumnlandscape.png cr48-action-template_titleportrait.png crsc-action-template_onecolumnlandscape.svgz crsc-action-template_titlelandscape.svgz crsc-action-template_emptyportrait.svgz crsc-action-template_onecolumnportrait.svgz cr48-action-template_twocolumnportrait.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -524,10 +695,19 @@
+ 	-rm -f $(DESTDIR)$(kpricondir)/crystalsvg/scalable/actions/template_titlelandscape.svgz
+ 	-rm -f $(DESTDIR)$(kpricondir)/crystalsvg/48x48/actions/template_onecolumnportrait.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/common_icon/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/common_icon/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/templates/common_icon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/common_icon/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/templates/legal/Makefile.in koffice-1.4.2/kpresenter/templates/legal/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/templates/legal/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/templates/legal/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/templates/legal
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesrcdir)"
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +398,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ templatesrc_DATA = \
+  OneColumnLandscape.kpt \
+  OneColumnPortrait.kpt \
+@@ -341,28 +482,53 @@
+  emptyPortrait.kpt
+ 
+ templatesrcdir = $(kde_datadir)/kpresenter/templates/legal/.source
+-subdir = kpresenter/templates/legal
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/legal/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/templates/legal/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/templates/legal/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/legal/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/legal/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/templates/legal/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/legal/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -373,41 +539,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -425,10 +593,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -440,7 +608,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -448,7 +616,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -462,13 +630,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -484,24 +654,33 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-templatesrcDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-data-local install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesrcDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-data-local install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesrcDATA
+ 
+ 
+ install-data-local:
+@@ -517,15 +696,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=emptyPortrait.kpt OneColumnPortrait.kpt TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitlePortrait.kpt TitleLandscape.kpt TwoColumnPortrait.kpt 
++KDE_DIST=Makefile.in emptyPortrait.kpt OneColumnPortrait.kpt TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitlePortrait.kpt TitleLandscape.kpt TwoColumnPortrait.kpt Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/legal/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/legal/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/templates/legal/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/legal/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/templates/letter/Makefile.in koffice-1.4.2/kpresenter/templates/letter/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/templates/letter/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/templates/letter/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/templates/letter
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesrcdir)"
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +398,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ templatesrc_DATA = \
+  OneColumnLandscape.kpt \
+  OneColumnPortrait.kpt \
+@@ -341,28 +482,53 @@
+  emptyPortrait.kpt
+ 
+ templatesrcdir = $(kde_datadir)/kpresenter/templates/letter/.source
+-subdir = kpresenter/templates/letter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/letter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/templates/letter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/templates/letter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/letter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/letter/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/templates/letter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/letter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -373,41 +539,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -425,10 +593,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -440,7 +608,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -448,7 +616,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -462,13 +630,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -484,24 +654,33 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-templatesrcDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-data-local install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesrcDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-data-local install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesrcDATA
+ 
+ 
+ install-data-local:
+@@ -517,15 +696,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=emptyPortrait.kpt OneColumnPortrait.kpt TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitlePortrait.kpt TitleLandscape.kpt TwoColumnPortrait.kpt 
++KDE_DIST=Makefile.in emptyPortrait.kpt OneColumnPortrait.kpt TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitlePortrait.kpt TitleLandscape.kpt TwoColumnPortrait.kpt Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/letter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/letter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/templates/letter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/letter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/templates/Makefile.in koffice-1.4.2/kpresenter/templates/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/templates/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/templates/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/templates
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = common_icon Screenpresentations Screen A4 legal letter
+-subdir = kpresenter/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/templates/Screen/Makefile.in koffice-1.4.2/kpresenter/templates/Screen/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/templates/Screen/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/templates/Screen/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/templates/Screen
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesrcdir)"
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +398,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ templatesrc_DATA = \
+  OneColumnLandscape.kpt \
+  TitleLandscape.kpt \
+@@ -337,28 +478,53 @@
+  emptyLandscape.kpt 
+ 
+ templatesrcdir = $(kde_datadir)/kpresenter/templates/Screen/.source
+-subdir = kpresenter/templates/Screen
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Screen/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/templates/Screen/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/templates/Screen/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Screen/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/Screen/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/templates/Screen/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/Screen/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,41 +535,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -421,10 +589,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -436,7 +604,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -444,7 +612,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -458,13 +626,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -480,24 +650,33 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-templatesrcDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-data-local install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesrcDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-data-local install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesrcDATA
+ 
+ 
+ install-data-local:
+@@ -513,15 +692,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitleLandscape.kpt 
++KDE_DIST=Makefile.in TwoColumnLandscape.kpt OneColumnLandscape.kpt emptyLandscape.kpt TitleLandscape.kpt Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/Screen/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Screen/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/templates/Screen/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/Screen/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/templates/Screenpresentations/Makefile.in koffice-1.4.2/kpresenter/templates/Screenpresentations/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/templates/Screenpresentations/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/templates/Screenpresentations/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/templates/Screenpresentations
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatedir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templateDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(template_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,55 +400,141 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ template_DATA = .directory Plain.desktop GradientBlueRed.desktop \
+ 	kde.desktop kde2.desktop kde3.desktop \
+ 	SnowyMountains.desktop TotallyNewProduct.desktop \
+ 	BlueBreezeDouble.desktop BlueBreezePicture.desktop BlueBreezeSingle.desktop CopperPlain.desktop
+ 
+-
+ templatedir = $(kde_datadir)/kpresenter/templates/Screenpresentations
+-
+ templatesrc_DATA = Plain.kpt GradientBlueRed.kpt \
+ 	kde.kpt kde2.kpt kde3.kpt \
+ 	SnowyMountains.kpt TotallyNewProduct.kpt \
+ 	BlueBreezeDouble.kpt BlueBreezePicture.kpt BlueBreezeSingle.kpt \
+ 	CopperPlain.kpt
+ 
+-
+ templatesrcdir = $(kde_datadir)/kpresenter/templates/Screenpresentations/.source
+-
+ kpricondir = $(kde_datadir)/kpresenter/icons
+ kpricon_ICON = AUTO
+-subdir = kpresenter/templates/Screenpresentations
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(template_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Screenpresentations/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/templates/Screenpresentations/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/templates/Screenpresentations/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Screenpresentations/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/Screenpresentations/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/templates/Screenpresentations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/Screenpresentations/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -381,59 +545,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templateDATA_INSTALL = $(INSTALL_DATA)
+ install-templateDATA: $(template_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
++	test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
+ 	@list='$(template_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
+-	  $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
++	  $(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ 
+ uninstall-templateDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(template_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -451,10 +616,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -466,7 +631,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -474,7 +639,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -488,13 +653,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -512,13 +679,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templateDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -527,13 +702,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templateDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templateDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templateDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templateDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -541,7 +717,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=BlueBreezeDouble.desktop kde.desktop GradientBlueRed.kpt kde2.desktop BlueBreezePicture.kpt hi48-action-template_screenplain.png BlueBreezeDouble.kpt hi48-action-template_bluebreezesingle.png hi48-action-template_copperplain.png hi48-action-template_bluebreezepicture.png Plain.desktop hi48-action-template_kde3.png CopperPlain.kpt TotallyNewProduct.kpt kde2.kpt GradientBlueRed.desktop Plain.kpt kde3.kpt hi48-action-template_bluebreezedouble.png kde3.desktop SnowyMountains.kpt TotallyNewProduct.desktop hi48-action-template_kde.png hi48-action-template_snowymountains.png hi48-action-template_gradientbluered.png hi48-action-template_kde2.png BlueBreezeSingle.desktop hi48-action-template_totallynewproduct.png CopperPlain.desktop kde.kpt SnowyMountains.desktop BlueBreezeSingle.kpt BlueBreezePicture.desktop 
++KDE_DIST=BlueBreezeDouble.desktop kde.desktop GradientBlueRed.kpt kde2.desktop BlueBreezePicture.kpt hi48-action-template_screenplain.png BlueBreezeDouble.kpt Makefile.in hi48-action-template_bluebreezesingle.png hi48-action-template_copperplain.png hi48-action-template_bluebreezepicture.png Plain.desktop hi48-action-template_kde3.png CopperPlain.kpt TotallyNewProduct.kpt kde2.kpt GradientBlueRed.desktop Plain.kpt kde3.kpt hi48-action-template_bluebreezedouble.png kde3.desktop SnowyMountains.kpt TotallyNewProduct.desktop hi48-action-template_kde.png hi48-action-template_snowymountains.png hi48-action-template_gradientbluered.png hi48-action-template_kde2.png BlueBreezeSingle.desktop hi48-action-template_totallynewproduct.png CopperPlain.desktop kde.kpt SnowyMountains.desktop BlueBreezeSingle.kpt BlueBreezePicture.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -574,10 +750,19 @@
+ 	-rm -f $(DESTDIR)$(kpricondir)/hicolor/48x48/actions/template_kde3.png
+ 	-rm -f $(DESTDIR)$(kpricondir)/hicolor/48x48/actions/template_totallynewproduct.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/templates/Screenpresentations/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/templates/Screenpresentations/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/templates/Screenpresentations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/templates/Screenpresentations/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kpresenter/toolbar/Makefile.in koffice-1.4.2/kpresenter/toolbar/Makefile.in
+--- koffice-1.4.2.orig/kpresenter/toolbar/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/kpresenter/toolbar/Makefile.in	2005-11-11 17:31:32.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kpresenter/toolbar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kpresentericondir = $(kde_datadir)/kpresenter/icons
+ kpresentericon_ICON = AUTO
+-subdir = kpresenter/toolbar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/toolbar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kpresenter/toolbar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kpresenter/toolbar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/toolbar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/toolbar/Makefile
++	  $(AUTOMAKE) --gnu  kpresenter/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/toolbar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr22-action-line_circle_end.png cr22-action-line_begin.png cr22-action-mini_line.png cr22-action-pen_width4.png cr22-action-pen_width7.png cr22-action-polyline.png cr22-action-line_rect_end.png cr22-action-line_double_line_arrow_begin.png cr22-action-pen_width1.png cr22-action-pen_style.png cr22-action-pen_width5.png cr22-action-pen_width2.png cr22-action-edit_picture.png cr22-action-cakes3d.png cr22-action-mini_clipart.png cr22-action-mini_pie.png cr22-action-line_double_arrow_begin.png cr22-action-pen_style_dashdotdot.png cr22-action-closed_quadricbeziercurve.png cr22-action-pen_width9.png cr22-action-line_double_arrow_end.png cr22-action-pen_width.png cr22-action-arrange.png cr22-action-line_end.png cr22-action-pen_style_dot.png cr22-action-closed_cubicbeziercurve.png cr22-action-autoform.png cr22-action-pen_width10.png cr22-action-effect.png cr22-action-line_line_arrow_end.png cr22-action-cubicbeziercurve.png cr22-action-alignobjs.png cr22-action-cakes.png cr22-action-freehand.png cr22-action-line_double_line_arrow_end.png cr22-action-line_arrow_end.png cr22-action-closed_polyline.png cr22-action-closed_freehand.png cr22-action-line.png cr22-action-pen_style_nopen.png cr22-action-pen_style_solid.png cr22-action-line_circle_begin.png cr22-action-quadricbeziercurve.png cr22-action-pen_width3.png cr22-action-line_dimension_line_end.png cr22-action-webpres.png cr22-action-line_line_arrow_begin.png cr22-action-circle.png cr22-action-polygon.png cr22-action-mini_polygon.png cr22-action-mini_rect.png cr22-action-pie.png cr22-action-edit_pie.png cr22-action-pen_style_dash.png cr22-action-line_dimension_line_begin.png cr22-action-pen_width6.png cr22-action-rectangle.png cr22-action-line_normal_begin.png cr22-action-penbrush.png cr22-action-line_normal_end.png cr22-action-mini_autoform.png cr22-action-line_rect_begin.png cr22-action-edit_polygon.png cr22-action-pen_style_dashdot.png cr22-action-line_arrow_begin.png cr22-action-mini_circle.png cr22-action-pen_width8.png cr22-action-pgnum.png 
++KDE_DIST=cr22-action-line_circle_end.png cr22-action-line_begin.png cr22-action-mini_line.png cr22-action-pen_width4.png cr22-action-pen_width7.png cr22-action-polyline.png cr22-action-line_rect_end.png cr22-action-line_double_line_arrow_begin.png cr22-action-pen_width1.png cr22-action-pen_style.png cr22-action-pen_width5.png cr22-action-pen_width2.png cr22-action-edit_picture.png Makefile.in cr22-action-cakes3d.png cr22-action-mini_clipart.png cr22-action-mini_pie.png cr22-action-line_double_arrow_begin.png cr22-action-pen_style_dashdotdot.png cr22-action-closed_quadricbeziercurve.png cr22-action-pen_width9.png cr22-action-line_double_arrow_end.png cr22-action-pen_width.png cr22-action-arrange.png cr22-action-line_end.png cr22-action-pen_style_dot.png cr22-action-closed_cubicbeziercurve.png cr22-action-autoform.png cr22-action-pen_width10.png cr22-action-effect.png cr22-action-line_line_arrow_end.png cr22-action-cubicbeziercurve.png cr22-action-alignobjs.png cr22-action-cakes.png cr22-action-freehand.png cr22-action-line_double_line_arrow_end.png cr22-action-line_arrow_end.png cr22-action-closed_polyline.png cr22-action-closed_freehand.png cr22-action-line.png cr22-action-pen_style_nopen.png cr22-action-pen_style_solid.png cr22-action-line_circle_begin.png cr22-action-quadricbeziercurve.png cr22-action-pen_width3.png cr22-action-line_dimension_line_end.png cr22-action-webpres.png cr22-action-line_line_arrow_begin.png cr22-action-circle.png cr22-action-polygon.png cr22-action-mini_polygon.png cr22-action-mini_rect.png cr22-action-pie.png cr22-action-edit_pie.png cr22-action-pen_style_dash.png cr22-action-line_dimension_line_begin.png cr22-action-pen_width6.png cr22-action-rectangle.png cr22-action-line_normal_begin.png cr22-action-penbrush.png cr22-action-line_normal_end.png cr22-action-mini_autoform.png cr22-action-line_rect_begin.png cr22-action-edit_polygon.png cr22-action-pen_style_dashdot.png cr22-action-line_arrow_begin.png cr22-action-mini_circle.png cr22-action-pen_width8.png cr22-action-pgnum.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -627,10 +798,19 @@
+ 	-rm -f $(DESTDIR)$(kpresentericondir)/crystalsvg/22x22/actions/line_double_arrow_begin.png
+ 	-rm -f $(DESTDIR)$(kpresentericondir)/crystalsvg/22x22/actions/line_line_arrow_end.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kpresenter/toolbar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kpresenter/toolbar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kpresenter/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kpresenter/toolbar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/builder/Makefile.in koffice-1.4.2/krita/core/builder/Makefile.in
+--- koffice-1.4.2.orig/krita/core/builder/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/builder/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,122 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core/builder
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkiscorebuilder_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkiscorebuilder_la_OBJECTS = kis_image_magick_converter.lo
++#>- libkiscorebuilder_la_OBJECTS = $(am_libkiscorebuilder_la_OBJECTS)
++#>+ 1
++libkiscorebuilder_la_OBJECTS = kis_image_magick_converter.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiscorebuilder_la_SOURCES)
++DIST_SOURCES = $(libkiscorebuilder_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +161,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +176,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +187,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +208,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +241,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +261,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +282,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +301,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +419,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -340,80 +503,66 @@
+ 	$(KOFFICE_INCLUDES) -I$(interfacedir) \
+ 	$(KOPAINTER_INCLUDES) $(LIBMAGICK_CPPFLAGS)  $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkiscorebuilder.la
+ libkiscorebuilder_la_SOURCES = kis_image_magick_converter.cc
+-
+ #>- libkiscorebuilder_la_METASOURCES = AUTO
+ libkiscorebuilder_la_LDFLAGS = $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH)
+ libkiscorebuilder_la_LIBADD = $(LIBMAGICK_LIBS)
+ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+-subdir = krita/core/builder
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkiscorebuilder_la_DEPENDENCIES =
+-am_libkiscorebuilder_la_OBJECTS = kis_image_magick_converter.lo
+-#>- libkiscorebuilder_la_OBJECTS = $(am_libkiscorebuilder_la_OBJECTS)
+-#>+ 1
+-libkiscorebuilder_la_OBJECTS = kis_image_magick_converter.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_image_magick_converter.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kis_image_magick_converter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiscorebuilder_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkiscorebuilder_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/builder/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/builder/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/builder/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/builder/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/builder/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/builder/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/builder/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -421,34 +570,33 @@
+ 	$(CXXLINK)  $(libkiscorebuilder_la_LDFLAGS) $(libkiscorebuilder_la_OBJECTS) $(libkiscorebuilder_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_image_magick_converter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -460,11 +608,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -473,6 +616,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -484,8 +628,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -494,21 +654,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -526,9 +686,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -540,7 +698,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -548,7 +706,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -564,14 +722,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -587,7 +748,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -595,18 +757,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -625,15 +795,24 @@
+ 	-rm -f  kis_image_magick_converter.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_image_magick_converter.h 
++KDE_DIST=Makefile.in kis_image_magick_converter.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/builder/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/builder/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/builder/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/builder/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/color_strategy/Makefile.in koffice-1.4.2/krita/core/color_strategy/Makefile.in
+--- koffice-1.4.2.orig/krita/core/color_strategy/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/color_strategy/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,129 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core/color_strategy
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkiscolor_strategy_la_LIBADD =
++am_libkiscolor_strategy_la_OBJECTS = kis_strategy_colorspace.lo \
++	kis_colorspace_registry.lo kis_colorspace_alpha.lo \
++	kis_color_conversions.lo kis_color_utilities.lo
++#>- libkiscolor_strategy_la_OBJECTS =  \
++#>- 	$(am_libkiscolor_strategy_la_OBJECTS)
++#>+ 6
++libkiscolor_strategy_la_final_OBJECTS = libkiscolor_strategy_la.all_cc.lo 
++libkiscolor_strategy_la_nofinal_OBJECTS = kis_strategy_colorspace.lo \
++	kis_colorspace_registry.lo kis_colorspace_alpha.lo \
++	kis_color_conversions.lo kis_color_utilities.lo
++ at KDE_USE_FINAL_FALSE@libkiscolor_strategy_la_OBJECTS = $(libkiscolor_strategy_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiscolor_strategy_la_OBJECTS = $(libkiscolor_strategy_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiscolor_strategy_la_SOURCES)
++DIST_SOURCES = $(libkiscolor_strategy_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +168,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +183,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +194,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +215,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +248,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +268,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +289,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +308,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +426,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,101 +505,65 @@
+ 	-I$(srcdir)/../../ui \
+ 	$(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkiscolor_strategy.la
+-
+ libkiscolor_strategy_la_SOURCES = kis_strategy_colorspace.cc \
+ 	kis_colorspace_registry.cc kis_colorspace_alpha.cc kis_color_conversions.cc kis_color_utilities.cc
+ 
+-
+ #>- libkiscolor_strategy_la_METASOURCES = AUTO
+-subdir = krita/core/color_strategy
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkiscolor_strategy_la_LDFLAGS =
+-libkiscolor_strategy_la_LIBADD =
+-am_libkiscolor_strategy_la_OBJECTS = kis_strategy_colorspace.lo \
+-	kis_colorspace_registry.lo kis_colorspace_alpha.lo \
+-	kis_color_conversions.lo kis_color_utilities.lo
+-#>- libkiscolor_strategy_la_OBJECTS = $(am_libkiscolor_strategy_la_OBJECTS)
+-#>+ 6
+-libkiscolor_strategy_la_final_OBJECTS = libkiscolor_strategy_la.all_cc.lo 
+-libkiscolor_strategy_la_nofinal_OBJECTS = kis_strategy_colorspace.lo \
+-	kis_colorspace_registry.lo kis_colorspace_alpha.lo \
+-	kis_color_conversions.lo kis_color_utilities.lo
+- at KDE_USE_FINAL_FALSE@libkiscolor_strategy_la_OBJECTS = $(libkiscolor_strategy_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiscolor_strategy_la_OBJECTS = $(libkiscolor_strategy_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_color_conversions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_color_utilities.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_colorspace_alpha.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_colorspace_registry.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkiscolor_strategy_la.all_cc.P ./$(DEPDIR)/kis_color_conversions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_color_utilities.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_colorspace_alpha.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_colorspace_registry.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_color_conversions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_color_utilities.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_colorspace_alpha.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_colorspace_registry.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiscolor_strategy_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkiscolor_strategy_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/color_strategy/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/color_strategy/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/color_strategy/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/color_strategy/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/color_strategy/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/color_strategy/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/color_strategy/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -437,7 +571,7 @@
+ 	$(CXXLINK)  $(libkiscolor_strategy_la_LDFLAGS) $(libkiscolor_strategy_la_OBJECTS) $(libkiscolor_strategy_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -448,27 +582,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_colorspace_registry.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_strategy_colorspace.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -480,11 +613,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -493,6 +621,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -504,8 +633,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -514,21 +659,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -546,9 +691,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -560,7 +703,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -568,7 +711,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -584,14 +727,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -607,7 +753,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -615,18 +762,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -634,15 +789,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kis_strategy_colorspace.h kis_color_utilities.h kis_colorspace_registry.h kis_colorspace_alpha.h kis_color_conversions.h 
++KDE_DIST=kis_strategy_colorspace.h kis_color_utilities.h kis_colorspace_registry.h Makefile.in kis_colorspace_alpha.h kis_color_conversions.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/color_strategy/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/color_strategy/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/color_strategy/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/color_strategy/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/Makefile.in koffice-1.4.2/krita/core/Makefile.in
+--- koffice-1.4.2.orig/krita/core/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,169 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkritacore_la_DEPENDENCIES = tiles/libkistile.la \
++	builder/libkiscorebuilder.la strategy/libkisstrategy.la \
++	color_strategy/libkiscolor_strategy.la \
++	resources/libkisresources.la paintop/libkispaintop.la \
++	tool/libkistool.la $(am__DEPENDENCIES_1)
++am_libkritacore_la_OBJECTS = kis_paint_device.lo kis_layer.lo \
++	kis_image.lo kis_doc.lo kis_view.lo kis_factory.lo \
++	kis_nameserver.lo kis_painter.lo kis_fill_painter.lo \
++	kis_gradient_painter.lo kis_convolution_painter.lo \
++	kis_cursor.lo kis_selection.lo kis_command.lo \
++	kis_background.lo kis_config.lo kis_canvas_observer.lo \
++	kis_transaction.lo kis_selected_transaction.lo kis_vec.lo \
++	kis_rect.lo kis_iterators_pixel.lo KRayonViewIface.lo \
++	KIsDocIface.lo KIsImageIface.lo kis_selection_manager.lo \
++	kis_scale_visitor.lo kis_transform_visitor.lo \
++	kis_rotate_visitor.lo kis_quantum_operations.lo \
++	kis_clipboard.lo kis_filter.lo kis_filter_registry.lo \
++	kis_fileformat_registry.lo kis_docker_manager.lo \
++	kis_composite_op.lo
++#>- libkritacore_la_OBJECTS = $(am_libkritacore_la_OBJECTS)
++#>+ 14
++libkritacore_la_OBJECTS = kis_paint_device.lo kis_layer.lo \
++	kis_image.lo kis_doc.lo kis_view.lo kis_factory.lo \
++	kis_nameserver.lo kis_painter.lo kis_fill_painter.lo \
++	kis_gradient_painter.lo kis_convolution_painter.lo \
++	kis_cursor.lo kis_selection.lo kis_command.lo \
++	kis_background.lo kis_config.lo kis_canvas_observer.lo \
++	kis_transaction.lo kis_selected_transaction.lo kis_vec.lo \
++	kis_rect.lo kis_iterators_pixel.lo KRayonViewIface.lo \
++	KIsDocIface.lo KIsImageIface.lo kis_selection_manager.lo \
++	kis_scale_visitor.lo kis_transform_visitor.lo \
++	kis_rotate_visitor.lo kis_quantum_operations.lo \
++	kis_clipboard.lo kis_filter.lo kis_filter_registry.lo \
++	kis_fileformat_registry.lo kis_docker_manager.lo \
++	kis_composite_op.lo KRayonViewIface_skel.lo KIsDocIface_skel.lo KIsImageIface_skel.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkritacore_la_SOURCES)
++DIST_SOURCES = $(libkritacore_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +208,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +223,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +234,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +255,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +288,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +308,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +329,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +348,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +466,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -351,10 +561,8 @@
+ 	$(all_includes)
+ 
+ 
+-
+ #CXXFLAGS = -shared -fPIC
+ noinst_LTLIBRARIES = libkritacore.la
+-
+ libkritacore_la_LIBADD = tiles/libkistile.la \
+ 	builder/libkiscorebuilder.la \
+ 	strategy/libkisstrategy.la \
+@@ -364,7 +572,6 @@
+ 	tool/libkistool.la \
+ 	$(LIB_KOPAINTER)
+ 
+-
+ #>- libkritacore_la_SOURCES = kis_paint_device.cc kis_layer.cc kis_image.cc \
+ #>- 		kis_doc.cc kis_view.cc kis_factory.cc kis_nameserver.cc kis_painter.cc \
+ #>- 		kis_fill_painter.cc kis_gradient_painter.cc kis_convolution_painter.cc kis_cursor.cc \
+@@ -389,7 +596,6 @@
+ 		kis_filter.cc kis_filter_registry.cc kis_fileformat_registry.cc \
+ 		kis_docker_manager.cc kis_composite_op.cc KRayonViewIface_skel.cc KIsDocIface_skel.cc KIsImageIface_skel.cc
+ 
+-
+ noinst_HEADERS = kis_paint_device.h kis_layer.h kis_image.h kis_doc.h \
+ 		kis_view.h kis_factory.h kis_nameserver.h kis_cursor.h kis_selection.h \
+ 		kis_command.h kis_background.h kis_global.h kis_config.h \
+@@ -400,184 +606,64 @@
+ 		kis_quantum_operations.h kis_filter.h kis_filter_registry.h kis_fileformat_registry.h \
+ 		kis_docker_manager.h kis_composite_op.h kis_integer_maths.h
+ 
+-
+ #>- libkritacore_la_METASOURCES = AUTO
+ libkritacore_la_LDFLAGS = $(all_libraries)
+ SUBDIRS = tiles builder strategy color_strategy paintop resources tool 
+ KDE_OPTIONS = nofinal
+-subdir = krita/core
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkritacore_la_DEPENDENCIES = tiles/libkistile.la \
+-	builder/libkiscorebuilder.la strategy/libkisstrategy.la \
+-	color_strategy/libkiscolor_strategy.la \
+-	resources/libkisresources.la paintop/libkispaintop.la \
+-	tool/libkistool.la
+-am_libkritacore_la_OBJECTS = kis_paint_device.lo kis_layer.lo \
+-	kis_image.lo kis_doc.lo kis_view.lo kis_factory.lo \
+-	kis_nameserver.lo kis_painter.lo kis_fill_painter.lo \
+-	kis_gradient_painter.lo kis_convolution_painter.lo \
+-	kis_cursor.lo kis_selection.lo kis_command.lo kis_background.lo \
+-	kis_config.lo kis_canvas_observer.lo kis_transaction.lo \
+-	kis_selected_transaction.lo kis_vec.lo kis_rect.lo \
+-	kis_iterators_pixel.lo KRayonViewIface.lo KIsDocIface.lo \
+-	KIsImageIface.lo kis_selection_manager.lo kis_scale_visitor.lo \
+-	kis_transform_visitor.lo kis_rotate_visitor.lo \
+-	kis_quantum_operations.lo kis_clipboard.lo kis_filter.lo \
+-	kis_filter_registry.lo kis_fileformat_registry.lo \
+-	kis_docker_manager.lo kis_composite_op.lo
+-#>- libkritacore_la_OBJECTS = $(am_libkritacore_la_OBJECTS)
+-#>+ 13
+-libkritacore_la_OBJECTS = kis_paint_device.lo kis_layer.lo \
+-	kis_image.lo kis_doc.lo kis_view.lo kis_factory.lo \
+-	kis_nameserver.lo kis_painter.lo kis_fill_painter.lo \
+-	kis_gradient_painter.lo kis_convolution_painter.lo \
+-	kis_cursor.lo kis_selection.lo kis_command.lo kis_background.lo \
+-	kis_config.lo kis_canvas_observer.lo kis_transaction.lo \
+-	kis_selected_transaction.lo kis_vec.lo kis_rect.lo \
+-	kis_iterators_pixel.lo KRayonViewIface.lo KIsDocIface.lo \
+-	KIsImageIface.lo kis_selection_manager.lo kis_scale_visitor.lo \
+-	kis_transform_visitor.lo kis_rotate_visitor.lo \
+-	kis_quantum_operations.lo kis_clipboard.lo kis_filter.lo \
+-	kis_filter_registry.lo kis_fileformat_registry.lo \
+-	kis_docker_manager.lo kis_composite_op.lo KRayonViewIface_skel.lo KIsDocIface_skel.lo KIsImageIface_skel.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KIsDocIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KIsImageIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KRayonViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_background.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_canvas_observer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_clipboard.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_command.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_composite_op.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_config.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_convolution_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_cursor.Plo ./$(DEPDIR)/kis_doc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_docker_manager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_fileformat_registry.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_fill_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_filter_registry.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_gradient_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_image.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_iterators_pixel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_layer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_nameserver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_paint_device.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_quantum_operations.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_rect.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_rotate_visitor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_scale_visitor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_selected_transaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_selection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_selection_manager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_transaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_transform_visitor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_vec.Plo ./$(DEPDIR)/kis_view.Plo
+-#>+ 34
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/KRayonViewIface_skel.P $(DEPDIR)/KIsDocIface_skel.P $(DEPDIR)/KIsImageIface_skel.P ./$(DEPDIR)/KIsDocIface.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KIsImageIface.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KRayonViewIface.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_background.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_canvas_observer.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_clipboard.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_command.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_composite_op.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_config.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_convolution_painter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_cursor.Plo ./$(DEPDIR)/kis_doc.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_docker_manager.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_factory.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_fileformat_registry.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_fill_painter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_filter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_filter_registry.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_gradient_painter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_image.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_iterators_pixel.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_layer.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_nameserver.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_paint_device.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_painter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_quantum_operations.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_rect.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_rotate_visitor.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_scale_visitor.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_selected_transaction.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_selection.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_selection_manager.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_transaction.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_transform_visitor.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_vec.Plo ./$(DEPDIR)/kis_view.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkritacore_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkritacore_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -585,7 +671,7 @@
+ 	$(CXXLINK)  $(libkritacore_la_LDFLAGS) $(libkritacore_la_OBJECTS) $(libkritacore_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -627,27 +713,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_vec.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_view.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -666,7 +751,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -678,7 +769,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -686,7 +777,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -707,17 +804,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -727,14 +823,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -743,8 +848,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -753,21 +874,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -782,15 +903,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -800,7 +923,6 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -812,7 +934,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -820,7 +942,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -836,14 +958,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -859,7 +984,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -867,26 +993,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -981,7 +1112,7 @@
+ 	-rm -f  kis_view.moc kis_image.moc kis_selection_manager.moc kis_clipboard.moc kis_doc.moc kis_docker_manager.moc kis_paint_device.moc kis_layer.moc kis_filter.moc kis_factory.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_shared_ptr_vector.h kis_aboutdata.h kis_generic_registry.h kis_transform_visitor.h kis_button_event.h kis_selected_transaction.h kis_button_press_event.h kis_paint_device_visitor.h kis_undo_adapter.h kis_point.h kis_pixel.h kis_channelinfo.h kis_move_event.h kis_fill_painter.h kis_id.h kis_double_click_event.h kis_fileformat.h kis_quantum.h kis_iterator_proxy.h kis_gradient_painter.h kis_clipboard.h kis_painter.h kis_types.h kis_annotation.h kis_button_release_event.h kis_convolution_painter.h kis_event.h 
++KDE_DIST=kis_shared_ptr_vector.h kis_aboutdata.h kis_generic_registry.h kis_transform_visitor.h kis_button_event.h Makefile.in kis_selected_transaction.h kis_button_press_event.h kis_paint_device_visitor.h kis_undo_adapter.h kis_point.h kis_pixel.h kis_channelinfo.h kis_move_event.h kis_fill_painter.h kis_id.h kis_double_click_event.h kis_fileformat.h kis_quantum.h kis_iterator_proxy.h kis_gradient_painter.h kis_clipboard.h kis_painter.h kis_types.h kis_annotation.h kis_button_release_event.h kis_convolution_painter.h kis_event.h Makefile.am 
+ 
+ #>+ 6
+ clean-idl:
+@@ -993,10 +1124,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/paintop/Makefile.in koffice-1.4.2/krita/core/paintop/Makefile.in
+--- koffice-1.4.2.orig/krita/core/paintop/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/paintop/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,124 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core/paintop
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkispaintop_la_LIBADD =
++am_libkispaintop_la_OBJECTS = kis_paintop.lo kis_paintop_registry.lo
++#>- libkispaintop_la_OBJECTS = $(am_libkispaintop_la_OBJECTS)
++#>+ 4
++libkispaintop_la_final_OBJECTS = libkispaintop_la.all_cc.lo 
++libkispaintop_la_nofinal_OBJECTS = kis_paintop.lo kis_paintop_registry.lo
++ at KDE_USE_FINAL_FALSE@libkispaintop_la_OBJECTS = $(libkispaintop_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkispaintop_la_OBJECTS = $(libkispaintop_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkispaintop_la_SOURCES)
++DIST_SOURCES = $(libkispaintop_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +163,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +178,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +189,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +210,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +243,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +263,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +284,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +303,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +421,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -339,89 +504,66 @@
+         -I$(srcdir)/../resources \
+         $(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkispaintop.la
+-
+ libkispaintop_la_SOURCES = \
+ 	kis_paintop.cc \
+ 	kis_paintop_registry.cc
+ 
+-
+ #>- libkispaintop_la_METASOURCES = AUTO
+-subdir = krita/core/paintop
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkispaintop_la_LDFLAGS =
+-libkispaintop_la_LIBADD =
+-am_libkispaintop_la_OBJECTS = kis_paintop.lo kis_paintop_registry.lo
+-#>- libkispaintop_la_OBJECTS = $(am_libkispaintop_la_OBJECTS)
+-#>+ 4
+-libkispaintop_la_final_OBJECTS = libkispaintop_la.all_cc.lo 
+-libkispaintop_la_nofinal_OBJECTS = kis_paintop.lo kis_paintop_registry.lo
+- at KDE_USE_FINAL_FALSE@libkispaintop_la_OBJECTS = $(libkispaintop_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkispaintop_la_OBJECTS = $(libkispaintop_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_paintop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_paintop_registry.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkispaintop_la.all_cc.P ./$(DEPDIR)/kis_paintop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_paintop_registry.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_paintop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_paintop_registry.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkispaintop_la_SOURCES)
+-DIST_COMMON = README Makefile.am Makefile.in
+-SOURCES = $(libkispaintop_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/paintop/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/paintop/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/paintop/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/paintop/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/paintop/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/paintop/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/paintop/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -429,7 +571,7 @@
+ 	$(CXXLINK)  $(libkispaintop_la_LDFLAGS) $(libkispaintop_la_OBJECTS) $(libkispaintop_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -437,27 +579,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_paintop.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_paintop_registry.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -469,11 +610,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -482,6 +618,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -493,8 +630,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -503,21 +656,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -535,9 +688,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -549,7 +700,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -557,7 +708,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -573,14 +724,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -596,7 +750,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -604,18 +759,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -623,15 +786,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kis_paintop_registry.h kis_paintop.h 
++KDE_DIST=Makefile.in kis_paintop_registry.h kis_paintop.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/paintop/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/paintop/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/paintop/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/paintop/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/resources/Makefile.in koffice-1.4.2/krita/core/resources/Makefile.in
+--- koffice-1.4.2.orig/krita/core/resources/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/resources/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,134 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core/resources
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkisresources_la_LIBADD =
++am_libkisresources_la_OBJECTS = kis_alpha_mask.lo kis_brush.lo \
++	kis_gradient.lo kis_imagepipe_brush.lo kis_pattern.lo \
++	kis_resource.lo kis_resource_mediator.lo kis_resourceserver.lo \
++	kis_profile.lo kis_palette.lo
++#>- libkisresources_la_OBJECTS = $(am_libkisresources_la_OBJECTS)
++#>+ 8
++libkisresources_la_final_OBJECTS = libkisresources_la.all_cc.lo 
++libkisresources_la_nofinal_OBJECTS = kis_alpha_mask.lo kis_brush.lo \
++	kis_gradient.lo kis_imagepipe_brush.lo kis_pattern.lo \
++	kis_resource.lo kis_resource_mediator.lo kis_resourceserver.lo \
++	kis_profile.lo kis_palette.lo\
++kis_palette.moc.lo 
++ at KDE_USE_FINAL_FALSE@libkisresources_la_OBJECTS = $(libkisresources_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkisresources_la_OBJECTS = $(libkisresources_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkisresources_la_SOURCES)
++DIST_SOURCES = $(libkisresources_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +173,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +188,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +199,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +220,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +253,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +273,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +294,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +313,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +431,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,9 +510,7 @@
+         -I$(srcdir)/../color_strategy \
+         $(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkisresources.la
+-
+ libkisresources_la_SOURCES = \
+ 	kis_alpha_mask.cc \
+ 	kis_brush.cc \
+@@ -350,7 +523,6 @@
+         kis_profile.cc \
+ 	kis_palette.cc
+ 
+-
+ noinst_HEADERS = \
+ 	kis_alpha_mask.h \
+ 	kis_brush.h \
+@@ -363,115 +535,61 @@
+         kis_profile.h \
+ 	kis_palette.h
+ 
+-
+ #>- libkisresources_la_METASOURCES = AUTO
+-subdir = krita/core/resources
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkisresources_la_LDFLAGS =
+-libkisresources_la_LIBADD =
+-am_libkisresources_la_OBJECTS = kis_alpha_mask.lo kis_brush.lo \
+-	kis_gradient.lo kis_imagepipe_brush.lo kis_pattern.lo \
+-	kis_resource.lo kis_resource_mediator.lo kis_resourceserver.lo \
+-	kis_profile.lo kis_palette.lo
+-#>- libkisresources_la_OBJECTS = $(am_libkisresources_la_OBJECTS)
+-#>+ 8
+-libkisresources_la_final_OBJECTS = libkisresources_la.all_cc.lo 
+-libkisresources_la_nofinal_OBJECTS = kis_alpha_mask.lo kis_brush.lo \
+-	kis_gradient.lo kis_imagepipe_brush.lo kis_pattern.lo \
+-	kis_resource.lo kis_resource_mediator.lo kis_resourceserver.lo \
+-	kis_profile.lo kis_palette.lo\
+-kis_palette.moc.lo 
+- at KDE_USE_FINAL_FALSE@libkisresources_la_OBJECTS = $(libkisresources_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkisresources_la_OBJECTS = $(libkisresources_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_alpha_mask.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_brush.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_gradient.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_imagepipe_brush.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_palette.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_pattern.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_profile.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_resource.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_resource_mediator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_resourceserver.Plo
+-#>+ 20
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kis_palette.moc.P  $(DEPDIR)/libkisresources_la.all_cc.P ./$(DEPDIR)/kis_alpha_mask.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_brush.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_gradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_imagepipe_brush.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_palette.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_pattern.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_profile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_resource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_resource_mediator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_resourceserver.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kis_palette.moc.P ./$(DEPDIR)/kis_alpha_mask.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_brush.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_gradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_imagepipe_brush.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_palette.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_pattern.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_profile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_resource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_resource_mediator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_resourceserver.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkisresources_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkisresources_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/resources/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/resources/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/resources/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/resources/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/resources/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/resources/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/resources/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -479,7 +597,7 @@
+ 	$(CXXLINK)  $(libkisresources_la_LDFLAGS) $(libkisresources_la_OBJECTS) $(libkisresources_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -495,27 +613,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_resource_mediator.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_resourceserver.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -527,11 +644,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -540,6 +652,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -551,8 +664,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -561,19 +690,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -591,9 +722,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -605,7 +734,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -613,7 +742,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -629,14 +758,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +784,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,18 +793,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -746,12 +887,24 @@
+ 	-rm -f  kis_resourceserver.moc kis_pattern.moc kis_imagepipe_brush.moc kis_resource.moc kis_profile.moc kis_brush.moc kis_resource_mediator.moc kis_gradient.moc kis_palette.moc.cc
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/resources/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/resources/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/resources/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/resources/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/strategy/Makefile.in koffice-1.4.2/krita/core/strategy/Makefile.in
+--- koffice-1.4.2.orig/krita/core/strategy/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/strategy/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,121 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core/strategy
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkisstrategy_la_LIBADD =
++am_libkisstrategy_la_OBJECTS = kis_strategy_move.lo
++#>- libkisstrategy_la_OBJECTS = $(am_libkisstrategy_la_OBJECTS)
++#>+ 1
++libkisstrategy_la_OBJECTS = kis_strategy_move.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkisstrategy_la_SOURCES)
++DIST_SOURCES = $(libkisstrategy_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +160,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +175,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +186,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +207,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +240,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +260,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +281,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +300,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +418,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -337,78 +499,63 @@
+ 	-I$(srcdir)/../../ui/ \
+ 	$(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkisstrategy.la
+-
+ libkisstrategy_la_SOURCES = kis_strategy_move.cc 
+ #>- libkisstrategy_la_METASOURCES = AUTO
+-subdir = krita/core/strategy
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkisstrategy_la_LDFLAGS =
+-libkisstrategy_la_LIBADD =
+-am_libkisstrategy_la_OBJECTS = kis_strategy_move.lo
+-#>- libkisstrategy_la_OBJECTS = $(am_libkisstrategy_la_OBJECTS)
+-#>+ 1
+-libkisstrategy_la_OBJECTS = kis_strategy_move.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_strategy_move.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kis_strategy_move.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkisstrategy_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkisstrategy_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/strategy/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/strategy/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/strategy/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/strategy/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/strategy/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/strategy/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/strategy/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -416,34 +563,33 @@
+ 	$(CXXLINK)  $(libkisstrategy_la_LDFLAGS) $(libkisstrategy_la_OBJECTS) $(libkisstrategy_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_strategy_move.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -455,11 +601,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -468,6 +609,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -479,8 +621,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -489,21 +647,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -521,9 +679,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -535,7 +691,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -543,7 +699,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -559,14 +715,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -582,7 +741,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -590,18 +750,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -609,15 +777,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kis_strategy_move.h 
++KDE_DIST=Makefile.in kis_strategy_move.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/strategy/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/strategy/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/strategy/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/strategy/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/tiles/Makefile.in koffice-1.4.2/krita/core/tiles/Makefile.in
+--- koffice-1.4.2.orig/krita/core/tiles/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/tiles/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,128 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core/tiles
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkistile_la_LIBADD =
++am_libkistile_la_OBJECTS = kis_tiledvlineiterator.lo \
++	kis_tiledhlineiterator.lo kis_tileddatamanager.lo kis_tile.lo \
++	kis_tilediterator.lo kis_tiledrectiterator.lo kis_memento.lo
++#>- libkistile_la_OBJECTS = $(am_libkistile_la_OBJECTS)
++#>+ 6
++libkistile_la_final_OBJECTS = libkistile_la.all_cc.lo 
++libkistile_la_nofinal_OBJECTS = kis_tiledvlineiterator.lo \
++	kis_tiledhlineiterator.lo kis_tileddatamanager.lo kis_tile.lo \
++	kis_tilediterator.lo kis_tiledrectiterator.lo kis_memento.lo
++ at KDE_USE_FINAL_FALSE@libkistile_la_OBJECTS = $(libkistile_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkistile_la_OBJECTS = $(libkistile_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkistile_la_SOURCES)
++DIST_SOURCES = $(libkistile_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +167,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +182,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +193,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +214,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +247,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +267,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +288,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +307,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +425,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -336,104 +505,63 @@
+ 	$(LIBMAGICK_CPPFLAGS) \
+ 	 $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkistile.la
+-
+ libkistile_la_SOURCES = kis_tiledvlineiterator.cc kis_tiledhlineiterator.cc kis_tileddatamanager.cc kis_tile.cc kis_tilediterator.cc kis_tiledrectiterator.cc kis_memento.cc 
+ #>- libkistile_la_METASOURCES = AUTO
+-subdir = krita/core/tiles
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkistile_la_LDFLAGS =
+-libkistile_la_LIBADD =
+-am_libkistile_la_OBJECTS = kis_tiledvlineiterator.lo \
+-	kis_tiledhlineiterator.lo kis_tileddatamanager.lo kis_tile.lo \
+-	kis_tilediterator.lo kis_tiledrectiterator.lo kis_memento.lo
+-#>- libkistile_la_OBJECTS = $(am_libkistile_la_OBJECTS)
+-#>+ 6
+-libkistile_la_final_OBJECTS = libkistile_la.all_cc.lo 
+-libkistile_la_nofinal_OBJECTS = kis_tiledvlineiterator.lo \
+-	kis_tiledhlineiterator.lo kis_tileddatamanager.lo kis_tile.lo \
+-	kis_tilediterator.lo kis_tiledrectiterator.lo kis_memento.lo
+- at KDE_USE_FINAL_FALSE@libkistile_la_OBJECTS = $(libkistile_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkistile_la_OBJECTS = $(libkistile_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_memento.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tile.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tileddatamanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tiledhlineiterator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tilediterator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tiledrectiterator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tiledvlineiterator.Plo
+-#>+ 14
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkistile_la.all_cc.P ./$(DEPDIR)/kis_memento.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tileddatamanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tiledhlineiterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tilediterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tiledrectiterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tiledvlineiterator.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_memento.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tile.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tileddatamanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tiledhlineiterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tilediterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tiledrectiterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tiledvlineiterator.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkistile_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkistile_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/tiles/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/tiles/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/tiles/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/tiles/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/tiles/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/tiles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/tiles/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -441,7 +569,7 @@
+ 	$(CXXLINK)  $(libkistile_la_LDFLAGS) $(libkistile_la_OBJECTS) $(libkistile_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -454,27 +582,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tiledrectiterator.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tiledvlineiterator.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -486,11 +613,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -499,6 +621,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -510,8 +633,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -520,21 +659,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -552,9 +691,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -566,7 +703,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -574,7 +711,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -590,14 +727,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -613,7 +753,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -621,18 +762,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -640,15 +789,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kis_tilediterator.h kis_memento.h kis_tileddatamanager.h kis_datamanager.h kis_tile.h kis_iterator.h 
++KDE_DIST=kis_tilediterator.h Makefile.in kis_memento.h kis_tileddatamanager.h kis_datamanager.h kis_tile.h kis_iterator.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/tiles/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/tiles/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/tiles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/tiles/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/core/tool/Makefile.in koffice-1.4.2/krita/core/tool/Makefile.in
+--- koffice-1.4.2.orig/krita/core/tool/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/core/tool/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,128 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/core/tool
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkistool_la_LIBADD =
++am_libkistool_la_OBJECTS = kis_tool.lo kis_tool_registry.lo \
++	kis_tool_paint.lo kis_tool_freehand.lo kis_tool_non_paint.lo \
++	kis_tool_shape.lo
++#>- libkistool_la_OBJECTS = $(am_libkistool_la_OBJECTS)
++#>+ 6
++libkistool_la_final_OBJECTS = libkistool_la.all_cc.lo 
++libkistool_la_nofinal_OBJECTS = kis_tool.lo kis_tool_registry.lo \
++	kis_tool_paint.lo kis_tool_freehand.lo kis_tool_non_paint.lo \
++	kis_tool_shape.lo
++ at KDE_USE_FINAL_FALSE@libkistool_la_OBJECTS = $(libkistool_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkistool_la_OBJECTS = $(libkistool_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkistool_la_SOURCES)
++DIST_SOURCES = $(libkistool_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +167,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +182,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +193,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +214,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +247,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +267,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +288,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +307,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +425,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -338,9 +507,7 @@
+         -I$(srcdir)/../color_strategy \
+         $(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkistool.la
+-
+ libkistool_la_SOURCES = \
+ 	kis_tool.cc \
+ 	kis_tool_registry.cc \
+@@ -349,98 +516,61 @@
+ 	kis_tool_non_paint.cc \
+ 	kis_tool_shape.cc
+ 
+-
+ #>- libkistool_la_METASOURCES = AUTO
+-subdir = krita/core/tool
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkistool_la_LDFLAGS =
+-libkistool_la_LIBADD =
+-am_libkistool_la_OBJECTS = kis_tool.lo kis_tool_registry.lo \
+-	kis_tool_paint.lo kis_tool_freehand.lo kis_tool_non_paint.lo \
+-	kis_tool_shape.lo
+-#>- libkistool_la_OBJECTS = $(am_libkistool_la_OBJECTS)
+-#>+ 6
+-libkistool_la_final_OBJECTS = libkistool_la.all_cc.lo 
+-libkistool_la_nofinal_OBJECTS = kis_tool.lo kis_tool_registry.lo \
+-	kis_tool_paint.lo kis_tool_freehand.lo kis_tool_non_paint.lo \
+-	kis_tool_shape.lo
+- at KDE_USE_FINAL_FALSE@libkistool_la_OBJECTS = $(libkistool_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkistool_la_OBJECTS = $(libkistool_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_tool.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_freehand.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_non_paint.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_paint.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_registry.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_shape.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkistool_la.all_cc.P ./$(DEPDIR)/kis_tool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_freehand.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_non_paint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_paint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_registry.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_shape.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_tool.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_freehand.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_non_paint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_paint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_registry.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_shape.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkistool_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkistool_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/tool/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/core/tool/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/core/tool/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/tool/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/tool/Makefile
++	  $(AUTOMAKE) --gnu  krita/core/tool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/tool/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -448,7 +578,7 @@
+ 	$(CXXLINK)  $(libkistool_la_LDFLAGS) $(libkistool_la_OBJECTS) $(libkistool_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -460,27 +590,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_registry.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_shape.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -492,11 +621,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -505,6 +629,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -516,8 +641,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -526,21 +667,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -558,9 +699,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -572,7 +711,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -580,7 +719,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -596,14 +735,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -619,7 +761,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -627,18 +770,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -685,15 +836,24 @@
+ 	-rm -f  kis_tool.moc kis_tool_paint.moc kis_tool_shape.moc kis_tool_freehand.moc kis_tool_non_paint.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_tool_freehand.h kis_tool_non_paint.h kis_tool_registry.h kis_tool_factory.h kis_tool_shape.h kis_tool_paint.h kis_tool_controller.h kis_tool.h 
++KDE_DIST=kis_tool_freehand.h Makefile.in kis_tool_non_paint.h kis_tool_registry.h kis_tool_factory.h kis_tool_shape.h kis_tool_paint.h kis_tool_controller.h kis_tool.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/core/tool/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/core/tool/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/core/tool/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/core/tool/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/brushes/Makefile.in koffice-1.4.2/krita/data/brushes/Makefile.in
+--- koffice-1.4.2.orig/krita/data/brushes/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/brushes/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data/brushes
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kritabrushesdir)"
++kritabrushesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritabrushes_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,16 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kritabrushesdir = $(prefix)/share/apps/krita/brushes
+-
+ kritabrushes_DATA = 10x10squareBlur.gbr 10x10square.gbr 11circle.gbr 11fcircle.gbr \
+ 	13circle.gbr 13fcircle.gbr 15circle.gbr 15fcircle.gbr 17circle.gbr \
+ 	17fcircle.gbr 19circle.gbr 19fcircle.gbr 1circle.gbr 20x20squareBlur.gbr \
+@@ -343,28 +483,53 @@
+ 	SketchBrush-16.gih SketchBrush-32.gih SketchBrush-64.gih confetti.gih \
+ 	feltpen.gih hsparks.gih vine.gih
+ 
+-subdir = krita/data/brushes
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kritabrushes_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/brushes/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/brushes/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/brushes/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/brushes/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/brushes/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/brushes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/brushes/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -375,41 +540,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritabrushesDATA_INSTALL = $(INSTALL_DATA)
+ install-kritabrushesDATA: $(kritabrushes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritabrushesdir)
++	test -z "$(kritabrushesdir)" || $(mkdir_p) "$(DESTDIR)$(kritabrushesdir)"
+ 	@list='$(kritabrushes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritabrushesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritabrushesdir)/$$f"; \
+-	  $(kritabrushesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritabrushesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritabrushesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritabrushesdir)/$$f'"; \
++	  $(kritabrushesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritabrushesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritabrushesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritabrushes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritabrushesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritabrushesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritabrushesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritabrushesdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -427,10 +594,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kritabrushesdir)
+-
++	for dir in "$(DESTDIR)$(kritabrushesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -442,7 +609,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -450,7 +617,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -464,13 +631,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -486,39 +655,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kritabrushesDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kritabrushesDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kritabrushesDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kritabrushesDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kritabrushesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=15circle.gbr callig1.gbr confetti.gih SketchBrush-64.gih galaxy.gbr callig3.gbr 19fcircle.gbr 20x20square.gbr 10x10square.gbr SketchBrush-32.gih pixel.gbr SketchBrush-16.gih 5x5squareBlur.gbr 3circle.gbr 20x20squareBlur.gbr galaxy_big.gbr 17circle.gbr 9fcircle.gbr DStar11.gbr 3fcircle.gbr 5fcircle.gbr 13circle.gbr 19circle.gbr 7circle.gbr callig4.gbr pepper.gbr 15fcircle.gbr 9circle.gbr 13fcircle.gbr 5x5square.gbr 17fcircle.gbr 11circle.gbr hsparks.gih 10x10squareBlur.gbr 11fcircle.gbr dunes.gbr confetti.gbr DStar17.gbr DStar25.gbr galaxy_small.gbr 5circle.gbr feltpen.gih 7fcircle.gbr callig2.gbr vine.gih 1circle.gbr 
++KDE_DIST=15circle.gbr callig1.gbr confetti.gih SketchBrush-64.gih galaxy.gbr callig3.gbr 19fcircle.gbr 20x20square.gbr 10x10square.gbr SketchBrush-32.gih Makefile.in pixel.gbr SketchBrush-16.gih 5x5squareBlur.gbr 3circle.gbr 20x20squareBlur.gbr galaxy_big.gbr 17circle.gbr 9fcircle.gbr DStar11.gbr 3fcircle.gbr 5fcircle.gbr 13circle.gbr 19circle.gbr 7circle.gbr callig4.gbr pepper.gbr 15fcircle.gbr 9circle.gbr 13fcircle.gbr 5x5square.gbr 17fcircle.gbr 11circle.gbr hsparks.gih 10x10squareBlur.gbr 11fcircle.gbr dunes.gbr confetti.gbr DStar17.gbr DStar25.gbr galaxy_small.gbr 5circle.gbr feltpen.gih 7fcircle.gbr callig2.gbr vine.gih 1circle.gbr Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/brushes/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/brushes/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/brushes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/brushes/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/gradients/Makefile.in koffice-1.4.2/krita/data/gradients/Makefile.in
+--- koffice-1.4.2.orig/krita/data/gradients/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/gradients/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data/gradients
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kritagradientsdir)"
++kritagradientsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritagradients_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,39 +398,155 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kritagradientsdir = $(prefix)/share/apps/krita/gradients
+-
+-kritagradients_DATA = Abstract_1.ggr Abstract_2.ggr Abstract_3.ggr Aneurism.ggr Blinds.ggr Blue_Green.ggr Browns.ggr Brushed_Aluminium.ggr Burning_Paper.ggr Burning_Transparency.ggr Caribbean_Blues.ggr CD.ggr CD_Half.ggr Coffee.ggr Cold_Steel_2.ggr Cold_Steel.ggr Crown_molding.ggr Dark_1.ggr Deep_Sea.ggr Default.ggr Flare_Glow_Angular_1.ggr Flare_Glow_Radial_1.ggr Flare_Glow_Radial_2.ggr Flare_Glow_Radial_3.ggr Flare_Glow_Radial_4.ggr Flare_Radial_101.ggr Flare_Radial_102.ggr Flare_Radial_103.ggr Flare_Rays_Radial_1.ggr Flare_Rays_Radial_2.ggr Flare_Rays_Size_1.ggr Flare_Sizefac_101.ggr Four_bars.ggr French_flag.ggr French_flag_smooth.ggr Full_saturation_spectrum_CCW.ggr Full_saturation_spectrum_CW.ggr German_flag.ggr German_flag_smooth.ggr Golden.ggr Greens.ggr Horizon_1.ggr Horizon_2.ggr Incandescent.ggr Land_1.ggr Land_and_Sea.ggr Metallic_Something.ggr Mexican_flag.ggr Mexican_flag_smooth.ggr Nauseating_Headache.ggr Neon_Cyan.ggr Neon_Green.ggr Neon_Yellow.ggr Pastel_Rainbow.ggr Pastels.ggr Purples.ggr Radial_Eyeball_Blue.ggr Radial_Eyeball_Brown.ggr Radial_Eyeball_Green.ggr Radial_Glow_1.ggr Radial_Rainbow_Hoop.ggr Romanian_flag.ggr Romanian_flag_smooth.ggr Rounded_edge.ggr Shadows_1.ggr Shadows_2.ggr Shadows_3.ggr Skyline.ggr Skyline_polluted.ggr Square_Wood_Frame.ggr Sunrise.ggr Three_bars_sin.ggr Tropical_Colors.ggr Tube_Red.ggr Wood_1.ggr Wood_2.ggr Yellow_Contrast.ggr Yellow_Orange.ggr 
+-subdir = krita/data/gradients
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kritagradients_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
++kritagradients_DATA = Abstract_1.ggr Abstract_2.ggr Abstract_3.ggr \
++	Aneurism.ggr Blinds.ggr Blue_Green.ggr Browns.ggr \
++	Brushed_Aluminium.ggr Burning_Paper.ggr \
++	Burning_Transparency.ggr Caribbean_Blues.ggr CD.ggr \
++	CD_Half.ggr Coffee.ggr Cold_Steel_2.ggr Cold_Steel.ggr \
++	Crown_molding.ggr Dark_1.ggr Deep_Sea.ggr Default.ggr \
++	Flare_Glow_Angular_1.ggr Flare_Glow_Radial_1.ggr \
++	Flare_Glow_Radial_2.ggr Flare_Glow_Radial_3.ggr \
++	Flare_Glow_Radial_4.ggr Flare_Radial_101.ggr \
++	Flare_Radial_102.ggr Flare_Radial_103.ggr \
++	Flare_Rays_Radial_1.ggr Flare_Rays_Radial_2.ggr \
++	Flare_Rays_Size_1.ggr Flare_Sizefac_101.ggr Four_bars.ggr \
++	French_flag.ggr French_flag_smooth.ggr \
++	Full_saturation_spectrum_CCW.ggr \
++	Full_saturation_spectrum_CW.ggr German_flag.ggr \
++	German_flag_smooth.ggr Golden.ggr Greens.ggr Horizon_1.ggr \
++	Horizon_2.ggr Incandescent.ggr Land_1.ggr Land_and_Sea.ggr \
++	Metallic_Something.ggr Mexican_flag.ggr \
++	Mexican_flag_smooth.ggr Nauseating_Headache.ggr Neon_Cyan.ggr \
++	Neon_Green.ggr Neon_Yellow.ggr Pastel_Rainbow.ggr Pastels.ggr \
++	Purples.ggr Radial_Eyeball_Blue.ggr Radial_Eyeball_Brown.ggr \
++	Radial_Eyeball_Green.ggr Radial_Glow_1.ggr \
++	Radial_Rainbow_Hoop.ggr Romanian_flag.ggr \
++	Romanian_flag_smooth.ggr Rounded_edge.ggr Shadows_1.ggr \
++	Shadows_2.ggr Shadows_3.ggr Skyline.ggr Skyline_polluted.ggr \
++	Square_Wood_Frame.ggr Sunrise.ggr Three_bars_sin.ggr \
++	Tropical_Colors.ggr Tube_Red.ggr Wood_1.ggr Wood_2.ggr \
++	Yellow_Contrast.ggr Yellow_Orange.ggr
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/gradients/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/gradients/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/gradients/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/gradients/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/gradients/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/gradients/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/gradients/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +557,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritagradientsDATA_INSTALL = $(INSTALL_DATA)
+ install-kritagradientsDATA: $(kritagradients_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritagradientsdir)
++	test -z "$(kritagradientsdir)" || $(mkdir_p) "$(DESTDIR)$(kritagradientsdir)"
+ 	@list='$(kritagradients_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritagradientsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritagradientsdir)/$$f"; \
+-	  $(kritagradientsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritagradientsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritagradientsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritagradientsdir)/$$f'"; \
++	  $(kritagradientsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritagradientsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritagradientsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritagradients_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritagradientsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritagradientsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritagradientsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritagradientsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +611,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kritagradientsdir)
+-
++	for dir in "$(DESTDIR)$(kritagradientsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +626,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +634,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +648,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -476,39 +672,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kritagradientsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kritagradientsDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kritagradientsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kritagradientsDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kritagradientsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Blue_Green.ggr Aneurism.ggr Deep_Sea.ggr Radial_Rainbow_Hoop.ggr Coffee.ggr Yellow_Contrast.ggr Flare_Radial_103.ggr Flare_Glow_Radial_1.ggr Flare_Rays_Radial_1.ggr Yellow_Orange.ggr CD.ggr Blinds.ggr German_flag_smooth.ggr Rounded_edge.ggr Burning_Transparency.ggr Crown_molding.ggr Pastels.ggr Caribbean_Blues.ggr CD_Half.ggr Romanian_flag_smooth.ggr Abstract_2.ggr Tube_Red.ggr Tropical_Colors.ggr Horizon_1.ggr Wood_2.ggr Abstract_1.ggr Purples.ggr Land_and_Sea.ggr Flare_Rays_Size_1.ggr Dark_1.ggr Metallic_Something.ggr Radial_Eyeball_Blue.ggr Three_bars_sin.ggr Flare_Glow_Radial_2.ggr Square_Wood_Frame.ggr Full_saturation_spectrum_CCW.ggr Wood_1.ggr Default.ggr Neon_Cyan.ggr French_flag.ggr Cold_Steel.ggr Skyline_polluted.ggr Flare_Radial_102.ggr Radial_Eyeball_Green.ggr Abstract_3.ggr Mexican_flag.ggr Nauseating_Headache.ggr Flare_Glow_Radial_4.ggr Shadows_2.ggr Burning_Paper.ggr Flare_Radial_101.ggr Golden.ggr Shadows_1.ggr Four_bars.ggr Greens.ggr Flare_Glow_Angular_1.ggr Sunrise.ggr Neon_Green.ggr German_flag.ggr Shadows_3.ggr Skyline.ggr Neon_Yellow.ggr Horizon_2.ggr Romanian_flag.ggr Radial_Eyeball_Brown.ggr Radial_Glow_1.ggr Pastel_Rainbow.ggr Cold_Steel_2.ggr Brushed_Aluminium.ggr Land_1.ggr French_flag_smooth.ggr Flare_Sizefac_101.ggr Flare_Glow_Radial_3.ggr Full_saturation_spectrum_CW.ggr Flare_Rays_Radial_2.ggr Incandescent.ggr Browns.ggr Mexican_flag_smooth.ggr 
++KDE_DIST=Blue_Green.ggr Aneurism.ggr Deep_Sea.ggr Radial_Rainbow_Hoop.ggr Coffee.ggr Yellow_Contrast.ggr Flare_Radial_103.ggr Flare_Glow_Radial_1.ggr Flare_Rays_Radial_1.ggr Yellow_Orange.ggr CD.ggr Makefile.in Blinds.ggr German_flag_smooth.ggr Rounded_edge.ggr Burning_Transparency.ggr Crown_molding.ggr Pastels.ggr Caribbean_Blues.ggr CD_Half.ggr Romanian_flag_smooth.ggr Abstract_2.ggr Tube_Red.ggr Tropical_Colors.ggr Horizon_1.ggr Wood_2.ggr Abstract_1.ggr Purples.ggr Land_and_Sea.ggr Flare_Rays_Size_1.ggr Dark_1.ggr Metallic_Something.ggr Radial_Eyeball_Blue.ggr Three_bars_sin.ggr Flare_Glow_Radial_2.ggr Square_Wood_Frame.ggr Full_saturation_spectrum_CCW.ggr Wood_1.ggr Default.ggr Neon_Cyan.ggr French_flag.ggr Cold_Steel.ggr Skyline_polluted.ggr Flare_Radial_102.ggr Radial_Eyeball_Green.ggr Abstract_3.ggr Mexican_flag.ggr Nauseating_Headache.ggr Flare_Glow_Radial_4.ggr Shadows_2.ggr Burning_Paper.ggr Flare_Radial_101.ggr Golden.ggr Shadows_1.ggr Four_bars.ggr Greens.ggr Flare_Glow_Angular_1.ggr Sunrise.ggr Neon_Green.ggr German_flag.ggr Shadows_3.ggr Skyline.ggr Neon_Yellow.ggr Horizon_2.ggr Romanian_flag.ggr Radial_Eyeball_Brown.ggr Radial_Glow_1.ggr Pastel_Rainbow.ggr Cold_Steel_2.ggr Brushed_Aluminium.ggr Land_1.ggr French_flag_smooth.ggr Flare_Sizefac_101.ggr Flare_Glow_Radial_3.ggr Full_saturation_spectrum_CW.ggr Flare_Rays_Radial_2.ggr Incandescent.ggr Browns.ggr Mexican_flag_smooth.ggr Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/gradients/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/gradients/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/gradients/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/gradients/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/images/Makefile.in koffice-1.4.2/krita/data/images/Makefile.in
+--- koffice-1.4.2.orig/krita/data/images/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/images/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data/images
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kritaimagesdir)"
++kritaimagesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritaimages_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,39 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kritaimagesdir = $(prefix)/share/apps/krita/images
+-
+ kritaimages_DATA = evenings.jpg hakonepa.jpg hiro_awate.jpg Azay-Le-Rideau.jpg
+-subdir = krita/data/images
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kritaimages_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/images/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/images/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/images/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/images/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/images/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/images/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/images/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritaimagesDATA_INSTALL = $(INSTALL_DATA)
+ install-kritaimagesDATA: $(kritaimages_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritaimagesdir)
++	test -z "$(kritaimagesdir)" || $(mkdir_p) "$(DESTDIR)$(kritaimagesdir)"
+ 	@list='$(kritaimages_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritaimagesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritaimagesdir)/$$f"; \
+-	  $(kritaimagesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritaimagesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritaimagesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritaimagesdir)/$$f'"; \
++	  $(kritaimagesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritaimagesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritaimagesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritaimages_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritaimagesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritaimagesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritaimagesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritaimagesdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kritaimagesdir)
+-
++	for dir in "$(DESTDIR)$(kritaimagesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -476,39 +645,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kritaimagesDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kritaimagesDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kritaimagesDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kritaimagesDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kritaimagesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=evenings.jpg hiro_awate.jpg Azay-Le-Rideau.jpg hakonepa.jpg 
++KDE_DIST=evenings.jpg Makefile.in hiro_awate.jpg Azay-Le-Rideau.jpg hakonepa.jpg Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/images/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/images/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/images/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/images/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/Makefile.in koffice-1.4.2/krita/data/Makefile.in
+--- koffice-1.4.2.orig/krita/data/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,117 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_servicetypesdir)"
++kde_servicetypesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_servicetypes_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +156,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +171,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +182,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +203,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +236,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +256,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +277,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +296,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +414,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,39 +489,53 @@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = . brushes patterns gradients templates profiles palettes
+ kde_servicetypes_DATA = krita_filter.desktop krita_module.desktop krita_paintop.desktop krita_plugin.desktop krita_tool.desktop
+-subdir = krita/data
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kde_servicetypes_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -374,23 +546,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicetypesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicetypesDATA: $(kde_servicetypes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicetypesdir)
++	test -z "$(kde_servicetypesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicetypesdir)"
+ 	@list='$(kde_servicetypes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+-	  $(kde_servicetypesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicetypesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicetypesdir)/$$f'"; \
++	  $(kde_servicetypesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicetypesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_servicetypes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicetypesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicetypesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicetypesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -400,7 +571,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -412,7 +589,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -420,7 +597,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -441,17 +624,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -461,14 +643,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -477,8 +668,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -487,21 +694,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -516,15 +723,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -534,8 +743,9 @@
+ all-am: Makefile $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicetypesdir)
+-
++	for dir in "$(DESTDIR)$(kde_servicetypesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -547,7 +757,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -555,7 +765,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -569,7 +779,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -577,6 +787,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -592,48 +804,62 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_servicetypesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_servicetypesDATA install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_servicetypesDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_servicetypesDATA \
+-	uninstall-recursive
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_servicetypesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=krita_filter.desktop krita_plugin.desktop krita_module.desktop krita_tool.desktop krita_paintop.desktop 
++KDE_DIST=krita_filter.desktop Makefile.in krita_plugin.desktop krita_module.desktop krita_tool.desktop krita_paintop.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/palettes/Makefile.in koffice-1.4.2/krita/data/palettes/Makefile.in
+--- koffice-1.4.2.orig/krita/data/palettes/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/palettes/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data/palettes
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kritapalettesdir)"
++kritapalettesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritapalettes_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +398,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ kritapalettesdir = $(prefix)/share/apps/krita/palettes
+-
+ kritapalettes_DATA = \
+ Bears.gpl\
+ Bgold.gpl\
+@@ -372,28 +513,53 @@
+ Warm_Colors.gpl\
+ Web.gpl
+ 
+-subdir = krita/data/palettes
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kritapalettes_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/palettes/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/palettes/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/palettes/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/palettes/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/palettes/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/palettes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/palettes/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -404,41 +570,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritapalettesDATA_INSTALL = $(INSTALL_DATA)
+ install-kritapalettesDATA: $(kritapalettes_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritapalettesdir)
++	test -z "$(kritapalettesdir)" || $(mkdir_p) "$(DESTDIR)$(kritapalettesdir)"
+ 	@list='$(kritapalettes_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritapalettesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapalettesdir)/$$f"; \
+-	  $(kritapalettesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapalettesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritapalettesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritapalettesdir)/$$f'"; \
++	  $(kritapalettesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritapalettesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritapalettesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritapalettes_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritapalettesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritapalettesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritapalettesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritapalettesdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -456,10 +624,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kritapalettesdir)
+-
++	for dir in "$(DESTDIR)$(kritapalettesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -471,7 +639,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -479,7 +647,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -493,13 +661,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -515,39 +685,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kritapalettesDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kritapalettesDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kritapalettesDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kritapalettesDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kritapalettesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Khaki.gpl Plasma.gpl Cool_Colors.gpl Lights.gpl Greens.gpl Hilite.gpl Visibone.gpl Caramel.gpl Coldfire.gpl Dark_pastels.gpl Borders.gpl Gold.gpl Paintjet.gpl Firecode.gpl Cascade.gpl Named_Colors.gpl Bgold.gpl Grayblue.gpl Default.gpl Pastels.gpl Topographic.gpl Cranes.gpl GrayViolet.gpl Volcano.gpl Grays.gpl Web.gpl Ega.gpl Reds_And_Purples.gpl News3.gpl Browns_And_Yellows.gpl Op2.gpl Blues.gpl Royal.gpl Warm_Colors.gpl Visibone_2.gpl Bears.gpl Reds.gpl Muted.gpl China.gpl 
++KDE_DIST=Khaki.gpl Plasma.gpl Cool_Colors.gpl Lights.gpl Greens.gpl Hilite.gpl Visibone.gpl Caramel.gpl Makefile.in Coldfire.gpl Dark_pastels.gpl Borders.gpl Gold.gpl Paintjet.gpl Firecode.gpl Cascade.gpl Named_Colors.gpl Bgold.gpl Grayblue.gpl Default.gpl Pastels.gpl Topographic.gpl Cranes.gpl GrayViolet.gpl Volcano.gpl Grays.gpl Web.gpl Ega.gpl Reds_And_Purples.gpl News3.gpl Browns_And_Yellows.gpl Op2.gpl Blues.gpl Royal.gpl Warm_Colors.gpl Visibone_2.gpl Bears.gpl Reds.gpl Muted.gpl China.gpl Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/palettes/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/palettes/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/palettes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/palettes/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/patterns/Makefile.in koffice-1.4.2/krita/data/patterns/Makefile.in
+--- koffice-1.4.2.orig/krita/data/patterns/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/patterns/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data/patterns
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kritapatternsdir)"
++kritapatternsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritapatterns_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,39 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kritapatternsdir = $(prefix)/share/apps/krita/patterns
+-
+ kritapatterns_DATA = 3dgreen.pat Craters.pat Moonfoot.pat Stripes1px.pat Stripes2px.pat amethyst.pat bark.pat blue.pat bluegrid.pat bluesquares.pat blueweb.pat brick.pat burlap.pat burlwood.pat choc_swirl.pat corkboard.pat cracked.pat crinklepaper.pat electric.pat fibers.pat granite1.pat ground1.pat ice.pat java.pat leather.pat leaves.pat leopard.pat lightning.pat marble1.pat marble2.pat marble3.pat nops.pat paper.pat parque1.pat parque2.pat parque3.pat pastel.pat pine.pat pink_marble.pat pool.pat qube1.pat rain.pat recessed.pat redcube.pat rock.pat sky.pat slate.pat sm_squares.pat starfield.pat stone33.pat terra.pat walnut.pat warning.pat wood1.pat wood2.pat wood3.pat wood4.pat wood5.pat 
+-subdir = krita/data/patterns
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kritapatterns_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/patterns/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/patterns/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/patterns/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/patterns/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/patterns/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/patterns/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/patterns/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritapatternsDATA_INSTALL = $(INSTALL_DATA)
+ install-kritapatternsDATA: $(kritapatterns_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritapatternsdir)
++	test -z "$(kritapatternsdir)" || $(mkdir_p) "$(DESTDIR)$(kritapatternsdir)"
+ 	@list='$(kritapatterns_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritapatternsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapatternsdir)/$$f"; \
+-	  $(kritapatternsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapatternsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritapatternsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritapatternsdir)/$$f'"; \
++	  $(kritapatternsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritapatternsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritapatternsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritapatterns_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritapatternsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritapatternsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritapatternsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritapatternsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kritapatternsdir)
+-
++	for dir in "$(DESTDIR)$(kritapatternsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -476,39 +645,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kritapatternsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kritapatternsDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kritapatternsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kritapatternsDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kritapatternsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=marble3.pat leaves.pat rock.pat lightning.pat 3dgreen.pat wood5.pat Stripes2px.pat blue.pat Craters.pat burlwood.pat brick.pat wood4.pat slate.pat bluesquares.pat paper.pat recessed.pat bluegrid.pat walnut.pat sm_squares.pat bark.pat amethyst.pat leather.pat burlap.pat redcube.pat leopard.pat electric.pat parque3.pat warning.pat parque2.pat pool.pat pink_marble.pat marble2.pat crinklepaper.pat choc_swirl.pat nops.pat rain.pat starfield.pat granite1.pat ice.pat parque1.pat wood1.pat sky.pat stone33.pat blueweb.pat corkboard.pat pastel.pat cracked.pat wood2.pat Stripes1px.pat qube1.pat fibers.pat java.pat marble1.pat pine.pat wood3.pat ground1.pat terra.pat Moonfoot.pat 
++KDE_DIST=marble3.pat leaves.pat rock.pat lightning.pat 3dgreen.pat wood5.pat Stripes2px.pat blue.pat Craters.pat burlwood.pat brick.pat Makefile.in wood4.pat slate.pat bluesquares.pat paper.pat recessed.pat bluegrid.pat walnut.pat sm_squares.pat bark.pat amethyst.pat leather.pat burlap.pat redcube.pat leopard.pat electric.pat parque3.pat warning.pat parque2.pat pool.pat pink_marble.pat marble2.pat crinklepaper.pat choc_swirl.pat nops.pat rain.pat starfield.pat granite1.pat ice.pat parque1.pat wood1.pat sky.pat stone33.pat blueweb.pat corkboard.pat pastel.pat cracked.pat wood2.pat Stripes1px.pat qube1.pat fibers.pat java.pat marble1.pat pine.pat wood3.pat ground1.pat terra.pat Moonfoot.pat Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/patterns/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/patterns/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/patterns/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/patterns/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/profiles/Makefile.in koffice-1.4.2/krita/data/profiles/Makefile.in
+--- koffice-1.4.2.orig/krita/data/profiles/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/profiles/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data/profiles
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kritaprofilesdir)"
++kritaprofilesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritaprofiles_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,39 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kritaprofilesdir = $(prefix)/share/apps/krita/profiles
+-
+ kritaprofiles_DATA = Apple.icm CIE.icm CMY.icm cmyk.icm ColorMatch.icm lcmslabi.icm lcmsxyzi.icm monoscnr.icm NTSC.icm PAL.icm SMPTE-C.icm srgb_color_space_profile.icm sRGB.icm srgbspac.icm tifflab8spac.icm tr01_d50.icm WideGamut.icm ycc601.icm ycc709.icm 
+-subdir = krita/data/profiles
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kritaprofiles_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/profiles/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/profiles/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/profiles/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/profiles/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/profiles/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/profiles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/profiles/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritaprofilesDATA_INSTALL = $(INSTALL_DATA)
+ install-kritaprofilesDATA: $(kritaprofiles_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritaprofilesdir)
++	test -z "$(kritaprofilesdir)" || $(mkdir_p) "$(DESTDIR)$(kritaprofilesdir)"
+ 	@list='$(kritaprofiles_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritaprofilesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritaprofilesdir)/$$f"; \
+-	  $(kritaprofilesDATA_INSTALL) $$d$$p $(DESTDIR)$(kritaprofilesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritaprofilesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritaprofilesdir)/$$f'"; \
++	  $(kritaprofilesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritaprofilesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritaprofilesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritaprofiles_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritaprofilesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritaprofilesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritaprofilesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritaprofilesdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kritaprofilesdir)
+-
++	for dir in "$(DESTDIR)$(kritaprofilesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -476,39 +645,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kritaprofilesDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kritaprofilesDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-kritaprofilesDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kritaprofilesDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-kritaprofilesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=CIE.icm srgbspac.icm CMY.icm lcmsxyzi.icm lcmslabi.icm cmyk.icm monoscnr.icm tifflab8spac.icm srgb_color_space_profile.icm sRGB.icm tr01_d50.icm PAL.icm ycc601.icm SMPTE-C.icm WideGamut.icm Apple.icm NTSC.icm ColorMatch.icm ycc709.icm 
++KDE_DIST=CIE.icm srgbspac.icm CMY.icm Makefile.in lcmsxyzi.icm lcmslabi.icm cmyk.icm monoscnr.icm tifflab8spac.icm srgb_color_space_profile.icm sRGB.icm tr01_d50.icm PAL.icm ycc601.icm SMPTE-C.icm WideGamut.icm Apple.icm NTSC.icm ColorMatch.icm ycc709.icm Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/profiles/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/profiles/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/profiles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/profiles/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/data/templates/Makefile.in koffice-1.4.2/krita/data/templates/Makefile.in
+--- koffice-1.4.2.orig/krita/data/templates/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/data/templates/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/data/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ templates_DATA = .directory empty.desktop
+ templatesdir = $(kde_datadir)/krita/templates/empty
+-
+ templatesrc_DATA = empty.kra 
+ templatesrcdir = $(kde_datadir)/krita/templates/empty/.source
+-
+ templatesicon_ICON = AUTO
+ templatesicondir = $(kde_datadir)/krita/icons
+-subdir = krita/data/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/data/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/data/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/templates/Makefile
++	  $(AUTOMAKE) --gnu  krita/data/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=crsc-action-template_empty.svgz empty.desktop empty.kra cr48-action-template_empty.png 
++KDE_DIST=Makefile.in crsc-action-template_empty.svgz empty.desktop empty.kra cr48-action-template_empty.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -545,10 +724,19 @@
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/scalable/actions/template_empty.svgz
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/48x48/actions/template_empty.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/data/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/data/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/data/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/data/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/dtd/Makefile.in koffice-1.4.2/krita/dtd/Makefile.in
+--- koffice-1.4.2.orig/krita/dtd/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/dtd/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/dtd
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(dtddir)"
++dtdDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(dtd_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ dtd_DATA = krita.dtd
+-
+ dtddir = $(kde_datadir)/krita/dtd
+-subdir = krita/dtd
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(dtd_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/dtd/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/dtd/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/dtd/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/dtd/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/dtd/Makefile
++	  $(AUTOMAKE) --gnu  krita/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/dtd/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-dtdDATA_INSTALL = $(INSTALL_DATA)
+ install-dtdDATA: $(dtd_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
++	test -z "$(dtddir)" || $(mkdir_p) "$(DESTDIR)$(dtddir)"
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f"; \
+-	  $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(dtdDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtddir)/$$f'"; \
++	  $(dtdDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ 
+ uninstall-dtdDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(dtddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(dtddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -416,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
+-
++	for dir in "$(DESTDIR)$(dtddir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -431,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -439,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -453,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -475,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-dtdDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-dtdDATA install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-dtdDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-dtdDATA install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-dtdDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=krita.dtd 
++KDE_DIST=Makefile.in krita.dtd Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/dtd/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/dtd/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/dtd/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/Makefile.in koffice-1.4.2/krita/Makefile.in
+--- koffice-1.4.2.orig/krita/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,187 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = krita
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	AUTHORS ChangeLog TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(rcdir)" "$(DESTDIR)$(xdg_appsdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- krita_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++krita_la_DEPENDENCIES = libkdeinit_krita.la
++#>- am_krita_la_OBJECTS = main.lo
++#>+ 1
++am_krita_la_OBJECTS = krita_dummy.lo
++#>- krita_la_OBJECTS = $(am_krita_la_OBJECTS)
++#>+ 1
++krita_la_OBJECTS = krita_dummy.lo
++libkritacommon_la_DEPENDENCIES = core/libkritacore.la ui/libkisui.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libkritacommon_la_OBJECTS = dummycommon.lo
++#>- libkritacommon_la_OBJECTS = $(am_libkritacommon_la_OBJECTS)
++#>+ 1
++libkritacommon_la_OBJECTS = dummycommon.lo
++libkritapart_la_DEPENDENCIES = libkritacommon.la
++am_libkritapart_la_OBJECTS = krita_part_init.lo
++#>- libkritapart_la_OBJECTS = $(am_libkritapart_la_OBJECTS)
++#>+ 1
++libkritapart_la_OBJECTS = krita_part_init.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += krita$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) \
++#>- 	$(libkritapart_la_SOURCES)
++#>+ 2
++SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) \
++	$(libkritapart_la_SOURCES) $(krita_SOURCES) 
++#>- DIST_SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) \
++#>- 	$(libkritapart_la_SOURCES)
++#>+ 2
++DIST_SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) \
++	$(libkritapart_la_SOURCES) $(krita_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++xdg_appsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(rc_DATA) $(xdg_apps_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +226,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +241,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +252,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +273,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +306,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +326,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +347,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +366,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +484,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+-
+ #>- lib_LTLIBRARIES = libkritacommon.la
+ #>+ 1
+ lib_LTLIBRARIES = libkritacommon.la  libkdeinit_krita.la
+@@ -339,16 +566,12 @@
+ #>+ 1
+ libkritacommon_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined $(KDE_NO_UNDEFINED)
+ libkritacommon_la_LIBADD = core/libkritacore.la ui/libkisui.la $(LCMS_LIBS) $(LIB_KOFFICEUI) $(LIB_KOPAINTER) $(LIB_XINPUTEXT)
+-
+ kde_module_LTLIBRARIES = libkritapart.la
+ libkritapart_la_SOURCES = krita_part_init.cc
+ libkritapart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ libkritapart_la_LIBADD = libkritacommon.la
+-
+ #>- METASOURCES = AUTO
+-
+ kdeinit_LTLIBRARIES = krita.la
+-bin_PROGRAMS = 
+ krita_la_SOURCES = main.cc
+ krita_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- krita_la_LIBADD = $(LIB_KOFFICECORE)
+@@ -361,198 +584,136 @@
+ 
+ #kdemime_DATA = x-krita.desktop
+ kdemimedir = $(kde_mimedir)/application
+-
+ rcdir = $(kde_datadir)/krita
+ rc_DATA = krita.rc krita_readonly.rc
+-
+ SUBDIRS = ui core . dtd paintops tools modules plugins data pics 
+-
+ kde_services_DATA = kritapart.desktop
+-subdir = krita
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- krita_la_DEPENDENCIES =
+-#>+ 1
+-krita_la_DEPENDENCIES = libkdeinit_krita.la
+-#>- am_krita_la_OBJECTS = main.lo
+-#>+ 1
+-am_krita_la_OBJECTS = krita_dummy.lo
+-#>- krita_la_OBJECTS = $(am_krita_la_OBJECTS)
+-#>+ 1
+-krita_la_OBJECTS = krita_dummy.lo
+-libkritacommon_la_DEPENDENCIES = core/libkritacore.la ui/libkisui.la
+-am_libkritacommon_la_OBJECTS = dummycommon.lo
+-#>- libkritacommon_la_OBJECTS = $(am_libkritacommon_la_OBJECTS)
+-#>+ 1
+-libkritacommon_la_OBJECTS = dummycommon.lo
+-libkritapart_la_DEPENDENCIES = libkritacommon.la
+-am_libkritapart_la_OBJECTS = krita_part_init.lo
+-#>- libkritapart_la_OBJECTS = $(am_libkritapart_la_OBJECTS)
+-#>+ 1
+-libkritapart_la_OBJECTS = krita_part_init.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += krita$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dummycommon.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/krita_part_init.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/krita.la.Po $(DEPDIR)/krita_dummy.Plo ./$(DEPDIR)/dummycommon.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/krita_part_init.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) \
+-#>- 	$(libkritapart_la_SOURCES)
+-#>+ 2
+-DIST_SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) \
+-	$(libkritapart_la_SOURCES) $(krita_SOURCES) 
+-DATA = $(kde_services_DATA) $(rc_DATA) $(xdg_apps_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README AUTHORS ChangeLog Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) $(libkritapart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(krita_la_SOURCES) $(libkritacommon_la_SOURCES) $(libkritapart_la_SOURCES) $(krita_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/Makefile
++	  $(AUTOMAKE) --gnu  krita/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -571,18 +732,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkritapart.la: libkritapart.la.closure $(libkritapart_la_OBJECTS) $(libkritapart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkritapart.la: $(libkritapart_la_OBJECTS) $(libkritapart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkritapart_la_LDFLAGS) $(libkritapart_la_OBJECTS) $(libkritapart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -590,8 +750,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -602,7 +762,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -611,27 +771,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/krita_part_init.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -642,59 +801,56 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-xdg_appsDATA_INSTALL = $(INSTALL_DATA)
+ install-xdg_appsDATA: $(xdg_apps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(xdg_appsdir)
++	test -z "$(xdg_appsdir)" || $(mkdir_p) "$(DESTDIR)$(xdg_appsdir)"
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  $(xdg_appsDATA_INSTALL) $$d$$p $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(xdg_appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  $(xdg_appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+ uninstall-xdg_appsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(xdg_apps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(xdg_appsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(xdg_appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(xdg_appsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(xdg_appsdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -704,7 +860,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -716,7 +878,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -724,7 +886,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -745,17 +913,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -765,14 +932,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -781,8 +957,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -791,21 +983,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -820,15 +1012,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -840,8 +1034,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(rcdir) $(DESTDIR)$(xdg_appsdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(xdg_appsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -853,7 +1048,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -861,7 +1056,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -879,23 +1074,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kdeinitLTLIBRARIES install-rcDATA install-xdg_appsDATA
+-#>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-rcDATA install-xdg_appsDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++#>- 	install-rcDATA install-xdg_appsDATA
++#>+ 3
++install-data-am:   \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-rcDATA install-xdg_appsDATA
+ 
+ #>- install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+ #>+ 1
+@@ -908,7 +1108,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -916,6 +1117,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+@@ -923,29 +1132,27 @@
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
+-	install-rcDATA install-recursive install-strip \
+-	install-xdg_appsDATA installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA uninstall-recursive \
+-	uninstall-xdg_appsDATA
++	install-rcDATA install-strip install-xdg_appsDATA installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am \
++	uninstall-binPROGRAMS uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
++	uninstall-rcDATA uninstall-xdg_appsDATA
+ 
+ 
+ # Needed to compile libkritacommon.la, which has no source files to itself
+@@ -975,7 +1182,7 @@
+ libkdeinit_krita_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_krita_la_DEPENDENCIES = 
++libkdeinit_krita_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_krita_la_OBJECTS = main.lo
+@@ -1022,7 +1229,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=startkrita DESIGN krita.rc CRASHES configure.in.in TODO-1.4 krita.desktop README.CVS extracti18n.pl krita_readonly.rc kritapart.desktop configure.in.bot HACKING IMAGE_LIBRARIES 
++KDE_DIST=startkrita DESIGN krita.rc Makefile.in CRASHES configure.in.in TODO-1.4 krita.desktop README.CVS extracti18n.pl krita_readonly.rc kritapart.desktop configure.in.bot HACKING IMAGE_LIBRARIES Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -1031,10 +1238,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_cmyk/Makefile.in koffice-1.4.2/krita/modules/colorspace_cmyk/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_cmyk/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_cmyk/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,159 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_cmyk
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritacmykplugin_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritacmykplugin_la_OBJECTS = cmyk_plugin.lo \
++	kis_strategy_colorspace_cmyk.lo \
++	kis_strategy_colorspace_cmyka.lo
++#>- kritacmykplugin_la_OBJECTS = $(am_kritacmykplugin_la_OBJECTS)
++#>+ 6
++kritacmykplugin_la_final_OBJECTS = kritacmykplugin_la.all_cc.lo 
++kritacmykplugin_la_nofinal_OBJECTS = cmyk_plugin.lo \
++	kis_strategy_colorspace_cmyk.lo \
++	kis_strategy_colorspace_cmyka.lo
++ at KDE_USE_FINAL_FALSE@kritacmykplugin_la_OBJECTS = $(kritacmykplugin_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritacmykplugin_la_OBJECTS = $(kritacmykplugin_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritacmykplugin_la_SOURCES)
++DIST_SOURCES = $(kritacmykplugin_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +198,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +213,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +224,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +245,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +278,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +298,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +319,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +338,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +456,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -334,7 +534,6 @@
+ #kritarc_DATA = cmykplugin.rc
+ kde_services_DATA = kritacmykplugin.desktop
+ 
+-
+ #EXTRA_DIST = $(kritarc_DATA)
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/tiles \
+@@ -348,132 +547,85 @@
+ 	$(KOPAINTER_INCLUDES) \
+ 	$(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritacmykplugin.la
+-
+ kritacmykplugin_la_SOURCES = cmyk_plugin.cc kis_strategy_colorspace_cmyk.cc kis_strategy_colorspace_cmyka.cc
+ noinst_HEADERS = cmyk_plugin.h kis_strategy_colorspace_cmyk.h kis_strategy_colorspace_cmyka.h
+-
+ kritacmykplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritacmykplugin_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritacmykplugin_la_METASOURCES = AUTO
+-
+ SUBDIRS = templates
+-subdir = krita/modules/colorspace_cmyk
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritacmykplugin_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritacmykplugin_la_OBJECTS = cmyk_plugin.lo \
+-	kis_strategy_colorspace_cmyk.lo \
+-	kis_strategy_colorspace_cmyka.lo
+-#>- kritacmykplugin_la_OBJECTS = $(am_kritacmykplugin_la_OBJECTS)
+-#>+ 6
+-kritacmykplugin_la_final_OBJECTS = kritacmykplugin_la.all_cc.lo 
+-kritacmykplugin_la_nofinal_OBJECTS = cmyk_plugin.lo \
+-	kis_strategy_colorspace_cmyk.lo \
+-	kis_strategy_colorspace_cmyka.lo
+- at KDE_USE_FINAL_FALSE@kritacmykplugin_la_OBJECTS = $(kritacmykplugin_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritacmykplugin_la_OBJECTS = $(kritacmykplugin_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/cmyk_plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_cmyk.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_cmyka.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritacmykplugin_la.all_cc.P ./$(DEPDIR)/cmyk_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_cmyk.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_cmyka.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/cmyk_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_cmyk.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_cmyka.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritacmykplugin_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kritacmykplugin_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_cmyk/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_cmyk/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_cmyk/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -484,7 +636,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritacmykplugin_la_LDFLAGS) $(kritacmykplugin_la_OBJECTS) $(kritacmykplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -493,27 +645,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_strategy_colorspace_cmyk.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_strategy_colorspace_cmyka.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -524,23 +675,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -550,7 +700,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -562,7 +718,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -570,7 +726,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -591,17 +753,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -611,14 +772,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -627,8 +797,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -637,21 +823,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -666,15 +852,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -684,8 +872,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -697,7 +886,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -705,7 +894,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -721,21 +910,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -748,7 +942,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -756,29 +951,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-kde_servicesDATA install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
++	install-kde_servicesDATA install-man install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
++	maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -805,7 +1006,7 @@
+ 	-rm -f  cmyk_plugin.moc
+ 
+ #>+ 2
+-KDE_DIST=composite.h cmykplugin.rc kritacmykplugin.desktop 
++KDE_DIST=Makefile.in composite.h cmykplugin.rc kritacmykplugin.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -814,10 +1015,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_cmyk/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_cmyk/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_cmyk/templates/Makefile.in koffice-1.4.2/krita/modules/colorspace_cmyk/templates/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_cmyk/templates/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_cmyk/templates/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_cmyk/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ templates_DATA = .directory white_2000x800.desktop
+ templatesdir = $(kde_datadir)/krita/templates/cmyk
+-
+ templatesrc_DATA = white_2000x800.kra
+ templatesrcdir = $(kde_datadir)/krita/templates/cmyk/.source
+-
+ templatesicon_ICON = AUTO
+ templatesicondir = $(kde_datadir)/krita/icons
+-subdir = krita/modules/colorspace_cmyk/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_cmyk/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_cmyk/templates/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_cmyk/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=white_2000x800.kra cr48-action-template_cmyk_empty.png white_2000x800.desktop crsc-action-template_cmyk_empty.svgz 
++KDE_DIST=white_2000x800.kra Makefile.in cr48-action-template_cmyk_empty.png white_2000x800.desktop crsc-action-template_cmyk_empty.svgz Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -545,10 +724,19 @@
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/48x48/actions/template_cmyk_empty.png
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/scalable/actions/template_cmyk_empty.svgz
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_cmyk/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_cmyk/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_cmyk/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_gray/Makefile.in koffice-1.4.2/krita/modules/colorspace_gray/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_gray/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_gray/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,157 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_gray
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritagrayplugin_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritagrayplugin_la_OBJECTS = gray_plugin.lo \
++	kis_strategy_colorspace_grayscale.lo
++#>- kritagrayplugin_la_OBJECTS = $(am_kritagrayplugin_la_OBJECTS)
++#>+ 5
++kritagrayplugin_la_final_OBJECTS = kritagrayplugin_la.all_cc.lo 
++kritagrayplugin_la_nofinal_OBJECTS = gray_plugin.lo \
++	kis_strategy_colorspace_grayscale.lo
++ at KDE_USE_FINAL_FALSE@kritagrayplugin_la_OBJECTS = $(kritagrayplugin_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritagrayplugin_la_OBJECTS = $(kritagrayplugin_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritagrayplugin_la_SOURCES)
++DIST_SOURCES = $(kritagrayplugin_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +196,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +211,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +222,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +243,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +276,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +296,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +317,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +336,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +454,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -334,7 +532,6 @@
+ #kritarc_DATA = grayplugin.rc
+ kde_services_DATA = kritagrayplugin.desktop
+ 
+-
+ #EXTRA_DIST = $(kritarc_DATA)
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/tiles \
+@@ -348,127 +545,85 @@
+ 	$(KOPAINTER_INCLUDES) \
+ 	$(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritagrayplugin.la
+-
+ kritagrayplugin_la_SOURCES = gray_plugin.cc kis_strategy_colorspace_grayscale.cc
+ noinst_HEADERS = gray_plugin.h kis_strategy_colorspace_grayscale.h
+-
+ kritagrayplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritagrayplugin_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritagrayplugin_la_METASOURCES = AUTO
+-
+ SUBDIRS = templates
+-subdir = krita/modules/colorspace_gray
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritagrayplugin_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritagrayplugin_la_OBJECTS = gray_plugin.lo \
+-	kis_strategy_colorspace_grayscale.lo
+-#>- kritagrayplugin_la_OBJECTS = $(am_kritagrayplugin_la_OBJECTS)
+-#>+ 5
+-kritagrayplugin_la_final_OBJECTS = kritagrayplugin_la.all_cc.lo 
+-kritagrayplugin_la_nofinal_OBJECTS = gray_plugin.lo \
+-	kis_strategy_colorspace_grayscale.lo
+- at KDE_USE_FINAL_FALSE@kritagrayplugin_la_OBJECTS = $(kritagrayplugin_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritagrayplugin_la_OBJECTS = $(kritagrayplugin_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/gray_plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_grayscale.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritagrayplugin_la.all_cc.P ./$(DEPDIR)/gray_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_grayscale.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/gray_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_strategy_colorspace_grayscale.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritagrayplugin_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kritagrayplugin_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_gray/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_gray/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_gray/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -479,7 +634,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritagrayplugin_la_LDFLAGS) $(kritagrayplugin_la_OBJECTS) $(kritagrayplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -487,27 +642,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gray_plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_strategy_colorspace_grayscale.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -518,23 +672,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -544,7 +697,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -556,7 +715,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -564,7 +723,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -585,17 +750,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -605,14 +769,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -621,8 +794,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -631,21 +820,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -660,15 +849,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -678,8 +869,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -691,7 +883,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -699,7 +891,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -715,21 +907,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -742,7 +939,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -750,29 +948,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-kde_servicesDATA install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
++	install-kde_servicesDATA install-man install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
++	maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -799,7 +1003,7 @@
+ 	-rm -f  gray_plugin.moc
+ 
+ #>+ 2
+-KDE_DIST=kritagrayplugin.desktop grayplugin.rc 
++KDE_DIST=Makefile.in kritagrayplugin.desktop grayplugin.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -808,10 +1012,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_gray/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_gray/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_gray/templates/Makefile.in koffice-1.4.2/krita/modules/colorspace_gray/templates/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_gray/templates/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_gray/templates/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_gray/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ templates_DATA = .directory white_640x480.desktop
+ templatesdir = $(kde_datadir)/krita/templates/gray
+-
+ templatesrc_DATA = white_640x480.kra 
+ templatesrcdir = $(kde_datadir)/krita/templates/gray/.source
+-
+ templatesicon_ICON = AUTO
+ templatesicondir = $(kde_datadir)/krita/icons
+-subdir = krita/modules/colorspace_gray/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_gray/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_gray/templates/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_gray/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=white_640x480.desktop crsc-action-template_gray_empty.svgz cr48-action-template_gray_empty.png white_640x480.kra 
++KDE_DIST=white_640x480.desktop Makefile.in crsc-action-template_gray_empty.svgz cr48-action-template_gray_empty.png white_640x480.kra Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -545,10 +724,19 @@
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/48x48/actions/template_gray_empty.png
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/scalable/actions/template_gray_empty.svgz
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_gray/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_gray/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_gray/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_rgb/Makefile.in koffice-1.4.2/krita/modules/colorspace_rgb/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_rgb/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_rgb/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -20,100 +20,157 @@
+ 
+ # rc file containing the GUI for the plugin
+ #kritarc_DATA = rgbplugin.rc
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_rgb
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritargbplugin_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritargbplugin_la_OBJECTS = rgb_plugin.lo \
++	kis_strategy_colorspace_rgb.lo
++#>- kritargbplugin_la_OBJECTS = $(am_kritargbplugin_la_OBJECTS)
++#>+ 5
++kritargbplugin_la_final_OBJECTS = kritargbplugin_la.all_cc.lo 
++kritargbplugin_la_nofinal_OBJECTS = rgb_plugin.lo \
++	kis_strategy_colorspace_rgb.lo
++ at KDE_USE_FINAL_FALSE@kritargbplugin_la_OBJECTS = $(kritargbplugin_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritargbplugin_la_OBJECTS = $(kritargbplugin_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritargbplugin_la_SOURCES)
++DIST_SOURCES = $(kritargbplugin_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -145,15 +202,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -163,7 +217,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -175,14 +228,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -199,7 +249,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -233,13 +282,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -249,16 +302,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -269,15 +323,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -291,20 +342,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -328,8 +460,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -339,7 +537,6 @@
+ # Install the desktop file needed to detect the plugin
+ kde_services_DATA = kritargbplugin.desktop
+ 
+-
+ #EXTRA_DIST = $(kritarc_DATA)
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/tiles \
+@@ -359,123 +556,83 @@
+ # Srcs for the plugin
+ kritargbplugin_la_SOURCES = rgb_plugin.cc kis_strategy_colorspace_rgb.cc
+ noinst_HEADERS = rgb_plugin.h kis_strategy_colorspace_rgb.h
+-
+ kritargbplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritargbplugin_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritargbplugin_la_METASOURCES = AUTO
+-
+ #METASOURCES = AUTO # XXX: which of the two?
+ SUBDIRS = templates
+-subdir = krita/modules/colorspace_rgb
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritargbplugin_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritargbplugin_la_OBJECTS = rgb_plugin.lo \
+-	kis_strategy_colorspace_rgb.lo
+-#>- kritargbplugin_la_OBJECTS = $(am_kritargbplugin_la_OBJECTS)
+-#>+ 5
+-kritargbplugin_la_final_OBJECTS = kritargbplugin_la.all_cc.lo 
+-kritargbplugin_la_nofinal_OBJECTS = rgb_plugin.lo \
+-	kis_strategy_colorspace_rgb.lo
+- at KDE_USE_FINAL_FALSE@kritargbplugin_la_OBJECTS = $(kritargbplugin_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritargbplugin_la_OBJECTS = $(kritargbplugin_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_strategy_colorspace_rgb.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rgb_plugin.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritargbplugin_la.all_cc.P ./$(DEPDIR)/kis_strategy_colorspace_rgb.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rgb_plugin.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_strategy_colorspace_rgb.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rgb_plugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritargbplugin_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kritargbplugin_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_rgb/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_rgb/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_rgb/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -486,7 +643,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritargbplugin_la_LDFLAGS) $(kritargbplugin_la_OBJECTS) $(kritargbplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -494,27 +651,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_strategy_colorspace_rgb.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rgb_plugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -525,23 +681,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -551,7 +706,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -563,7 +724,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -571,7 +732,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -592,17 +759,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -612,14 +778,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -628,8 +803,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -638,21 +829,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -667,15 +858,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -685,8 +878,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -698,7 +892,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -706,7 +900,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -722,21 +916,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -749,7 +948,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -757,29 +957,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-kde_servicesDATA install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
++	install-kde_servicesDATA install-man install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
++	maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -806,7 +1012,7 @@
+ 	-rm -f  rgb_plugin.moc
+ 
+ #>+ 2
+-KDE_DIST=rgbplugin.rc kritargbplugin.desktop composite.h 
++KDE_DIST=Makefile.in rgbplugin.rc kritargbplugin.desktop composite.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -815,10 +1021,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_rgb/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_rgb/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_rgb/templates/Makefile.in koffice-1.4.2/krita/modules/colorspace_rgb/templates/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_rgb/templates/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_rgb/templates/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_rgb/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ templates_DATA = .directory transparent_1024x768.desktop transparent_1280x1024.desktop transparent_1600x1200.desktop transparent_640x480.desktop white_1024x768.desktop white_1280x1024.desktop white_1600x1200.desktop white_640x480.desktop
+ templatesdir = $(kde_datadir)/krita/templates/rgb
+-
+ templatesrc_DATA = transparent_1024x768.kra transparent_1280x1024.kra transparent_1600x1200.kra transparent_640x480.kra white_1024x768.kra white_1280x1024.kra white_1600x1200.kra white_640x480.kra
+ templatesrcdir = $(kde_datadir)/krita/templates/rgb/.source
+-
+ templatesicon_ICON = AUTO
+ templatesicondir = $(kde_datadir)/krita/icons
+-subdir = krita/modules/colorspace_rgb/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_rgb/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_rgb/templates/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_rgb/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=transparent_640x480.desktop white_1280x1024.kra white_1280x1024.desktop white_1600x1200.kra transparent_640x480.kra transparent_1024x768.kra white_640x480.desktop white_1024x768.desktop cr48-action-template_rgb_empty.png transparent_1024x768.desktop transparent_1600x1200.desktop transparent_1280x1024.kra crsc-action-template_rgb_empty.svgz transparent_1280x1024.desktop white_1600x1200.desktop white_640x480.kra white_1024x768.kra transparent_1600x1200.kra 
++KDE_DIST=transparent_640x480.desktop white_1280x1024.kra white_1280x1024.desktop white_1600x1200.kra transparent_640x480.kra transparent_1024x768.kra white_640x480.desktop Makefile.in white_1024x768.desktop cr48-action-template_rgb_empty.png transparent_1024x768.desktop transparent_1600x1200.desktop transparent_1280x1024.kra crsc-action-template_rgb_empty.svgz transparent_1280x1024.desktop white_1600x1200.desktop white_640x480.kra white_1024x768.kra transparent_1600x1200.kra Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -545,10 +724,19 @@
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/scalable/actions/template_rgb_empty.svgz
+ 	-rm -f $(DESTDIR)$(templatesicondir)/crystalsvg/48x48/actions/template_rgb_empty.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_rgb/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_rgb/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_rgb/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_wet/Makefile.in koffice-1.4.2/krita/modules/colorspace_wet/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_wet/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_wet/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,146 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_wet
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritawetplugin_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritawetplugin_la_OBJECTS = kis_colorspace_wet.lo wet_plugin.lo \
++	wetphysicsfilter.lo kis_wetop.lo kis_wet_palette_widget.lo \
++	kis_texture_painter.lo
++#>- kritawetplugin_la_OBJECTS = $(am_kritawetplugin_la_OBJECTS)
++#>+ 6
++kritawetplugin_la_final_OBJECTS = kritawetplugin_la.all_cc.lo 
++kritawetplugin_la_nofinal_OBJECTS = kis_colorspace_wet.lo wet_plugin.lo \
++	wetphysicsfilter.lo kis_wetop.lo kis_wet_palette_widget.lo \
++	kis_texture_painter.lo
++ at KDE_USE_FINAL_FALSE@kritawetplugin_la_OBJECTS = $(kritawetplugin_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritawetplugin_la_OBJECTS = $(kritawetplugin_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritawetplugin_la_SOURCES)
++DIST_SOURCES = $(kritawetplugin_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +185,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +200,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +211,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +232,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +265,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +285,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +306,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +325,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +443,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,9 +519,7 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = wetplugin.rc
+ kde_services_DATA = kritawetplugin.desktop
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/tiles \
+ 	-I$(srcdir)/../../core/tool \
+@@ -348,128 +533,84 @@
+ 	$(KOPAINTER_INCLUDES) \
+ 	$(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritawetplugin.la
+-
+ kritawetplugin_la_SOURCES = kis_colorspace_wet.cc wet_plugin.cc wetphysicsfilter.cc kis_wetop.cc kis_wet_palette_widget.cc kis_texture_painter.cc
+ noinst_HEADERS = kis_colorspace_wet.h wet_plugin.h wetphysicsfilter.h kis_wetop.cc kis_wet_palette_widget.h kis_texture_painter.h
+-
+ kritawetplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritawetplugin_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritawetplugin_la_METASOURCES = AUTO
+-subdir = krita/modules/colorspace_wet
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritawetplugin_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritawetplugin_la_OBJECTS = kis_colorspace_wet.lo wet_plugin.lo \
+-	wetphysicsfilter.lo kis_wetop.lo kis_wet_palette_widget.lo \
+-	kis_texture_painter.lo
+-#>- kritawetplugin_la_OBJECTS = $(am_kritawetplugin_la_OBJECTS)
+-#>+ 6
+-kritawetplugin_la_final_OBJECTS = kritawetplugin_la.all_cc.lo 
+-kritawetplugin_la_nofinal_OBJECTS = kis_colorspace_wet.lo wet_plugin.lo \
+-	wetphysicsfilter.lo kis_wetop.lo kis_wet_palette_widget.lo \
+-	kis_texture_painter.lo
+- at KDE_USE_FINAL_FALSE@kritawetplugin_la_OBJECTS = $(kritawetplugin_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritawetplugin_la_OBJECTS = $(kritawetplugin_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_colorspace_wet.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_texture_painter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_wet_palette_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_wetop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wet_plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wetphysicsfilter.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritawetplugin_la.all_cc.P ./$(DEPDIR)/kis_colorspace_wet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_texture_painter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_wet_palette_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_wetop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wet_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wetphysicsfilter.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_colorspace_wet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_texture_painter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_wet_palette_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_wetop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/wet_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/wetphysicsfilter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritawetplugin_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritawetplugin_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_wet/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_wet/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_wet/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_wet/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_wet/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_wet/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_wet/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -480,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritawetplugin_la_LDFLAGS) $(kritawetplugin_la_OBJECTS) $(kritawetplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -492,27 +633,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wet_plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wetphysicsfilter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -523,48 +663,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -573,6 +706,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -584,8 +718,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -594,21 +744,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -626,10 +776,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -641,7 +791,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -649,7 +799,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -665,23 +815,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -694,7 +847,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -702,22 +856,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -751,7 +914,7 @@
+ 	-rm -f  wet_plugin.moc kis_wet_palette_widget.moc
+ 
+ #>+ 2
+-KDE_DIST=wetplugin.rc kis_wetop.h todo kritawetplugin.desktop 
++KDE_DIST=Makefile.in wetplugin.rc kis_wetop.h todo kritawetplugin.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -760,10 +923,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_wet/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_wet/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_wet/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_wet/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_ws/filter/Makefile.in koffice-1.4.2/krita/modules/colorspace_ws/filter/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_ws/filter/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_ws/filter/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_ws/filter
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritawsenginefilter_la_DEPENDENCIES = ../../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritawsenginefilter_la_OBJECTS = ws_engine_filter_plugin.lo \
++	kis_ws_engine_filter.lo
++#>- kritawsenginefilter_la_OBJECTS = $(am_kritawsenginefilter_la_OBJECTS)
++#>+ 5
++kritawsenginefilter_la_final_OBJECTS = kritawsenginefilter_la.all_cc.lo 
++kritawsenginefilter_la_nofinal_OBJECTS = ws_engine_filter_plugin.lo \
++	kis_ws_engine_filter.lo
++ at KDE_USE_FINAL_FALSE@kritawsenginefilter_la_OBJECTS = $(kritawsenginefilter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritawsenginefilter_la_OBJECTS = $(kritawsenginefilter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritawsenginefilter_la_SOURCES)
++DIST_SOURCES = $(kritawsenginefilter_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +440,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +515,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritawsenginefilter.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = \
+ 	-I$(srcdir)/../../../core/color_strategy \
+ 	-I$(srcdir)/../../../core \
+@@ -348,121 +530,90 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritawsenginefilter.la
+-
+ kritawsenginefilter_la_SOURCES = \
+ 	ws_engine_filter_plugin.cc \
+ 	kis_ws_engine_filter.cc
+ 
+-
+ noinst_HEADERS = \
+ 	ws_engine_filter_plugin.h \
+         kis_ws_engine_filter.h
+ 
+-
+ kritawsenginefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritawsenginefilter_la_LIBADD = ../../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritawsenginefilter_la_METASOURCES = AUTO
+-subdir = krita/modules/colorspace_ws/filter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritawsenginefilter_la_DEPENDENCIES = ../../../libkritacommon.la
+-am_kritawsenginefilter_la_OBJECTS = ws_engine_filter_plugin.lo \
+-	kis_ws_engine_filter.lo
+-#>- kritawsenginefilter_la_OBJECTS = $(am_kritawsenginefilter_la_OBJECTS)
+-#>+ 5
+-kritawsenginefilter_la_final_OBJECTS = kritawsenginefilter_la.all_cc.lo 
+-kritawsenginefilter_la_nofinal_OBJECTS = ws_engine_filter_plugin.lo \
+-	kis_ws_engine_filter.lo
+- at KDE_USE_FINAL_FALSE@kritawsenginefilter_la_OBJECTS = $(kritawsenginefilter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritawsenginefilter_la_OBJECTS = $(kritawsenginefilter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_ws_engine_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ws_engine_filter_plugin.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritawsenginefilter_la.all_cc.P ./$(DEPDIR)/kis_ws_engine_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ws_engine_filter_plugin.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_ws_engine_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/ws_engine_filter_plugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritawsenginefilter_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritawsenginefilter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/filter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_ws/filter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/filter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/filter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_ws/filter/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/filter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_ws/filter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -473,7 +624,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritawsenginefilter_la_LDFLAGS) $(kritawsenginefilter_la_OBJECTS) $(kritawsenginefilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -481,27 +632,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_ws_engine_filter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ws_engine_filter_plugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -512,30 +662,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -544,6 +688,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -555,8 +700,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -565,21 +726,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -597,10 +758,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -612,7 +773,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -620,7 +781,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -636,14 +797,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -663,7 +827,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -671,21 +836,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -701,7 +875,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=kritawsenginefilter.rc 
++KDE_DIST=kritawsenginefilter.rc Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -710,10 +884,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_ws/filter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/filter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/filter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_ws/filter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/colorspace_ws/Makefile.in koffice-1.4.2/krita/modules/colorspace_ws/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/colorspace_ws/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/colorspace_ws/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,157 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules/colorspace_ws
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritawsplugin_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritawsplugin_la_OBJECTS = wet_sticky_plugin.lo \
++	kis_colorspace_wet_sticky.lo
++#>- kritawsplugin_la_OBJECTS = $(am_kritawsplugin_la_OBJECTS)
++#>+ 5
++kritawsplugin_la_final_OBJECTS = kritawsplugin_la.all_cc.lo 
++kritawsplugin_la_nofinal_OBJECTS = wet_sticky_plugin.lo \
++	kis_colorspace_wet_sticky.lo
++ at KDE_USE_FINAL_FALSE@kritawsplugin_la_OBJECTS = $(kritawsplugin_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritawsplugin_la_OBJECTS = $(kritawsplugin_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritawsplugin_la_SOURCES)
++DIST_SOURCES = $(kritawsplugin_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +196,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +211,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +222,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +243,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +276,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +296,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +317,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +336,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +454,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -342,127 +540,85 @@
+ 	$(KOPAINTER_INCLUDES) \
+ 	$(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritawsplugin.la
+-
+ kritawsplugin_la_SOURCES = wet_sticky_plugin.cc kis_colorspace_wet_sticky.cc
+ noinst_HEADERS = wet_sticky_plugin.h kis_colorspace_wet_sticky.h
+-
+ kritawsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritawsplugin_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritawsplugin_la_METASOURCES = AUTO
+-
+ SUBDIRS = filter
+-subdir = krita/modules/colorspace_ws
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritawsplugin_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritawsplugin_la_OBJECTS = wet_sticky_plugin.lo \
+-	kis_colorspace_wet_sticky.lo
+-#>- kritawsplugin_la_OBJECTS = $(am_kritawsplugin_la_OBJECTS)
+-#>+ 5
+-kritawsplugin_la_final_OBJECTS = kritawsplugin_la.all_cc.lo 
+-kritawsplugin_la_nofinal_OBJECTS = wet_sticky_plugin.lo \
+-	kis_colorspace_wet_sticky.lo
+- at KDE_USE_FINAL_FALSE@kritawsplugin_la_OBJECTS = $(kritawsplugin_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritawsplugin_la_OBJECTS = $(kritawsplugin_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_colorspace_wet_sticky.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/wet_sticky_plugin.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritawsplugin_la.all_cc.P ./$(DEPDIR)/kis_colorspace_wet_sticky.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/wet_sticky_plugin.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_colorspace_wet_sticky.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/wet_sticky_plugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritawsplugin_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kritawsplugin_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/colorspace_ws/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_ws/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_ws/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -473,7 +629,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritawsplugin_la_LDFLAGS) $(kritawsplugin_la_OBJECTS) $(kritawsplugin_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -481,27 +637,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_colorspace_wet_sticky.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/wet_sticky_plugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -512,23 +667,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -538,7 +692,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -550,7 +710,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -558,7 +718,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -579,17 +745,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -599,14 +764,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -615,8 +789,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -625,21 +815,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -654,15 +844,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -672,8 +864,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -685,7 +878,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -693,7 +886,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -709,21 +902,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -736,7 +934,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -744,29 +943,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-kde_servicesDATA install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
++	install-kde_servicesDATA install-man install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
++	maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -793,7 +998,7 @@
+ 	-rm -f  wet_sticky_plugin.moc
+ 
+ #>+ 2
+-KDE_DIST=kritawsplugin.desktop wstool.ui 
++KDE_DIST=kritawsplugin.desktop Makefile.in wstool.ui Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -802,10 +1007,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/colorspace_ws/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/colorspace_ws/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/colorspace_ws/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/modules/Makefile.in koffice-1.4.2/krita/modules/Makefile.in
+--- koffice-1.4.2.orig/krita/modules/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/modules/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,107 @@
+ @SET_MAKE@
+ 
+ # Definition of the service type
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/modules
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +148,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +163,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +174,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +195,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +228,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +248,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +269,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +288,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,46 +406,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = colorspace_rgb colorspace_gray #colorspace_cmyk colorspace_wet colorspace_ws
+-subdir = krita/modules
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/modules/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/modules/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/Makefile
++	  $(AUTOMAKE) --gnu  krita/modules/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -382,7 +545,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -394,7 +563,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -402,7 +571,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -423,17 +598,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -443,14 +617,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -459,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -469,21 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -498,15 +697,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -516,7 +717,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -528,7 +728,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -536,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -550,7 +750,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -558,6 +758,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -573,46 +775,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=krita_module.desktop 
++KDE_DIST=Makefile.in krita_module.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/modules/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/modules/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/modules/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/modules/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/paintops/Makefile.in koffice-1.4.2/krita/paintops/Makefile.in
+--- koffice-1.4.2.orig/krita/paintops/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/paintops/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,146 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/paintops
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritadefaultpaintops_la_DEPENDENCIES = ../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritadefaultpaintops_la_OBJECTS = defaultpaintops_plugin.lo \
++	kis_airbrushop.lo kis_brushop.lo kis_convolveop.lo \
++	kis_duplicateop.lo kis_eraseop.lo kis_penop.lo
++#>- kritadefaultpaintops_la_OBJECTS =  \
++#>- 	$(am_kritadefaultpaintops_la_OBJECTS)
++#>+ 6
++kritadefaultpaintops_la_final_OBJECTS = kritadefaultpaintops_la.all_cc.lo 
++kritadefaultpaintops_la_nofinal_OBJECTS = defaultpaintops_plugin.lo \
++	kis_airbrushop.lo kis_brushop.lo kis_convolveop.lo \
++	kis_duplicateop.lo kis_eraseop.lo kis_penop.lo
++ at KDE_USE_FINAL_FALSE@kritadefaultpaintops_la_OBJECTS = $(kritadefaultpaintops_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritadefaultpaintops_la_OBJECTS = $(kritadefaultpaintops_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritadefaultpaintops_la_SOURCES)
++DIST_SOURCES = $(kritadefaultpaintops_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +185,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +200,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +211,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +232,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +265,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +285,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +306,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +325,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +443,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -344,7 +531,6 @@
+ 	-I../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../core/strategy/ $(all_includes)
+ 
+-
+ kritadefaultpaintops_la_SOURCES = \
+ 	defaultpaintops_plugin.cc \
+ 	kis_airbrushop.cc \
+@@ -354,7 +540,6 @@
+ 	kis_eraseop.cc \
+ 	kis_penop.cc
+ 
+-
+ noinst_HEADERS = \
+ 	defaultpaintops_plugin.h \
+ 	kis_airbrushop.h \
+@@ -364,128 +549,82 @@
+ 	kis_eraseop.h \
+ 	kis_penop.h
+ 
+-
+ kde_module_LTLIBRARIES = kritadefaultpaintops.la
+-
+ kritadefaultpaintops_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritadefaultpaintops_la_LIBADD = ../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritadefaultpaintops_la_METASOURCES = AUTO
+-subdir = krita/paintops
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritadefaultpaintops_la_DEPENDENCIES = ../libkritacommon.la
+-am_kritadefaultpaintops_la_OBJECTS = defaultpaintops_plugin.lo \
+-	kis_airbrushop.lo kis_brushop.lo kis_convolveop.lo \
+-	kis_duplicateop.lo kis_eraseop.lo kis_penop.lo
+-#>- kritadefaultpaintops_la_OBJECTS = $(am_kritadefaultpaintops_la_OBJECTS)
+-#>+ 6
+-kritadefaultpaintops_la_final_OBJECTS = kritadefaultpaintops_la.all_cc.lo 
+-kritadefaultpaintops_la_nofinal_OBJECTS = defaultpaintops_plugin.lo \
+-	kis_airbrushop.lo kis_brushop.lo kis_convolveop.lo \
+-	kis_duplicateop.lo kis_eraseop.lo kis_penop.lo
+- at KDE_USE_FINAL_FALSE@kritadefaultpaintops_la_OBJECTS = $(kritadefaultpaintops_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritadefaultpaintops_la_OBJECTS = $(kritadefaultpaintops_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/defaultpaintops_plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_airbrushop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_brushop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_convolveop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_duplicateop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_eraseop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_penop.Plo
+-#>+ 14
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritadefaultpaintops_la.all_cc.P ./$(DEPDIR)/defaultpaintops_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_airbrushop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_brushop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_convolveop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_duplicateop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_eraseop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_penop.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/defaultpaintops_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_airbrushop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_brushop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_convolveop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_duplicateop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_eraseop.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_penop.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritadefaultpaintops_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritadefaultpaintops_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/paintops/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/paintops/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/paintops/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/paintops/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/paintops/Makefile
++	  $(AUTOMAKE) --gnu  krita/paintops/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/paintops/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -496,7 +635,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritadefaultpaintops_la_LDFLAGS) $(kritadefaultpaintops_la_OBJECTS) $(kritadefaultpaintops_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -509,27 +648,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_eraseop.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_penop.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -540,30 +678,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -572,6 +704,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -583,8 +716,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -593,21 +742,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -625,10 +774,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -640,7 +789,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -648,7 +797,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -664,21 +813,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -691,7 +845,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -699,21 +854,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -741,7 +904,7 @@
+ 	-rm -f  defaultpaintops_plugin.moc
+ 
+ #>+ 2
+-KDE_DIST=kritadefaultpaintops.desktop 
++KDE_DIST=Makefile.in kritadefaultpaintops.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -750,10 +913,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/paintops/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/paintops/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/paintops/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/paintops/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/pics/Makefile.in koffice-1.4.2/krita/pics/Makefile.in
+--- koffice-1.4.2.orig/krita/pics/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/pics/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kritapicsdir)"
++kritapicsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritapics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +398,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kritapics_DATA = deletelayer.png lowerlayer.png newlayer.png raiselayer.png \
+         gradient.png line.png polyline.png polygon.png \
+         rectangle.png ellipse.png \
+@@ -343,30 +484,54 @@
+ 
+ # directory for pixmaps
+ kritapicsdir = $(kde_datadir)/krita/pics
+-
+ KDE_ICON = krita
+-subdir = krita/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kritapics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/pics/Makefile
++	  $(AUTOMAKE) --gnu  krita/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -377,41 +542,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritapicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kritapicsDATA: $(kritapics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritapicsdir)
++	test -z "$(kritapicsdir)" || $(mkdir_p) "$(DESTDIR)$(kritapicsdir)"
+ 	@list='$(kritapics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritapicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapicsdir)/$$f"; \
+-	  $(kritapicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritapicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritapicsdir)/$$f'"; \
++	  $(kritapicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritapicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritapicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritapics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritapicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritapicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritapicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritapicsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -429,10 +596,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kritapicsdir)
+-
++	for dir in "$(DESTDIR)$(kritapicsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -444,7 +611,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -452,7 +619,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -466,13 +633,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -490,25 +659,34 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-kritapicsDATA
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am uninstall-kritapicsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kritapicsDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kritapicsDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kritapicsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -516,7 +694,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=line.png linked.png openhand_cursor.xpm tool_text.png closedhand_cursor.xpm deletelayer.png polygon.png ellipse.png unlocked.png locked.png hi16-app-krita.png gradient.png tool_screenshot.png hi22-app-krita.png newlayer.png polyline.png hi64-app-krita.png visible.png tool_pan.png width.png height.png novisible.png shade.png hi128-app-krita.png unlinked.png tool_star.png raiselayer.png lowerlayer.png hi32-app-krita.png hi48-app-krita.png rectangle.png 
++KDE_DIST=line.png linked.png Makefile.in openhand_cursor.xpm tool_text.png closedhand_cursor.xpm deletelayer.png polygon.png ellipse.png unlocked.png locked.png hi16-app-krita.png gradient.png tool_screenshot.png hi22-app-krita.png newlayer.png polyline.png hi64-app-krita.png visible.png tool_pan.png width.png height.png novisible.png shade.png hi128-app-krita.png unlinked.png tool_star.png raiselayer.png lowerlayer.png hi32-app-krita.png hi48-app-krita.png rectangle.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -544,10 +722,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/krita.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/krita.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/cimg/Makefile.in koffice-1.4.2/krita/plugins/cimg/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/cimg/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/plugins/cimg/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/cimg
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritacimg_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritacimg_la_OBJECTS = kis_cimg_filter.lo kis_cimg_plugin.lo \
++	kis_cimgconfig_widget.lo
++#>- kritacimg_la_OBJECTS = $(am_kritacimg_la_OBJECTS)
++#>+ 2
++kritacimg_la_OBJECTS = kis_cimg_filter.lo kis_cimg_plugin.lo \
++	kis_cimgconfig_widget.lo wdg_cimg.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritacimg_la_SOURCES)
++DIST_SOURCES = $(kritacimg_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,19 +438,83 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+-
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritacimg.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritacimg.desktop
+ 
+ # all_includes must remain last!
+@@ -351,7 +531,6 @@
+ 	-I../../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ #>- kritacimg_la_SOURCES = \
+ #>- 	wdg_cimg.ui\
+ #>- 	kis_cimg_filter.cc\
+@@ -367,115 +546,88 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritacimg.la
+-
+ noinst_HEADERS = \
+ 	CImg.h\
+ 	kis_cimg_filter.h\
+ 	kis_cimg_plugin.h\
+ 	kis_cimgconfig_widget.h
+ 
+-
+ kritacimg_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritacimg_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritacimg_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/cimg
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritacimg_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritacimg_la_OBJECTS = kis_cimg_filter.lo kis_cimg_plugin.lo \
+-	kis_cimgconfig_widget.lo
+-#>- kritacimg_la_OBJECTS = $(am_kritacimg_la_OBJECTS)
+-#>+ 2
+-kritacimg_la_OBJECTS = kis_cimg_filter.lo kis_cimg_plugin.lo \
+-	kis_cimgconfig_widget.lo wdg_cimg.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_cimg_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_cimg_plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_cimgconfig_widget.Plo
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/wdg_cimg.P ./$(DEPDIR)/kis_cimg_filter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_cimg_plugin.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_cimgconfig_widget.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritacimg_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritacimg_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/cimg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/cimg/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/cimg/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/cimg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/cimg/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/cimg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/cimg/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -486,7 +638,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritacimg_la_LDFLAGS) $(kritacimg_la_OBJECTS) $(kritacimg_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -495,27 +647,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_cimg_plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_cimgconfig_widget.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -526,48 +677,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -576,6 +720,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -587,8 +732,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -597,21 +758,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -629,10 +790,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -644,7 +805,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -652,7 +813,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -668,23 +829,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -697,7 +861,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -705,22 +870,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -747,7 +921,7 @@
+ 	-rm -f  kis_cimgconfig_widget.moc
+ 
+ #>+ 2
+-KDE_DIST=kritacimg.rc wdg_cimg.ui kritacimg.desktop 
++KDE_DIST=Makefile.in kritacimg.rc wdg_cimg.ui kritacimg.desktop Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -761,10 +935,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/cimg/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/cimg/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/cimg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/cimg/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/colorrange/Makefile.in koffice-1.4.2/krita/plugins/colorrange/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/colorrange/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/colorrange/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/colorrange
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritapicsdir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritacolorrange_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritacolorrange_la_OBJECTS = colorrange.lo dlg_colorrange.lo \
++	kis_tool_selectpicker.lo
++#>- kritacolorrange_la_OBJECTS = $(am_kritacolorrange_la_OBJECTS)
++#>+ 2
++kritacolorrange_la_OBJECTS = colorrange.lo dlg_colorrange.lo \
++	kis_tool_selectpicker.lo wdg_colorrange.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritacolorrange_la_SOURCES)
++DIST_SOURCES = $(kritacolorrange_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritapicsDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritapics_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +440,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,9 +516,7 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = colorrange.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritatoolselectpicker.desktop
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/compositeop \
+ 	-I$(srcdir)/../../core/color_strategy \
+@@ -344,119 +526,91 @@
+ 	-I$(srcdir)/../../ui \
+ 	$(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ #>- kritacolorrange_la_SOURCES = colorrange.cc dlg_colorrange.cc wdg_colorrange.ui kis_tool_selectpicker.cc
+ #>+ 1
+ kritacolorrange_la_SOURCES=colorrange.cc dlg_colorrange.cc  kis_tool_selectpicker.cc wdg_colorrange.cc
+ noinst_HEADERS = wdg_colorrange.h dlg_colorrange.h colorrange.h kis_tool_selectpicker.h
+-
+ kde_module_LTLIBRARIES = kritacolorrange.la
+-
+ kritacolorrange_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritacolorrange_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritacolorrange_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+ 
+ # directory for pixmaps
+ kritapics_DATA = tool_picker_selection.png
+ kritapicsdir = $(kde_datadir)/krita/pics
+-subdir = krita/plugins/colorrange
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritacolorrange_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritacolorrange_la_OBJECTS = colorrange.lo dlg_colorrange.lo \
+-	kis_tool_selectpicker.lo
+-#>- kritacolorrange_la_OBJECTS = $(am_kritacolorrange_la_OBJECTS)
+-#>+ 2
+-kritacolorrange_la_OBJECTS = colorrange.lo dlg_colorrange.lo \
+-	kis_tool_selectpicker.lo wdg_colorrange.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/colorrange.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dlg_colorrange.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_selectpicker.Plo
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/wdg_colorrange.P ./$(DEPDIR)/colorrange.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dlg_colorrange.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_selectpicker.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritacolorrange_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritapics_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritacolorrange_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorrange/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/colorrange/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/colorrange/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorrange/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/colorrange/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/colorrange/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/colorrange/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -467,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritacolorrange_la_LDFLAGS) $(kritacolorrange_la_OBJECTS) $(kritacolorrange_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -476,27 +630,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlg_colorrange.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_selectpicker.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -507,66 +660,58 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritapicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kritapicsDATA: $(kritapics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritapicsdir)
++	test -z "$(kritapicsdir)" || $(mkdir_p) "$(DESTDIR)$(kritapicsdir)"
+ 	@list='$(kritapics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritapicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapicsdir)/$$f"; \
+-	  $(kritapicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritapicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritapicsdir)/$$f'"; \
++	  $(kritapicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritapicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritapicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritapics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritapicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritapicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritapicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritapicsdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -575,6 +720,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -586,8 +732,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -596,21 +758,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -628,10 +790,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritapicsdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritapicsdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -643,7 +805,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -651,7 +813,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -667,23 +829,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritapicsDATA install-kritarcDATA
+-#>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritapicsDATA install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritapicsDATA \
++#>- 	install-kritarcDATA
++#>+ 3
++install-data-am:   \
++	install-kde_servicesDATA install-kritapicsDATA \
++	install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -696,7 +863,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -704,24 +872,33 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritapicsDATA \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritapicsDATA install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+-	uninstall-kritapicsDATA uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kde_servicesDATA uninstall-kritapicsDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -762,7 +939,7 @@
+ 	-rm -f  colorrange.moc dlg_colorrange.moc kis_tool_selectpicker.moc
+ 
+ #>+ 2
+-KDE_DIST=wdg_colorrange.ui colorrange.rc wdgtoolselectpicker.ui tool_picker_selection.svg kritatoolselectpicker.desktop tool_picker_selection.png 
++KDE_DIST=Makefile.in wdg_colorrange.ui colorrange.rc wdgtoolselectpicker.ui tool_picker_selection.svg kritatoolselectpicker.desktop tool_picker_selection.png Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -776,10 +953,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/colorrange/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorrange/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/colorrange/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/colorrange/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/colorsfilters/Makefile.in koffice-1.4.2/krita/plugins/colorsfilters/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/colorsfilters/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/colorsfilters/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/colorsfilters
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritacolorsfilters_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritacolorsfilters_la_OBJECTS = colorsfilters.lo \
++	kis_perchannel_filter.lo kis_brightness_contrast_filter.lo
++#>- kritacolorsfilters_la_OBJECTS = $(am_kritacolorsfilters_la_OBJECTS)
++#>+ 5
++kritacolorsfilters_la_final_OBJECTS = kritacolorsfilters_la.all_cc.lo 
++kritacolorsfilters_la_nofinal_OBJECTS = colorsfilters.lo \
++	kis_perchannel_filter.lo kis_brightness_contrast_filter.lo
++ at KDE_USE_FINAL_FALSE@kritacolorsfilters_la_OBJECTS = $(kritacolorsfilters_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritacolorsfilters_la_OBJECTS = $(kritacolorsfilters_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritacolorsfilters_la_SOURCES)
++DIST_SOURCES = $(kritacolorsfilters_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +440,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +515,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = colorsfilters.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/tiles \
+@@ -345,124 +527,90 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kritacolorsfilters_la_SOURCES = colorsfilters.cc \
+ 	kis_perchannel_filter.cc \
+ 	kis_brightness_contrast_filter.cc
+ 
+-
+ noinst_HEADERS = colorsfilters.h \
+ 	kis_perchannel_filter.h \
+ 	kis_brightness_contrast_filter.h
+ 
+-
+ kritacolorsfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritacolorsfilters_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ kde_module_LTLIBRARIES = kritacolorsfilters.la
+-
+ #>- kritacolorsfilters_la_METASOURCES = AUTO
+-subdir = krita/plugins/colorsfilters
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritacolorsfilters_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritacolorsfilters_la_OBJECTS = colorsfilters.lo \
+-	kis_perchannel_filter.lo kis_brightness_contrast_filter.lo
+-#>- kritacolorsfilters_la_OBJECTS = $(am_kritacolorsfilters_la_OBJECTS)
+-#>+ 5
+-kritacolorsfilters_la_final_OBJECTS = kritacolorsfilters_la.all_cc.lo 
+-kritacolorsfilters_la_nofinal_OBJECTS = colorsfilters.lo \
+-	kis_perchannel_filter.lo kis_brightness_contrast_filter.lo
+- at KDE_USE_FINAL_FALSE@kritacolorsfilters_la_OBJECTS = $(kritacolorsfilters_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritacolorsfilters_la_OBJECTS = $(kritacolorsfilters_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/colorsfilters.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_brightness_contrast_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_perchannel_filter.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritacolorsfilters_la.all_cc.P ./$(DEPDIR)/colorsfilters.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_brightness_contrast_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_perchannel_filter.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/colorsfilters.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_brightness_contrast_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_perchannel_filter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritacolorsfilters_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritacolorsfilters_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorsfilters/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/colorsfilters/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/colorsfilters/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorsfilters/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/colorsfilters/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/colorsfilters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/colorsfilters/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -473,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritacolorsfilters_la_LDFLAGS) $(kritacolorsfilters_la_OBJECTS) $(kritacolorsfilters_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -482,27 +630,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_brightness_contrast_filter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_perchannel_filter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -513,30 +660,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -545,6 +686,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -556,8 +698,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -566,21 +724,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -598,10 +756,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -613,7 +771,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -621,7 +779,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -637,14 +795,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -664,7 +825,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -672,21 +834,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -702,7 +873,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=formrgbsliders.ui formcmybsliders.ui formcmybsliders.ui.h formrgbsliders.ui.h formbcdialog.ui formbcdialog.ui.h colorsfilters.rc 
++KDE_DIST=Makefile.in formrgbsliders.ui formcmybsliders.ui formcmybsliders.ui.h formrgbsliders.ui.h formbcdialog.ui formbcdialog.ui.h colorsfilters.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -711,10 +882,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/colorsfilters/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorsfilters/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/colorsfilters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/colorsfilters/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/colorspaceconversion/Makefile.in koffice-1.4.2/krita/plugins/colorspaceconversion/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/colorspaceconversion/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/colorspaceconversion/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,144 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/colorspaceconversion
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritacolorspaceconversion_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritacolorspaceconversion_la_OBJECTS = colorspaceconversion.lo \
++	dlg_colorspaceconversion.lo
++#>- kritacolorspaceconversion_la_OBJECTS =  \
++#>- 	$(am_kritacolorspaceconversion_la_OBJECTS)
++#>+ 5
++kritacolorspaceconversion_la_final_OBJECTS = kritacolorspaceconversion_la.all_cc.lo 
++kritacolorspaceconversion_la_nofinal_OBJECTS = colorspaceconversion.lo \
++	dlg_colorspaceconversion.lo wdgconvertcolorspace.lo
++ at KDE_USE_FINAL_FALSE@kritacolorspaceconversion_la_OBJECTS = $(kritacolorspaceconversion_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritacolorspaceconversion_la_OBJECTS = $(kritacolorspaceconversion_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritacolorspaceconversion_la_SOURCES)
++DIST_SOURCES = $(kritacolorspaceconversion_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +441,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +516,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = colorspaceconversion.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core/compositeop \
+@@ -344,117 +527,86 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	 -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritacolorspaceconversion.la
+-
+ #>- kritacolorspaceconversion_la_SOURCES = wdgconvertcolorspace.ui colorspaceconversion.cc dlg_colorspaceconversion.cc
+ #>+ 1
+ kritacolorspaceconversion_la_SOURCES= colorspaceconversion.cc dlg_colorspaceconversion.cc wdgconvertcolorspace.cc
+ noinst_HEADERS = wdgconvertcolorspace.h dlg_colorspaceconversion.h colorspaceconversion.h
+-
+ kritacolorspaceconversion_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritacolorspaceconversion_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritacolorspaceconversion_la_METASOURCES = AUTO
+-subdir = krita/plugins/colorspaceconversion
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritacolorspaceconversion_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritacolorspaceconversion_la_OBJECTS = colorspaceconversion.lo \
+-	dlg_colorspaceconversion.lo
+-#>- kritacolorspaceconversion_la_OBJECTS = \
+-#>- 	$(am_kritacolorspaceconversion_la_OBJECTS)
+-#>+ 5
+-kritacolorspaceconversion_la_final_OBJECTS = kritacolorspaceconversion_la.all_cc.lo 
+-kritacolorspaceconversion_la_nofinal_OBJECTS = colorspaceconversion.lo \
+-	dlg_colorspaceconversion.lo wdgconvertcolorspace.lo
+- at KDE_USE_FINAL_FALSE@kritacolorspaceconversion_la_OBJECTS = $(kritacolorspaceconversion_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritacolorspaceconversion_la_OBJECTS = $(kritacolorspaceconversion_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/colorspaceconversion.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dlg_colorspaceconversion.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/wdgconvertcolorspace.P  $(DEPDIR)/kritacolorspaceconversion_la.all_cc.P ./$(DEPDIR)/colorspaceconversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dlg_colorspaceconversion.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/wdgconvertcolorspace.P ./$(DEPDIR)/colorspaceconversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/dlg_colorspaceconversion.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritacolorspaceconversion_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritacolorspaceconversion_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorspaceconversion/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/colorspaceconversion/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/colorspaceconversion/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorspaceconversion/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/colorspaceconversion/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/colorspaceconversion/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/colorspaceconversion/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -465,7 +617,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritacolorspaceconversion_la_LDFLAGS) $(kritacolorspaceconversion_la_OBJECTS) $(kritacolorspaceconversion_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -473,27 +625,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/colorspaceconversion.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlg_colorspaceconversion.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -504,30 +655,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -536,6 +681,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -547,8 +693,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -557,21 +719,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -589,10 +751,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -604,7 +766,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -612,7 +774,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -628,14 +790,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -655,7 +820,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -663,21 +829,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -711,7 +886,7 @@
+ 	-rm -f  colorspaceconversion.moc dlg_colorspaceconversion.moc
+ 
+ #>+ 2
+-KDE_DIST=wdgconvertcolorspace.ui colorspaceconversion.rc 
++KDE_DIST=Makefile.in wdgconvertcolorspace.ui colorspaceconversion.rc Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -725,10 +900,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/colorspaceconversion/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/colorspaceconversion/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/colorspaceconversion/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/colorspaceconversion/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/convolutionfilters/Makefile.in koffice-1.4.2/krita/plugins/convolutionfilters/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/convolutionfilters/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/convolutionfilters/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,147 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/convolutionfilters
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaconvolutionfilters_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaconvolutionfilters_la_OBJECTS =  \
++	kis_custom_convolution_filter_configuration_widget.lo \
++	kis_custom_convolution_filter.lo convolutionfilters.lo \
++	kis_convolution_filter.lo
++#>- kritaconvolutionfilters_la_OBJECTS =  \
++#>- 	$(am_kritaconvolutionfilters_la_OBJECTS)
++#>+ 6
++kritaconvolutionfilters_la_final_OBJECTS = kritaconvolutionfilters_la.all_cc.lo 
++kritaconvolutionfilters_la_nofinal_OBJECTS = kis_custom_convolution_filter_configuration_widget.lo \
++	kis_custom_convolution_filter.lo convolutionfilters.lo \
++	kis_convolution_filter.lo kis_custom_convolution_filter_configuration_base_widget.lo
++ at KDE_USE_FINAL_FALSE@kritaconvolutionfilters_la_OBJECTS = $(kritaconvolutionfilters_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritaconvolutionfilters_la_OBJECTS = $(kritaconvolutionfilters_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaconvolutionfilters_la_SOURCES)
++DIST_SOURCES = $(kritaconvolutionfilters_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +186,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +201,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +212,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +233,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +266,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +286,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +307,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +326,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +444,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +519,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritaconvolutionfilters.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core \
+@@ -347,9 +533,7 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritaconvolutionfilters.la
+-
+ #>- kritaconvolutionfilters_la_SOURCES = kis_custom_convolution_filter_configuration_base_widget.ui \
+ #>- 	kis_custom_convolution_filter_configuration_widget.cc \
+ #>- 	kis_custom_convolution_filter.cc \
+@@ -362,124 +546,85 @@
+ 	convolutionfilters.cc \
+ 	kis_convolution_filter.cc kis_custom_convolution_filter_configuration_base_widget.cc
+ 
+-
+ noinst_HEADERS = convolutionfilters.h \
+ 	kis_custom_convolution_filter_configuration_widget.h \
+ 	kis_convolution_filter.h
+ 
+-
+ kritaconvolutionfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaconvolutionfilters_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritaconvolutionfilters_la_METASOURCES = AUTO
+-subdir = krita/plugins/convolutionfilters
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaconvolutionfilters_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaconvolutionfilters_la_OBJECTS = \
+-	kis_custom_convolution_filter_configuration_widget.lo \
+-	kis_custom_convolution_filter.lo convolutionfilters.lo \
+-	kis_convolution_filter.lo
+-#>- kritaconvolutionfilters_la_OBJECTS = \
+-#>- 	$(am_kritaconvolutionfilters_la_OBJECTS)
+-#>+ 6
+-kritaconvolutionfilters_la_final_OBJECTS = kritaconvolutionfilters_la.all_cc.lo 
+-kritaconvolutionfilters_la_nofinal_OBJECTS = kis_custom_convolution_filter_configuration_widget.lo \
+-	kis_custom_convolution_filter.lo convolutionfilters.lo \
+-	kis_convolution_filter.lo kis_custom_convolution_filter_configuration_base_widget.lo
+- at KDE_USE_FINAL_FALSE@kritaconvolutionfilters_la_OBJECTS = $(kritaconvolutionfilters_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritaconvolutionfilters_la_OBJECTS = $(kritaconvolutionfilters_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/convolutionfilters.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_convolution_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_custom_convolution_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_custom_convolution_filter_configuration_widget.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kis_custom_convolution_filter_configuration_base_widget.P  $(DEPDIR)/kritaconvolutionfilters_la.all_cc.P ./$(DEPDIR)/convolutionfilters.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_convolution_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_custom_convolution_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_custom_convolution_filter_configuration_widget.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kis_custom_convolution_filter_configuration_base_widget.P ./$(DEPDIR)/convolutionfilters.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_convolution_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_custom_convolution_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_custom_convolution_filter_configuration_widget.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaconvolutionfilters_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaconvolutionfilters_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/convolutionfilters/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/convolutionfilters/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/convolutionfilters/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/convolutionfilters/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/convolutionfilters/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/convolutionfilters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/convolutionfilters/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -490,7 +635,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaconvolutionfilters_la_LDFLAGS) $(kritaconvolutionfilters_la_OBJECTS) $(kritaconvolutionfilters_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -500,27 +645,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_custom_convolution_filter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_custom_convolution_filter_configuration_widget.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -531,30 +675,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -563,6 +701,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -574,8 +713,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -584,21 +739,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -616,10 +771,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -631,7 +786,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -639,7 +794,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -655,14 +810,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -682,7 +840,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -690,21 +849,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -731,7 +899,7 @@
+ 	-rm -f  kis_custom_convolution_filter_configuration_widget.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_custom_convolution_filter_configuration_base_widget.ui kritaconvolutionfilters.rc kis_custom_convolution_filter.h 
++KDE_DIST=kis_custom_convolution_filter_configuration_base_widget.ui Makefile.in kritaconvolutionfilters.rc kis_custom_convolution_filter.h Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -745,10 +913,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/convolutionfilters/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/convolutionfilters/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/convolutionfilters/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/convolutionfilters/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/designerplugin/Makefile.in koffice-1.4.2/krita/plugins/designerplugin/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/designerplugin/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/designerplugin/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,131 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/designerplugin
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_widgetdir)"
++kde_widgetLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_widget_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritawidgets_la_DEPENDENCIES = $(srcdir)/../../libkritacommon.la \
++	$(am__DEPENDENCIES_1)
++am_kritawidgets_la_OBJECTS = kis_widgets_plugin.lo
++#>- kritawidgets_la_OBJECTS = $(am_kritawidgets_la_OBJECTS)
++#>+ 1
++kritawidgets_la_OBJECTS = kis_widgets_plugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritawidgets_la_SOURCES)
++DIST_SOURCES = $(kritawidgets_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +170,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +185,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +196,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +217,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +250,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +270,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +291,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +310,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +428,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ AM_CXXFLAGS = -DQT_PLUGIN
+-
+ INCLUDES = -I$(srcdir)/../../ui \
+ 	-I$(srcdir)/../../ui/widgets \
+ 	-I$(srcdir)/../../core/resources \
+@@ -341,102 +512,85 @@
+ 	-I$(srcdir)/../../core/tool \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_widget_LTLIBRARIES = kritawidgets.la
+-
+ #>- METASOURCES = AUTO
+-
+ kritawidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
+ kritawidgets_la_LIBADD = $(srcdir)/../../libkritacommon.la \
+ 	$(LIB_KDECORE)
+ 
+-
+ kritawidgets_la_SOURCES = kis_widgets_plugin.cc
+-subdir = krita/plugins/designerplugin
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_widget_LTLIBRARIES)
+-
+-kritawidgets_la_DEPENDENCIES = $(srcdir)/../../libkritacommon.la
+-am_kritawidgets_la_OBJECTS = kis_widgets_plugin.lo
+-#>- kritawidgets_la_OBJECTS = $(am_kritawidgets_la_OBJECTS)
+-#>+ 1
+-kritawidgets_la_OBJECTS = kis_widgets_plugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_widgets_plugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kis_widgets_plugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritawidgets_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kritawidgets_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/designerplugin/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/designerplugin/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/designerplugin/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/designerplugin/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/designerplugin/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/designerplugin/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/designerplugin/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_widgetLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_widgetLTLIBRARIES: $(kde_widget_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_widgetdir)
++	test -z "$(kde_widgetdir)" || $(mkdir_p) "$(DESTDIR)$(kde_widgetdir)"
+ 	@list='$(kde_widget_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_widgetLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_widgetdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_widgetLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_widgetdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_widgetLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_widgetdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_widgetLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_widgetdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_widgetLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_widget_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_widgetdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_widgetdir)/$$p; \
++	@set -x; list='$(kde_widget_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_widgetdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_widgetdir)/$$p"; \
+ 	done
+ 
+ clean-kde_widgetLTLIBRARIES:
+ 	-test -z "$(kde_widget_LTLIBRARIES)" || rm -f $(kde_widget_LTLIBRARIES)
+ 	@list='$(kde_widget_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -447,34 +601,33 @@
+ 	$(CXXLINK) -rpath $(kde_widgetdir) $(kritawidgets_la_LDFLAGS) $(kritawidgets_la_OBJECTS) $(kritawidgets_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_widgets_plugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -486,11 +639,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -499,6 +647,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -510,8 +659,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -520,21 +685,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -552,10 +717,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_widgetdir)
+-
++	for dir in "$(DESTDIR)$(kde_widgetdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -567,7 +732,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -575,7 +740,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -591,14 +756,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -614,7 +782,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -622,19 +791,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_widgetLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_widgetLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_widgetLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_widgetLTLIBRARIES install-man install-strip \
+ 	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_widgetLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_widgetLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -650,7 +828,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=kis_widgets_plugin.h 
++KDE_DIST=Makefile.in kis_widgets_plugin.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -659,10 +837,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/designerplugin/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/designerplugin/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/designerplugin/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/designerplugin/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/embossfilter/Makefile.in koffice-1.4.2/krita/plugins/embossfilter/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/embossfilter/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/embossfilter/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/embossfilter
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaembossfilter_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaembossfilter_la_OBJECTS = kis_emboss_filter_plugin.lo \
++	kis_emboss_filter.lo
++#>- kritaembossfilter_la_OBJECTS = $(am_kritaembossfilter_la_OBJECTS)
++#>+ 5
++kritaembossfilter_la_final_OBJECTS = kritaembossfilter_la.all_cc.lo 
++kritaembossfilter_la_nofinal_OBJECTS = kis_emboss_filter_plugin.lo \
++	kis_emboss_filter.lo
++ at KDE_USE_FINAL_FALSE@kritaembossfilter_la_OBJECTS = $(kritaembossfilter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritaembossfilter_la_OBJECTS = $(kritaembossfilter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaembossfilter_la_SOURCES)
++DIST_SOURCES = $(kritaembossfilter_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +440,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +515,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritaembossfilter.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core \
+@@ -347,119 +529,88 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritaembossfilter.la
+-
+ kritaembossfilter_la_SOURCES = kis_emboss_filter_plugin.cc \
+ 	kis_emboss_filter.cc
+ 
+-
+ noinst_HEADERS = kis_emboss_filter_plugin.h \
+         kis_emboss_filter.h
+ 
+-
+ kritaembossfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaembossfilter_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritaembossfilter_la_METASOURCES = AUTO
+-subdir = krita/plugins/embossfilter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaembossfilter_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaembossfilter_la_OBJECTS = kis_emboss_filter_plugin.lo \
+-	kis_emboss_filter.lo
+-#>- kritaembossfilter_la_OBJECTS = $(am_kritaembossfilter_la_OBJECTS)
+-#>+ 5
+-kritaembossfilter_la_final_OBJECTS = kritaembossfilter_la.all_cc.lo 
+-kritaembossfilter_la_nofinal_OBJECTS = kis_emboss_filter_plugin.lo \
+-	kis_emboss_filter.lo
+- at KDE_USE_FINAL_FALSE@kritaembossfilter_la_OBJECTS = $(kritaembossfilter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritaembossfilter_la_OBJECTS = $(kritaembossfilter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_emboss_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_emboss_filter_plugin.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritaembossfilter_la.all_cc.P ./$(DEPDIR)/kis_emboss_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_emboss_filter_plugin.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_emboss_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_emboss_filter_plugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaembossfilter_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaembossfilter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/embossfilter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/embossfilter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/embossfilter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/embossfilter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/embossfilter/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/embossfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/embossfilter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -470,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaembossfilter_la_LDFLAGS) $(kritaembossfilter_la_OBJECTS) $(kritaembossfilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -478,27 +629,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_emboss_filter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_emboss_filter_plugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -509,30 +659,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -541,6 +685,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -552,8 +697,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -562,21 +723,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -594,10 +755,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -609,7 +770,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -617,7 +778,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -633,14 +794,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -660,7 +824,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -668,21 +833,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -698,7 +872,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=kritaembossfilter.rc 
++KDE_DIST=Makefile.in kritaembossfilter.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -707,10 +881,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/embossfilter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/embossfilter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/embossfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/embossfilter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/example/Makefile.in koffice-1.4.2/krita/plugins/example/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/example/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/example/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,138 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/example
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaexample_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaexample_la_OBJECTS = example.lo
++#>- kritaexample_la_OBJECTS = $(am_kritaexample_la_OBJECTS)
++#>+ 1
++kritaexample_la_OBJECTS = example.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaexample_la_SOURCES)
++DIST_SOURCES = $(kritaexample_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +435,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +510,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritaexample.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/compositeop \
+ 	-I$(srcdir)/../../core/color_strategy \
+@@ -345,105 +522,84 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kritaexample_la_SOURCES = example.cc
+-
+ kde_module_LTLIBRARIES = kritaexample.la
+ noinst_HEADERS = example.h
+-
+ kritaexample_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaexample_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritaexample_la_METASOURCES = AUTO
+-subdir = krita/plugins/example
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaexample_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaexample_la_OBJECTS = example.lo
+-#>- kritaexample_la_OBJECTS = $(am_kritaexample_la_OBJECTS)
+-#>+ 1
+-kritaexample_la_OBJECTS = example.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/example.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/example.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaexample_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaexample_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/example/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/example/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/example/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/example/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/example/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/example/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/example/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -454,34 +610,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaexample_la_LDFLAGS) $(kritaexample_la_OBJECTS) $(kritaexample_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -492,30 +647,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -524,6 +673,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -535,8 +685,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -545,21 +711,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -577,10 +743,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -592,7 +758,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -600,7 +766,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -616,14 +782,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -643,7 +812,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -651,21 +821,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -681,7 +860,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=kritaexample.rc 
++KDE_DIST=kritaexample.rc Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -690,10 +869,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/example/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/example/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/example/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/example/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/histogram/Makefile.in koffice-1.4.2/krita/plugins/histogram/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/histogram/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/histogram/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/histogram
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritahistogram_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritahistogram_la_OBJECTS = histogram.lo dlg_histogram.lo \
++	kis_histogram.lo kis_histogram_widget.lo
++#>- kritahistogram_la_OBJECTS = $(am_kritahistogram_la_OBJECTS)
++#>+ 5
++kritahistogram_la_final_OBJECTS = kritahistogram_la.all_cc.lo 
++kritahistogram_la_nofinal_OBJECTS = histogram.lo dlg_histogram.lo \
++	kis_histogram.lo kis_histogram_widget.lo wdghistogram.lo
++ at KDE_USE_FINAL_FALSE@kritahistogram_la_OBJECTS = $(kritahistogram_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritahistogram_la_OBJECTS = $(kritahistogram_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritahistogram_la_SOURCES)
++DIST_SOURCES = $(kritahistogram_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +440,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +515,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = histogram.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core/compositeop \
+@@ -345,122 +527,86 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritahistogram.la
+-
+ #>- kritahistogram_la_SOURCES = histogram.cc dlg_histogram.cc kis_histogram.cc wdghistogram.ui kis_histogram_widget.cc
+ #>+ 1
+ kritahistogram_la_SOURCES=histogram.cc dlg_histogram.cc kis_histogram.cc  kis_histogram_widget.cc wdghistogram.cc
+ noinst_HEADERS = dlg_histogram.h histogram.h kis_histogram.h wdghistogram.h kis_histogram_widget.h
+-
+ kritahistogram_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritahistogram_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritahistogram_la_METASOURCES = AUTO
+-subdir = krita/plugins/histogram
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritahistogram_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritahistogram_la_OBJECTS = histogram.lo dlg_histogram.lo \
+-	kis_histogram.lo kis_histogram_widget.lo
+-#>- kritahistogram_la_OBJECTS = $(am_kritahistogram_la_OBJECTS)
+-#>+ 5
+-kritahistogram_la_final_OBJECTS = kritahistogram_la.all_cc.lo 
+-kritahistogram_la_nofinal_OBJECTS = histogram.lo dlg_histogram.lo \
+-	kis_histogram.lo kis_histogram_widget.lo wdghistogram.lo
+- at KDE_USE_FINAL_FALSE@kritahistogram_la_OBJECTS = $(kritahistogram_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritahistogram_la_OBJECTS = $(kritahistogram_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dlg_histogram.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/histogram.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_histogram.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_histogram_widget.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/wdghistogram.P  $(DEPDIR)/kritahistogram_la.all_cc.P ./$(DEPDIR)/dlg_histogram.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/histogram.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_histogram.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_histogram_widget.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/wdghistogram.P ./$(DEPDIR)/dlg_histogram.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/histogram.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_histogram.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_histogram_widget.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritahistogram_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritahistogram_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/histogram/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/histogram/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/histogram/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/histogram/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/histogram/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/histogram/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/histogram/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -471,7 +617,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritahistogram_la_LDFLAGS) $(kritahistogram_la_OBJECTS) $(kritahistogram_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -481,27 +627,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_histogram.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_histogram_widget.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -512,30 +657,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -544,6 +683,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -555,8 +695,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -565,21 +721,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -597,10 +753,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -612,7 +768,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -620,7 +776,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -636,14 +792,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -663,7 +822,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -671,21 +831,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -726,7 +895,7 @@
+ 	-rm -f  histogram.moc dlg_histogram.moc kis_histogram_widget.moc
+ 
+ #>+ 2
+-KDE_DIST=wdghistogram.ui histogram.rc 
++KDE_DIST=Makefile.in wdghistogram.ui histogram.rc Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -740,10 +909,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/histogram/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/histogram/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/histogram/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/histogram/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/imagemagick/Makefile.in koffice-1.4.2/krita/plugins/imagemagick/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/imagemagick/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/imagemagick/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/imagemagick
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritamagick_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_kritamagick_la_OBJECTS = kritamagick.lo kis_magick_converter.lo
++#>- kritamagick_la_OBJECTS = $(am_kritamagick_la_OBJECTS)
++#>+ 1
++kritamagick_la_OBJECTS = kritamagick.lo kis_magick_converter.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritamagick_la_SOURCES)
++DIST_SOURCES = $(kritamagick_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +436,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -351,7 +531,6 @@
+ 	-I$(srcdir)/../../core/strategy/ \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES)  $(LIBMAGICK_CPPFLAGS)  $(all_includes)
+ 
+-
+ kritamagick_la_SOURCES = \
+ 	kritamagick.cc \
+ 	kis_magick_converter.cc 
+@@ -361,113 +540,89 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritamagick.la
+-
+ noinst_HEADERS = \
+ 	kritamagick.h \
+ 	kis_magick_converter.h 
+ 
+-
+ # 	kis_magick_filters.h \
+ # 	kis_magick_impexp.h
+ kritamagick_la_LDFLAGS = $(all_libraries) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) -module $(KDE_PLUGIN)
+ kritamagick_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE) $(LIBMAGICK_LIBS)
+-
+ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+-
+ #>- kritamagick_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/imagemagick
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritamagick_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritamagick_la_OBJECTS = kritamagick.lo kis_magick_converter.lo
+-#>- kritamagick_la_OBJECTS = $(am_kritamagick_la_OBJECTS)
+-#>+ 1
+-kritamagick_la_OBJECTS = kritamagick.lo kis_magick_converter.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_magick_converter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kritamagick.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kis_magick_converter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kritamagick.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritamagick_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritamagick_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/imagemagick/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/imagemagick/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/imagemagick/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/imagemagick/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/imagemagick/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/imagemagick/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/imagemagick/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -478,7 +633,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritamagick_la_LDFLAGS) $(kritamagick_la_OBJECTS) $(kritamagick_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -486,27 +641,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_magick_converter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kritamagick.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -517,30 +671,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -549,6 +697,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -560,8 +709,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -570,21 +735,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -602,10 +767,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -617,7 +782,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -625,7 +790,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -641,14 +806,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -668,7 +836,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -676,21 +845,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -724,7 +902,7 @@
+ 	-rm -f  kis_magick_converter.moc kritamagick.moc
+ 
+ #>+ 2
+-KDE_DIST=kritamagick.desktop kritamagick.rc 
++KDE_DIST=kritamagick.desktop Makefile.in kritamagick.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -733,10 +911,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/imagemagick/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/imagemagick/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/imagemagick/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/imagemagick/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/imagesize/Makefile.in koffice-1.4.2/krita/plugins/imagesize/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/imagesize/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/imagesize/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/imagesize
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaimagesize_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaimagesize_la_OBJECTS = imagesize.lo dlg_imagesize.lo \
++	dlg_layersize.lo
++#>- kritaimagesize_la_OBJECTS = $(am_kritaimagesize_la_OBJECTS)
++#>+ 5
++kritaimagesize_la_final_OBJECTS = kritaimagesize_la.all_cc.lo 
++kritaimagesize_la_nofinal_OBJECTS = imagesize.lo dlg_imagesize.lo \
++	dlg_layersize.lo wdg_imagesize.lo wdg_layersize.lo
++ at KDE_USE_FINAL_FALSE@kritaimagesize_la_OBJECTS = $(kritaimagesize_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritaimagesize_la_OBJECTS = $(kritaimagesize_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaimagesize_la_SOURCES)
++DIST_SOURCES = $(kritaimagesize_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +440,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +515,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = imagesize.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core/resources \
+@@ -344,119 +526,86 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	 -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritaimagesize.la
+-
+ #>- kritaimagesize_la_SOURCES = wdg_imagesize.ui wdg_layersize.ui imagesize.cc dlg_imagesize.cc dlg_layersize.cc
+ #>+ 1
+ kritaimagesize_la_SOURCES=  imagesize.cc dlg_imagesize.cc dlg_layersize.cc wdg_imagesize.cc wdg_layersize.cc
+ noinst_HEADERS = wdg_imagesize.h dlg_imagesize.h imagesize.h dlg_layersize.h
+-
+ kritaimagesize_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaimagesize_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritaimagesize_la_METASOURCES = AUTO
+-subdir = krita/plugins/imagesize
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaimagesize_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaimagesize_la_OBJECTS = imagesize.lo dlg_imagesize.lo \
+-	dlg_layersize.lo
+-#>- kritaimagesize_la_OBJECTS = $(am_kritaimagesize_la_OBJECTS)
+-#>+ 5
+-kritaimagesize_la_final_OBJECTS = kritaimagesize_la.all_cc.lo 
+-kritaimagesize_la_nofinal_OBJECTS = imagesize.lo dlg_imagesize.lo \
+-	dlg_layersize.lo wdg_imagesize.lo wdg_layersize.lo
+- at KDE_USE_FINAL_FALSE@kritaimagesize_la_OBJECTS = $(kritaimagesize_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritaimagesize_la_OBJECTS = $(kritaimagesize_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dlg_imagesize.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dlg_layersize.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/imagesize.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/wdg_imagesize.P $(DEPDIR)/wdg_layersize.P  $(DEPDIR)/kritaimagesize_la.all_cc.P ./$(DEPDIR)/dlg_imagesize.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dlg_layersize.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/imagesize.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/wdg_imagesize.P $(DEPDIR)/wdg_layersize.P ./$(DEPDIR)/dlg_imagesize.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/dlg_layersize.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/imagesize.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaimagesize_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaimagesize_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/imagesize/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/imagesize/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/imagesize/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/imagesize/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/imagesize/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/imagesize/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/imagesize/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -467,7 +616,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaimagesize_la_LDFLAGS) $(kritaimagesize_la_OBJECTS) $(kritaimagesize_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -476,27 +625,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlg_layersize.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/imagesize.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -507,30 +655,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -539,6 +681,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -550,8 +693,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -560,21 +719,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -592,10 +751,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -607,7 +766,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -615,7 +774,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -631,14 +790,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -658,7 +820,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -666,21 +829,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -721,7 +893,7 @@
+ 	-rm -f  dlg_layersize.moc dlg_imagesize.moc imagesize.moc
+ 
+ #>+ 2
+-KDE_DIST=wdg_resolution.ui configure.in.in wdg_imagesize.ui imagesize.rc wdg_layersize.ui 
++KDE_DIST=wdg_resolution.ui Makefile.in configure.in.in wdg_imagesize.ui imagesize.rc wdg_layersize.ui Makefile.am 
+ 
+ #>+ 5
+ clean-ui:
+@@ -736,10 +908,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/imagesize/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/imagesize/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/imagesize/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/imagesize/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/kiskjsembed/functions/Makefile.in koffice-1.4.2/krita/plugins/kiskjsembed/functions/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/kiskjsembed/functions/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/kiskjsembed/functions/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,130 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/kiskjsembed/functions
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkiskjsembedfunctions_la_LIBADD =
++am_libkiskjsembedfunctions_la_OBJECTS = kis_mainwindow_functions.lo \
++	kis_functions_factory.lo
++#>- libkiskjsembedfunctions_la_OBJECTS =  \
++#>- 	$(am_libkiskjsembedfunctions_la_OBJECTS)
++#>+ 5
++libkiskjsembedfunctions_la_final_OBJECTS = libkiskjsembedfunctions_la.all_cc.lo 
++libkiskjsembedfunctions_la_nofinal_OBJECTS = kis_mainwindow_functions.lo \
++	kis_functions_factory.lo
++ at KDE_USE_FINAL_FALSE@libkiskjsembedfunctions_la_OBJECTS = $(libkiskjsembedfunctions_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiskjsembedfunctions_la_OBJECTS = $(libkiskjsembedfunctions_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiskjsembedfunctions_la_SOURCES)
++DIST_SOURCES = $(libkiskjsembedfunctions_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +169,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +184,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +195,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +216,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +249,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +269,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +290,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +309,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +427,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -341,95 +512,66 @@
+ 	-I$(srcdir)/../../../ui \
+ 	$(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkiskjsembedfunctions.la
+-
+ libkiskjsembedfunctions_la_SOURCES = kis_mainwindow_functions.cc \
+ 	kis_functions_factory.cc
+ 
+-
+ noinst_HEADERS = kis_mainwindow_functions.h
+-
+ #>- libkiskjsembedfunctions_la_METASOURCES = AUTO
+-subdir = krita/plugins/kiskjsembed/functions
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkiskjsembedfunctions_la_LDFLAGS =
+-libkiskjsembedfunctions_la_LIBADD =
+-am_libkiskjsembedfunctions_la_OBJECTS = kis_mainwindow_functions.lo \
+-	kis_functions_factory.lo
+-#>- libkiskjsembedfunctions_la_OBJECTS = \
+-#>- 	$(am_libkiskjsembedfunctions_la_OBJECTS)
+-#>+ 5
+-libkiskjsembedfunctions_la_final_OBJECTS = libkiskjsembedfunctions_la.all_cc.lo 
+-libkiskjsembedfunctions_la_nofinal_OBJECTS = kis_mainwindow_functions.lo \
+-	kis_functions_factory.lo
+- at KDE_USE_FINAL_FALSE@libkiskjsembedfunctions_la_OBJECTS = $(libkiskjsembedfunctions_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiskjsembedfunctions_la_OBJECTS = $(libkiskjsembedfunctions_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_functions_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_mainwindow_functions.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkiskjsembedfunctions_la.all_cc.P ./$(DEPDIR)/kis_functions_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_mainwindow_functions.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_functions_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_mainwindow_functions.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiskjsembedfunctions_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkiskjsembedfunctions_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/functions/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/functions/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/functions/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/functions/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/functions/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/functions/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/kiskjsembed/functions/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -437,7 +579,7 @@
+ 	$(CXXLINK)  $(libkiskjsembedfunctions_la_LDFLAGS) $(libkiskjsembedfunctions_la_OBJECTS) $(libkiskjsembedfunctions_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -445,27 +587,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_functions_factory.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_mainwindow_functions.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -477,11 +618,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -490,6 +626,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -501,8 +638,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -511,21 +664,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -543,9 +696,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -557,7 +708,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -565,7 +716,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -581,14 +732,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -604,7 +758,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -612,18 +767,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -631,15 +794,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kis_functions_factory.h 
++KDE_DIST=kis_functions_factory.h Makefile.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/functions/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/functions/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/functions/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/kiskjsembed/functions/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/kiskjsembed/Makefile.in koffice-1.4.2/krita/plugins/kiskjsembed/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/kiskjsembed/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/kiskjsembed/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,160 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/kiskjsembed
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritakjsembed_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	./functions/libkiskjsembedfunctions.la \
++	./objects/libkiskjsembedobjects.la
++am_kritakjsembed_la_OBJECTS = kis_kjsembed.lo kis_script.lo \
++	kis_function_base.lo kis_object_base.lo
++#>- kritakjsembed_la_OBJECTS = $(am_kritakjsembed_la_OBJECTS)
++#>+ 6
++kritakjsembed_la_final_OBJECTS = kritakjsembed_la.all_cc.lo 
++kritakjsembed_la_nofinal_OBJECTS = kis_kjsembed.lo kis_script.lo \
++	kis_function_base.lo kis_object_base.lo\
++kis_script.moc.lo 
++ at KDE_USE_FINAL_FALSE@kritakjsembed_la_OBJECTS = $(kritakjsembed_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritakjsembed_la_OBJECTS = $(kritakjsembed_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritakjsembed_la_SOURCES)
++DIST_SOURCES = $(kritakjsembed_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +199,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +214,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +225,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +246,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +279,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +299,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +320,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +339,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +457,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,11 +532,8 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritakjsembed.rc
+-
+ SUBDIRS = functions objects
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../ \
+ 	-I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/tool \
+@@ -349,139 +547,88 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritakjsembed.la
+-
+ kritakjsembed_la_SOURCES = kis_kjsembed.cc \
+ 	kis_script.cc \
+ 	kis_function_base.cc \
+ 	kis_object_base.cc
+ 
+-
+ noinst_HEADERS = kis_kjsembed.h kis_script.h kis_function_base.h
+-
+ kritakjsembed_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritakjsembed_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE) -lkjsembed  ./functions/libkiskjsembedfunctions.la ./objects/libkiskjsembedobjects.la
+-
+ #>- kritakjsembed_la_METASOURCES = AUTO
+-subdir = krita/plugins/kiskjsembed
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritakjsembed_la_DEPENDENCIES = ../../libkritacommon.la \
+-	./functions/libkiskjsembedfunctions.la \
+-	./objects/libkiskjsembedobjects.la
+-am_kritakjsembed_la_OBJECTS = kis_kjsembed.lo kis_script.lo \
+-	kis_function_base.lo kis_object_base.lo
+-#>- kritakjsembed_la_OBJECTS = $(am_kritakjsembed_la_OBJECTS)
+-#>+ 6
+-kritakjsembed_la_final_OBJECTS = kritakjsembed_la.all_cc.lo 
+-kritakjsembed_la_nofinal_OBJECTS = kis_kjsembed.lo kis_script.lo \
+-	kis_function_base.lo kis_object_base.lo\
+-kis_script.moc.lo 
+- at KDE_USE_FINAL_FALSE@kritakjsembed_la_OBJECTS = $(kritakjsembed_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritakjsembed_la_OBJECTS = $(kritakjsembed_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_function_base.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_kjsembed.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_object_base.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_script.Plo
+-#>+ 8
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kis_script.moc.P  $(DEPDIR)/kritakjsembed_la.all_cc.P ./$(DEPDIR)/kis_function_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_kjsembed.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_object_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_script.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kis_script.moc.P ./$(DEPDIR)/kis_function_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_kjsembed.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_object_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_script.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritakjsembed_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kritakjsembed_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/kiskjsembed/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -492,7 +639,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritakjsembed_la_LDFLAGS) $(kritakjsembed_la_OBJECTS) $(kritakjsembed_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -502,27 +649,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_object_base.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_script.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -533,23 +679,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -559,7 +704,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -571,7 +722,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -579,7 +730,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -600,17 +757,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -620,14 +776,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -636,8 +801,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -646,21 +827,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -675,15 +856,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -693,8 +876,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -706,7 +890,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -714,7 +898,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -730,14 +914,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -757,7 +944,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -765,28 +953,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-kritarcDATA install-man install-recursive install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
++	install-kritarcDATA install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kritarcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -820,7 +1014,7 @@
+ 	-rm -f  kis_kjsembed.moc kis_script.moc.cc
+ 
+ #>+ 2
+-KDE_DIST=kis_object_base.h kritakjsembed.rc kiskjsembedapi.txt 
++KDE_DIST=Makefile.in kis_object_base.h kritakjsembed.rc kiskjsembedapi.txt Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -829,10 +1023,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/kiskjsembed/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/kiskjsembed/objects/Makefile.in koffice-1.4.2/krita/plugins/kiskjsembed/objects/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/kiskjsembed/objects/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/kiskjsembed/objects/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,130 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/kiskjsembed/objects
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkiskjsembedobjects_la_LIBADD =
++am_libkiskjsembedobjects_la_OBJECTS = kis_objects_factory.lo \
++	kis_paint_device_object.lo
++#>- libkiskjsembedobjects_la_OBJECTS =  \
++#>- 	$(am_libkiskjsembedobjects_la_OBJECTS)
++#>+ 5
++libkiskjsembedobjects_la_final_OBJECTS = libkiskjsembedobjects_la.all_cc.lo 
++libkiskjsembedobjects_la_nofinal_OBJECTS = kis_objects_factory.lo \
++	kis_paint_device_object.lo
++ at KDE_USE_FINAL_FALSE@libkiskjsembedobjects_la_OBJECTS = $(libkiskjsembedobjects_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiskjsembedobjects_la_OBJECTS = $(libkiskjsembedobjects_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiskjsembedobjects_la_SOURCES)
++DIST_SOURCES = $(libkiskjsembedobjects_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +169,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +184,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +195,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +216,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +249,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +269,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +290,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +309,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +427,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -342,95 +513,66 @@
+ 	-I$(srcdir)/../../../ui \
+ 	$(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkiskjsembedobjects.la
+-
+ libkiskjsembedobjects_la_SOURCES = kis_objects_factory.cc kis_paint_device_object.cc
+ 
+-
+ # kritakjsembedobjects_la_LIBADD = -lkjs
+ noinst_HEADERS = 
+-
+ #>- libkiskjsembedobjects_la_METASOURCES = AUTO
+-subdir = krita/plugins/kiskjsembed/objects
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkiskjsembedobjects_la_LDFLAGS =
+-libkiskjsembedobjects_la_LIBADD =
+-am_libkiskjsembedobjects_la_OBJECTS = kis_objects_factory.lo \
+-	kis_paint_device_object.lo
+-#>- libkiskjsembedobjects_la_OBJECTS = \
+-#>- 	$(am_libkiskjsembedobjects_la_OBJECTS)
+-#>+ 5
+-libkiskjsembedobjects_la_final_OBJECTS = libkiskjsembedobjects_la.all_cc.lo 
+-libkiskjsembedobjects_la_nofinal_OBJECTS = kis_objects_factory.lo \
+-	kis_paint_device_object.lo
+- at KDE_USE_FINAL_FALSE@libkiskjsembedobjects_la_OBJECTS = $(libkiskjsembedobjects_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiskjsembedobjects_la_OBJECTS = $(libkiskjsembedobjects_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_objects_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_paint_device_object.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkiskjsembedobjects_la.all_cc.P ./$(DEPDIR)/kis_objects_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_paint_device_object.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_objects_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_paint_device_object.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiskjsembedobjects_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkiskjsembedobjects_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/objects/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/objects/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/objects/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/objects/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/objects/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/objects/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/kiskjsembed/objects/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -438,7 +580,7 @@
+ 	$(CXXLINK)  $(libkiskjsembedobjects_la_LDFLAGS) $(libkiskjsembedobjects_la_OBJECTS) $(libkiskjsembedobjects_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -446,27 +588,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_objects_factory.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_paint_device_object.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -478,11 +619,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -491,6 +627,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -502,8 +639,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -512,21 +665,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -544,9 +697,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -558,7 +709,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -566,7 +717,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -582,14 +733,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -605,7 +759,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -613,18 +768,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -632,15 +795,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kis_paint_device_object.h kis_objects_factory.h 
++KDE_DIST=kis_paint_device_object.h Makefile.in kis_objects_factory.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/kiskjsembed/objects/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/objects/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/kiskjsembed/objects/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/kiskjsembed/objects/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/Makefile.in koffice-1.4.2/krita/plugins/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/Makefile.in	2005-10-05 12:52:58.000000000 +0200
++++ koffice-1.4.2/krita/plugins/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +404,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ @use_kjsembed_TRUE at kjsembed_plugin = kiskjsembed
+-
+ SUBDIRS = cimg \
+ 	example \
+ 	colorsfilters \
+@@ -353,37 +500,53 @@
+ 	selectiontools \
+ 	histogram
+ 
+-subdir = krita/plugins
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -402,7 +565,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -414,7 +583,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -422,7 +591,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -443,17 +618,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -463,14 +637,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -479,8 +662,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -489,21 +688,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -518,15 +717,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -536,7 +737,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -548,7 +748,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -556,7 +756,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -570,7 +770,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -578,6 +778,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -593,31 +795,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ #imagemagick variations performancetest $(kjsembed_plugin)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -625,15 +833,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=configure.in.in 
++KDE_DIST=Makefile.in configure.in.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/oilpaintfilter/Makefile.in koffice-1.4.2/krita/plugins/oilpaintfilter/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/oilpaintfilter/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/oilpaintfilter/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,143 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/oilpaintfilter
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaoilpaintfilter_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaoilpaintfilter_la_OBJECTS = kis_oilpaint_filter_plugin.lo \
++	kis_oilpaint_filter.lo
++#>- kritaoilpaintfilter_la_OBJECTS = $(am_kritaoilpaintfilter_la_OBJECTS)
++#>+ 5
++kritaoilpaintfilter_la_final_OBJECTS = kritaoilpaintfilter_la.all_cc.lo 
++kritaoilpaintfilter_la_nofinal_OBJECTS = kis_oilpaint_filter_plugin.lo \
++	kis_oilpaint_filter.lo
++ at KDE_USE_FINAL_FALSE@kritaoilpaintfilter_la_OBJECTS = $(kritaoilpaintfilter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritaoilpaintfilter_la_OBJECTS = $(kritaoilpaintfilter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaoilpaintfilter_la_SOURCES)
++DIST_SOURCES = $(kritaoilpaintfilter_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +182,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +197,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +208,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +229,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +262,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +282,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +303,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +322,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +440,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +515,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritaoilpaintfilter.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core \
+@@ -347,119 +529,88 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritaoilpaintfilter.la
+-
+ kritaoilpaintfilter_la_SOURCES = kis_oilpaint_filter_plugin.cc \
+ 	kis_oilpaint_filter.cc
+ 
+-
+ noinst_HEADERS = kis_oilpaint_filter_plugin.h \
+ 	kis_oilpaint_filter.h
+ 
+-
+ kritaoilpaintfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaoilpaintfilter_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritaoilpaintfilter_la_METASOURCES = AUTO
+-subdir = krita/plugins/oilpaintfilter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaoilpaintfilter_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaoilpaintfilter_la_OBJECTS = kis_oilpaint_filter_plugin.lo \
+-	kis_oilpaint_filter.lo
+-#>- kritaoilpaintfilter_la_OBJECTS = $(am_kritaoilpaintfilter_la_OBJECTS)
+-#>+ 5
+-kritaoilpaintfilter_la_final_OBJECTS = kritaoilpaintfilter_la.all_cc.lo 
+-kritaoilpaintfilter_la_nofinal_OBJECTS = kis_oilpaint_filter_plugin.lo \
+-	kis_oilpaint_filter.lo
+- at KDE_USE_FINAL_FALSE@kritaoilpaintfilter_la_OBJECTS = $(kritaoilpaintfilter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritaoilpaintfilter_la_OBJECTS = $(kritaoilpaintfilter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_oilpaint_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_oilpaint_filter_plugin.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritaoilpaintfilter_la.all_cc.P ./$(DEPDIR)/kis_oilpaint_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_oilpaint_filter_plugin.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_oilpaint_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_oilpaint_filter_plugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaoilpaintfilter_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaoilpaintfilter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/oilpaintfilter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/oilpaintfilter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/oilpaintfilter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/oilpaintfilter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/oilpaintfilter/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/oilpaintfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/oilpaintfilter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -470,7 +621,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaoilpaintfilter_la_LDFLAGS) $(kritaoilpaintfilter_la_OBJECTS) $(kritaoilpaintfilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -478,27 +629,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_oilpaint_filter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_oilpaint_filter_plugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -509,30 +659,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -541,6 +685,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -552,8 +697,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -562,21 +723,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -594,10 +755,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -609,7 +770,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -617,7 +778,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -633,14 +794,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -660,7 +824,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -668,21 +833,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -698,7 +872,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=kritaoilpaintfilter.rc 
++KDE_DIST=Makefile.in kritaoilpaintfilter.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -707,10 +881,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/oilpaintfilter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/oilpaintfilter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/oilpaintfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/oilpaintfilter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/performancetest/Makefile.in koffice-1.4.2/krita/plugins/performancetest/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/performancetest/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/performancetest/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/performancetest
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaperftest_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaperftest_la_OBJECTS = perftest.lo dlg_perftest.lo
++#>- kritaperftest_la_OBJECTS = $(am_kritaperftest_la_OBJECTS)
++#>+ 4
++kritaperftest_la_final_OBJECTS = kritaperftest_la.all_cc.lo 
++kritaperftest_la_nofinal_OBJECTS = perftest.lo dlg_perftest.lo wdg_perftest.lo
++ at KDE_USE_FINAL_FALSE@kritaperftest_la_OBJECTS = $(kritaperftest_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritaperftest_la_OBJECTS = $(kritaperftest_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaperftest_la_SOURCES)
++DIST_SOURCES = $(kritaperftest_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +513,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = perftest.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core/compositeop \
+@@ -346,114 +526,86 @@
+ 	-I$(srcdir)../../tools $(KOFFICE_INCLUDES) \
+ 	 -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritaperftest.la
+-
+ #>- kritaperftest_la_SOURCES = wdg_perftest.ui perftest.cc dlg_perftest.cc
+ #>+ 1
+ kritaperftest_la_SOURCES= perftest.cc dlg_perftest.cc wdg_perftest.cc
+ noinst_HEADERS = wdg_perftest.h dlg_perftest.h perftest.h
+-
+ kritaperftest_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaperftest_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritaperftest_la_METASOURCES = AUTO
+-subdir = krita/plugins/performancetest
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaperftest_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaperftest_la_OBJECTS = perftest.lo dlg_perftest.lo
+-#>- kritaperftest_la_OBJECTS = $(am_kritaperftest_la_OBJECTS)
+-#>+ 4
+-kritaperftest_la_final_OBJECTS = kritaperftest_la.all_cc.lo 
+-kritaperftest_la_nofinal_OBJECTS = perftest.lo dlg_perftest.lo wdg_perftest.lo
+- at KDE_USE_FINAL_FALSE@kritaperftest_la_OBJECTS = $(kritaperftest_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritaperftest_la_OBJECTS = $(kritaperftest_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dlg_perftest.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/perftest.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/wdg_perftest.P  $(DEPDIR)/kritaperftest_la.all_cc.P ./$(DEPDIR)/dlg_perftest.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/perftest.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/wdg_perftest.P ./$(DEPDIR)/dlg_perftest.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/perftest.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaperftest_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaperftest_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/performancetest/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/performancetest/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/performancetest/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/performancetest/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/performancetest/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/performancetest/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/performancetest/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -464,7 +616,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaperftest_la_LDFLAGS) $(kritaperftest_la_OBJECTS) $(kritaperftest_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -472,27 +624,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlg_perftest.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/perftest.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -503,30 +654,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -535,6 +680,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -546,8 +692,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -556,21 +718,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -588,10 +750,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -603,7 +765,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -611,7 +773,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -627,14 +789,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -654,7 +819,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -662,21 +828,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -710,7 +885,7 @@
+ 	-rm -f  perftest.moc dlg_perftest.moc
+ 
+ #>+ 2
+-KDE_DIST=wdg_perftest.ui perftest.rc 
++KDE_DIST=Makefile.in wdg_perftest.ui perftest.rc Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -724,10 +899,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/performancetest/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/performancetest/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/performancetest/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/performancetest/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/raindropsfilter/Makefile.in koffice-1.4.2/krita/plugins/raindropsfilter/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/raindropsfilter/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/raindropsfilter/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,144 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/raindropsfilter
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaraindropsfilter_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaraindropsfilter_la_OBJECTS = kis_raindrops_filter_plugin.lo \
++	kis_raindrops_filter.lo
++#>- kritaraindropsfilter_la_OBJECTS =  \
++#>- 	$(am_kritaraindropsfilter_la_OBJECTS)
++#>+ 5
++kritaraindropsfilter_la_final_OBJECTS = kritaraindropsfilter_la.all_cc.lo 
++kritaraindropsfilter_la_nofinal_OBJECTS = kis_raindrops_filter_plugin.lo \
++	kis_raindrops_filter.lo
++ at KDE_USE_FINAL_FALSE@kritaraindropsfilter_la_OBJECTS = $(kritaraindropsfilter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritaraindropsfilter_la_OBJECTS = $(kritaraindropsfilter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaraindropsfilter_la_SOURCES)
++DIST_SOURCES = $(kritaraindropsfilter_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +183,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +198,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +209,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +230,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +263,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +283,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +304,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +323,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +441,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +516,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritaraindropsfilter.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core \
+@@ -347,119 +530,88 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritaraindropsfilter.la
+-
+ kritaraindropsfilter_la_SOURCES = kis_raindrops_filter_plugin.cc \
+ 	kis_raindrops_filter.cc
+ 
+-
+ noinst_HEADERS = kis_raindrops_filter_plugin.h \
+ 	kis_raindrops_filter.h
+ 
+-
+ kritaraindropsfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaraindropsfilter_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritaraindropsfilter_la_METASOURCES = AUTO
+-subdir = krita/plugins/raindropsfilter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaraindropsfilter_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaraindropsfilter_la_OBJECTS = kis_raindrops_filter_plugin.lo \
+-	kis_raindrops_filter.lo
+-#>- kritaraindropsfilter_la_OBJECTS = $(am_kritaraindropsfilter_la_OBJECTS)
+-#>+ 5
+-kritaraindropsfilter_la_final_OBJECTS = kritaraindropsfilter_la.all_cc.lo 
+-kritaraindropsfilter_la_nofinal_OBJECTS = kis_raindrops_filter_plugin.lo \
+-	kis_raindrops_filter.lo
+- at KDE_USE_FINAL_FALSE@kritaraindropsfilter_la_OBJECTS = $(kritaraindropsfilter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritaraindropsfilter_la_OBJECTS = $(kritaraindropsfilter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_raindrops_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_raindrops_filter_plugin.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kritaraindropsfilter_la.all_cc.P ./$(DEPDIR)/kis_raindrops_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_raindrops_filter_plugin.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_raindrops_filter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_raindrops_filter_plugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaraindropsfilter_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaraindropsfilter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/raindropsfilter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/raindropsfilter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/raindropsfilter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/raindropsfilter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/raindropsfilter/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/raindropsfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/raindropsfilter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -470,7 +622,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaraindropsfilter_la_LDFLAGS) $(kritaraindropsfilter_la_OBJECTS) $(kritaraindropsfilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -478,27 +630,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_raindrops_filter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_raindrops_filter_plugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -509,30 +660,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -541,6 +686,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -552,8 +698,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -562,21 +724,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -594,10 +756,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -609,7 +771,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -617,7 +779,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -633,14 +795,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -660,7 +825,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -668,21 +834,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -698,7 +873,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=kritaraindropsfilter.rc 
++KDE_DIST=Makefile.in kritaraindropsfilter.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -707,10 +882,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/raindropsfilter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/raindropsfilter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/raindropsfilter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/raindropsfilter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/rotateimage/Makefile.in koffice-1.4.2/krita/plugins/rotateimage/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/rotateimage/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/rotateimage/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/rotateimage
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritarotateimage_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritarotateimage_la_OBJECTS = rotateimage.lo dlg_rotateimage.lo
++#>- kritarotateimage_la_OBJECTS = $(am_kritarotateimage_la_OBJECTS)
++#>+ 4
++kritarotateimage_la_final_OBJECTS = kritarotateimage_la.all_cc.lo 
++kritarotateimage_la_nofinal_OBJECTS = rotateimage.lo dlg_rotateimage.lo wdg_rotateimage.lo
++ at KDE_USE_FINAL_FALSE@kritarotateimage_la_OBJECTS = $(kritarotateimage_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritarotateimage_la_OBJECTS = $(kritarotateimage_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritarotateimage_la_SOURCES)
++DIST_SOURCES = $(kritarotateimage_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +513,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = rotateimage.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core/compositeop \
+@@ -344,114 +524,86 @@
+ 	-I$(srcdir)../../tools $(KOFFICE_INCLUDES) \
+ 	 -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritarotateimage.la
+-
+ #>- kritarotateimage_la_SOURCES = wdg_rotateimage.ui rotateimage.cc dlg_rotateimage.cc
+ #>+ 1
+ kritarotateimage_la_SOURCES= rotateimage.cc dlg_rotateimage.cc wdg_rotateimage.cc
+ noinst_HEADERS = wdg_rotateimage.h dlg_rotateimage.h rotateimage.h
+-
+ kritarotateimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritarotateimage_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritarotateimage_la_METASOURCES = AUTO
+-subdir = krita/plugins/rotateimage
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritarotateimage_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritarotateimage_la_OBJECTS = rotateimage.lo dlg_rotateimage.lo
+-#>- kritarotateimage_la_OBJECTS = $(am_kritarotateimage_la_OBJECTS)
+-#>+ 4
+-kritarotateimage_la_final_OBJECTS = kritarotateimage_la.all_cc.lo 
+-kritarotateimage_la_nofinal_OBJECTS = rotateimage.lo dlg_rotateimage.lo wdg_rotateimage.lo
+- at KDE_USE_FINAL_FALSE@kritarotateimage_la_OBJECTS = $(kritarotateimage_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritarotateimage_la_OBJECTS = $(kritarotateimage_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dlg_rotateimage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rotateimage.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/wdg_rotateimage.P  $(DEPDIR)/kritarotateimage_la.all_cc.P ./$(DEPDIR)/dlg_rotateimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rotateimage.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/wdg_rotateimage.P ./$(DEPDIR)/dlg_rotateimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rotateimage.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritarotateimage_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritarotateimage_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/rotateimage/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/rotateimage/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/rotateimage/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/rotateimage/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/rotateimage/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/rotateimage/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/rotateimage/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -462,7 +614,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritarotateimage_la_LDFLAGS) $(kritarotateimage_la_OBJECTS) $(kritarotateimage_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +622,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlg_rotateimage.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rotateimage.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +652,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +678,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +690,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +716,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +787,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +817,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +826,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -708,7 +883,7 @@
+ 	-rm -f  rotateimage.moc dlg_rotateimage.moc
+ 
+ #>+ 2
+-KDE_DIST=wdg_rotateimage.ui rotateimage.rc 
++KDE_DIST=Makefile.in wdg_rotateimage.ui rotateimage.rc Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -722,10 +897,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/rotateimage/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/rotateimage/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/rotateimage/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/rotateimage/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/screenshot/Makefile.in koffice-1.4.2/krita/plugins/screenshot/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/screenshot/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/screenshot/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -17,100 +17,142 @@
+ 
+ #kwordrcdir = $(kde_datadir)/kword/kpartplugins
+ #kwordrc_DATA = screenshot-kword.rc
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/screenshot
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritascreenshot_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_kritascreenshot_la_OBJECTS = screenshot.lo ksnapshot.lo \
++	regiongrabber.lo
++#>- kritascreenshot_la_OBJECTS = $(am_kritascreenshot_la_OBJECTS)
++#>+ 5
++kritascreenshot_la_final_OBJECTS = kritascreenshot_la.all_cpp.lo 
++kritascreenshot_la_nofinal_OBJECTS = screenshot.lo ksnapshot.lo \
++	regiongrabber.lo ksnapshotwidget.lo
++ at KDE_USE_FINAL_FALSE@kritascreenshot_la_OBJECTS = $(kritascreenshot_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritascreenshot_la_OBJECTS = $(kritascreenshot_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritascreenshot_la_SOURCES)
++DIST_SOURCES = $(kritascreenshot_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -142,15 +184,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -160,7 +199,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -172,14 +210,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -196,7 +231,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -230,13 +264,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -246,16 +284,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -266,15 +305,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -288,20 +324,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -325,135 +442,166 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = screenshot-krita.rc
+ 
+-
+ #kpresenterrcdir = $(kde_datadir)/kpresenter/kpartplugins
+ #kpresenterrc_DATA = screenshot-kpresenter.rc
+ EXTRA_DIST = $(kritarc_DATA) #$(kpresenterrc_DATA) $(kwordrc_DATA)
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+ kde_module_LTLIBRARIES = kritascreenshot.la
+-
+ #>- kritascreenshot_la_SOURCES = screenshot.cpp ksnapshot.cpp regiongrabber.cpp ksnapshotwidget.ui
+ #>+ 1
+ kritascreenshot_la_SOURCES=screenshot.cpp ksnapshot.cpp regiongrabber.cpp  ksnapshotwidget.cpp
+ noinst_HEADERS = screenshot.h ksnapshot.h regiongrabber.h ksnapshotwidget.h ksnapshotwidget.ui.h
+-
+ kritascreenshot_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritascreenshot_la_LIBADD = $(LIB_KOFFICECORE)
+-
+ #>- kritascreenshot_la_METASOURCES = AUTO
+-subdir = krita/plugins/screenshot
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritascreenshot_la_DEPENDENCIES =
+-am_kritascreenshot_la_OBJECTS = screenshot.lo ksnapshot.lo \
+-	regiongrabber.lo
+-#>- kritascreenshot_la_OBJECTS = $(am_kritascreenshot_la_OBJECTS)
+-#>+ 5
+-kritascreenshot_la_final_OBJECTS = kritascreenshot_la.all_cpp.lo 
+-kritascreenshot_la_nofinal_OBJECTS = screenshot.lo ksnapshot.lo \
+-	regiongrabber.lo ksnapshotwidget.lo
+- at KDE_USE_FINAL_FALSE@kritascreenshot_la_OBJECTS = $(kritascreenshot_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritascreenshot_la_OBJECTS = $(kritascreenshot_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/ksnapshot.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/regiongrabber.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/screenshot.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/ksnapshotwidget.P  $(DEPDIR)/kritascreenshot_la.all_cpp.P ./$(DEPDIR)/ksnapshot.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/regiongrabber.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/screenshot.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/ksnapshotwidget.P ./$(DEPDIR)/ksnapshot.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/regiongrabber.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/screenshot.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritascreenshot_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritascreenshot_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/screenshot/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/screenshot/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/screenshot/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/screenshot/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/screenshot/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/screenshot/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/screenshot/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -464,7 +612,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritascreenshot_la_LDFLAGS) $(kritascreenshot_la_OBJECTS) $(kritascreenshot_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -473,27 +621,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/regiongrabber.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/screenshot.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -504,30 +651,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -536,6 +677,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -547,8 +689,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -557,21 +715,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -589,10 +747,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -604,7 +762,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -612,7 +770,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -628,14 +786,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -655,7 +816,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -663,21 +825,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ 
+ messages: rc.cpp
+@@ -721,7 +892,7 @@
+ 	-rm -f  regiongrabber.moc ksnapshot.moc screenshot.moc
+ 
+ #>+ 2
+-KDE_DIST=ksnapshotwidget.ui screenshot-kword.rc screenshot-krita.rc screenshot-kpresenter.rc main.cpp 
++KDE_DIST=ksnapshotwidget.ui Makefile.in screenshot-kword.rc screenshot-krita.rc screenshot-kpresenter.rc main.cpp Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -735,10 +906,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/screenshot/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/screenshot/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/screenshot/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/screenshot/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/selectiontools/Makefile.in koffice-1.4.2/krita/plugins/selectiontools/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/selectiontools/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/selectiontools/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,149 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/selectiontools
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritapicsdir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritaselectiontools_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritaselectiontools_la_OBJECTS = selection_tools.lo \
++	kis_tool_select_rectangular.lo kis_tool_select_brush.lo \
++	kis_tool_select_eraser.lo kis_tool_select_polygonal.lo \
++	kis_tool_select_elliptical.lo kis_tool_select_contiguous.lo \
++	kis_tool_select_freehand.lo
++#>- kritaselectiontools_la_OBJECTS = $(am_kritaselectiontools_la_OBJECTS)
++#>+ 5
++kritaselectiontools_la_OBJECTS = selection_tools.lo \
++	kis_tool_select_rectangular.lo kis_tool_select_brush.lo \
++	kis_tool_select_eraser.lo kis_tool_select_polygonal.lo \
++	kis_tool_select_elliptical.lo kis_tool_select_contiguous.lo \
++	kis_tool_select_freehand.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritaselectiontools_la_SOURCES)
++DIST_SOURCES = $(kritaselectiontools_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritapicsDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritapics_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +188,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +203,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +214,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +235,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +268,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +288,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +309,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +328,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +446,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +521,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritaselectiontools.rc
+-
+ kde_services_DATA = kritaselectiontools.desktop
+-
+ EXTRA_DIST = $(kritarc_DATA)
+ 
+ # all_includes must remain last!
+@@ -348,7 +536,6 @@
+ 	-I../../ui \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ kritaselectiontools_la_SOURCES = \
+ 	selection_tools.cc \
+ 	kis_tool_select_rectangular.cc \
+@@ -362,7 +549,6 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritaselectiontools.la
+-
+ noinst_HEADERS = \
+ 	selection_tools.h \
+ 	kis_tool_select_freehand.h \
+@@ -373,14 +559,10 @@
+ 	kis_tool_select_contiguous.h \
+ 	kis_tool_select_elliptical.h 
+ 
+-
+ kritaselectiontools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritaselectiontools_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritaselectiontools_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-
+ kritapics_DATA = \
+ 	tool_rect_selection.png \
+ 	tool_eraser_selection.png \
+@@ -390,119 +572,79 @@
+ 	tool_free_form_selection.png \
+ 	tool_polygonal_selection.png
+ 
+-
+ kritapicsdir = $(kde_datadir)/krita/pics
+-subdir = krita/plugins/selectiontools
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritaselectiontools_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritaselectiontools_la_OBJECTS = selection_tools.lo \
+-	kis_tool_select_rectangular.lo kis_tool_select_brush.lo \
+-	kis_tool_select_eraser.lo kis_tool_select_polygonal.lo \
+-	kis_tool_select_elliptical.lo kis_tool_select_contiguous.lo \
+-	kis_tool_select_freehand.lo
+-#>- kritaselectiontools_la_OBJECTS = $(am_kritaselectiontools_la_OBJECTS)
+-#>+ 5
+-kritaselectiontools_la_OBJECTS = selection_tools.lo \
+-	kis_tool_select_rectangular.lo kis_tool_select_brush.lo \
+-	kis_tool_select_eraser.lo kis_tool_select_polygonal.lo \
+-	kis_tool_select_elliptical.lo kis_tool_select_contiguous.lo \
+-	kis_tool_select_freehand.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_tool_select_brush.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_contiguous.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_elliptical.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_eraser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_freehand.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_polygonal.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_rectangular.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/selection_tools.Plo
+-#>+ 8
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kis_tool_select_brush.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_contiguous.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_elliptical.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_eraser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_freehand.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_polygonal.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_select_rectangular.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/selection_tools.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritaselectiontools_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritapics_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritaselectiontools_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/selectiontools/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/selectiontools/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/selectiontools/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/selectiontools/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/selectiontools/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/selectiontools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/selectiontools/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -513,7 +655,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritaselectiontools_la_LDFLAGS) $(kritaselectiontools_la_OBJECTS) $(kritaselectiontools_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -527,27 +669,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_select_rectangular.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/selection_tools.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -558,66 +699,58 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritapicsDATA_INSTALL = $(INSTALL_DATA)
+ install-kritapicsDATA: $(kritapics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritapicsdir)
++	test -z "$(kritapicsdir)" || $(mkdir_p) "$(DESTDIR)$(kritapicsdir)"
+ 	@list='$(kritapics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritapicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapicsdir)/$$f"; \
+-	  $(kritapicsDATA_INSTALL) $$d$$p $(DESTDIR)$(kritapicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritapicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritapicsdir)/$$f'"; \
++	  $(kritapicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritapicsdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritapicsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritapics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritapicsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritapicsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritapicsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritapicsdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -626,6 +759,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -637,8 +771,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -647,21 +797,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -679,10 +829,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritapicsdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritapicsdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -694,7 +844,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -702,7 +852,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -718,23 +868,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritapicsDATA install-kritarcDATA
+-#>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritapicsDATA install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritapicsDATA \
++#>- 	install-kritarcDATA
++#>+ 3
++install-data-am:   \
++	install-kde_servicesDATA install-kritapicsDATA \
++	install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -747,7 +902,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -755,24 +911,33 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritapicsDATA \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritapicsDATA install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+-	uninstall-kritapicsDATA uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kde_servicesDATA uninstall-kritapicsDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -848,7 +1013,7 @@
+ 	-rm -f  selection_tools.moc kis_tool_select_elliptical.moc kis_tool_select_contiguous.moc kis_tool_select_brush.moc kis_tool_select_eraser.moc kis_tool_select_polygonal.moc kis_tool_select_rectangular.moc kis_tool_select_freehand.moc
+ 
+ #>+ 2
+-KDE_DIST=tool_polygonal_selection.svg tool_free_form_selection.svg kritaselectiontools.desktop tool_elliptical_selection.png tool_eraser_selection.png tool_rect_selection.svg kritaselectiontools.rc tool_free_form_selection.png tool_eraser_selection.svg tool_elliptical_selection.svg tool_polygonal_selection.png tool_wizard_selection.png tool_wizard_selection.svg tool_brush_selection.svg tool_rect_selection.png tool_brush_selection.png 
++KDE_DIST=tool_polygonal_selection.svg tool_free_form_selection.svg kritaselectiontools.desktop tool_elliptical_selection.png tool_eraser_selection.png Makefile.in tool_rect_selection.svg kritaselectiontools.rc tool_free_form_selection.png tool_eraser_selection.svg tool_elliptical_selection.svg tool_polygonal_selection.png tool_wizard_selection.png tool_wizard_selection.svg tool_brush_selection.svg tool_rect_selection.png tool_brush_selection.png Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -857,10 +1022,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/selectiontools/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/selectiontools/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/selectiontools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/selectiontools/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/shearimage/Makefile.in koffice-1.4.2/krita/plugins/shearimage/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/shearimage/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/shearimage/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/shearimage
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritashearimage_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritashearimage_la_OBJECTS = shearimage.lo dlg_shearimage.lo
++#>- kritashearimage_la_OBJECTS = $(am_kritashearimage_la_OBJECTS)
++#>+ 4
++kritashearimage_la_final_OBJECTS = kritashearimage_la.all_cc.lo 
++kritashearimage_la_nofinal_OBJECTS = shearimage.lo dlg_shearimage.lo wdg_shearimage.lo
++ at KDE_USE_FINAL_FALSE@kritashearimage_la_OBJECTS = $(kritashearimage_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritashearimage_la_OBJECTS = $(kritashearimage_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritashearimage_la_SOURCES)
++DIST_SOURCES = $(kritashearimage_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +513,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = shearimage.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core/compositeop \
+@@ -344,114 +524,86 @@
+ 	-I$(srcdir)../../tools $(KOFFICE_INCLUDES) \
+ 	 -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritashearimage.la
+-
+ #>- kritashearimage_la_SOURCES = wdg_shearimage.ui shearimage.cc dlg_shearimage.cc
+ #>+ 1
+ kritashearimage_la_SOURCES= shearimage.cc dlg_shearimage.cc wdg_shearimage.cc
+ noinst_HEADERS = wdg_shearimage.h dlg_shearimage.h shearimage.h
+-
+ kritashearimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritashearimage_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritashearimage_la_METASOURCES = AUTO
+-subdir = krita/plugins/shearimage
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritashearimage_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritashearimage_la_OBJECTS = shearimage.lo dlg_shearimage.lo
+-#>- kritashearimage_la_OBJECTS = $(am_kritashearimage_la_OBJECTS)
+-#>+ 4
+-kritashearimage_la_final_OBJECTS = kritashearimage_la.all_cc.lo 
+-kritashearimage_la_nofinal_OBJECTS = shearimage.lo dlg_shearimage.lo wdg_shearimage.lo
+- at KDE_USE_FINAL_FALSE@kritashearimage_la_OBJECTS = $(kritashearimage_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritashearimage_la_OBJECTS = $(kritashearimage_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dlg_shearimage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/shearimage.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/wdg_shearimage.P  $(DEPDIR)/kritashearimage_la.all_cc.P ./$(DEPDIR)/dlg_shearimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/shearimage.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/wdg_shearimage.P ./$(DEPDIR)/dlg_shearimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/shearimage.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritashearimage_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritashearimage_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/shearimage/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/shearimage/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/shearimage/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/shearimage/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/shearimage/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/shearimage/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/shearimage/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -462,7 +614,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritashearimage_la_LDFLAGS) $(kritashearimage_la_OBJECTS) $(kritashearimage_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +622,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlg_shearimage.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/shearimage.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +652,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +678,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +690,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +716,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +787,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +817,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +826,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -708,7 +883,7 @@
+ 	-rm -f  dlg_shearimage.moc shearimage.moc
+ 
+ #>+ 2
+-KDE_DIST=shearimage.rc wdg_shearimage.ui 
++KDE_DIST=shearimage.rc Makefile.in wdg_shearimage.ui Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -722,10 +897,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/shearimage/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/shearimage/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/shearimage/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/shearimage/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/tool_crop/Makefile.in koffice-1.4.2/krita/plugins/tool_crop/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/tool_crop/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/tool_crop/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/tool_crop
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritatoolcrop_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritatoolcrop_la_OBJECTS = tool_crop.lo kis_tool_crop.lo
++#>- kritatoolcrop_la_OBJECTS = $(am_kritatoolcrop_la_OBJECTS)
++#>+ 1
++kritatoolcrop_la_OBJECTS = tool_crop.lo kis_tool_crop.lo wdg_tool_crop.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritatoolcrop_la_SOURCES)
++DIST_SOURCES = $(kritatoolcrop_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +436,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,7 +512,6 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritatoolcrop.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritatoolcrop.desktop
+ 
+ # all_includes must remain last!
+@@ -348,7 +527,6 @@
+ 	-I../../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ #>- kritatoolcrop_la_SOURCES = \
+ #>- 	wdg_tool_crop.ui \
+ #>- 	tool_crop.cc \
+@@ -362,109 +540,86 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritatoolcrop.la
+-
+ noinst_HEADERS = \
+ 	tool_crop.h \
+ 	kis_tool_crop.h 
+ 
+-
+ kritatoolcrop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritatoolcrop_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritatoolcrop_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/tool_crop
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritatoolcrop_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritatoolcrop_la_OBJECTS = tool_crop.lo kis_tool_crop.lo
+-#>- kritatoolcrop_la_OBJECTS = $(am_kritatoolcrop_la_OBJECTS)
+-#>+ 1
+-kritatoolcrop_la_OBJECTS = tool_crop.lo kis_tool_crop.lo wdg_tool_crop.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_tool_crop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_crop.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/wdg_tool_crop.P ./$(DEPDIR)/kis_tool_crop.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_crop.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritatoolcrop_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritatoolcrop_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_crop/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/tool_crop/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/tool_crop/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_crop/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_crop/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_crop/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_crop/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -475,7 +630,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritatoolcrop_la_LDFLAGS) $(kritatoolcrop_la_OBJECTS) $(kritatoolcrop_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -483,27 +638,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_crop.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_crop.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -514,48 +668,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -564,6 +711,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -575,8 +723,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -585,21 +749,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -617,10 +781,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -632,7 +796,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -640,7 +804,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -656,23 +820,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -685,7 +852,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -693,22 +861,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -742,7 +919,7 @@
+ 	-rm -f  kis_tool_crop.moc tool_crop.moc
+ 
+ #>+ 2
+-KDE_DIST=kritatoolcrop.rc kritatoolcrop.desktop wdg_tool_crop.ui 
++KDE_DIST=kritatoolcrop.rc Makefile.in kritatoolcrop.desktop wdg_tool_crop.ui Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -756,10 +933,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_crop/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_crop/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_crop/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_crop/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/tool_filter/Makefile.in koffice-1.4.2/krita/plugins/tool_filter/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/tool_filter/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/tool_filter/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/tool_filter
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritatoolfilter_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritatoolfilter_la_OBJECTS = kis_filterop.lo kis_tool_filter.lo \
++	tool_filter.lo
++#>- kritatoolfilter_la_OBJECTS = $(am_kritatoolfilter_la_OBJECTS)
++#>+ 2
++kritatoolfilter_la_OBJECTS = kis_filterop.lo kis_tool_filter.lo \
++	tool_filter.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritatoolfilter_la_SOURCES)
++DIST_SOURCES = $(kritatoolfilter_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,7 +514,6 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritatoolfilter.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritatoolfilter.desktop
+ 
+ # all_includes must remain last!
+@@ -349,7 +530,6 @@
+ 	-I../../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ kritatoolfilter_la_SOURCES = \
+ 	kis_filterop.cc \
+ 	kis_tool_filter.cc \
+@@ -358,114 +538,87 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritatoolfilter.la
+-
+ noinst_HEADERS = \
+ 	kis_filterop.h \
+ 	kis_tool_filter.h \
+ 	tool_filter.h
+ 
+-
+ kritatoolfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritatoolfilter_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritatoolfilter_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/tool_filter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritatoolfilter_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritatoolfilter_la_OBJECTS = kis_filterop.lo kis_tool_filter.lo \
+-	tool_filter.lo
+-#>- kritatoolfilter_la_OBJECTS = $(am_kritatoolfilter_la_OBJECTS)
+-#>+ 2
+-kritatoolfilter_la_OBJECTS = kis_filterop.lo kis_tool_filter.lo \
+-	tool_filter.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_filterop.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_filter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_filter.Plo
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kis_filterop.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_filter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_filter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritatoolfilter_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritatoolfilter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_filter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/tool_filter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/tool_filter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_filter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_filter/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_filter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_filter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -476,7 +629,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritatoolfilter_la_LDFLAGS) $(kritatoolfilter_la_OBJECTS) $(kritatoolfilter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -485,27 +638,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_filter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_filter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -516,48 +668,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -566,6 +711,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -577,8 +723,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -587,21 +749,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -619,10 +781,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -634,7 +796,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -642,7 +804,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -658,23 +820,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -687,7 +852,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -695,22 +861,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -744,7 +919,7 @@
+ 	-rm -f  tool_filter.moc kis_tool_filter.moc
+ 
+ #>+ 2
+-KDE_DIST=kritatoolfilter.desktop kritatoolfilter.rc 
++KDE_DIST=Makefile.in kritatoolfilter.desktop kritatoolfilter.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -753,10 +928,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_filter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_filter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_filter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_filter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/tool_polygon/Makefile.in koffice-1.4.2/krita/plugins/tool_polygon/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/tool_polygon/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/tool_polygon/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,140 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/tool_polygon
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritatoolpolygon_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritatoolpolygon_la_OBJECTS = tool_polygon.lo kis_tool_polygon.lo
++#>- kritatoolpolygon_la_OBJECTS = $(am_kritatoolpolygon_la_OBJECTS)
++#>+ 2
++kritatoolpolygon_la_OBJECTS = tool_polygon.lo kis_tool_polygon.lo\
++tool_polygon.moc.lo 
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritatoolpolygon_la_SOURCES)
++DIST_SOURCES = $(kritatoolpolygon_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +437,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,7 +513,6 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritatoolpolygon.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritatoolpolygon.desktop
+ 
+ # all_includes must remain last!
+@@ -349,7 +529,6 @@
+         -I../../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ kritatoolpolygon_la_SOURCES = \
+         tool_polygon.cc \
+ 	kis_tool_polygon.cc 
+@@ -357,110 +536,86 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritatoolpolygon.la
+-
+ noinst_HEADERS = \
+ 	tool_polygon.h \
+ 	kis_tool_polygon.h 
+ 
+-
+ kritatoolpolygon_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritatoolpolygon_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritatoolpolygon_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/tool_polygon
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritatoolpolygon_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritatoolpolygon_la_OBJECTS = tool_polygon.lo kis_tool_polygon.lo
+-#>- kritatoolpolygon_la_OBJECTS = $(am_kritatoolpolygon_la_OBJECTS)
+-#>+ 2
+-kritatoolpolygon_la_OBJECTS = tool_polygon.lo kis_tool_polygon.lo\
+-tool_polygon.moc.lo 
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_tool_polygon.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_polygon.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/tool_polygon.moc.P ./$(DEPDIR)/kis_tool_polygon.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_polygon.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritatoolpolygon_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritatoolpolygon_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_polygon/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/tool_polygon/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/tool_polygon/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_polygon/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_polygon/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_polygon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_polygon/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -471,7 +626,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritatoolpolygon_la_LDFLAGS) $(kritatoolpolygon_la_OBJECTS) $(kritatoolpolygon_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -479,27 +634,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_polygon.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_polygon.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -510,48 +664,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -560,6 +707,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -571,8 +719,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -581,21 +745,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -613,10 +777,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -628,7 +792,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -636,7 +800,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -652,23 +816,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -681,7 +848,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -689,22 +857,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -738,7 +915,7 @@
+ 	-rm -f  tool_polygon.moc.cc kis_tool_polygon.moc
+ 
+ #>+ 2
+-KDE_DIST=kritatoolpolygon.rc kritatoolpolygon.desktop 
++KDE_DIST=Makefile.in kritatoolpolygon.rc kritatoolpolygon.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -747,10 +924,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_polygon/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_polygon/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_polygon/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_polygon/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/tool_polyline/Makefile.in koffice-1.4.2/krita/plugins/tool_polyline/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/tool_polyline/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/tool_polyline/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,142 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/tool_polyline
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritatoolpolyline_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritatoolpolyline_la_OBJECTS = tool_polyline.lo \
++	kis_tool_polyline.lo
++#>- kritatoolpolyline_la_OBJECTS = $(am_kritatoolpolyline_la_OBJECTS)
++#>+ 3
++kritatoolpolyline_la_OBJECTS = tool_polyline.lo \
++	kis_tool_polyline.lo\
++tool_polyline.moc.lo 
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritatoolpolyline_la_SOURCES)
++DIST_SOURCES = $(kritatoolpolyline_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +181,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +196,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +207,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +228,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +261,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +281,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +302,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +321,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +439,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,7 +515,6 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritatoolpolyline.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritatoolpolyline.desktop
+ 
+ # all_includes must remain last!
+@@ -349,7 +531,6 @@
+         -I../../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ kritatoolpolyline_la_SOURCES = \
+         tool_polyline.cc \
+ 	kis_tool_polyline.cc 
+@@ -357,110 +538,86 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritatoolpolyline.la
+-
+ noinst_HEADERS = \
+ 	tool_polyline.h \
+ 	kis_tool_polyline.h 
+ 
+-
+ kritatoolpolyline_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritatoolpolyline_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritatoolpolyline_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/tool_polyline
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritatoolpolyline_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritatoolpolyline_la_OBJECTS = tool_polyline.lo kis_tool_polyline.lo
+-#>- kritatoolpolyline_la_OBJECTS = $(am_kritatoolpolyline_la_OBJECTS)
+-#>+ 2
+-kritatoolpolyline_la_OBJECTS = tool_polyline.lo kis_tool_polyline.lo\
+-tool_polyline.moc.lo 
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_tool_polyline.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_polyline.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/tool_polyline.moc.P ./$(DEPDIR)/kis_tool_polyline.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_polyline.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritatoolpolyline_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritatoolpolyline_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_polyline/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/tool_polyline/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/tool_polyline/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_polyline/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_polyline/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_polyline/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_polyline/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -471,7 +628,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritatoolpolyline_la_LDFLAGS) $(kritatoolpolyline_la_OBJECTS) $(kritatoolpolyline_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -479,27 +636,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_polyline.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_polyline.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -510,48 +666,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -560,6 +709,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -571,8 +721,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -581,21 +747,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -613,10 +779,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -628,7 +794,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -636,7 +802,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -652,23 +818,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -681,7 +850,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -689,22 +859,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -738,7 +917,7 @@
+ 	-rm -f  tool_polyline.moc.cc kis_tool_polyline.moc
+ 
+ #>+ 2
+-KDE_DIST=kritatoolpolyline.desktop kritatoolpolyline.rc 
++KDE_DIST=Makefile.in kritatoolpolyline.desktop kritatoolpolyline.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -747,10 +926,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_polyline/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_polyline/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_polyline/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_polyline/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/tool_star/Makefile.in koffice-1.4.2/krita/plugins/tool_star/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/tool_star/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/tool_star/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,140 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/tool_star
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritatoolstar_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritatoolstar_la_OBJECTS = tool_star.lo kis_tool_star.lo
++#>- kritatoolstar_la_OBJECTS = $(am_kritatoolstar_la_OBJECTS)
++#>+ 2
++kritatoolstar_la_OBJECTS = tool_star.lo kis_tool_star.lo wdg_tool_star.lo\
++tool_star.moc.lo 
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritatoolstar_la_SOURCES)
++DIST_SOURCES = $(kritatoolstar_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +437,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,7 +513,6 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritatoolstar.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritatoolstar.desktop
+ 
+ # all_includes must remain last!
+@@ -349,7 +529,6 @@
+         -I../../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ #>- kritatoolstar_la_SOURCES = \
+ #>- 	wdg_tool_star.ui \
+ #>-         tool_star.cc \
+@@ -363,110 +542,86 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritatoolstar.la
+-
+ noinst_HEADERS = \
+ 	tool_star.h \
+ 	kis_tool_star.h 
+ 
+-
+ kritatoolstar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritatoolstar_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritatoolstar_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/tool_star
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritatoolstar_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritatoolstar_la_OBJECTS = tool_star.lo kis_tool_star.lo
+-#>- kritatoolstar_la_OBJECTS = $(am_kritatoolstar_la_OBJECTS)
+-#>+ 2
+-kritatoolstar_la_OBJECTS = tool_star.lo kis_tool_star.lo wdg_tool_star.lo\
+-tool_star.moc.lo 
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_tool_star.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_star.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/wdg_tool_star.P $(DEPDIR)/tool_star.moc.P ./$(DEPDIR)/kis_tool_star.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_star.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritatoolstar_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritatoolstar_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_star/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/tool_star/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/tool_star/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_star/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_star/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_star/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_star/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -477,7 +632,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritatoolstar_la_LDFLAGS) $(kritatoolstar_la_OBJECTS) $(kritatoolstar_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -485,27 +640,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_star.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_star.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -516,48 +670,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -566,6 +713,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -577,8 +725,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -587,21 +751,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -619,10 +783,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -634,7 +798,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -642,7 +806,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -658,23 +822,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -687,7 +854,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -695,22 +863,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -744,7 +921,7 @@
+ 	-rm -f  kis_tool_star.moc tool_star.moc.cc
+ 
+ #>+ 2
+-KDE_DIST=kritatoolstar.rc wdg_tool_star.ui kritatoolstar.desktop 
++KDE_DIST=Makefile.in kritatoolstar.rc wdg_tool_star.ui kritatoolstar.desktop Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -758,10 +935,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_star/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_star/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_star/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_star/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/tool_transform/Makefile.in koffice-1.4.2/krita/plugins/tool_transform/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/tool_transform/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/tool_transform/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/tool_transform
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritatooltransform_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritatooltransform_la_OBJECTS = tool_transform.lo \
++	kis_tool_transform.lo
++#>- kritatooltransform_la_OBJECTS = $(am_kritatooltransform_la_OBJECTS)
++#>+ 2
++kritatooltransform_la_OBJECTS = tool_transform.lo \
++	kis_tool_transform.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritatooltransform_la_SOURCES)
++DIST_SOURCES = $(kritatooltransform_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,7 +514,6 @@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritatooltransform.rc
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ kde_services_DATA = kritatooltransform.desktop
+ 
+ # all_includes must remain last!
+@@ -348,7 +529,6 @@
+ 	-I../../ui/dialogs \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../../core/strategy/ $(all_includes)
+ 
+-
+ kritatooltransform_la_SOURCES = \
+ 	tool_transform.cc \
+ 	kis_tool_transform.cc 
+@@ -356,111 +536,86 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritatooltransform.la
+-
+ noinst_HEADERS = \
+ 	tool_transform.h \
+ 	kis_tool_transform.h 
+ 
+-
+ kritatooltransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritatooltransform_la_LIBADD = ../../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritatooltransform_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/plugins/tool_transform
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritatooltransform_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritatooltransform_la_OBJECTS = tool_transform.lo \
+-	kis_tool_transform.lo
+-#>- kritatooltransform_la_OBJECTS = $(am_kritatooltransform_la_OBJECTS)
+-#>+ 2
+-kritatooltransform_la_OBJECTS = tool_transform.lo \
+-	kis_tool_transform.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_tool_transform.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tool_transform.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kis_tool_transform.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tool_transform.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritatooltransform_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritatooltransform_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_transform/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/tool_transform/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/tool_transform/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_transform/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_transform/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_transform/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_transform/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -471,7 +626,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritatooltransform_la_LDFLAGS) $(kritatooltransform_la_OBJECTS) $(kritatooltransform_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -479,27 +634,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_transform.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tool_transform.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -510,48 +664,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -560,6 +707,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -571,8 +719,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -581,21 +745,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -613,10 +777,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -628,7 +792,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -636,7 +800,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -652,23 +816,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -681,7 +848,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -689,22 +857,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -738,7 +915,7 @@
+ 	-rm -f  tool_transform.moc kis_tool_transform.moc
+ 
+ #>+ 2
+-KDE_DIST=kritatooltransform.desktop kritatooltransform.rc 
++KDE_DIST=Makefile.in kritatooltransform.desktop kritatooltransform.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -747,10 +924,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/tool_transform/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/tool_transform/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/tool_transform/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/tool_transform/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/plugins/variations/Makefile.in koffice-1.4.2/krita/plugins/variations/Makefile.in
+--- koffice-1.4.2.orig/krita/plugins/variations/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/plugins/variations/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/plugins/variations
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritavariations_la_DEPENDENCIES = ../../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritavariations_la_OBJECTS = variations.lo dlg_variations.lo
++#>- kritavariations_la_OBJECTS = $(am_kritavariations_la_OBJECTS)
++#>+ 4
++kritavariations_la_final_OBJECTS = kritavariations_la.all_cc.lo 
++kritavariations_la_nofinal_OBJECTS = variations.lo dlg_variations.lo wdg_variations.lo
++ at KDE_USE_FINAL_FALSE@kritavariations_la_OBJECTS = $(kritavariations_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kritavariations_la_OBJECTS = $(kritavariations_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritavariations_la_SOURCES)
++DIST_SOURCES = $(kritavariations_la_SOURCES)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +513,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = variations.rc
+-
+ EXTRA_DIST = $(kritarc_DATA)
+-
+ INCLUDES = -I$(srcdir)/../../core \
+ 	-I$(srcdir)/../../core/color_strategy \
+ 	-I$(srcdir)/../../core/compositeop \
+@@ -344,114 +524,86 @@
+ 	$(KOFFICE_INCLUDES) \
+ 	-I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kritavariations.la
+-
+ #>- kritavariations_la_SOURCES = variations.cc dlg_variations.cc wdg_variations.ui 
+ #>+ 1
+ kritavariations_la_SOURCES=variations.cc dlg_variations.cc   wdg_variations.cc
+ noinst_HEADERS = wdg_variations.h
+-
+ kritavariations_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritavariations_la_LIBADD = ../../libkritacommon.la $(LIB_KOFFICECORE) $(LIB_KOPAINTER)
+-
+ #>- kritavariations_la_METASOURCES = AUTO
+-subdir = krita/plugins/variations
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritavariations_la_DEPENDENCIES = ../../libkritacommon.la
+-am_kritavariations_la_OBJECTS = variations.lo dlg_variations.lo
+-#>- kritavariations_la_OBJECTS = $(am_kritavariations_la_OBJECTS)
+-#>+ 4
+-kritavariations_la_final_OBJECTS = kritavariations_la.all_cc.lo 
+-kritavariations_la_nofinal_OBJECTS = variations.lo dlg_variations.lo wdg_variations.lo
+- at KDE_USE_FINAL_FALSE@kritavariations_la_OBJECTS = $(kritavariations_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kritavariations_la_OBJECTS = $(kritavariations_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/dlg_variations.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/variations.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/wdg_variations.P  $(DEPDIR)/kritavariations_la.all_cc.P ./$(DEPDIR)/dlg_variations.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/variations.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/wdg_variations.P ./$(DEPDIR)/dlg_variations.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/variations.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritavariations_la_SOURCES)
+-DATA = $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritavariations_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/variations/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/plugins/variations/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/plugins/variations/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/variations/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/variations/Makefile
++	  $(AUTOMAKE) --gnu  krita/plugins/variations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/variations/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -462,7 +614,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritavariations_la_LDFLAGS) $(kritavariations_la_OBJECTS) $(kritavariations_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -470,27 +622,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlg_variations.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/variations.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -501,30 +652,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -533,6 +678,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -544,8 +690,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -554,21 +716,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -586,10 +748,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -601,7 +763,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -609,7 +771,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -625,14 +787,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -652,7 +817,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -660,21 +826,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kritarcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kritarcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -708,7 +883,7 @@
+ 	-rm -f  dlg_variations.moc variations.moc
+ 
+ #>+ 2
+-KDE_DIST=wdg_variations.ui dlg_variations.h variations.h variations.rc 
++KDE_DIST=wdg_variations.ui Makefile.in dlg_variations.h variations.h variations.rc Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -722,10 +897,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/plugins/variations/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/plugins/variations/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/plugins/variations/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/plugins/variations/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/tools/Makefile.in koffice-1.4.2/krita/tools/Makefile.in
+--- koffice-1.4.2.orig/krita/tools/Makefile.in	2005-10-05 12:52:59.000000000 +0200
++++ koffice-1.4.2/krita/tools/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,151 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/tools
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kritadefaulttools_la_DEPENDENCIES = ../libkritacommon.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kritadefaulttools_la_OBJECTS = default_tools.lo \
++	kis_tool_colorpicker.lo kis_tool_move.lo kis_tool_zoom.lo \
++	kis_tool_brush.lo kis_tool_eraser.lo kis_tool_line.lo \
++	kis_tool_airbrush.lo kis_tool_pen.lo kis_tool_duplicate.lo \
++	kis_tool_fill.lo kis_tool_rectangle.lo kis_tool_ellipse.lo \
++	kis_tool_colorchanger.lo kis_tool_pan.lo kis_tool_text.lo \
++	kis_tool_gradient.lo
++#>- kritadefaulttools_la_OBJECTS = $(am_kritadefaulttools_la_OBJECTS)
++#>+ 7
++kritadefaulttools_la_OBJECTS = default_tools.lo \
++	kis_tool_colorpicker.lo kis_tool_move.lo kis_tool_zoom.lo \
++	kis_tool_brush.lo kis_tool_eraser.lo kis_tool_line.lo \
++	kis_tool_airbrush.lo kis_tool_pen.lo kis_tool_duplicate.lo \
++	kis_tool_fill.lo kis_tool_rectangle.lo kis_tool_ellipse.lo \
++	kis_tool_colorchanger.lo kis_tool_pan.lo kis_tool_text.lo \
++	kis_tool_gradient.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kritadefaulttools_la_SOURCES)
++DIST_SOURCES = $(kritadefaulttools_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kritarc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +190,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +205,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +216,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +237,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +270,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +290,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +311,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +330,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +448,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,9 +523,7 @@
+ xdg_menudir = @xdg_menudir@
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = kritadefaulttools.rc
+-
+ kde_services_DATA = kritadefaulttools.desktop
+-
+ EXTRA_DIST = $(kritarc_DATA)
+ 
+ # all_includes must remain last!
+@@ -348,7 +538,6 @@
+ 	-I../ui \
+ 	$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(srcdir)/../core/strategy/ $(all_includes)
+ 
+-
+ kritadefaulttools_la_SOURCES = \
+ 	default_tools.cc \
+ 	kis_tool_colorpicker.cc \
+@@ -371,7 +560,6 @@
+ 
+ # Install this plugin in the KDE modules directory
+ kde_module_LTLIBRARIES = kritadefaulttools.la
+-
+ noinst_HEADERS = \
+ 	default_tools.h \
+ 	kis_tool_fill.h \
+@@ -391,146 +579,82 @@
+ 	kis_tool_pan.h \
+ 	kis_tool_eraser.h
+ 
+-
+ kritadefaulttools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kritadefaulttools_la_LIBADD = ../libkritacommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
+-
+ #>- kritadefaulttools_la_METASOURCES = AUTO
+-
+ KDE_OPTIONS = nofinal
+-subdir = krita/tools
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kritadefaulttools_la_DEPENDENCIES = ../libkritacommon.la
+-am_kritadefaulttools_la_OBJECTS = default_tools.lo \
+-	kis_tool_colorpicker.lo kis_tool_move.lo kis_tool_zoom.lo \
+-	kis_tool_brush.lo kis_tool_eraser.lo kis_tool_line.lo \
+-	kis_tool_airbrush.lo kis_tool_pen.lo kis_tool_duplicate.lo \
+-	kis_tool_fill.lo kis_tool_rectangle.lo kis_tool_ellipse.lo \
+-	kis_tool_colorchanger.lo kis_tool_pan.lo kis_tool_text.lo \
+-	kis_tool_gradient.lo
+-#>- kritadefaulttools_la_OBJECTS = $(am_kritadefaulttools_la_OBJECTS)
+-#>+ 7
+-kritadefaulttools_la_OBJECTS = default_tools.lo \
+-	kis_tool_colorpicker.lo kis_tool_move.lo kis_tool_zoom.lo \
+-	kis_tool_brush.lo kis_tool_eraser.lo kis_tool_line.lo \
+-	kis_tool_airbrush.lo kis_tool_pen.lo kis_tool_duplicate.lo \
+-	kis_tool_fill.lo kis_tool_rectangle.lo kis_tool_ellipse.lo \
+-	kis_tool_colorchanger.lo kis_tool_pan.lo kis_tool_text.lo \
+-	kis_tool_gradient.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/default_tools.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_airbrush.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_brush.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_colorchanger.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_colorpicker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_duplicate.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_ellipse.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_eraser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_fill.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_gradient.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_line.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_move.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_pan.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_pen.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_rectangle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_text.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_tool_zoom.Plo
+-#>+ 17
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/default_tools.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_airbrush.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_brush.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_colorchanger.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_colorpicker.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_duplicate.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_ellipse.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_eraser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_fill.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_gradient.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_line.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_move.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_pan.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_pen.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_rectangle.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_text.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_tool_zoom.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kritadefaulttools_la_SOURCES)
+-DATA = $(kde_services_DATA) $(kritarc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kritadefaulttools_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/tools/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/tools/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/tools/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/tools/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/tools/Makefile
++	  $(AUTOMAKE) --gnu  krita/tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/tools/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -541,7 +665,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kritadefaulttools_la_LDFLAGS) $(kritadefaulttools_la_OBJECTS) $(kritadefaulttools_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -564,27 +688,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_text.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_tool_zoom.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -595,48 +718,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -645,6 +761,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -656,8 +773,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -666,21 +799,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -698,10 +831,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kritarcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kritarcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -713,7 +846,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -721,7 +854,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -737,23 +870,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kritarcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kritarcDATA
+ #>+ 2
+-install-data-am:   install-kde_servicesDATA \
+-	install-kritarcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kritarcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -766,7 +902,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -774,22 +911,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kritarcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kritarcDATA install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kritarcDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kritarcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -935,7 +1081,7 @@
+ 	-rm -f  kis_tool_move.moc kis_tool_line.moc kis_tool_stamp.moc kis_tool_fill.moc kis_tool_ellipse.moc kis_tool_pan.moc default_tools.moc kis_tool_airbrush.moc kis_tool_colorpicker.moc kis_tool_text.moc kis_tool_gradient.moc kis_tool_colorchanger.moc kis_tool_zoom.moc kis_tool_pen.moc kis_tool_duplicate.moc kis_tool_rectangle.moc kis_tool_eraser.moc kis_tool_brush.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_tool_stamp.cc kritadefaulttools.desktop kritadefaulttools.rc kis_tool_stamp.h 
++KDE_DIST=Makefile.in kis_tool_stamp.cc kritadefaulttools.desktop kritadefaulttools.rc kis_tool_stamp.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -944,10 +1090,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/tools/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/tools/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/tools/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/ui/labels/Makefile.in koffice-1.4.2/krita/ui/labels/Makefile.in
+--- koffice-1.4.2.orig/krita/ui/labels/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/krita/ui/labels/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,126 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/ui/labels
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkislabel_la_LIBADD =
++am_libkislabel_la_OBJECTS = kis_label_zoom.lo kis_label_progress.lo \
++	kis_label_cursor_pos.lo
++#>- libkislabel_la_OBJECTS = $(am_libkislabel_la_OBJECTS)
++#>+ 5
++libkislabel_la_final_OBJECTS = libkislabel_la.all_cc.lo 
++libkislabel_la_nofinal_OBJECTS = kis_label_zoom.lo kis_label_progress.lo \
++	kis_label_cursor_pos.lo
++ at KDE_USE_FINAL_FALSE@libkislabel_la_OBJECTS = $(libkislabel_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkislabel_la_OBJECTS = $(libkislabel_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkislabel_la_SOURCES)
++DIST_SOURCES = $(libkislabel_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +165,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +180,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +191,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +212,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +245,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +265,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +286,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +305,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,98 +423,137 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir)/../../core/ -I$(srcdir)/../ -I.. $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) $(all_includes)
+-
+ noinst_LTLIBRARIES = libkislabel.la
+-
+ libkislabel_la_SOURCES = kis_label_zoom.cc kis_label_progress.cc kis_label_cursor_pos.cc
+ #>- libkislabel_la_METASOURCES = AUTO
+-subdir = krita/ui/labels
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkislabel_la_LDFLAGS =
+-libkislabel_la_LIBADD =
+-am_libkislabel_la_OBJECTS = kis_label_zoom.lo kis_label_progress.lo \
+-	kis_label_cursor_pos.lo
+-#>- libkislabel_la_OBJECTS = $(am_libkislabel_la_OBJECTS)
+-#>+ 5
+-libkislabel_la_final_OBJECTS = libkislabel_la.all_cc.lo 
+-libkislabel_la_nofinal_OBJECTS = kis_label_zoom.lo kis_label_progress.lo \
+-	kis_label_cursor_pos.lo
+- at KDE_USE_FINAL_FALSE@libkislabel_la_OBJECTS = $(libkislabel_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkislabel_la_OBJECTS = $(libkislabel_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_label_cursor_pos.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_label_progress.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_label_zoom.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkislabel_la.all_cc.P ./$(DEPDIR)/kis_label_cursor_pos.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_label_progress.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_label_zoom.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kis_label_cursor_pos.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_label_progress.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_label_zoom.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkislabel_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkislabel_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/labels/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/ui/labels/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/ui/labels/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/labels/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/ui/labels/Makefile
++	  $(AUTOMAKE) --gnu  krita/ui/labels/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/ui/labels/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -421,7 +561,7 @@
+ 	$(CXXLINK)  $(libkislabel_la_LDFLAGS) $(libkislabel_la_OBJECTS) $(libkislabel_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -430,27 +570,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_label_progress.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_label_zoom.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -462,11 +601,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -475,6 +609,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -486,8 +621,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -496,21 +647,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -528,9 +679,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -542,7 +691,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -550,7 +699,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -566,14 +715,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -589,7 +741,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -597,18 +750,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -641,15 +802,24 @@
+ 	-rm -f  kis_label_cursor_pos.moc kis_label_zoom.moc kis_label_progress.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_label_cursor_pos.h kis_label_progress.h kis_label_zoom.h 
++KDE_DIST=Makefile.in kis_label_cursor_pos.h kis_label_progress.h kis_label_zoom.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/ui/labels/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/labels/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/ui/labels/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/ui/labels/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/ui/Makefile.in koffice-1.4.2/krita/ui/Makefile.in
+--- koffice-1.4.2.orig/krita/ui/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/krita/ui/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,167 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/ui
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkisui_la_DEPENDENCIES = ./labels/libkislabel.la \
++	./widgets/libkiswidgets.la
++am_libkisui_la_OBJECTS = kis_cmb_idlist.lo kis_dlg_preferences.lo \
++	kis_dlg_progress.lo kis_canvas.lo kis_channelview.lo \
++	kis_cmb_composite.lo kis_controlframe.lo kis_layerbox.lo \
++	kis_dlg_create_img.lo kis_dlg_image_properties.lo \
++	kis_dlg_new_layer.lo kis_dlg_paint_properties.lo \
++	kis_dlg_transform.lo kis_gray_widget.lo kis_icon_item.lo \
++	kis_ruler.lo kis_iconwidget.lo kis_itemchooser.lo \
++	kis_previewwidget.lo kis_rgb_widget.lo kis_hsv_widget.lo \
++	kis_autobrush.lo kis_brush_chooser.lo kis_pattern_chooser.lo \
++	kis_gradient_chooser.lo kis_colorwheel.lo \
++	kis_progress_subject.lo kis_double_widget.lo \
++	kis_dlg_apply_profile.lo kis_dockframedocker.lo \
++	kis_basedocker.lo kis_previewview.lo kis_previewdialog.lo \
++	kis_birdeye_box.lo kis_paint_box.lo kis_filter_box.lo \
++	kis_palette_widget.lo kis_selection_options.lo
++#>- libkisui_la_OBJECTS = $(am_libkisui_la_OBJECTS)
++#>+ 15
++libkisui_la_OBJECTS = kis_cmb_idlist.lo kis_dlg_preferences.lo \
++	kis_dlg_progress.lo kis_canvas.lo kis_channelview.lo \
++	kis_cmb_composite.lo kis_controlframe.lo kis_layerbox.lo \
++	kis_dlg_create_img.lo kis_dlg_image_properties.lo \
++	kis_dlg_new_layer.lo kis_dlg_paint_properties.lo \
++	kis_dlg_transform.lo kis_gray_widget.lo kis_icon_item.lo \
++	kis_ruler.lo kis_iconwidget.lo kis_itemchooser.lo \
++	kis_previewwidget.lo kis_rgb_widget.lo kis_hsv_widget.lo \
++	kis_autobrush.lo kis_brush_chooser.lo kis_pattern_chooser.lo \
++	kis_gradient_chooser.lo kis_colorwheel.lo \
++	kis_progress_subject.lo kis_double_widget.lo \
++	kis_dlg_apply_profile.lo kis_dockframedocker.lo \
++	kis_basedocker.lo kis_previewview.lo kis_previewdialog.lo \
++	kis_birdeye_box.lo kis_paint_box.lo kis_filter_box.lo \
++	kis_palette_widget.lo kis_selection_options.lo kis_wdg_autobrush.lo wdgmatrix.lo kis_previewwidgetbase.lo wdgselectionoptions.lo wdgshapeoptions.lo wdgnewimage.lo wdgcolorsettings.lo wdgapplyprofile.lo wdgdockertab.lo wdgbirdeye.lo wdglayerbox.lo wdgdockertoolbox.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkisui_la_SOURCES)
++DIST_SOURCES = $(libkisui_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +206,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +221,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +232,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +253,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +286,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +306,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +327,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +346,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +464,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_OPTIONS = nofinal
+-
+ INCLUDES = -I$(srcdir)/../core/filters -I$(srcdir)/../core \
+ 	-I$(srcdir)/../core/resources/ -I$(srcdir)/../core/color_strategy -I$(srcdir)/../core/tiles \
+ 	-I$(srcdir)/../core/tool -I$(srcdir)/../core/paintop $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkisui.la
+ libkisui_la_LIBADD = ./labels/libkislabel.la ./widgets/libkiswidgets.la
+ #>- libkisui_la_SOURCES = \
+@@ -443,7 +649,6 @@
+      \
+      kis_wdg_autobrush.cc wdgmatrix.cc kis_previewwidgetbase.cc wdgselectionoptions.cc wdgshapeoptions.cc wdgnewimage.cc wdgcolorsettings.cc wdgapplyprofile.cc wdgdockertab.cc wdgbirdeye.cc wdglayerbox.cc wdgdockertoolbox.cc
+ 
+-
+ noinst_HEADERS = kis_dlg_preferences.h \
+     kis_dlg_progress.h \
+     kis_canvas.h \
+@@ -487,192 +692,62 @@
+     wdglayerbox.h \
+     wdgdockertoolbox.h
+ 
+-
+ #>- libkisui_la_METASOURCES = AUTO
+ SUBDIRS = labels widgets
+-subdir = krita/ui
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkisui_la_LDFLAGS =
+-libkisui_la_DEPENDENCIES = ./labels/libkislabel.la \
+-	./widgets/libkiswidgets.la
+-am_libkisui_la_OBJECTS = kis_cmb_idlist.lo kis_dlg_preferences.lo \
+-	kis_dlg_progress.lo kis_canvas.lo kis_channelview.lo \
+-	kis_cmb_composite.lo kis_controlframe.lo kis_layerbox.lo \
+-	kis_dlg_create_img.lo kis_dlg_image_properties.lo \
+-	kis_dlg_new_layer.lo kis_dlg_paint_properties.lo \
+-	kis_dlg_transform.lo kis_gray_widget.lo kis_icon_item.lo \
+-	kis_ruler.lo kis_iconwidget.lo kis_itemchooser.lo \
+-	kis_previewwidget.lo kis_rgb_widget.lo kis_hsv_widget.lo \
+-	kis_autobrush.lo kis_brush_chooser.lo kis_pattern_chooser.lo \
+-	kis_gradient_chooser.lo kis_colorwheel.lo \
+-	kis_progress_subject.lo kis_double_widget.lo \
+-	kis_dlg_apply_profile.lo kis_dockframedocker.lo \
+-	kis_basedocker.lo kis_previewview.lo kis_previewdialog.lo \
+-	kis_birdeye_box.lo kis_paint_box.lo kis_filter_box.lo \
+-	kis_palette_widget.lo kis_selection_options.lo
+-#>- libkisui_la_OBJECTS = $(am_libkisui_la_OBJECTS)
+-#>+ 15
+-libkisui_la_OBJECTS = kis_cmb_idlist.lo kis_dlg_preferences.lo \
+-	kis_dlg_progress.lo kis_canvas.lo kis_channelview.lo \
+-	kis_cmb_composite.lo kis_controlframe.lo kis_layerbox.lo \
+-	kis_dlg_create_img.lo kis_dlg_image_properties.lo \
+-	kis_dlg_new_layer.lo kis_dlg_paint_properties.lo \
+-	kis_dlg_transform.lo kis_gray_widget.lo kis_icon_item.lo \
+-	kis_ruler.lo kis_iconwidget.lo kis_itemchooser.lo \
+-	kis_previewwidget.lo kis_rgb_widget.lo kis_hsv_widget.lo \
+-	kis_autobrush.lo kis_brush_chooser.lo kis_pattern_chooser.lo \
+-	kis_gradient_chooser.lo kis_colorwheel.lo \
+-	kis_progress_subject.lo kis_double_widget.lo \
+-	kis_dlg_apply_profile.lo kis_dockframedocker.lo \
+-	kis_basedocker.lo kis_previewview.lo kis_previewdialog.lo \
+-	kis_birdeye_box.lo kis_paint_box.lo kis_filter_box.lo \
+-	kis_palette_widget.lo kis_selection_options.lo kis_wdg_autobrush.lo wdgmatrix.lo kis_previewwidgetbase.lo wdgselectionoptions.lo wdgshapeoptions.lo wdgnewimage.lo wdgcolorsettings.lo wdgapplyprofile.lo wdgdockertab.lo wdgbirdeye.lo wdglayerbox.lo wdgdockertoolbox.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_autobrush.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_basedocker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_birdeye_box.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_brush_chooser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_canvas.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_channelview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_cmb_composite.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_cmb_idlist.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_colorwheel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_controlframe.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_apply_profile.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_create_img.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_image_properties.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_new_layer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_paint_properties.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_preferences.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_progress.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_transform.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_dockframedocker.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_double_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_filter_box.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_gradient_chooser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_gray_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_hsv_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_icon_item.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_iconwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_itemchooser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_layerbox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_paint_box.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_palette_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_pattern_chooser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_previewdialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_previewview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_previewwidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_progress_subject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_rgb_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_ruler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_selection_options.Plo
+-#>+ 38
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/kis_wdg_autobrush.P $(DEPDIR)/wdgmatrix.P $(DEPDIR)/kis_previewwidgetbase.P $(DEPDIR)/wdgselectionoptions.P $(DEPDIR)/wdgshapeoptions.P $(DEPDIR)/wdgnewimage.P $(DEPDIR)/wdgcolorsettings.P $(DEPDIR)/wdgapplyprofile.P $(DEPDIR)/wdgdockertab.P $(DEPDIR)/wdgbirdeye.P $(DEPDIR)/wdglayerbox.P $(DEPDIR)/wdgdockertoolbox.P ./$(DEPDIR)/kis_autobrush.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_basedocker.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_birdeye_box.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_brush_chooser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_canvas.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_channelview.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_cmb_composite.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_cmb_idlist.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_colorwheel.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_controlframe.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_apply_profile.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_create_img.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_image_properties.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_new_layer.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_paint_properties.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_preferences.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_progress.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dlg_transform.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_dockframedocker.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_double_widget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_filter_box.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_gradient_chooser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_gray_widget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_hsv_widget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_icon_item.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_iconwidget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_itemchooser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_layerbox.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_paint_box.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_palette_widget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_pattern_chooser.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_previewdialog.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_previewview.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_previewwidget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_progress_subject.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_rgb_widget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_ruler.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_selection_options.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkisui_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkisui_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/ui/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/ui/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/ui/Makefile
++	  $(AUTOMAKE) --gnu  krita/ui/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/ui/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -680,7 +755,7 @@
+ 	$(CXXLINK)  $(libkisui_la_LDFLAGS) $(libkisui_la_OBJECTS) $(libkisui_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -724,27 +799,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_ruler.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_selection_options.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -763,7 +837,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -775,7 +855,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -783,7 +863,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -804,17 +890,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -824,14 +909,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -840,8 +934,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -850,21 +960,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -879,15 +989,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -897,7 +1009,6 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -909,7 +1020,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -917,7 +1028,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -933,14 +1044,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -956,7 +1070,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -964,26 +1079,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-noinstLTLIBRARIES \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-noinstLTLIBRARIES \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -1253,7 +1373,7 @@
+ 	-rm -f  kis_previewdialog.moc kis_birdeye_box.moc kis_ruler.moc kis_gradient_chooser.moc kis_selection_options.moc kis_dlg_create_img.moc kis_colorwheel.moc kis_filter_box.moc kis_dockframedocker.moc kis_dlg_new_layer.moc kis_brush_chooser.moc kis_dlg_paint_properties.moc kis_cmb_idlist.moc kis_dlg_image_properties.moc kis_paint_box.moc kis_basedocker.moc kis_itemchooser.moc kis_canvas.moc kis_previewview.moc kis_rgb_widget.moc kis_double_widget.moc kis_controlframe.moc kis_autobrush.moc kis_previewwidget.moc kis_channelview.moc kis_cmb_composite.moc kis_dlg_transform.moc kis_dlg_progress.moc kis_palette_widget.moc kis_pattern_chooser.moc kis_gray_widget.moc kis_iconwidget.moc kis_layerbox.moc kis_hsv_widget.moc kis_progress_subject.moc kis_dlg_preferences.moc kis_dlg_apply_profile.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_previewwidgetbase.ui kis_selection_options.h wdgcolorsettings.ui kis_progress_display_interface.h wdgnewimage.ui kis_previewview.h wdgbirdeye.ui kis_cmb_idlist.h wdgselectionoptions.ui kis_cmb_composite.h wdgmatrix.ui wdgapplyprofile.ui wdgshapeoptions.ui wdgdockertoolbox.ui kis_wdg_autobrush.ui wdgdockertab.ui wdglayerbox.ui 
++KDE_DIST=kis_previewwidgetbase.ui kis_selection_options.h wdgcolorsettings.ui Makefile.in kis_progress_display_interface.h wdgnewimage.ui kis_previewview.h wdgbirdeye.ui kis_cmb_idlist.h wdgselectionoptions.ui kis_cmb_composite.h wdgmatrix.ui wdgapplyprofile.ui wdgshapeoptions.ui wdgdockertoolbox.ui kis_wdg_autobrush.ui wdgdockertab.ui Makefile.am wdglayerbox.ui 
+ 
+ #>+ 15
+ clean-ui:
+@@ -1274,10 +1394,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/ui/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/ui/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/ui/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/krita/ui/widgets/Makefile.in koffice-1.4.2/krita/ui/widgets/Makefile.in
+--- koffice-1.4.2.orig/krita/ui/widgets/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/krita/ui/widgets/Makefile.in	2005-11-11 17:31:33.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,135 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = krita/ui/widgets
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkiswidgets_la_LIBADD =
++am_libkiswidgets_la_OBJECTS = kis_filter_configuration_widget.lo \
++	kis_multi_integer_filter_widget.lo \
++	kis_multi_double_filter_widget.lo \
++	kis_gradient_slider_widget.lo kis_autogradient.lo \
++	kis_text_brush.lo
++#>- libkiswidgets_la_OBJECTS = $(am_libkiswidgets_la_OBJECTS)
++#>+ 8
++libkiswidgets_la_final_OBJECTS = libkiswidgets_la.all_cc.lo 
++libkiswidgets_la_nofinal_OBJECTS = kis_filter_configuration_widget.lo \
++	kis_multi_integer_filter_widget.lo \
++	kis_multi_double_filter_widget.lo \
++	kis_gradient_slider_widget.lo kis_autogradient.lo \
++	kis_text_brush.lo kis_wdg_autogradient.lo kis_wdg_text_brush.lo kis_matrix_widget.lo
++ at KDE_USE_FINAL_FALSE@libkiswidgets_la_OBJECTS = $(libkiswidgets_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkiswidgets_la_OBJECTS = $(libkiswidgets_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkiswidgets_la_SOURCES)
++DIST_SOURCES = $(libkiswidgets_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +432,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -340,9 +516,7 @@
+ 	-I$(srcdir)/../../core/tiles \
+ 	$(KOFFICE_INCLUDES) -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = libkiswidgets.la
+-
+ #>- libkiswidgets_la_SOURCES = kis_filter_configuration_widget.cc \
+ #>- 	kis_multi_integer_filter_widget.cc \
+ #>- 	kis_multi_double_filter_widget.cc \
+@@ -363,109 +537,67 @@
+ 	kis_text_brush.cc \
+ 	 kis_wdg_autogradient.cc kis_wdg_text_brush.cc kis_matrix_widget.cc
+ 
+-
+ noinst_HEADERS = kis_multi_integer_filter_widget.h \
+ 	kis_filter_configuration_widget.h \
+ 	kis_gradient_slider_widget.h \
+ 	kis_autogradient.h \
+ 	kis_text_brush.h
+ 
+-
+ #>- libkiswidgets_la_METASOURCES = AUTO
+-subdir = krita/ui/widgets
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkiswidgets_la_LDFLAGS =
+-libkiswidgets_la_LIBADD =
+-am_libkiswidgets_la_OBJECTS = kis_filter_configuration_widget.lo \
+-	kis_multi_integer_filter_widget.lo \
+-	kis_multi_double_filter_widget.lo kis_gradient_slider_widget.lo \
+-	kis_autogradient.lo kis_text_brush.lo
+-#>- libkiswidgets_la_OBJECTS = $(am_libkiswidgets_la_OBJECTS)
+-#>+ 7
+-libkiswidgets_la_final_OBJECTS = libkiswidgets_la.all_cc.lo 
+-libkiswidgets_la_nofinal_OBJECTS = kis_filter_configuration_widget.lo \
+-	kis_multi_integer_filter_widget.lo \
+-	kis_multi_double_filter_widget.lo kis_gradient_slider_widget.lo \
+-	kis_autogradient.lo kis_text_brush.lo kis_wdg_autogradient.lo kis_wdg_text_brush.lo kis_matrix_widget.lo
+- at KDE_USE_FINAL_FALSE@libkiswidgets_la_OBJECTS = $(libkiswidgets_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkiswidgets_la_OBJECTS = $(libkiswidgets_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kis_autogradient.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_filter_configuration_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_gradient_slider_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_multi_double_filter_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_multi_integer_filter_widget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kis_text_brush.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kis_wdg_autogradient.P $(DEPDIR)/kis_wdg_text_brush.P $(DEPDIR)/kis_matrix_widget.P  $(DEPDIR)/libkiswidgets_la.all_cc.P ./$(DEPDIR)/kis_autogradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_filter_configuration_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_gradient_slider_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_multi_double_filter_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_multi_integer_filter_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_text_brush.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kis_wdg_autogradient.P $(DEPDIR)/kis_wdg_text_brush.P $(DEPDIR)/kis_matrix_widget.P ./$(DEPDIR)/kis_autogradient.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_filter_configuration_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_gradient_slider_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_multi_double_filter_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_multi_integer_filter_widget.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kis_text_brush.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkiswidgets_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkiswidgets_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/widgets/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  krita/ui/widgets/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  krita/ui/widgets/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/widgets/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/ui/widgets/Makefile
++	  $(AUTOMAKE) --gnu  krita/ui/widgets/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/ui/widgets/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -473,7 +605,7 @@
+ 	$(CXXLINK)  $(libkiswidgets_la_LDFLAGS) $(libkiswidgets_la_OBJECTS) $(libkiswidgets_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -485,27 +617,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_multi_integer_filter_widget.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kis_text_brush.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -517,11 +648,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -530,6 +656,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -541,8 +668,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -551,21 +694,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -583,9 +726,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -597,7 +738,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -605,7 +746,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -621,14 +762,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -644,7 +788,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -652,18 +797,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -717,7 +870,7 @@
+ 	-rm -f  kis_autogradient.moc kis_filter_configuration_widget.moc kis_gradient_slider_widget.moc kis_text_brush.moc kis_multi_integer_filter_widget.moc kis_multi_double_filter_widget.moc
+ 
+ #>+ 2
+-KDE_DIST=kis_multi_double_filter_widget.h kis_matrix_widget.ui kis_wdg_autogradient.ui kis_wdg_text_brush.ui kis_matrix_widget.ui.h 
++KDE_DIST=kis_multi_double_filter_widget.h Makefile.in kis_matrix_widget.ui kis_wdg_autogradient.ui kis_wdg_text_brush.ui kis_matrix_widget.ui.h Makefile.am 
+ 
+ #>+ 6
+ clean-ui:
+@@ -729,10 +882,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  krita/ui/widgets/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  krita/ui/widgets/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  krita/ui/widgets/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit krita/ui/widgets/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/dialogs/Makefile.in koffice-1.4.2/kspread/dialogs/Makefile.in
+--- koffice-1.4.2.orig/kspread/dialogs/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/dialogs/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,153 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/dialogs
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libdialogs_la_LIBADD =
++am_libdialogs_la_OBJECTS = kspread_dlg_angle.lo kspread_dlg_area.lo \
++	kspread_dlg_comment.lo kspread_dlg_conditional.lo \
++	kspread_dlg_cons.lo kspread_dlg_csv.lo kspread_dlg_database.lo \
++	kspread_dlg_format.lo kspread_dlg_formula.lo \
++	kspread_dlg_goalseek.lo kspread_dlg_goto.lo \
++	kspread_dlg_insert.lo kspread_dlg_layout.lo \
++	kspread_dlg_list.lo kspread_dlg_paperlayout.lo \
++	kspread_dlg_pasteinsert.lo kspread_dlg_preference.lo \
++	kspread_dlg_reference.lo kspread_dlg_resize2.lo \
++	kspread_dlg_series.lo kspread_dlg_show.lo \
++	kspread_dlg_showColRow.lo kspread_dlg_sort.lo \
++	kspread_dlg_special.lo kspread_dlg_styles.lo \
++	kspread_dlg_subtotal.lo kspread_dlg_validity.lo link.lo \
++	sheet_properties.lo
++#>- libdialogs_la_OBJECTS = $(am_libdialogs_la_OBJECTS)
++#>+ 17
++libdialogs_la_final_OBJECTS = libdialogs_la.all_cc.lo 
++libdialogs_la_nofinal_OBJECTS = kspread_dlg_angle.lo kspread_dlg_area.lo \
++	kspread_dlg_comment.lo kspread_dlg_conditional.lo \
++	kspread_dlg_cons.lo kspread_dlg_csv.lo kspread_dlg_database.lo \
++	kspread_dlg_format.lo kspread_dlg_formula.lo \
++	kspread_dlg_goalseek.lo kspread_dlg_goto.lo \
++	kspread_dlg_insert.lo kspread_dlg_layout.lo \
++	kspread_dlg_list.lo kspread_dlg_paperlayout.lo \
++	kspread_dlg_pasteinsert.lo kspread_dlg_preference.lo \
++	kspread_dlg_reference.lo kspread_dlg_resize2.lo \
++	kspread_dlg_series.lo kspread_dlg_show.lo \
++	kspread_dlg_showColRow.lo kspread_dlg_sort.lo \
++	kspread_dlg_special.lo kspread_dlg_styles.lo \
++	kspread_dlg_subtotal.lo kspread_dlg_validity.lo link.lo \
++	sheet_properties.lo kspreadsubtotal.lo sheet_properties_base.lo
++ at KDE_USE_FINAL_FALSE@libdialogs_la_OBJECTS = $(libdialogs_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libdialogs_la_OBJECTS = $(libdialogs_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libdialogs_la_SOURCES)
++DIST_SOURCES = $(libdialogs_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +192,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +207,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +218,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +239,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +272,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +292,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +313,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +332,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +450,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_CXXFLAGS = $(USE_RTTI)
+-
+ INCLUDES = \
+ 	$(KOFFICE_INCLUDES) \
+ 	$(KOSCRIPT_INCLUDES) \
+@@ -338,11 +531,9 @@
+ 	-I$(srcdir)/.. \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = \
+ 	libdialogs.la
+ 
+-
+ #>- libdialogs_la_SOURCES = \
+ #>- 	kspread_dlg_angle.cc \
+ #>- 	kspread_dlg_area.cc \
+@@ -409,7 +600,6 @@
+ 	 \
+ 	sheet_properties.cc kspreadsubtotal.cc sheet_properties_base.cc
+ 
+-
+ noinst_HEADERS = \
+ 	kspread_dlg_angle.h \
+ 	kspread_dlg_area.h \
+@@ -432,189 +622,61 @@
+ 	kspread_dlg_resize2.h \
+     link.h
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = kspread/dialogs
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libdialogs_la_LDFLAGS =
+-libdialogs_la_LIBADD =
+-am_libdialogs_la_OBJECTS = kspread_dlg_angle.lo kspread_dlg_area.lo \
+-	kspread_dlg_comment.lo kspread_dlg_conditional.lo \
+-	kspread_dlg_cons.lo kspread_dlg_csv.lo kspread_dlg_database.lo \
+-	kspread_dlg_format.lo kspread_dlg_formula.lo \
+-	kspread_dlg_goalseek.lo kspread_dlg_goto.lo \
+-	kspread_dlg_insert.lo kspread_dlg_layout.lo kspread_dlg_list.lo \
+-	kspread_dlg_paperlayout.lo kspread_dlg_pasteinsert.lo \
+-	kspread_dlg_preference.lo kspread_dlg_reference.lo \
+-	kspread_dlg_resize2.lo kspread_dlg_series.lo \
+-	kspread_dlg_show.lo kspread_dlg_showColRow.lo \
+-	kspread_dlg_sort.lo kspread_dlg_special.lo \
+-	kspread_dlg_styles.lo kspread_dlg_subtotal.lo \
+-	kspread_dlg_validity.lo link.lo sheet_properties.lo
+-#>- libdialogs_la_OBJECTS = $(am_libdialogs_la_OBJECTS)
+-#>+ 16
+-libdialogs_la_final_OBJECTS = libdialogs_la.all_cc.lo 
+-libdialogs_la_nofinal_OBJECTS = kspread_dlg_angle.lo kspread_dlg_area.lo \
+-	kspread_dlg_comment.lo kspread_dlg_conditional.lo \
+-	kspread_dlg_cons.lo kspread_dlg_csv.lo kspread_dlg_database.lo \
+-	kspread_dlg_format.lo kspread_dlg_formula.lo \
+-	kspread_dlg_goalseek.lo kspread_dlg_goto.lo \
+-	kspread_dlg_insert.lo kspread_dlg_layout.lo kspread_dlg_list.lo \
+-	kspread_dlg_paperlayout.lo kspread_dlg_pasteinsert.lo \
+-	kspread_dlg_preference.lo kspread_dlg_reference.lo \
+-	kspread_dlg_resize2.lo kspread_dlg_series.lo \
+-	kspread_dlg_show.lo kspread_dlg_showColRow.lo \
+-	kspread_dlg_sort.lo kspread_dlg_special.lo \
+-	kspread_dlg_styles.lo kspread_dlg_subtotal.lo \
+-	kspread_dlg_validity.lo link.lo sheet_properties.lo kspreadsubtotal.lo sheet_properties_base.lo
+- at KDE_USE_FINAL_FALSE@libdialogs_la_OBJECTS = $(libdialogs_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libdialogs_la_OBJECTS = $(libdialogs_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kspread_dlg_angle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_area.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_comment.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_conditional.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_cons.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_csv.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_database.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_format.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_formula.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_goalseek.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_goto.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_insert.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_layout.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_list.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_paperlayout.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_pasteinsert.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_preference.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_reference.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_resize2.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_series.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_show.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_showColRow.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_sort.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_special.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_styles.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_subtotal.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_validity.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/link.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sheet_properties.Plo
+-#>+ 58
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kspreadsubtotal.P $(DEPDIR)/sheet_properties_base.P  $(DEPDIR)/libdialogs_la.all_cc.P ./$(DEPDIR)/kspread_dlg_angle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_area.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_comment.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_conditional.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_cons.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_csv.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_database.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_formula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_goalseek.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_goto.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_insert.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_layout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_list.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_paperlayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_pasteinsert.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_preference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_reference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_resize2.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_series.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_show.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_showColRow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_sort.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_special.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_styles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_subtotal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_validity.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/link.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sheet_properties.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kspreadsubtotal.P $(DEPDIR)/sheet_properties_base.P ./$(DEPDIR)/kspread_dlg_angle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_area.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_comment.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_conditional.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_cons.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_csv.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_database.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_formula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_goalseek.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_goto.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_insert.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_layout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_list.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_paperlayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_pasteinsert.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_preference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_reference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_resize2.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_series.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_show.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_showColRow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_sort.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_special.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_styles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_subtotal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_dlg_validity.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/link.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sheet_properties.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libdialogs_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libdialogs_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/dialogs/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/dialogs/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/dialogs/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/dialogs/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/dialogs/Makefile
++	  $(AUTOMAKE) --gnu  kspread/dialogs/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/dialogs/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -622,7 +684,7 @@
+ 	$(CXXLINK)  $(libdialogs_la_LDFLAGS) $(libdialogs_la_OBJECTS) $(libdialogs_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -657,27 +719,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/link.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sheet_properties.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -689,11 +750,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -702,6 +758,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -713,8 +770,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -723,21 +796,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -755,9 +828,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -769,7 +840,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -777,7 +848,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -793,14 +864,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -816,7 +890,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -824,18 +899,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -1050,7 +1133,7 @@
+ 	-rm -f  kspread_dlg_pasteinsert.moc kspread_dlg_goto.moc kspread_dlg_format.moc kspread_dlg_showColRow.moc kspread_dlg_paperlayout.moc kspread_dlg_show.moc kspread_dlg_preference.moc kspread_dlg_insert.moc kspread_dlg_sort.moc kspread_dlg_angle.moc kspread_dlg_area.moc kspread_dlg_layout.moc kspread_dlg_formula.moc kspread_dlg_database.moc kspread_dlg_validity.moc kspread_dlg_resize2.moc kspread_dlg_comment.moc kspread_dlg_conditional.moc link.moc kspread_dlg_series.moc kspread_dlg_special.moc kspread_dlg_csv.moc kspread_dlg_reference.moc kspread_dlg_subtotal.moc kspread_dlg_list.moc kspread_dlg_goalseek.moc kspread_dlg_cons.moc sheet_properties.moc kspread_dlg_styles.moc
+ 
+ #>+ 2
+-KDE_DIST=kspread_dlg_showColRow.h kspread_dlg_validity.h kspread_dlg_sort.h kspread_dlg_subtotal.h kspread_dlg_show.h kspread_dlg_series.h kspread_dlg_styles.h kspreadsubtotal.ui sheet_properties.h sheet_properties_base.ui kspread_dlg_special.h 
++KDE_DIST=kspread_dlg_showColRow.h Makefile.in kspread_dlg_validity.h kspread_dlg_sort.h kspread_dlg_subtotal.h kspread_dlg_show.h kspread_dlg_series.h kspread_dlg_styles.h kspreadsubtotal.ui sheet_properties.h sheet_properties_base.ui kspread_dlg_special.h Makefile.am 
+ 
+ #>+ 5
+ clean-ui:
+@@ -1061,10 +1144,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/dialogs/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/dialogs/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/dialogs/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/dialogs/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/dtd/Makefile.in koffice-1.4.2/kspread/dtd/Makefile.in
+--- koffice-1.4.2.orig/kspread/dtd/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/dtd/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/dtd
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(dtddir)"
++dtdDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(dtd_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ dtd_DATA = kspread.dtd
+-
+ dtddir = $(kde_datadir)/kspread/dtd
+-subdir = kspread/dtd
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(dtd_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/dtd/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/dtd/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/dtd/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/dtd/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/dtd/Makefile
++	  $(AUTOMAKE) --gnu  kspread/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/dtd/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-dtdDATA_INSTALL = $(INSTALL_DATA)
+ install-dtdDATA: $(dtd_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
++	test -z "$(dtddir)" || $(mkdir_p) "$(DESTDIR)$(dtddir)"
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f"; \
+-	  $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(dtdDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtddir)/$$f'"; \
++	  $(dtdDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ 
+ uninstall-dtdDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(dtddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(dtddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -416,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
+-
++	for dir in "$(DESTDIR)$(dtddir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -431,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -439,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -453,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -475,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-dtdDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-dtdDATA install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-dtdDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-dtdDATA install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-dtdDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kspread.dtd 
++KDE_DIST=Makefile.in kspread.dtd Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/dtd/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/dtd/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/dtd/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/extensions/Makefile.in koffice-1.4.2/kspread/extensions/Makefile.in
+--- koffice-1.4.2.orig/kspread/extensions/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/extensions/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/extensions
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(scriptsdir)"
++scriptsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(scripts_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,41 +398,131 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ scripts_DATA = math.ks builtin.xml financial.xml trig.xml conversion.xml datetime.xml \
+ 	database.xml statistical.xml text.xml logic.xml math.xml information.xml \
+ 	engineering.xml reference.xml
+ 
+ scriptsdir = $(kde_datadir)/kspread/extensions
+-subdir = kspread/extensions
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(scripts_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/extensions/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/extensions/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/extensions/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/extensions/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/extensions/Makefile
++	  $(AUTOMAKE) --gnu  kspread/extensions/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/extensions/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -367,41 +533,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-scriptsDATA_INSTALL = $(INSTALL_DATA)
+ install-scriptsDATA: $(scripts_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
++	test -z "$(scriptsdir)" || $(mkdir_p) "$(DESTDIR)$(scriptsdir)"
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(scriptsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  $(scriptsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ 
+ uninstall-scriptsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -419,10 +587,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
+-
++	for dir in "$(DESTDIR)$(scriptsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -434,7 +602,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -442,7 +610,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -456,13 +624,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -478,39 +648,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-scriptsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-scriptsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-scriptsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-scriptsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-scriptsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=trig.xml math.xml reference.xml text.xml builtin.xml logic.xml database.xml engineering.xml conversion.xml math.ks statistical.xml datetime.xml financial.xml information.xml 
++KDE_DIST=trig.xml math.xml reference.xml text.xml Makefile.in builtin.xml logic.xml database.xml engineering.xml conversion.xml math.ks statistical.xml datetime.xml financial.xml information.xml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/extensions/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/extensions/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/extensions/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/extensions/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/Makefile.in koffice-1.4.2/kspread/Makefile.in
+--- koffice-1.4.2.orig/kspread/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/Makefile.in	2005-11-11 17:31:34.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,235 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++DIST_COMMON = $(srcdir)/../admin/Doxyfile.am $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in AUTHORS TODO
++subdir = kspread
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kspread_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kspread_la_DEPENDENCIES = libkdeinit_kspread.la
++#>- am_kspread_la_OBJECTS = main.lo
++#>+ 1
++am_kspread_la_OBJECTS = kspread_dummy.lo
++#>- kspread_la_OBJECTS = $(am_kspread_la_OBJECTS)
++#>+ 1
++kspread_la_OBJECTS = kspread_dummy.lo
++libkspreadcommon_la_DEPENDENCIES =  \
++	$(top_builddir)/interfaces/libkochart.la dialogs/libdialogs.la \
++	tests/libtests.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkspreadcommon_la_OBJECTS = digest.lo commands.lo damages.lo \
++	dependencies.lo formula.lo functions.lo stylecluster.lo \
++	kspread_autofill.lo kspread_canvas.lo kspread_cell.lo \
++	kspread_cluster.lo kspread_condition.lo kspread_doc.lo \
++	kspread_editors.lo kspread_events.lo kspread_factory.lo \
++	kspread_format.lo kspread_functions.lo \
++	kspread_functions_conversion.lo kspread_functions_database.lo \
++	kspread_functions_datetime.lo kspread_functions_engineering.lo \
++	kspread_functions_financial.lo kspread_functions_helper.lo \
++	kspread_functions_information.lo kspread_functions_logic.lo \
++	kspread_functions_math.lo kspread_functions_reference.lo \
++	kspread_functions_statistical.lo kspread_functions_text.lo \
++	kspread_functions_trig.lo kspread_handler.lo \
++	kspread_interpreter.lo kspread_locale.lo kspread_map.lo \
++	kspread_numformat.lo kspread_selection.lo kspread_style.lo \
++	kspread_style_manager.lo kspread_undo.lo kspread_value.lo \
++	kspread_view.lo kspread_sheet.lo kspread_sheetprint.lo \
++	kspread_util.lo valuecalc.lo valueconverter.lo \
++	valueformatter.lo valueparser.lo KSpreadAppIface.lo \
++	KSpreadCellIface.lo KSpreadColumnIface.lo KSpreadDocIface.lo \
++	KSpreadLayoutIface.lo KSpreadMapIface.lo KSpreadRowIface.lo \
++	KSpreadTableIface.lo KSpreadViewIface.lo \
++	kspread_genvalidationstyle.lo
++#>- libkspreadcommon_la_OBJECTS = $(am_libkspreadcommon_la_OBJECTS)
++#>+ 26
++libkspreadcommon_la_final_OBJECTS = libkspreadcommon_la.all_cc.lo 
++libkspreadcommon_la_nofinal_OBJECTS = digest.lo commands.lo damages.lo \
++	dependencies.lo formula.lo functions.lo stylecluster.lo \
++	kspread_autofill.lo kspread_canvas.lo kspread_cell.lo \
++	kspread_cluster.lo kspread_condition.lo kspread_doc.lo \
++	kspread_editors.lo kspread_events.lo kspread_factory.lo \
++	kspread_format.lo kspread_functions.lo \
++	kspread_functions_conversion.lo kspread_functions_database.lo \
++	kspread_functions_datetime.lo kspread_functions_engineering.lo \
++	kspread_functions_financial.lo kspread_functions_helper.lo \
++	kspread_functions_information.lo kspread_functions_logic.lo \
++	kspread_functions_math.lo kspread_functions_reference.lo \
++	kspread_functions_statistical.lo kspread_functions_text.lo \
++	kspread_functions_trig.lo kspread_handler.lo \
++	kspread_interpreter.lo kspread_locale.lo kspread_map.lo \
++	kspread_numformat.lo kspread_selection.lo kspread_style.lo \
++	kspread_style_manager.lo kspread_undo.lo kspread_value.lo \
++	kspread_view.lo kspread_sheet.lo kspread_sheetprint.lo \
++	kspread_util.lo valuecalc.lo valueconverter.lo \
++	valueformatter.lo valueparser.lo KSpreadAppIface.lo \
++	KSpreadCellIface.lo KSpreadColumnIface.lo KSpreadDocIface.lo \
++	KSpreadLayoutIface.lo KSpreadMapIface.lo KSpreadRowIface.lo \
++	KSpreadTableIface.lo KSpreadViewIface.lo \
++	kspread_genvalidationstyle.lo KSpreadAppIface_skel.lo KSpreadCellIface_skel.lo KSpreadColumnIface_skel.lo KSpreadDocIface_skel.lo KSpreadLayoutIface_skel.lo KSpreadMapIface_skel.lo KSpreadRowIface_skel.lo KSpreadTableIface_skel.lo KSpreadViewIface_skel.lo
++ at KDE_USE_FINAL_FALSE@libkspreadcommon_la_OBJECTS = $(libkspreadcommon_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkspreadcommon_la_OBJECTS = $(libkspreadcommon_la_final_OBJECTS)
++libkspreadpart_la_DEPENDENCIES = libkspreadcommon.la
++am_libkspreadpart_la_OBJECTS = dummy.lo
++#>- libkspreadpart_la_OBJECTS = $(am_libkspreadpart_la_OBJECTS)
++#>+ 1
++libkspreadpart_la_OBJECTS = dummy.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kspread$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) \
++#>- 	$(libkspreadpart_la_SOURCES)
++#>+ 2
++SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) \
++	$(libkspreadpart_la_SOURCES) $(kspread_SOURCES) 
++#>- DIST_SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) \
++#>- 	$(libkspreadpart_la_SOURCES)
++#>+ 2
++DIST_SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) \
++	$(libkspreadpart_la_SOURCES) $(kspread_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +274,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +289,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +300,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +321,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +354,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +374,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +395,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +414,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +532,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,12 +611,10 @@
+ 	$(KOSCRIPT_INCLUDES) -I$(top_srcdir)/interfaces \
+ 	 -I$(top_srcdir)/kchart/kdchart $(all_includes)
+ 
+-
+ #>- lib_LTLIBRARIES = libkspreadcommon.la
+ #>+ 1
+ lib_LTLIBRARIES = libkspreadcommon.la  libkdeinit_kspread.la
+ kde_module_LTLIBRARIES = libkspreadpart.la
+-
+ #>- libkspreadcommon_la_SOURCES = \
+ #>-         digest.cc \
+ #>-         commands.cc \
+@@ -481,7 +755,6 @@
+         KSpreadViewIface.cc \
+ 	kspread_genvalidationstyle.cc KSpreadAppIface_skel.cc KSpreadCellIface_skel.cc KSpreadColumnIface_skel.cc KSpreadDocIface_skel.cc KSpreadLayoutIface_skel.cc KSpreadMapIface_skel.cc KSpreadRowIface_skel.cc KSpreadTableIface_skel.cc KSpreadViewIface_skel.cc
+ 
+-
+ #>- libkspreadcommon_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
+ #>+ 1
+ libkspreadcommon_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined $(KDE_NO_UNDEFINED)
+@@ -489,437 +762,148 @@
+ 	dialogs/libdialogs.la tests/libtests.la \
+ 	$(LIB_KOSCRIPT) $(LIB_KOFFICEUI) $(LIB_KOTEXT) -lkspell
+ 
+-
+ libkspreadpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
+ libkspreadpart_la_LIBADD = libkspreadcommon.la
+ libkspreadpart_la_SOURCES = dummy.cpp
+-
+ #>- METASOURCES = AUTO
+-
+ kdeinit_LTLIBRARIES = kspread.la
+-bin_PROGRAMS = 
+ kspread_la_SOURCES = main.cc
+ kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- kspread_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kspread_la_LIBADD = libkdeinit_kspread.la
+-
+ kdelnk_DATA = kspread.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+-
+ kde_services_DATA = kspreadpart.desktop
+-
+ rcdir = $(kde_datadir)/kspread
+ rc_DATA = kspread.rc kspread_readonly.rc
+-
+ SUBDIRS = dialogs tests . plugins pics dtd toolbar extensions tablestyles templates 
+-subdir = kspread
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kspread_la_DEPENDENCIES =
+-#>+ 1
+-kspread_la_DEPENDENCIES = libkdeinit_kspread.la
+-#>- am_kspread_la_OBJECTS = main.lo
+-#>+ 1
+-am_kspread_la_OBJECTS = kspread_dummy.lo
+-#>- kspread_la_OBJECTS = $(am_kspread_la_OBJECTS)
+-#>+ 1
+-kspread_la_OBJECTS = kspread_dummy.lo
+-libkspreadcommon_la_DEPENDENCIES = \
+-	$(top_builddir)/interfaces/libkochart.la dialogs/libdialogs.la \
+-	tests/libtests.la
+-am_libkspreadcommon_la_OBJECTS = digest.lo commands.lo damages.lo \
+-	dependencies.lo formula.lo functions.lo stylecluster.lo \
+-	kspread_autofill.lo kspread_canvas.lo kspread_cell.lo \
+-	kspread_cluster.lo kspread_condition.lo kspread_doc.lo \
+-	kspread_editors.lo kspread_events.lo kspread_factory.lo \
+-	kspread_format.lo kspread_functions.lo \
+-	kspread_functions_conversion.lo kspread_functions_database.lo \
+-	kspread_functions_datetime.lo kspread_functions_engineering.lo \
+-	kspread_functions_financial.lo kspread_functions_helper.lo \
+-	kspread_functions_information.lo kspread_functions_logic.lo \
+-	kspread_functions_math.lo kspread_functions_reference.lo \
+-	kspread_functions_statistical.lo kspread_functions_text.lo \
+-	kspread_functions_trig.lo kspread_handler.lo \
+-	kspread_interpreter.lo kspread_locale.lo kspread_map.lo \
+-	kspread_numformat.lo kspread_selection.lo kspread_style.lo \
+-	kspread_style_manager.lo kspread_undo.lo kspread_value.lo \
+-	kspread_view.lo kspread_sheet.lo kspread_sheetprint.lo \
+-	kspread_util.lo valuecalc.lo valueconverter.lo \
+-	valueformatter.lo valueparser.lo KSpreadAppIface.lo \
+-	KSpreadCellIface.lo KSpreadColumnIface.lo KSpreadDocIface.lo \
+-	KSpreadLayoutIface.lo KSpreadMapIface.lo KSpreadRowIface.lo \
+-	KSpreadTableIface.lo KSpreadViewIface.lo \
+-	kspread_genvalidationstyle.lo
+-#>- libkspreadcommon_la_OBJECTS = $(am_libkspreadcommon_la_OBJECTS)
+-#>+ 26
+-libkspreadcommon_la_final_OBJECTS = libkspreadcommon_la.all_cc.lo 
+-libkspreadcommon_la_nofinal_OBJECTS = digest.lo commands.lo damages.lo \
+-	dependencies.lo formula.lo functions.lo stylecluster.lo \
+-	kspread_autofill.lo kspread_canvas.lo kspread_cell.lo \
+-	kspread_cluster.lo kspread_condition.lo kspread_doc.lo \
+-	kspread_editors.lo kspread_events.lo kspread_factory.lo \
+-	kspread_format.lo kspread_functions.lo \
+-	kspread_functions_conversion.lo kspread_functions_database.lo \
+-	kspread_functions_datetime.lo kspread_functions_engineering.lo \
+-	kspread_functions_financial.lo kspread_functions_helper.lo \
+-	kspread_functions_information.lo kspread_functions_logic.lo \
+-	kspread_functions_math.lo kspread_functions_reference.lo \
+-	kspread_functions_statistical.lo kspread_functions_text.lo \
+-	kspread_functions_trig.lo kspread_handler.lo \
+-	kspread_interpreter.lo kspread_locale.lo kspread_map.lo \
+-	kspread_numformat.lo kspread_selection.lo kspread_style.lo \
+-	kspread_style_manager.lo kspread_undo.lo kspread_value.lo \
+-	kspread_view.lo kspread_sheet.lo kspread_sheetprint.lo \
+-	kspread_util.lo valuecalc.lo valueconverter.lo \
+-	valueformatter.lo valueparser.lo KSpreadAppIface.lo \
+-	KSpreadCellIface.lo KSpreadColumnIface.lo KSpreadDocIface.lo \
+-	KSpreadLayoutIface.lo KSpreadMapIface.lo KSpreadRowIface.lo \
+-	KSpreadTableIface.lo KSpreadViewIface.lo \
+-	kspread_genvalidationstyle.lo KSpreadAppIface_skel.lo KSpreadCellIface_skel.lo KSpreadColumnIface_skel.lo KSpreadDocIface_skel.lo KSpreadLayoutIface_skel.lo KSpreadMapIface_skel.lo KSpreadRowIface_skel.lo KSpreadTableIface_skel.lo KSpreadViewIface_skel.lo
+- at KDE_USE_FINAL_FALSE@libkspreadcommon_la_OBJECTS = $(libkspreadcommon_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkspreadcommon_la_OBJECTS = $(libkspreadcommon_la_final_OBJECTS)
+-libkspreadpart_la_DEPENDENCIES = libkspreadcommon.la
+-am_libkspreadpart_la_OBJECTS = dummy.lo
+-#>- libkspreadpart_la_OBJECTS = $(am_libkspreadpart_la_OBJECTS)
+-#>+ 1
+-libkspreadpart_la_OBJECTS = dummy.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kspread$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KSpreadAppIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadCellIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadColumnIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadDocIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadLayoutIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadMapIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadRowIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadTableIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KSpreadViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/commands.Plo ./$(DEPDIR)/damages.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dependencies.Plo ./$(DEPDIR)/digest.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dummy.Plo ./$(DEPDIR)/formula.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/functions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_autofill.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_canvas.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_cell.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_cluster.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_condition.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_doc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_editors.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_events.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_format.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_conversion.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_database.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_datetime.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_engineering.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_financial.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_helper.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_information.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_logic.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_math.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_reference.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_statistical.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_text.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_trig.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_genvalidationstyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_handler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_interpreter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_locale.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_map.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_numformat.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_selection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_sheet.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_sheetprint.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_style.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_style_manager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_undo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_util.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_value.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_view.Plo ./$(DEPDIR)/main.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/stylecluster.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/valuecalc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/valueconverter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/valueformatter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/valueparser.Plo
+-#>+ 114
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kspread.la.Po $(DEPDIR)/kspread_dummy.Plo $(DEPDIR)/KSpreadAppIface_skel.P $(DEPDIR)/KSpreadCellIface_skel.P $(DEPDIR)/KSpreadColumnIface_skel.P $(DEPDIR)/KSpreadDocIface_skel.P $(DEPDIR)/KSpreadLayoutIface_skel.P $(DEPDIR)/KSpreadMapIface_skel.P $(DEPDIR)/KSpreadRowIface_skel.P $(DEPDIR)/KSpreadTableIface_skel.P $(DEPDIR)/KSpreadViewIface_skel.P  $(DEPDIR)/libkspreadcommon_la.all_cc.P ./$(DEPDIR)/KSpreadAppIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadCellIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadColumnIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadLayoutIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadMapIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadRowIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadTableIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/commands.Plo ./$(DEPDIR)/damages.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dependencies.Plo ./$(DEPDIR)/digest.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dummy.Plo ./$(DEPDIR)/formula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/functions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_autofill.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_canvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_cell.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_cluster.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_condition.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_editors.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_events.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_conversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_database.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_datetime.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_engineering.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_financial.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_helper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_information.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_logic.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_math.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_reference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_statistical.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_text.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_trig.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_genvalidationstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_handler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_interpreter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_locale.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_map.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_numformat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_selection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_sheet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_sheetprint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_style.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_style_manager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_undo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_util.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_value.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_view.Plo ./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/stylecluster.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/valuecalc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/valueconverter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/valueformatter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/valueparser.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kspread.la.Po $(DEPDIR)/kspread_dummy.Plo $(DEPDIR)/KSpreadAppIface_skel.P $(DEPDIR)/KSpreadCellIface_skel.P $(DEPDIR)/KSpreadColumnIface_skel.P $(DEPDIR)/KSpreadDocIface_skel.P $(DEPDIR)/KSpreadLayoutIface_skel.P $(DEPDIR)/KSpreadMapIface_skel.P $(DEPDIR)/KSpreadRowIface_skel.P $(DEPDIR)/KSpreadTableIface_skel.P $(DEPDIR)/KSpreadViewIface_skel.P ./$(DEPDIR)/KSpreadAppIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadCellIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadColumnIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadLayoutIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadMapIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadRowIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadTableIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KSpreadViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/commands.Plo ./$(DEPDIR)/damages.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/dependencies.Plo ./$(DEPDIR)/digest.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/dummy.Plo ./$(DEPDIR)/formula.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/functions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_autofill.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_canvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_cell.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_cluster.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_condition.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_editors.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_events.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_format.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_conversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_database.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_datetime.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_engineering.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_financial.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_helper.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_information.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_logic.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_math.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_reference.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_statistical.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_text.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_functions_trig.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_genvalidationstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_handler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_interpreter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_locale.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_map.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_numformat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_selection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_sheet.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_sheetprint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_style.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_style_manager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_undo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_util.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_value.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_view.Plo ./$(DEPDIR)/main.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/stylecluster.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/valuecalc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/valueconverter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/valueformatter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/valueparser.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>- DIST_SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) \
+-#>- 	$(libkspreadpart_la_SOURCES)
+-#>+ 2
+-DIST_SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) \
+-	$(libkspreadpart_la_SOURCES) $(kspread_SOURCES) 
+-DATA = $(kde_services_DATA) $(kdelnk_DATA) $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = AUTHORS Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) $(libkspreadpart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kspread_la_SOURCES) $(libkspreadcommon_la_SOURCES) $(libkspreadpart_la_SOURCES) $(kspread_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/../admin/Doxyfile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/Makefile
++	  $(AUTOMAKE) --gnu  kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -938,18 +922,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkspreadpart.la: libkspreadpart.la.closure $(libkspreadpart_la_OBJECTS) $(libkspreadpart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkspreadpart.la: $(libkspreadpart_la_OBJECTS) $(libkspreadpart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkspreadpart_la_LDFLAGS) $(libkspreadpart_la_OBJECTS) $(libkspreadpart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -957,8 +940,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -969,7 +952,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -1036,45 +1019,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/valueformatter.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/valueparser.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -1085,59 +1070,56 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -1147,7 +1129,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -1159,7 +1147,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -1167,7 +1155,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -1188,17 +1182,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -1208,14 +1201,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -1224,8 +1226,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -1234,21 +1252,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../admin
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -1263,15 +1282,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -1283,8 +1304,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -1296,7 +1318,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -1304,7 +1326,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -1322,14 +1344,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -1353,7 +1378,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -1361,6 +1387,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
+@@ -1368,30 +1402,28 @@
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-data install-data-am install-data-local \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am \
++	install-data-local install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
+ 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
+ 	install-kdelnkDATA install-libLTLIBRARIES install-man \
+-	install-rcDATA install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-kdelnkDATA uninstall-libLTLIBRARIES uninstall-local \
+-	uninstall-rcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
++	uninstall-libLTLIBRARIES uninstall-local uninstall-rcDATA
+ 
+ 
+ dummy.cpp: $(srcdir)/Makefile.am
+@@ -1595,7 +1627,7 @@
+ libkdeinit_kspread_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kspread_la_DEPENDENCIES = 
++libkdeinit_kspread_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kspread_la_OBJECTS = main.lo
+@@ -1754,7 +1786,7 @@
+ 	-rm -f  kspread_sheetprint.moc kspread_canvas.moc kspread_handler.moc kspread_factory.moc kspread_doc.moc kspread_sheet.moc stylecluster.moc kspread_view.moc kspread_map.moc kspread_editors.moc
+ 
+ #>+ 2
+-KDE_DIST=OASIS.txt kspreadpart.desktop kspread_canvas.h kspread_locale.h kspread_util.h KSpreadCellIface.h KSpreadViewIface.h valueconverter.h CHANGES kspread.kdevelop kspread_map.h valueparser.h kspread_genvalidationstyle.h dependencies.h kspread_functions.h kspread_autofill.h Doxyfile kspread_style.h FORMATTING_DESIGN digest.h kspread.rc kspread_selection.h kspread_condition.h DEBUG kspread_handler.h kspread_readonly.rc ksprsavinginfo.h kspread_editors.h functions.h kspread_sheet.h kspread_factory.h stylecluster.h valuecalc.h kspread_sheetprint.h kspread_cluster.h kspread_doc.h kspread_format.h damages.h kspread_types.h KSpreadTableIface.h kspread_undo.h kspread_value.h KSpreadLayoutIface.h DESIGN.html KSpreadRowIface.h kspread_interpreter.h ksploadinginfo.h kspread_view.h kspread_global.h kspread.desktop kspread_cell.h formula.h KSpreadMapIface.h KSpreadColumnIface.h KSpreadDocIface.h valueformatter.h kspread_aboutdata.h commands.h kspread_functions_helper.h kspread_events.h kspread_style_manager.h KSpreadAppIface.h 
++KDE_DIST=OASIS.txt kspreadpart.desktop kspread_canvas.h kspread_locale.h kspread_util.h KSpreadCellIface.h KSpreadViewIface.h valueconverter.h CHANGES kspread.kdevelop Makefile.in kspread_map.h valueparser.h kspread_genvalidationstyle.h dependencies.h kspread_functions.h kspread_autofill.h Doxyfile kspread_style.h FORMATTING_DESIGN digest.h kspread.rc kspread_selection.h kspread_condition.h DEBUG kspread_handler.h kspread_readonly.rc ksprsavinginfo.h kspread_editors.h functions.h kspread_sheet.h kspread_factory.h stylecluster.h valuecalc.h kspread_sheetprint.h kspread_cluster.h kspread_doc.h kspread_format.h damages.h kspread_types.h KSpreadTableIface.h kspread_undo.h kspread_value.h KSpreadLayoutIface.h DESIGN.html KSpreadRowIface.h kspread_interpreter.h ksploadinginfo.h kspread_view.h kspread_global.h kspread.desktop kspread_cell.h formula.h KSpreadMapIface.h KSpreadColumnIface.h KSpreadDocIface.h valueformatter.h kspread_aboutdata.h commands.h kspread_functions_helper.h kspread_events.h kspread_style_manager.h KSpreadAppIface.h Makefile.am 
+ 
+ #>+ 12
+ clean-idl:
+@@ -1776,10 +1808,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/pics/Makefile.in koffice-1.4.2/kspread/pics/Makefile.in
+--- koffice-1.4.2.orig/kspread/pics/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/pics/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,35 +388,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_ICON = kspread
+-subdir = kspread/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/pics/Makefile
++	  $(AUTOMAKE) --gnu  kspread/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +522,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +556,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +568,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +576,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +590,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +616,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=hi22-app-kspread.png hi32-app-kspread.png hi16-app-kspread.png hi48-app-kspread.png 
++KDE_DIST=Makefile.in hi22-app-kspread.png hi32-app-kspread.png hi16-app-kspread.png hi48-app-kspread.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -502,10 +672,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kspread.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/kspread.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/plugins/calculator/Makefile.in koffice-1.4.2/kspread/plugins/calculator/Makefile.in
+--- koffice-1.4.2.orig/kspread/plugins/calculator/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/plugins/calculator/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,151 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/plugins/calculator
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++libkspreadcalc_la_DEPENDENCIES = ../../libkspreadcommon.la
++am_libkspreadcalc_la_OBJECTS = configdlg.lo dlabel.lo kcalc.lo \
++	kcalc_core.lo main.lo stats.lo
++#>- libkspreadcalc_la_OBJECTS = $(am_libkspreadcalc_la_OBJECTS)
++#>+ 5
++libkspreadcalc_la_final_OBJECTS = libkspreadcalc_la.all_cpp.lo 
++libkspreadcalc_la_nofinal_OBJECTS = configdlg.lo dlabel.lo kcalc.lo \
++	kcalc_core.lo main.lo stats.lo
++ at KDE_USE_FINAL_FALSE@libkspreadcalc_la_OBJECTS = $(libkspreadcalc_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkspreadcalc_la_OBJECTS = $(libkspreadcalc_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkspreadcalc_la_SOURCES)
++DIST_SOURCES = $(libkspreadcalc_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +190,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +205,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +216,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +237,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +270,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +290,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +311,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +330,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,17 +448,81 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir)/../../../kspread $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) -I$(top_srcdir)/lib/koscript -I$(top_builddir)/lib/koscript $(all_includes)
+-
+ kde_module_LTLIBRARIES = libkspreadcalc.la
+-
+ libkspreadcalc_la_SOURCES = configdlg.cpp \
+ 			dlabel.cpp \
+ 			kcalc.cpp \
+@@ -344,123 +534,82 @@
+ #>+ 1
+ libkspreadcalc_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined $(KDE_NO_UNDEFINED)
+ libkspreadcalc_la_LIBADD = ../../libkspreadcommon.la
+-
+ #>- METASOURCES = AUTO
+-
+ rc_DATA = kspreadcalc.rc
+ rcdir = $(kde_datadir)/kspread/kpartplugins
+-
+ SUBDIRS = pics
+-subdir = kspread/plugins/calculator
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkspreadcalc_la_DEPENDENCIES = ../../libkspreadcommon.la
+-am_libkspreadcalc_la_OBJECTS = configdlg.lo dlabel.lo kcalc.lo \
+-	kcalc_core.lo main.lo stats.lo
+-#>- libkspreadcalc_la_OBJECTS = $(am_libkspreadcalc_la_OBJECTS)
+-#>+ 5
+-libkspreadcalc_la_final_OBJECTS = libkspreadcalc_la.all_cpp.lo 
+-libkspreadcalc_la_nofinal_OBJECTS = configdlg.lo dlabel.lo kcalc.lo \
+-	kcalc_core.lo main.lo stats.lo
+- at KDE_USE_FINAL_FALSE@libkspreadcalc_la_OBJECTS = $(libkspreadcalc_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkspreadcalc_la_OBJECTS = $(libkspreadcalc_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/configdlg.Plo ./$(DEPDIR)/dlabel.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kcalc.Plo ./$(DEPDIR)/kcalc_core.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/main.Plo ./$(DEPDIR)/stats.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkspreadcalc_la.all_cpp.P ./$(DEPDIR)/configdlg.Plo ./$(DEPDIR)/dlabel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kcalc.Plo ./$(DEPDIR)/kcalc_core.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo ./$(DEPDIR)/stats.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/configdlg.Plo ./$(DEPDIR)/dlabel.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kcalc.Plo ./$(DEPDIR)/kcalc_core.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo ./$(DEPDIR)/stats.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkspreadcalc_la_SOURCES)
+-DATA = $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkspreadcalc_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/calculator/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/plugins/calculator/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/plugins/calculator/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/calculator/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/calculator/Makefile
++	  $(AUTOMAKE) --gnu  kspread/plugins/calculator/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/calculator/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -471,7 +620,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkspreadcalc_la_LDFLAGS) $(libkspreadcalc_la_OBJECTS) $(libkspreadcalc_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -483,27 +632,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stats.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -514,23 +662,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -540,7 +687,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -552,7 +705,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -560,7 +713,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -581,17 +740,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -601,14 +759,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -617,8 +784,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -627,21 +810,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -656,15 +839,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -674,8 +859,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -687,7 +873,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -695,7 +881,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -711,14 +897,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -740,7 +929,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -748,29 +938,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-rcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-local install-data-recursive install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-data-local install-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-rcDATA \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-rcDATA uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-rcDATA
+ 
+ 
+ # Delete old unused file
+@@ -826,7 +1022,7 @@
+ 	-rm -f  kcalc.moc configdlg.moc dlabel.moc main.moc
+ 
+ #>+ 2
+-KDE_DIST=main.h stats.h uninstall.desktop calc.png configure.in.in kcalc.h configdlg.h dlabel.h qcalc.pro kspreadcalc.rc kcalctype.h version.h 
++KDE_DIST=main.h stats.h Makefile.in uninstall.desktop calc.png configure.in.in kcalc.h configdlg.h dlabel.h qcalc.pro kspreadcalc.rc kcalctype.h version.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -835,10 +1031,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/calculator/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/calculator/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/plugins/calculator/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/calculator/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/plugins/calculator/pics/Makefile.in koffice-1.4.2/kspread/plugins/calculator/pics/Makefile.in
+--- koffice-1.4.2.orig/kspread/plugins/calculator/pics/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/plugins/calculator/pics/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/plugins/calculator/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,35 +388,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_ICON = kspreadcalc
+-subdir = kspread/plugins/calculator/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/calculator/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/plugins/calculator/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/plugins/calculator/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/calculator/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/calculator/pics/Makefile
++	  $(AUTOMAKE) --gnu  kspread/plugins/calculator/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/calculator/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +522,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +556,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +568,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +576,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +590,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +616,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=lo32-app-kspreadcalc.png lo22-app-kspreadcalc.png lo16-app-kspreadcalc.png 
++KDE_DIST=lo32-app-kspreadcalc.png Makefile.in lo22-app-kspreadcalc.png lo16-app-kspreadcalc.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -499,10 +669,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kspreadcalc.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/locolor/22x22/apps/kspreadcalc.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/calculator/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/calculator/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/plugins/calculator/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/calculator/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/plugins/insertcalendar/Makefile.in koffice-1.4.2/kspread/plugins/insertcalendar/Makefile.in
+--- koffice-1.4.2.orig/kspread/plugins/insertcalendar/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/plugins/insertcalendar/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,153 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/plugins/insertcalendar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++libkspreadinsertcalendar_la_DEPENDENCIES = ../../libkspreadcommon.la
++am_libkspreadinsertcalendar_la_OBJECTS =  \
++	kspread_plugininsertcalendar.lo \
++	kspread_insertcalendardialog.lo
++#>- libkspreadinsertcalendar_la_OBJECTS =  \
++#>- 	$(am_libkspreadinsertcalendar_la_OBJECTS)
++#>+ 5
++libkspreadinsertcalendar_la_final_OBJECTS = libkspreadinsertcalendar_la.all_cc.lo 
++libkspreadinsertcalendar_la_nofinal_OBJECTS = kspread_plugininsertcalendar.lo \
++	kspread_insertcalendardialog.lo kspread_insertcalendardialogbase.lo
++ at KDE_USE_FINAL_FALSE@libkspreadinsertcalendar_la_OBJECTS = $(libkspreadinsertcalendar_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkspreadinsertcalendar_la_OBJECTS = $(libkspreadinsertcalendar_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkspreadinsertcalendar_la_SOURCES)
++DIST_SOURCES = $(libkspreadinsertcalendar_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +192,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +207,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +218,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +239,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +272,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +292,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +313,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +332,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,17 +450,81 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir)/../../../kspread $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) -I$(top_srcdir)/lib/koscript -I$(top_builddir)/lib/koscript $(all_includes)
+-
+ kde_module_LTLIBRARIES = libkspreadinsertcalendar.la
+-
+ #>- libkspreadinsertcalendar_la_SOURCES = kspread_plugininsertcalendar.cc \
+ #>- 				kspread_insertcalendardialogbase.ui \
+ #>- 				kspread_insertcalendardialog.cc
+@@ -345,126 +537,87 @@
+ #>+ 1
+ libkspreadinsertcalendar_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined $(KDE_NO_UNDEFINED)
+ libkspreadinsertcalendar_la_LIBADD = ../../libkspreadcommon.la
+-
+ #>- METASOURCES = AUTO
+ 
+-
+ # Delete old unused file
+ #install-data-local: uninstall.desktop
+ #	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
+ #	$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/kspreadinsertcalendar.desktop
+ rc_DATA = insertcalendar.rc
+ rcdir = $(kde_datadir)/kspread/kpartplugins
+-
+ SUBDIRS = 
+-subdir = kspread/plugins/insertcalendar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libkspreadinsertcalendar_la_DEPENDENCIES = ../../libkspreadcommon.la
+-am_libkspreadinsertcalendar_la_OBJECTS = kspread_plugininsertcalendar.lo \
+-	kspread_insertcalendardialog.lo
+-#>- libkspreadinsertcalendar_la_OBJECTS = \
+-#>- 	$(am_libkspreadinsertcalendar_la_OBJECTS)
+-#>+ 5
+-libkspreadinsertcalendar_la_final_OBJECTS = libkspreadinsertcalendar_la.all_cc.lo 
+-libkspreadinsertcalendar_la_nofinal_OBJECTS = kspread_plugininsertcalendar.lo \
+-	kspread_insertcalendardialog.lo kspread_insertcalendardialogbase.lo
+- at KDE_USE_FINAL_FALSE@libkspreadinsertcalendar_la_OBJECTS = $(libkspreadinsertcalendar_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkspreadinsertcalendar_la_OBJECTS = $(libkspreadinsertcalendar_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kspread_insertcalendardialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kspread_plugininsertcalendar.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kspread_insertcalendardialogbase.P  $(DEPDIR)/libkspreadinsertcalendar_la.all_cc.P ./$(DEPDIR)/kspread_insertcalendardialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_plugininsertcalendar.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kspread_insertcalendardialogbase.P ./$(DEPDIR)/kspread_insertcalendardialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kspread_plugininsertcalendar.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkspreadinsertcalendar_la_SOURCES)
+-DATA = $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkspreadinsertcalendar_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/insertcalendar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/plugins/insertcalendar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/plugins/insertcalendar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/insertcalendar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/insertcalendar/Makefile
++	  $(AUTOMAKE) --gnu  kspread/plugins/insertcalendar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/insertcalendar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -475,7 +628,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkspreadinsertcalendar_la_LDFLAGS) $(libkspreadinsertcalendar_la_OBJECTS) $(libkspreadinsertcalendar_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -483,27 +636,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kspread_insertcalendardialog.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kspread_plugininsertcalendar.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -514,23 +666,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -540,7 +691,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -552,7 +709,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -560,7 +717,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -581,17 +744,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -601,14 +763,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -617,8 +788,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -627,21 +814,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -656,15 +843,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -674,8 +863,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -687,7 +877,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -695,7 +885,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -711,14 +901,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -738,7 +931,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -746,28 +940,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-rcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-rcDATA install-recursive install-strip \
+-	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-rcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-rcDATA
+ 
+ 
+ messages: rc.cpp
+@@ -804,7 +1004,7 @@
+ 	-rm -f  kspread_plugininsertcalendar.moc kspread_insertcalendardialog.moc
+ 
+ #>+ 2
+-KDE_DIST=kspread_insertcalendardialog.h kspread_insertcalendardialogbase.ui insertcalendar.rc kspread_plugininsertcalendar.h 
++KDE_DIST=Makefile.in kspread_insertcalendardialog.h kspread_insertcalendardialogbase.ui insertcalendar.rc kspread_plugininsertcalendar.h Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -818,10 +1018,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/insertcalendar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/insertcalendar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/plugins/insertcalendar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/insertcalendar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/plugins/Makefile.in koffice-1.4.2/kspread/plugins/Makefile.in
+--- koffice-1.4.2.orig/kspread/plugins/Makefile.in	2005-10-05 12:53:00.000000000 +0200
++++ koffice-1.4.2/kspread/plugins/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/plugins
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,46 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = insertcalendar
+-subdir = kspread/plugins
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/plugins/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/plugins/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/Makefile
++	  $(AUTOMAKE) --gnu  kspread/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -380,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -392,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -400,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -421,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -441,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -457,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -467,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -494,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -512,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -524,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -532,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -546,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -554,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -569,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/plugins/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/plugins/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/plugins/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/tablestyles/Makefile.in koffice-1.4.2/kspread/tablestyles/Makefile.in
+--- koffice-1.4.2.orig/kspread/tablestyles/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/tablestyles/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/tablestyles
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(scriptsdir)"
++scriptsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(scripts_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ scripts_DATA = standard1.ksts standard1.png standard1.xml standard2.ksts standard2.png standard2.xml
+ scriptsdir = $(kde_datadir)/kspread/tablestyles
+-subdir = kspread/tablestyles
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(scripts_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/tablestyles/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/tablestyles/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/tablestyles/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/tablestyles/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/tablestyles/Makefile
++	  $(AUTOMAKE) --gnu  kspread/tablestyles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/tablestyles/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-scriptsDATA_INSTALL = $(INSTALL_DATA)
+ install-scriptsDATA: $(scripts_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
++	test -z "$(scriptsdir)" || $(mkdir_p) "$(DESTDIR)$(scriptsdir)"
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(scriptsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  $(scriptsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ 
+ uninstall-scriptsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -416,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
+-
++	for dir in "$(DESTDIR)$(scriptsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -431,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -439,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -453,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -475,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-scriptsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-scriptsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-scriptsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-scriptsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-scriptsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=standard1.xml standard1.ksts standard2.png standard2.xml standard1.png standard2.ksts 
++KDE_DIST=standard1.xml Makefile.in standard1.ksts standard2.png standard2.xml standard1.png standard2.ksts Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/tablestyles/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/tablestyles/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/tablestyles/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/tablestyles/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/templates/Business/Makefile.in koffice-1.4.2/kspread/templates/Business/Makefile.in
+--- koffice-1.4.2.orig/kspread/templates/Business/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/templates/Business/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/templates/Business
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatedir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templateDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(template_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ template_DATA = .directory Invoice.desktop ExpenseReport.desktop BalanceSheet.desktop PriceQuotation.desktop PackingSlip.desktop
+ templatedir = $(kde_datadir)/kspread/templates/Business
+-
+ templatesrc_DATA = Invoice.kst ExpenseReport.kst BalanceSheet.kst PriceQuotation.kst PackingSlip.kst
+ templatesrcdir = $(kde_datadir)/kspread/templates/Business/.source
+-
+ kspreadicondir = $(kde_datadir)/kspread/icons
+ kspreadicon_ICON = AUTO
+-subdir = kspread/templates/Business
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(template_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/Business/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/templates/Business/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/templates/Business/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/Business/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/Business/Makefile
++	  $(AUTOMAKE) --gnu  kspread/templates/Business/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/Business/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templateDATA_INSTALL = $(INSTALL_DATA)
+ install-templateDATA: $(template_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
++	test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
+ 	@list='$(template_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
+-	  $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
++	  $(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ 
+ uninstall-templateDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(template_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templateDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templateDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templateDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templateDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templateDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Invoice.kst ExpenseReport.desktop cr48-action-template_pricequotation.png crsc-action-template_packingslip.svgz crsc-action-template_invoice.svgz PriceQuotation.desktop cr48-action-template_balancesheet.png PackingSlip.kst Invoice.desktop crsc-action-template_balancesheet.svgz PackingSlip.desktop ExpenseReport.kst cr48-action-template_invoice.png cr48-action-template_packingslip.png PriceQuotation.kst BalanceSheet.kst crsc-action-template_expensereport.svgz BalanceSheet.desktop crsc-action-template_pricequotation.svgz cr48-action-template_expensereport.png 
++KDE_DIST=Invoice.kst ExpenseReport.desktop cr48-action-template_pricequotation.png crsc-action-template_packingslip.svgz crsc-action-template_invoice.svgz Makefile.in PriceQuotation.desktop cr48-action-template_balancesheet.png PackingSlip.kst Invoice.desktop crsc-action-template_balancesheet.svgz PackingSlip.desktop ExpenseReport.kst cr48-action-template_invoice.png cr48-action-template_packingslip.png PriceQuotation.kst BalanceSheet.kst crsc-action-template_expensereport.svgz BalanceSheet.desktop crsc-action-template_pricequotation.svgz cr48-action-template_expensereport.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -561,10 +740,19 @@
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/48x48/actions/template_invoice.png
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/48x48/actions/template_balancesheet.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/Business/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/Business/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/templates/Business/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/Business/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/templates/General/Makefile.in koffice-1.4.2/kspread/templates/General/Makefile.in
+--- koffice-1.4.2.orig/kspread/templates/General/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/templates/General/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/templates/General
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatedir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templateDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(template_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ template_DATA = .directory Worksheet.desktop StudentIDCard.desktop
+ templatedir = $(kde_datadir)/kspread/templates/General
+-
+ templatesrc_DATA = Worksheet.kst StudentIDCard.kst
+ templatesrcdir = $(kde_datadir)/kspread/templates/General/.source
+-
+ kspreadicondir = $(kde_datadir)/kspread/icons
+ kspreadicon_ICON = AUTO
+-subdir = kspread/templates/General
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(template_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/General/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/templates/General/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/templates/General/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/General/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/General/Makefile
++	  $(AUTOMAKE) --gnu  kspread/templates/General/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/General/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templateDATA_INSTALL = $(INSTALL_DATA)
+ install-templateDATA: $(template_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
++	test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
+ 	@list='$(template_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
+-	  $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
++	  $(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ 
+ uninstall-templateDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(template_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templateDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templateDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templateDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templateDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templateDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=crsc-action-template_studentidcard.svgz Worksheet.kst StudentIDCard.kst cr48-action-template_studentidcard.png crsc-action-template_worksheet.svgz cr48-action-template_worksheet.png Worksheet.desktop StudentIDCard.desktop 
++KDE_DIST=Makefile.in crsc-action-template_studentidcard.svgz Worksheet.kst StudentIDCard.kst cr48-action-template_studentidcard.png crsc-action-template_worksheet.svgz cr48-action-template_worksheet.png Worksheet.desktop StudentIDCard.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -549,10 +728,19 @@
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/scalable/actions/template_studentidcard.svgz
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/scalable/actions/template_worksheet.svgz
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/General/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/General/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/templates/General/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/General/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/templates/HomeFamily/Makefile.in koffice-1.4.2/kspread/templates/HomeFamily/Makefile.in
+--- koffice-1.4.2.orig/kspread/templates/HomeFamily/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/templates/HomeFamily/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/templates/HomeFamily
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatedir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templateDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(template_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ template_DATA = .directory BMI.desktop MenuPlan.desktop VacationChecklist.desktop CreditCardTracker.desktop
+ templatedir = $(kde_datadir)/kspread/templates/HomeFamily
+-
+ templatesrc_DATA = BMI.kst MenuPlan.kst VacationChecklist.kst CreditCardTracker.kst
+ templatesrcdir = $(kde_datadir)/kspread/templates/HomeFamily/.source
+-
+ kspreadicondir = $(kde_datadir)/kspread/icons
+ kspreadicon_ICON = AUTO
+-subdir = kspread/templates/HomeFamily
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(template_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/HomeFamily/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/templates/HomeFamily/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/templates/HomeFamily/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/HomeFamily/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/HomeFamily/Makefile
++	  $(AUTOMAKE) --gnu  kspread/templates/HomeFamily/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/HomeFamily/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templateDATA_INSTALL = $(INSTALL_DATA)
+ install-templateDATA: $(template_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
++	test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
+ 	@list='$(template_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
+-	  $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
++	  $(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ 
+ uninstall-templateDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(template_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templateDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templateDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templateDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templateDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templateDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr48-action-template_vacationchecklist.png VacationChecklist.kst cr48-action-template_creditcardtracker.png crsc-action-template_bmi.svgz crsc-action-template_menuplan.svgz CreditCardTracker.desktop MenuPlan.desktop crsc-action-template_creditcardtracker.svgz crsc-action-template_vacationchecklist.svgz BMI.kst cr48-action-template_menuplan.png BMI.desktop CreditCardTracker.kst cr48-action-template_bmi.png MenuPlan.kst VacationChecklist.desktop 
++KDE_DIST=cr48-action-template_vacationchecklist.png Makefile.in VacationChecklist.kst cr48-action-template_creditcardtracker.png crsc-action-template_bmi.svgz crsc-action-template_menuplan.svgz CreditCardTracker.desktop MenuPlan.desktop crsc-action-template_creditcardtracker.svgz crsc-action-template_vacationchecklist.svgz BMI.kst cr48-action-template_menuplan.png BMI.desktop CreditCardTracker.kst cr48-action-template_bmi.png MenuPlan.kst VacationChecklist.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -557,10 +736,19 @@
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/scalable/actions/template_vacationchecklist.svgz
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/48x48/actions/template_menuplan.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/HomeFamily/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/HomeFamily/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/templates/HomeFamily/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/HomeFamily/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/templates/Makefile.in koffice-1.4.2/kspread/templates/Makefile.in
+--- koffice-1.4.2.orig/kspread/templates/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/templates/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = General Business HomeFamily
+-subdir = kspread/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/Makefile
++	  $(AUTOMAKE) --gnu  kspread/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/tests/Makefile.in koffice-1.4.2/kspread/tests/Makefile.in
+--- koffice-1.4.2.orig/kspread/tests/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/tests/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,129 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/tests
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libtests_la_LIBADD =
++am_libtests_la_OBJECTS = tester.lo testrunner.lo value_tester.lo \
++	formula_tester.lo stylecluster_tester.lo inspector.lo
++#>- libtests_la_OBJECTS = $(am_libtests_la_OBJECTS)
++#>+ 5
++libtests_la_final_OBJECTS = libtests_la.all_cc.lo 
++libtests_la_nofinal_OBJECTS = tester.lo testrunner.lo value_tester.lo \
++	formula_tester.lo stylecluster_tester.lo inspector.lo
++ at KDE_USE_FINAL_FALSE@libtests_la_OBJECTS = $(libtests_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libtests_la_OBJECTS = $(libtests_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libtests_la_SOURCES)
++DIST_SOURCES = $(libtests_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +168,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +183,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +194,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +215,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +248,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +268,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +289,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +308,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +426,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_CXXFLAGS = $(USE_RTTI)
+-
+ INCLUDES = \
+ 	$(KOFFICE_INCLUDES) \
+ 	$(KOSCRIPT_INCLUDES) \
+@@ -338,11 +507,9 @@
+ 	-I$(srcdir)/.. \
+ 	$(all_includes)
+ 
+-
+ noinst_LTLIBRARIES = \
+ 	libtests.la
+ 
+-
+ libtests_la_SOURCES = \
+ 	tester.cc \
+ 	testrunner.cc \
+@@ -351,7 +518,6 @@
+ 	stylecluster_tester.cc \
+ 	inspector.cc
+ 
+-
+ noinst_HEADERS = \
+ 	tester.h \
+ 	testrunner.h \
+@@ -360,95 +526,61 @@
+ 	stylecluster_tester.h \
+ 	inspector.h
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = kspread/tests
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libtests_la_LDFLAGS =
+-libtests_la_LIBADD =
+-am_libtests_la_OBJECTS = tester.lo testrunner.lo value_tester.lo \
+-	formula_tester.lo stylecluster_tester.lo inspector.lo
+-#>- libtests_la_OBJECTS = $(am_libtests_la_OBJECTS)
+-#>+ 5
+-libtests_la_final_OBJECTS = libtests_la.all_cc.lo 
+-libtests_la_nofinal_OBJECTS = tester.lo testrunner.lo value_tester.lo \
+-	formula_tester.lo stylecluster_tester.lo inspector.lo
+- at KDE_USE_FINAL_FALSE@libtests_la_OBJECTS = $(libtests_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libtests_la_OBJECTS = $(libtests_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/formula_tester.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/inspector.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/stylecluster_tester.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tester.Plo ./$(DEPDIR)/testrunner.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/value_tester.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libtests_la.all_cc.P ./$(DEPDIR)/formula_tester.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/inspector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/stylecluster_tester.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tester.Plo ./$(DEPDIR)/testrunner.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/value_tester.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/formula_tester.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/inspector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/stylecluster_tester.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tester.Plo ./$(DEPDIR)/testrunner.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/value_tester.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libtests_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libtests_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/tests/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/tests/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/tests/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/tests/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/tests/Makefile
++	  $(AUTOMAKE) --gnu  kspread/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/tests/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -456,7 +588,7 @@
+ 	$(CXXLINK)  $(libtests_la_LDFLAGS) $(libtests_la_OBJECTS) $(libtests_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -468,27 +600,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/testrunner.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/value_tester.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -500,11 +631,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -513,6 +639,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -524,8 +651,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -534,21 +677,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -566,9 +709,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -580,7 +721,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -588,7 +729,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -604,14 +745,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -627,7 +771,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -635,18 +780,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -672,15 +825,24 @@
+ 	-rm -f  testrunner.moc inspector.moc
+ 
+ #>+ 2
+-KDE_DIST=oasis-kspread.sh 
++KDE_DIST=oasis-kspread.sh Makefile.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/tests/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/tests/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/tests/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/toolbar/crystalsvg/Makefile.in koffice-1.4.2/kspread/toolbar/crystalsvg/Makefile.in
+--- koffice-1.4.2.orig/kspread/toolbar/crystalsvg/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/toolbar/crystalsvg/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/toolbar/crystalsvg
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kspreadicondir = $(kde_datadir)/kspread/icons
+ kspreadicon_ICON = AUTO
+-subdir = kspread/toolbar/crystalsvg
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = README Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/toolbar/crystalsvg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/toolbar/crystalsvg/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/toolbar/crystalsvg/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/toolbar/crystalsvg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/toolbar/crystalsvg/Makefile
++	  $(AUTOMAKE) --gnu  kspread/toolbar/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/toolbar/crystalsvg/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr16-action-insert_link.png cr16-action-removecomment.png cr22-action-prec_minus.png cr16-action-vertical_text.png cr22-action-border_left.png cr16-action-insertcell.png cr22-action-text_top.png cr16-action-percent.png cr22-action-multirow.png cr32-action-border_remove.png cr32-action-border_bottom.png cr16-action-border_up.png cr16-action-multirow.png cr32-action-border_inside.png cr22-action-prec_plus.png cr16-action-border_horizontal.png cr32-action-border_vertical.png cr16-action-chart.png cr32-action-funct.png cr22-action-sort_incr.png cr16-action-sort_decrease.png cr22-action-border_all.png cr22-action-border_inside.png cr16-action-precplus.png cr16-action-show_table_row.png cr16-action-border_bottom.png cr32-action-prec_minus.png cr32-action-border_right.png cr16-action-removecell.png cr16-action-resizerow.png cr16-action-dissociatecell.png cr16-action-border_left.png cr16-action-hide_table_column.png cr16-action-comment.png cr32-action-percent.png cr16-action-inserttable.png cr32-action-border_up.png cr16-action-black_sum.png cr16-action-resizecol.png cr16-action-border_right.png cr16-action-deletecell.png cr22-action-border_horizontal.png cr22-action-funct.png cr16-action-text_top.png cr16-action-border_fall.png cr16-action-hide_table_row.png cr16-action-border_top.png cr16-action-adjustrow.png cr16-action-money.png cr16-action-middle.png cr32-action-border_all.png cr22-action-middle.png cr32-action-border_horizontal.png cr16-action-border_vertical.png cr16-action-cell_layout.png cr22-action-text_bottom.png cr22-action-mergecell.png cr22-action-border_right.png cr16-action-first_letter_upper.png cr16-action-series.png cr22-action-black_sum.png cr16-action-cell_edit.png cr22-action-percent.png cr22-action-border_up.png cr16-action-delete_table.png cr16-action-border_all.png cr22-action-money.png cr16-action-border_outline.png cr16-action-insertcellcopy.png cr22-action-insert_link.png cr22-action-border_fall.png cr32-action-border_top.png cr32-action-border_left.png cr32-action-prec_plus.png cr22-action-border_outline.png cr22-action-sort_decrease.png cr16-action-oscilloscope.png cr16-action-precminus.png cr22-action-border_top.png cr16-action-border_inside.png cr16-action-text_bottom.png cr16-action-sort_incr.png cr22-action-insert_chart.png cr16-action-border_remove.png cr16-action-mergecell.png cr16-action-adjustcol.png cr32-action-border_fall.png cr32-action-border_outline.png cr22-action-border_bottom.png cr22-action-border_remove.png cr16-action-funct.png cr16-action-special_paste.png cr16-action-show_table_column.png cr22-action-border_vertical.png 
++KDE_DIST=cr16-action-insert_link.png cr16-action-removecomment.png cr22-action-prec_minus.png cr16-action-vertical_text.png cr22-action-border_left.png cr16-action-insertcell.png cr22-action-text_top.png cr16-action-percent.png cr22-action-multirow.png cr32-action-border_remove.png cr32-action-border_bottom.png cr16-action-border_up.png cr16-action-multirow.png cr32-action-border_inside.png Makefile.in cr22-action-prec_plus.png cr16-action-border_horizontal.png cr32-action-border_vertical.png cr16-action-chart.png cr32-action-funct.png cr22-action-sort_incr.png cr16-action-sort_decrease.png cr22-action-border_all.png cr22-action-border_inside.png cr16-action-precplus.png cr16-action-show_table_row.png cr16-action-border_bottom.png cr32-action-prec_minus.png cr32-action-border_right.png cr16-action-removecell.png cr16-action-resizerow.png cr16-action-dissociatecell.png cr16-action-border_left.png cr16-action-hide_table_column.png cr16-action-comment.png cr32-action-percent.png cr16-action-inserttable.png cr32-action-border_up.png cr16-action-black_sum.png cr16-action-resizecol.png cr16-action-border_right.png cr16-action-deletecell.png cr22-action-border_horizontal.png cr22-action-funct.png cr16-action-text_top.png cr16-action-border_fall.png cr16-action-hide_table_row.png cr16-action-border_top.png cr16-action-adjustrow.png cr16-action-money.png cr16-action-middle.png cr32-action-border_all.png cr22-action-middle.png cr32-action-border_horizontal.png cr16-action-border_vertical.png cr16-action-cell_layout.png cr22-action-text_bottom.png cr22-action-mergecell.png cr22-action-border_right.png cr16-action-first_letter_upper.png cr16-action-series.png cr22-action-black_sum.png cr16-action-cell_edit.png cr22-action-percent.png cr22-action-border_up.png cr16-action-delete_table.png cr16-action-border_all.png cr22-action-money.png cr16-action-border_outline.png cr16-action-insertcellcopy.png cr22-action-insert_link.png cr22-action-border_fall.png cr32-action-border_top.png cr32-action-border_left.png cr32-action-prec_plus.png cr22-action-border_outline.png cr22-action-sort_decrease.png cr16-action-oscilloscope.png cr16-action-precminus.png cr22-action-border_top.png cr16-action-border_inside.png cr16-action-text_bottom.png cr16-action-sort_incr.png cr22-action-insert_chart.png cr16-action-border_remove.png cr16-action-mergecell.png cr16-action-adjustcol.png cr32-action-border_fall.png cr32-action-border_outline.png cr22-action-border_bottom.png cr22-action-border_remove.png cr16-action-funct.png cr16-action-special_paste.png cr16-action-show_table_column.png Makefile.am cr22-action-border_vertical.png 
+ 
+ #>+ 2
+ docs-am:
+@@ -681,10 +852,19 @@
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/22x22/actions/middle.png
+ 	-rm -f $(DESTDIR)$(kspreadicondir)/crystalsvg/16x16/actions/border_inside.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/toolbar/crystalsvg/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/toolbar/crystalsvg/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/toolbar/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/toolbar/crystalsvg/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kspread/toolbar/Makefile.in koffice-1.4.2/kspread/toolbar/Makefile.in
+--- koffice-1.4.2.orig/kspread/toolbar/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kspread/toolbar/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kspread/toolbar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +404,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,37 +480,53 @@
+ kspreadicondir = $(kde_datadir)/kspread/icons
+ kspreadicon_ICON = AUTO
+ SUBDIRS = crystalsvg
+-subdir = kspread/toolbar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/toolbar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kspread/toolbar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kspread/toolbar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/toolbar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/toolbar/Makefile
++	  $(AUTOMAKE) --gnu  kspread/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/toolbar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -381,7 +545,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -393,7 +563,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -401,7 +571,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -422,17 +598,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -442,14 +617,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -458,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -468,19 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +697,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +717,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +728,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +750,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +758,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,43 +775,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kspread/toolbar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kspread/toolbar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kspread/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kspread/toolbar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/kde31/Makefile.in koffice-1.4.2/kugar/kde31/Makefile.in
+--- koffice-1.4.2.orig/kugar/kde31/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/kde31/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/kde31
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,34 +388,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_ICON = kugardata
+-subdir = kugar/kde31
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kde31/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/kde31/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/kde31/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kde31/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kde31/Makefile
++	  $(AUTOMAKE) --gnu  kugar/kde31/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kde31/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -363,20 +522,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -394,9 +556,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -408,7 +568,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -416,7 +576,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -430,13 +590,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -454,32 +616,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr22-mime-kugardata.png 
++KDE_DIST=Makefile.in cr22-mime-kugardata.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -492,10 +663,19 @@
+ uninstall-kde-icons:
+ 	-rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/22x22/mimetypes/kugardata.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kde31/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kde31/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/kde31/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kde31/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/kudesigner/Makefile.in koffice-1.4.2/kugar/kudesigner/Makefile.in
+--- koffice-1.4.2.orig/kugar/kudesigner/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/kudesigner/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,195 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kugar/kudesigner
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(appsdir)" \
++	"$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kudesigner_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kudesigner_la_DEPENDENCIES = libkdeinit_kudesigner.la
++#>- am_kudesigner_la_OBJECTS = main.lo
++#>+ 1
++am_kudesigner_la_OBJECTS = kudesigner_dummy.lo
++#>- kudesigner_la_OBJECTS = $(am_kudesigner_la_OBJECTS)
++#>+ 1
++kudesigner_la_OBJECTS = kudesigner_dummy.lo
++libkudesignercore_la_DEPENDENCIES =  \
++	../kudesigner_lib/libkudesignercommon.la $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_libkudesignercore_la_OBJECTS = kudesigner_view.lo \
++	kudesigner_factory.lo kudesigner_doc.lo
++#>- libkudesignercore_la_OBJECTS = $(am_libkudesignercore_la_OBJECTS)
++#>+ 5
++libkudesignercore_la_final_OBJECTS = libkudesignercore_la.all_cpp.lo 
++libkudesignercore_la_nofinal_OBJECTS = kudesigner_view.lo \
++	kudesigner_factory.lo kudesigner_doc.lo
++ at KDE_USE_FINAL_FALSE@libkudesignercore_la_OBJECTS = $(libkudesignercore_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkudesignercore_la_OBJECTS = $(libkudesignercore_la_final_OBJECTS)
++libkudesignerpart_la_DEPENDENCIES = libkudesignercore.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkudesignerpart_la_OBJECTS = kudesigner_part.lo
++#>- libkudesignerpart_la_OBJECTS = $(am_libkudesignerpart_la_OBJECTS)
++#>+ 1
++libkudesignerpart_la_OBJECTS = kudesigner_part.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kudesigner$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kudesigner_la_SOURCES) $(libkudesignercore_la_SOURCES) \
++#>- 	$(libkudesignerpart_la_SOURCES)
++#>+ 2
++SOURCES = $(kudesigner_la_SOURCES) $(libkudesignercore_la_SOURCES) \
++	$(libkudesignerpart_la_SOURCES) $(kudesigner_SOURCES) 
++#>- DIST_SOURCES = $(kudesigner_la_SOURCES) \
++#>- 	$(libkudesignercore_la_SOURCES) \
++#>- 	$(libkudesignerpart_la_SOURCES)
++#>+ 3
++DIST_SOURCES = $(kudesigner_la_SOURCES) \
++	$(libkudesignercore_la_SOURCES) \
++	$(libkudesignerpart_la_SOURCES) $(kudesigner_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++appsDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(apps_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +234,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +249,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +260,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +281,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +314,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +334,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +355,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +374,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,19 +492,81 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = toolbar pics templates
+-
+ INCLUDES = -I$(srcdir)/../kudesigner_lib -I$(srcdir)/../lib $(KOFFICE_INCLUDES) $(all_includes)
+-
+-bin_PROGRAMS = 
+-
+ #>- lib_LTLIBRARIES = libkudesignercore.la
+ #>+ 1
+ lib_LTLIBRARIES = libkudesignercore.la  libkdeinit_kudesigner.la
+@@ -343,27 +575,21 @@
+ #>+ 1
+ libkudesignercore_la_LDFLAGS = -avoid-version $(all_libraries) $(KDE_RPATH) -no-undefined $(KDE_NO_UNDEFINED)
+ libkudesignercore_la_LIBADD = ../kudesigner_lib/libkudesignercommon.la $(LIB_KOFFICEUI) $(LIB_KPARTS) $(LIB_KOFFICECORE) $(LIB_KIO) $(LIB_KDEPRINT)
+-
+ kde_module_LTLIBRARIES = libkudesignerpart.la
+ libkudesignerpart_la_SOURCES = kudesigner_part.cpp
+ libkudesignerpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(KDE_RPATH)
+ libkudesignerpart_la_LIBADD = libkudesignercore.la $(LIB_KOFFICEUI) $(LIB_KPARTS) $(LIB_KOFFICECORE)
+-
+ kdeinit_LTLIBRARIES = kudesigner.la
+ kudesigner_la_SOURCES = main.cpp
+ kudesigner_la_LDFLAGS = $(all_libraries) -module -avoid-version
+ #>- kudesigner_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kudesigner_la_LIBADD = libkdeinit_kudesigner.la
+-
+ appsdir = $(kde_appsdir)/Office
+ apps_DATA = kudesigner.desktop
+-
+ #>- METASOURCES = AUTO
+-
+ rcdir = $(kde_datadir)/kudesigner
+ rc_DATA = kudesignerui.rc kudesigner_readonly.rc
+-
+ EXTRA_DIST = \
+ 	kudesigner_aboutdata.h \
+ 	kudesigner_factory.h \
+@@ -372,206 +598,132 @@
+ 	$(rc_DATA) \
+ 	$(apps_DATA)
+ 
+-subdir = kugar/kudesigner
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kudesigner_la_DEPENDENCIES =
+-#>+ 1
+-kudesigner_la_DEPENDENCIES = libkdeinit_kudesigner.la
+-#>- am_kudesigner_la_OBJECTS = main.lo
+-#>+ 1
+-am_kudesigner_la_OBJECTS = kudesigner_dummy.lo
+-#>- kudesigner_la_OBJECTS = $(am_kudesigner_la_OBJECTS)
+-#>+ 1
+-kudesigner_la_OBJECTS = kudesigner_dummy.lo
+-libkudesignercore_la_DEPENDENCIES = \
+-	../kudesigner_lib/libkudesignercommon.la
+-am_libkudesignercore_la_OBJECTS = kudesigner_view.lo \
+-	kudesigner_factory.lo kudesigner_doc.lo
+-#>- libkudesignercore_la_OBJECTS = $(am_libkudesignercore_la_OBJECTS)
+-#>+ 5
+-libkudesignercore_la_final_OBJECTS = libkudesignercore_la.all_cpp.lo 
+-libkudesignercore_la_nofinal_OBJECTS = kudesigner_view.lo \
+-	kudesigner_factory.lo kudesigner_doc.lo
+- at KDE_USE_FINAL_FALSE@libkudesignercore_la_OBJECTS = $(libkudesignercore_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkudesignercore_la_OBJECTS = $(libkudesignercore_la_final_OBJECTS)
+-libkudesignerpart_la_DEPENDENCIES = libkudesignercore.la
+-am_libkudesignerpart_la_OBJECTS = kudesigner_part.lo
+-#>- libkudesignerpart_la_OBJECTS = $(am_libkudesignerpart_la_OBJECTS)
+-#>+ 1
+-libkudesignerpart_la_OBJECTS = kudesigner_part.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kudesigner$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kudesigner_doc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kudesigner_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kudesigner_part.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kudesigner_view.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kudesigner.la.Po $(DEPDIR)/kudesigner_dummy.Plo  $(DEPDIR)/libkudesignercore_la.all_cpp.P ./$(DEPDIR)/kudesigner_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kudesigner_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kudesigner_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kudesigner_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kudesigner.la.Po $(DEPDIR)/kudesigner_dummy.Plo ./$(DEPDIR)/kudesigner_doc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kudesigner_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kudesigner_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kudesigner_view.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kudesigner_la_SOURCES) $(libkudesignercore_la_SOURCES) \
+-#>- 	$(libkudesignerpart_la_SOURCES)
+-#>+ 2
+-DIST_SOURCES = $(kudesigner_la_SOURCES) $(libkudesignercore_la_SOURCES) \
+-	$(libkudesignerpart_la_SOURCES) $(kudesigner_SOURCES) 
+-DATA = $(apps_DATA) $(rc_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(kudesigner_la_SOURCES) $(libkudesignercore_la_SOURCES) $(libkudesignerpart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kudesigner_la_SOURCES) $(libkudesignercore_la_SOURCES) $(libkudesignerpart_la_SOURCES) $(kudesigner_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/kudesigner/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/kudesigner/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/Makefile
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -587,18 +739,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkudesignerpart.la: libkudesignerpart.la.closure $(libkudesignerpart_la_OBJECTS) $(libkudesignerpart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkudesignerpart.la: $(libkudesignerpart_la_OBJECTS) $(libkudesignerpart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkudesignerpart_la_LDFLAGS) $(libkudesignerpart_la_OBJECTS) $(libkudesignerpart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -606,8 +757,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -618,7 +769,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -629,27 +780,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kudesigner_view.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -660,41 +810,39 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-appsDATA_INSTALL = $(INSTALL_DATA)
+ install-appsDATA: $(apps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(appsdir)
++	test -z "$(appsdir)" || $(mkdir_p) "$(DESTDIR)$(appsdir)"
+ 	@list='$(apps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(appsDATA_INSTALL) $$d$$p $(DESTDIR)$(appsdir)/$$f"; \
+-	  $(appsDATA_INSTALL) $$d$$p $(DESTDIR)$(appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appsdir)/$$f'"; \
++	  $(appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appsdir)/$$f"; \
+ 	done
+ 
+ uninstall-appsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(apps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(appsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(appsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(appsdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -704,7 +852,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -716,7 +870,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -724,7 +878,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -745,17 +905,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -765,14 +924,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -781,8 +949,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -791,21 +975,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -820,15 +1004,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -840,8 +1026,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(appsdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appsdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -853,7 +1040,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -861,7 +1048,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -879,14 +1066,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -908,7 +1098,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -916,34 +1107,41 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
+-uninstall-am: uninstall-appsDATA uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kdeinitLTLIBRARIES \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
++uninstall-am: uninstall-appsDATA uninstall-binPROGRAMS \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
++	uninstall-rcDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-appsDATA \
+-	install-binPROGRAMS install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-appsDATA install-binPROGRAMS install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
+ 	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
+-	install-rcDATA install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am uninstall-appsDATA \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+-	uninstall-rcDATA uninstall-recursive
++	uninstall-kde_moduleLTLIBRARIES uninstall-kdeinitLTLIBRARIES \
++	uninstall-libLTLIBRARIES uninstall-rcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -956,7 +1154,7 @@
+ libkdeinit_kudesigner_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kudesigner_la_DEPENDENCIES = 
++libkdeinit_kudesigner_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kudesigner_la_OBJECTS = main.lo
+@@ -1019,7 +1217,7 @@
+ 	-rm -f  kudesigner_factory.moc kudesigner_view.moc kudesigner_doc.moc
+ 
+ #>+ 2
+-KDE_DIST=kudesigner_doc.h kudesigner_readonly.rc kudesigner.desktop kudesignerui.rc 
++KDE_DIST=Makefile.in kudesigner_doc.h kudesigner_readonly.rc kudesigner.desktop kudesignerui.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -1028,10 +1226,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/kudesigner/pics/Makefile.in koffice-1.4.2/kugar/kudesigner/pics/Makefile.in
+--- koffice-1.4.2.orig/kugar/kudesigner/pics/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/kudesigner/pics/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/kudesigner/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,34 +388,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_ICON = kudesigner
+-subdir = kugar/kudesigner/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/kudesigner/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/kudesigner/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/pics/Makefile
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -363,20 +522,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -394,9 +556,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -408,7 +568,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -416,7 +576,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -430,13 +590,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -454,32 +616,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=lo16-app-kudesigner.png lo32-app-kudesigner.png 
++KDE_DIST=Makefile.in lo16-app-kudesigner.png lo32-app-kudesigner.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -495,10 +666,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/locolor/32x32/apps/kudesigner.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/locolor/16x16/apps/kudesigner.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/kudesigner/templates/General/Makefile.in koffice-1.4.2/kugar/kudesigner/templates/General/Makefile.in
+--- koffice-1.4.2.orig/kugar/kudesigner/templates/General/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/kudesigner/templates/General/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/kudesigner/templates/General
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -336,38 +480,61 @@
+ A4.desktop  A9.desktop  B3.desktop   B8.desktop  Executive.desktop  NPageSize.desktop
+ 
+ templatesdir = $(kde_datadir)/kudesigner/templates/General
+-
+ templatesrc_DATA = A0.ktm  A4.ktm  A8.ktm  B10.ktm  B5.ktm  B9.ktm       Executive.ktm  Letter.ktm \
+ A1.ktm  A5.ktm  A9.ktm  B2.ktm   B6.ktm  C5E.ktm      Folio.ktm      \
+ A2.ktm  A6.ktm  B0.ktm  B3.ktm   B7.ktm  Comm10E.ktm  Ledger.ktm     Tabloid.ktm \
+ A3.ktm  A7.ktm  B1.ktm  B4.ktm   B8.ktm  DLE.ktm      Legal.ktm
+ 
+ templatesrcdir = $(kde_datadir)/kudesigner/templates/General/.source
+-
+ templateicons_ICON = AUTO
+ templateiconsdir = $(kde_datadir)/kudesigner/icons
+-subdir = kugar/kudesigner/templates/General
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/templates/General/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/kudesigner/templates/General/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/kudesigner/templates/General/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/templates/General/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/templates/General/Makefile
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/templates/General/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/templates/General/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -378,59 +545,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -448,10 +616,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -463,7 +631,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -471,7 +639,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -485,13 +653,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -509,13 +679,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -524,13 +702,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -538,7 +717,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=A2.desktop A3.ktm A5.desktop A1.desktop DLE.ktm C5E.ktm Comm10E.ktm B3.ktm B6.ktm B10.ktm B0.ktm Legal.desktop B4.ktm B4.desktop cr48-action-template_us.png A0.desktop A7.desktop B1.desktop B9.ktm A4.ktm B7.ktm B3.desktop Executive.desktop crsc-action-template_us.svgz Executive.ktm B1.ktm A9.desktop Letter.ktm A6.ktm A5.ktm B8.ktm A3.desktop A6.desktop B2.ktm Tabloid.ktm A9.ktm B2.desktop A7.ktm B9.desktop B6.desktop Tabloid.desktop Folio.ktm NPageSize.desktop cr48-action-template_iso.png B8.desktop B10.desktop B5.desktop B7.desktop Folio.desktop A1.ktm C5E.desktop DLE.desktop A4.desktop Ledger.desktop Letter.desktop A8.ktm B0.desktop Ledger.ktm B5.ktm crsc-action-template_iso.svgz A8.desktop A0.ktm Legal.ktm A2.ktm Comm10E.desktop 
++KDE_DIST=A2.desktop A3.ktm A5.desktop A1.desktop DLE.ktm C5E.ktm Comm10E.ktm B3.ktm B6.ktm B10.ktm B0.ktm Legal.desktop B4.ktm B4.desktop Makefile.in cr48-action-template_us.png A0.desktop A7.desktop B1.desktop B9.ktm A4.ktm B7.ktm B3.desktop Executive.desktop crsc-action-template_us.svgz Executive.ktm B1.ktm A9.desktop Letter.ktm A6.ktm A5.ktm B8.ktm A3.desktop A6.desktop B2.ktm Tabloid.ktm A9.ktm B2.desktop A7.ktm B9.desktop B6.desktop Tabloid.desktop Folio.ktm NPageSize.desktop cr48-action-template_iso.png B8.desktop B10.desktop B5.desktop B7.desktop Folio.desktop A1.ktm C5E.desktop DLE.desktop A4.desktop Ledger.desktop Letter.desktop A8.ktm B0.desktop Ledger.ktm B5.ktm crsc-action-template_iso.svgz A8.desktop A0.ktm Legal.ktm A2.ktm Comm10E.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -558,10 +737,19 @@
+ 	-rm -f $(DESTDIR)$(templateiconsdir)/crystalsvg/scalable/actions/template_iso.svgz
+ 	-rm -f $(DESTDIR)$(templateiconsdir)/crystalsvg/48x48/actions/template_iso.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/templates/General/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/templates/General/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/templates/General/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/templates/General/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/kudesigner/templates/Makefile.in koffice-1.4.2/kugar/kudesigner/templates/Makefile.in
+--- koffice-1.4.2.orig/kugar/kudesigner/templates/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/kudesigner/templates/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/kudesigner/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = General
+-subdir = kugar/kudesigner/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/kudesigner/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/kudesigner/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/templates/Makefile
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/kudesigner/toolbar/Makefile.in koffice-1.4.2/kugar/kudesigner/toolbar/Makefile.in
+--- koffice-1.4.2.orig/kugar/kudesigner/toolbar/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/kudesigner/toolbar/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/kudesigner/toolbar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kudesignericondir = $(kde_datadir)/kudesigner/icons
+ kudesignericon_ICON = AUTO
+-subdir = kugar/kudesigner/toolbar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/toolbar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/kudesigner/toolbar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/kudesigner/toolbar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/toolbar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/toolbar/Makefile
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/toolbar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr22-action-ipf.png cr22-action-idf.png cr22-action-frame_field.png cr22-action-id.png cr22-action-irh.png cr22-action-idh.png cr22-action-iph.png cr22-action-irf.png 
++KDE_DIST=cr22-action-ipf.png cr22-action-idf.png cr22-action-frame_field.png Makefile.in cr22-action-id.png cr22-action-irh.png cr22-action-idh.png cr22-action-iph.png cr22-action-irf.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -507,10 +678,19 @@
+ 	-rm -f $(DESTDIR)$(kudesignericondir)/crystalsvg/22x22/actions/irf.png
+ 	-rm -f $(DESTDIR)$(kudesignericondir)/crystalsvg/22x22/actions/irh.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner/toolbar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner/toolbar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/kudesigner/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner/toolbar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/kudesigner_lib/Makefile.in koffice-1.4.2/kugar/kudesigner_lib/Makefile.in
+--- koffice-1.4.2.orig/kugar/kudesigner_lib/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/kudesigner_lib/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,139 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/kudesigner_lib
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++libkudesignercommon_la_LIBADD =
++am_libkudesignercommon_la_OBJECTS = canvband.lo canvbox.lo canvdefs.lo \
++	canvdetail.lo canvdetailfooter.lo canvdetailheader.lo \
++	canvkutemplate.lo canvpagefooter.lo canvpageheader.lo \
++	canvreportfooter.lo canvreportheader.lo canvsection.lo \
++	ccalcfield.lo cfield.lo clabel.lo cline.lo creportitem.lo \
++	cspecialfield.lo cv.lo kudesigner_command.lo mycanvas.lo \
++	mycolorcombo.lo pcolorcombo.lo pcombobox.lo pfontcombo.lo \
++	plineedit.lo plinestyle.lo plugin.lo property.lo \
++	propertyeditor.lo propertywidget.lo pspinbox.lo \
++	psymbolcombo.lo canvdetailbase.lo
++#>- libkudesignercommon_la_OBJECTS = $(am_libkudesignercommon_la_OBJECTS)
++#>+ 10
++libkudesignercommon_la_OBJECTS = canvband.lo canvbox.lo canvdefs.lo \
++	canvdetail.lo canvdetailfooter.lo canvdetailheader.lo \
++	canvkutemplate.lo canvpagefooter.lo canvpageheader.lo \
++	canvreportfooter.lo canvreportheader.lo canvsection.lo \
++	ccalcfield.lo cfield.lo clabel.lo cline.lo creportitem.lo \
++	cspecialfield.lo cv.lo kudesigner_command.lo mycanvas.lo \
++	mycolorcombo.lo pcolorcombo.lo pcombobox.lo pfontcombo.lo \
++	plineedit.lo plinestyle.lo plugin.lo property.lo \
++	propertyeditor.lo propertywidget.lo pspinbox.lo \
++	psymbolcombo.lo canvdetailbase.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkudesignercommon_la_SOURCES)
++DIST_SOURCES = $(libkudesignercommon_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +178,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +193,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +204,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +225,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +258,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +278,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +299,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +318,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +436,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -333,149 +513,64 @@
+ 
+ # Temporary hack, to work around the KColorCombo bug with --enable-final
+ KDE_OPTIONS = nofinal
+-
+ noinst_LTLIBRARIES = libkudesignercommon.la
+ libkudesignercommon_la_LDFLAGS = $(all_libraries)
+ #>- libkudesignercommon_la_METASOURCES = AUTO
+ libkudesignercommon_la_SOURCES = canvband.cpp canvbox.cpp canvdefs.cpp canvdetail.cpp canvdetailfooter.cpp canvdetailheader.cpp canvkutemplate.cpp canvpagefooter.cpp canvpageheader.cpp canvreportfooter.cpp canvreportheader.cpp canvsection.cpp ccalcfield.cpp cfield.cpp clabel.cpp cline.cpp creportitem.cpp cspecialfield.cpp cv.cpp kudesigner_command.cpp mycanvas.cpp mycolorcombo.cpp pcolorcombo.cpp pcombobox.cpp pfontcombo.cpp plineedit.cpp plinestyle.cpp plugin.cpp property.cpp propertyeditor.cpp propertywidget.cpp pspinbox.cpp psymbolcombo.cpp canvdetailbase.cpp
+-subdir = kugar/kudesigner_lib
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkudesignercommon_la_LIBADD =
+-am_libkudesignercommon_la_OBJECTS = canvband.lo canvbox.lo canvdefs.lo \
+-	canvdetail.lo canvdetailfooter.lo canvdetailheader.lo \
+-	canvkutemplate.lo canvpagefooter.lo canvpageheader.lo \
+-	canvreportfooter.lo canvreportheader.lo canvsection.lo \
+-	ccalcfield.lo cfield.lo clabel.lo cline.lo creportitem.lo \
+-	cspecialfield.lo cv.lo kudesigner_command.lo mycanvas.lo \
+-	mycolorcombo.lo pcolorcombo.lo pcombobox.lo pfontcombo.lo \
+-	plineedit.lo plinestyle.lo plugin.lo property.lo \
+-	propertyeditor.lo propertywidget.lo pspinbox.lo psymbolcombo.lo \
+-	canvdetailbase.lo
+-#>- libkudesignercommon_la_OBJECTS = $(am_libkudesignercommon_la_OBJECTS)
+-#>+ 10
+-libkudesignercommon_la_OBJECTS = canvband.lo canvbox.lo canvdefs.lo \
+-	canvdetail.lo canvdetailfooter.lo canvdetailheader.lo \
+-	canvkutemplate.lo canvpagefooter.lo canvpageheader.lo \
+-	canvreportfooter.lo canvreportheader.lo canvsection.lo \
+-	ccalcfield.lo cfield.lo clabel.lo cline.lo creportitem.lo \
+-	cspecialfield.lo cv.lo kudesigner_command.lo mycanvas.lo \
+-	mycolorcombo.lo pcolorcombo.lo pcombobox.lo pfontcombo.lo \
+-	plineedit.lo plinestyle.lo plugin.lo property.lo \
+-	propertyeditor.lo propertywidget.lo pspinbox.lo psymbolcombo.lo \
+-	canvdetailbase.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/canvband.Plo ./$(DEPDIR)/canvbox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvdefs.Plo ./$(DEPDIR)/canvdetail.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvdetailbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvdetailfooter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvdetailheader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvkutemplate.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvpagefooter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvpageheader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvreportfooter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvreportheader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/canvsection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/ccalcfield.Plo ./$(DEPDIR)/cfield.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/clabel.Plo ./$(DEPDIR)/cline.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/creportitem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/cspecialfield.Plo ./$(DEPDIR)/cv.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kudesigner_command.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mycanvas.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mycolorcombo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pcolorcombo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pcombobox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pfontcombo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/plineedit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/plinestyle.Plo ./$(DEPDIR)/plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/property.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertyeditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/propertywidget.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/pspinbox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/psymbolcombo.Plo
+-#>+ 28
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/canvband.Plo ./$(DEPDIR)/canvbox.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvdefs.Plo ./$(DEPDIR)/canvdetail.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvdetailbase.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvdetailfooter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvdetailheader.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvkutemplate.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvpagefooter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvpageheader.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvreportfooter.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvreportheader.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/canvsection.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/ccalcfield.Plo ./$(DEPDIR)/cfield.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/clabel.Plo ./$(DEPDIR)/cline.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/creportitem.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/cspecialfield.Plo ./$(DEPDIR)/cv.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kudesigner_command.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mycanvas.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mycolorcombo.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pcolorcombo.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pcombobox.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pfontcombo.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/plineedit.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/plinestyle.Plo ./$(DEPDIR)/plugin.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/property.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertyeditor.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/propertywidget.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/pspinbox.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/psymbolcombo.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkudesignercommon_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkudesignercommon_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner_lib/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/kudesigner_lib/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/kudesigner_lib/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner_lib/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner_lib/Makefile
++	  $(AUTOMAKE) --gnu  kugar/kudesigner_lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner_lib/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -483,7 +578,7 @@
+ 	$(CXXLINK)  $(libkudesignercommon_la_LDFLAGS) $(libkudesignercommon_la_OBJECTS) $(libkudesignercommon_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -523,27 +618,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pspinbox.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/psymbolcombo.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -555,11 +649,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -568,6 +657,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -579,8 +669,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -589,21 +695,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -621,9 +727,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -635,7 +739,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -643,7 +747,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -659,14 +763,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -682,7 +789,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -690,18 +798,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstLTLIBRARIES distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES ctags 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-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -804,15 +920,24 @@
+ 	-rm -f  plugin.moc cv.moc mycanvas.moc plinestyle.moc pspinbox.moc psymbolcombo.moc mycommand.moc pcombobox.moc pcolorcombo.moc pfontcombo.moc plineedit.moc mycolorcombo.moc propertyeditor.moc
+ 
+ #>+ 2
+-KDE_DIST=mycolorcombo.h pcombobox.h propertywidget.h cfield.h canvsection.h canvdefs.h cv.h ccalcfield.h canvdetailbase.h creportitem.h clabel.h plineedit.h canvreportfooter.h psymbolcombo.h kudesigner_command.h canvreportheader.h canvbox.h mycanvas.h pspinbox.h plugin.h cspecialfield.h cline.h plinestyle.h canvdetail.h canvdetailfooter.h mycommand.cpp pfontcombo.h kudesigner_lib.pro canvpageheader.h canvdetailheader.h pcolorcombo.h canvpagefooter.h canvkutemplate.h mycommand.h propertyeditor.h canvband.h property.h qlocale.cpp qlocale.h 
++KDE_DIST=mycolorcombo.h pcombobox.h propertywidget.h cfield.h canvsection.h canvdefs.h Makefile.in cv.h ccalcfield.h canvdetailbase.h creportitem.h clabel.h plineedit.h canvreportfooter.h psymbolcombo.h kudesigner_command.h canvreportheader.h canvbox.h mycanvas.h pspinbox.h plugin.h cspecialfield.h cline.h plinestyle.h canvdetail.h canvdetailfooter.h mycommand.cpp pfontcombo.h kudesigner_lib.pro canvpageheader.h canvdetailheader.h pcolorcombo.h canvpagefooter.h canvkutemplate.h mycommand.h propertyeditor.h canvband.h property.h qlocale.cpp qlocale.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/kudesigner_lib/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/kudesigner_lib/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/kudesigner_lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/kudesigner_lib/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/lib/Makefile.in koffice-1.4.2/kugar/lib/Makefile.in
+--- koffice-1.4.2.orig/kugar/lib/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/lib/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,148 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/lib
++DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkugarlib_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkugarlib_la_OBJECTS = mcalcobject.lo mfieldobject.lo \
++	mlabelobject.lo mlineobject.lo mpagecollection.lo \
++	mpagedisplay.lo mreportdetail.lo mreportengine.lo \
++	mreportobject.lo mreportsection.lo mreportviewer.lo \
++	kreportviewer.lo mspecialobject.lo mutil.lo \
++	mdatabasereportengine.lo sqlcursor.lo
++#>- libkugarlib_la_OBJECTS = $(am_libkugarlib_la_OBJECTS)
++#>+ 9
++libkugarlib_la_final_OBJECTS = libkugarlib_la.all_cpp.lo 
++libkugarlib_la_nofinal_OBJECTS = mcalcobject.lo mfieldobject.lo \
++	mlabelobject.lo mlineobject.lo mpagecollection.lo \
++	mpagedisplay.lo mreportdetail.lo mreportengine.lo \
++	mreportobject.lo mreportsection.lo mreportviewer.lo \
++	kreportviewer.lo mspecialobject.lo mutil.lo \
++	mdatabasereportengine.lo sqlcursor.lo
++ at KDE_USE_FINAL_FALSE@libkugarlib_la_OBJECTS = $(libkugarlib_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkugarlib_la_OBJECTS = $(libkugarlib_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkugarlib_la_SOURCES)
++DIST_SOURCES = $(libkugarlib_la_SOURCES)
++includeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(include_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +187,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +202,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +213,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +234,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +267,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +287,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +308,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +327,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,19 +445,82 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+-
+ #>- METASOURCES = AUTO
+-
+ libkugarlib_la_LIBADD = $(LIB_QT) $(LIB_KDEPRINT)
+-
+ #>- libkugarlib_la_LDFLAGS = $(all_libraries) -version-info 1:2 -no-undefined
+ #>+ 1
+ libkugarlib_la_LDFLAGS = $(all_libraries) -version-info 1:2 -no-undefined $(KDE_NO_UNDEFINED)
+@@ -342,7 +528,6 @@
+ # libkugar.la is already reserved for the kdeinit module for kugar (on some platforms),
+ # so we have to call the lib differently, e.g. libkugarlib
+ lib_LTLIBRARIES = libkugarlib.la
+-
+ libkugarlib_la_SOURCES = \
+ 	mcalcobject.cpp \
+ 	mfieldobject.cpp \
+@@ -361,7 +546,6 @@
+ 	mdatabasereportengine.cpp \
+ 	sqlcursor.cpp
+ 
+-
+ include_HEADERS = \
+ 	kugar.h \
+ 	kugarqt.h \
+@@ -382,149 +566,78 @@
+ 	mdatabasereportengine.h \
+ 	sqlcursor.h
+ 
+-subdir = kugar/lib
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkugarlib_la_DEPENDENCIES =
+-am_libkugarlib_la_OBJECTS = mcalcobject.lo mfieldobject.lo \
+-	mlabelobject.lo mlineobject.lo mpagecollection.lo \
+-	mpagedisplay.lo mreportdetail.lo mreportengine.lo \
+-	mreportobject.lo mreportsection.lo mreportviewer.lo \
+-	kreportviewer.lo mspecialobject.lo mutil.lo \
+-	mdatabasereportengine.lo sqlcursor.lo
+-#>- libkugarlib_la_OBJECTS = $(am_libkugarlib_la_OBJECTS)
+-#>+ 9
+-libkugarlib_la_final_OBJECTS = libkugarlib_la.all_cpp.lo 
+-libkugarlib_la_nofinal_OBJECTS = mcalcobject.lo mfieldobject.lo \
+-	mlabelobject.lo mlineobject.lo mpagecollection.lo \
+-	mpagedisplay.lo mreportdetail.lo mreportengine.lo \
+-	mreportobject.lo mreportsection.lo mreportviewer.lo \
+-	kreportviewer.lo mspecialobject.lo mutil.lo \
+-	mdatabasereportengine.lo sqlcursor.lo
+- at KDE_USE_FINAL_FALSE@libkugarlib_la_OBJECTS = $(libkugarlib_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkugarlib_la_OBJECTS = $(libkugarlib_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kreportviewer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mcalcobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mdatabasereportengine.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mfieldobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mlabelobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mlineobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mpagecollection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mpagedisplay.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mreportdetail.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mreportengine.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mreportobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mreportsection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mreportviewer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mspecialobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mutil.Plo ./$(DEPDIR)/sqlcursor.Plo
+-#>+ 30
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkugarlib_la.all_cpp.P ./$(DEPDIR)/kreportviewer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mcalcobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mdatabasereportengine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mfieldobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mlabelobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mlineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mpagecollection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mpagedisplay.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportdetail.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportengine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportsection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportviewer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mspecialobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mutil.Plo ./$(DEPDIR)/sqlcursor.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kreportviewer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mcalcobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mdatabasereportengine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mfieldobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mlabelobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mlineobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mpagecollection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mpagedisplay.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportdetail.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportengine.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportsection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mreportviewer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mspecialobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mutil.Plo ./$(DEPDIR)/sqlcursor.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkugarlib_la_SOURCES)
+-HEADERS = $(include_HEADERS)
+-
+-DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkugarlib_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/lib/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/lib/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/lib/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/lib/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/lib/Makefile
++	  $(AUTOMAKE) --gnu  kugar/lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/lib/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -535,7 +648,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkugarlib_la_LDFLAGS) $(libkugarlib_la_OBJECTS) $(libkugarlib_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -557,27 +670,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mutil.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sqlcursor.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -588,30 +700,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-includeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-includeHEADERS: $(include_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
+-	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
++	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ uninstall-includeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -620,6 +726,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -631,8 +738,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -641,21 +764,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -673,10 +796,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -688,7 +811,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -696,7 +819,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -712,14 +835,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -735,7 +861,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -743,21 +870,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+ 	uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-includeHEADERS install-info \
+ 	install-info-am install-libLTLIBRARIES install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-includeHEADERS \
+-	uninstall-info-am uninstall-libLTLIBRARIES
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-includeHEADERS uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -812,7 +948,7 @@
+ 	-rm -f  mreportengine.moc mreportviewer.moc mpagedisplay.moc mdatabasereportengine.moc kreportviewer.moc
+ 
+ #>+ 2
+-KDE_DIST=lib.pro 
++KDE_DIST=lib.pro Makefile.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -821,10 +957,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/lib/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/lib/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/lib/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/Makefile.in koffice-1.4.2/kugar/Makefile.in
+--- koffice-1.4.2.orig/kugar/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,108 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	AUTHORS ChangeLog TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = lib part samples kudesigner_lib kudesigner kde31
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +147,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +162,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +173,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +194,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +227,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +247,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +268,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +287,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +405,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,41 +481,55 @@
+ 
+ #SUBDIRS = lib part shell samples kudesigner
+ @need_kde31_compatibility_TRUE at KDE31MIMEDIR = kde31
+-
+ SUBDIRS = lib part samples kudesigner_lib kudesigner $(KDE31MIMEDIR)
+-
+ KDE_ICON = kugar kugardata
+-subdir = kugar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README AUTHORS ChangeLog Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = lib part samples kudesigner_lib kudesigner kde31
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/Makefile
++	  $(AUTOMAKE) --gnu  kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -385,7 +548,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -397,7 +566,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -405,7 +574,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -426,17 +601,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -446,14 +620,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -462,8 +645,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -472,21 +671,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -503,13 +702,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -519,7 +720,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -531,7 +731,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -539,7 +739,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -553,7 +753,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -561,6 +761,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -578,33 +780,39 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ messages: 
+@@ -615,7 +823,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr32-mime-kugardata.png CHANGES hi48-app-kugar.png hi32-app-kugar.png cr16-mime-kugardata.png hi22-app-kugar.png hi16-app-kugar.png kugar.pro 
++KDE_DIST=cr32-mime-kugardata.png CHANGES Makefile.in hi48-app-kugar.png hi32-app-kugar.png cr16-mime-kugardata.png hi22-app-kugar.png hi16-app-kugar.png Makefile.am kugar.pro 
+ 
+ #>+ 2
+ docs-am:
+@@ -643,10 +851,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/16x16/mimetypes/kugardata.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/kugar.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/part/Makefile.in koffice-1.4.2/kugar/part/Makefile.in
+--- koffice-1.4.2.orig/kugar/part/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/part/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,170 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kugar/part
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(appsdir)" \
++	"$(DESTDIR)$(dtddir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(rcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kugar_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kugar_la_DEPENDENCIES = libkdeinit_kugar.la
++#>- am_kugar_la_OBJECTS = main.lo
++#>+ 1
++am_kugar_la_OBJECTS = kugar_dummy.lo
++#>- kugar_la_OBJECTS = $(am_kugar_la_OBJECTS)
++#>+ 1
++kugar_la_OBJECTS = kugar_dummy.lo
++libkugarpart_la_DEPENDENCIES = ../lib/libkugarlib.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkugarpart_la_OBJECTS = kugar_part.lo kugar_factory.lo \
++	kugar_view.lo
++#>- libkugarpart_la_OBJECTS = $(am_libkugarpart_la_OBJECTS)
++#>+ 5
++libkugarpart_la_final_OBJECTS = libkugarpart_la.all_cpp.lo 
++libkugarpart_la_nofinal_OBJECTS = kugar_part.lo kugar_factory.lo \
++	kugar_view.lo
++ at KDE_USE_FINAL_FALSE@libkugarpart_la_OBJECTS = $(libkugarpart_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkugarpart_la_OBJECTS = $(libkugarpart_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kugar$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES)
++#>+ 1
++SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES) $(kugar_SOURCES) 
++#>- DIST_SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES)
++#>+ 1
++DIST_SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES) $(kugar_SOURCES) 
++appsDATA_INSTALL = $(INSTALL_DATA)
++dtdDATA_INSTALL = $(INSTALL_DATA)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(apps_DATA) $(dtd_DATA) $(kde_services_DATA) $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +209,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +224,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +235,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +256,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +289,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +309,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +330,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +349,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +467,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir)/../lib $(KOFFICE_INCLUDES) $(all_includes)
+-
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_kugar.la
+@@ -338,211 +548,153 @@
+ libkugarpart_la_SOURCES = kugar_part.cpp kugar_factory.cpp kugar_view.cpp
+ libkugarpart_la_LDFLAGS = $(all_libraries) -module -avoid-version
+ libkugarpart_la_LIBADD = ../lib/libkugarlib.la $(LIB_KPARTS) $(LIB_KDEPRINT) $(LIB_KOFFICECORE)
+-
+ #>- libkugarpart_la_METASOURCES = AUTO
+-
+ appsdir = $(kde_appsdir)/Office
+ apps_DATA = kugar.desktop
+-
+ rcdir = $(kde_datadir)/kugar
+ rc_DATA = kugarpart.rc
+-
+ dtddir = $(kde_datadir)/kugar/dtd
+ dtd_DATA = kugartemplate.dtd
+-
+ EXTRA_DIST = \
+ 	kugar_part.h \
+ 	$(apps_DATA) \
+ 	$(rc_DATA) \
+ 	$(dtd_DATA)
+ 
+-
+ CLEANFILES = kugarpart_meta_unload.cpp
+-
+ kdeinit_LTLIBRARIES = kugar.la
+-bin_PROGRAMS = 
+ kugar_la_SOURCES = main.cpp
+ kugar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- kugar_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kugar_la_LIBADD = libkdeinit_kugar.la
+-
+ kde_services_DATA = kugarpart.desktop
+-subdir = kugar/part
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kugar_la_DEPENDENCIES =
+-#>+ 1
+-kugar_la_DEPENDENCIES = libkdeinit_kugar.la
+-#>- am_kugar_la_OBJECTS = main.lo
+-#>+ 1
+-am_kugar_la_OBJECTS = kugar_dummy.lo
+-#>- kugar_la_OBJECTS = $(am_kugar_la_OBJECTS)
+-#>+ 1
+-kugar_la_OBJECTS = kugar_dummy.lo
+-libkugarpart_la_DEPENDENCIES = ../lib/libkugarlib.la
+-am_libkugarpart_la_OBJECTS = kugar_part.lo kugar_factory.lo \
+-	kugar_view.lo
+-#>- libkugarpart_la_OBJECTS = $(am_libkugarpart_la_OBJECTS)
+-#>+ 5
+-libkugarpart_la_final_OBJECTS = libkugarpart_la.all_cpp.lo 
+-libkugarpart_la_nofinal_OBJECTS = kugar_part.lo kugar_factory.lo \
+-	kugar_view.lo
+- at KDE_USE_FINAL_FALSE@libkugarpart_la_OBJECTS = $(libkugarpart_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkugarpart_la_OBJECTS = $(libkugarpart_la_final_OBJECTS)
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kugar$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kugar_factory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kugar_part.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kugar_view.Plo ./$(DEPDIR)/main.Plo
+-#>+ 6
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kugar.la.Po $(DEPDIR)/kugar_dummy.Plo  $(DEPDIR)/libkugarpart_la.all_cpp.P ./$(DEPDIR)/kugar_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kugar_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kugar_view.Plo ./$(DEPDIR)/main.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kugar.la.Po $(DEPDIR)/kugar_dummy.Plo ./$(DEPDIR)/kugar_factory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kugar_part.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kugar_view.Plo ./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES) $(kugar_SOURCES) 
+-DATA = $(apps_DATA) $(dtd_DATA) $(kde_services_DATA) $(rc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-#>- SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kugar_la_SOURCES) $(libkugarpart_la_SOURCES) $(kugar_SOURCES) 
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/part/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/part/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/part/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/part/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/part/Makefile
++	  $(AUTOMAKE) --gnu  kugar/part/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/part/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -553,18 +705,17 @@
+ 	$(CXXLINK) -rpath $(kdeinitdir) $(kugar_la_LDFLAGS) $(kugar_la_OBJECTS) $(kugar_la_LIBADD) $(LIBS)
+ libkugarpart.la: $(libkugarpart_la_OBJECTS) $(libkugarpart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkugarpart_la_LDFLAGS) $(libkugarpart_la_OBJECTS) $(libkugarpart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -572,8 +723,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -584,7 +735,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -594,27 +745,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kugar_view.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -625,84 +775,75 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-appsDATA_INSTALL = $(INSTALL_DATA)
+ install-appsDATA: $(apps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(appsdir)
++	test -z "$(appsdir)" || $(mkdir_p) "$(DESTDIR)$(appsdir)"
+ 	@list='$(apps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(appsDATA_INSTALL) $$d$$p $(DESTDIR)$(appsdir)/$$f"; \
+-	  $(appsDATA_INSTALL) $$d$$p $(DESTDIR)$(appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appsdir)/$$f'"; \
++	  $(appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appsdir)/$$f"; \
+ 	done
+ 
+ uninstall-appsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(apps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(appsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(appsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(appsdir)/$$f"; \
+ 	done
+-dtdDATA_INSTALL = $(INSTALL_DATA)
+ install-dtdDATA: $(dtd_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
++	test -z "$(dtddir)" || $(mkdir_p) "$(DESTDIR)$(dtddir)"
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f"; \
+-	  $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(dtdDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtddir)/$$f'"; \
++	  $(dtdDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ 
+ uninstall-dtdDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(dtddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(dtddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -711,6 +852,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -722,8 +864,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -732,21 +890,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -766,10 +924,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(appsdir) $(DESTDIR)$(dtddir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appsdir)" "$(DESTDIR)$(dtddir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -781,7 +939,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -790,7 +948,7 @@
+ 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -808,14 +966,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -839,7 +1000,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -847,25 +1009,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
+-uninstall-am: uninstall-appsDATA uninstall-binPROGRAMS uninstall-dtdDATA \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
++uninstall-am: uninstall-appsDATA uninstall-binPROGRAMS \
++	uninstall-dtdDATA uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
++	uninstall-rcDATA
++
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+ 	clean-generic clean-kde_moduleLTLIBRARIES \
+ 	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	distclean distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-appsDATA install-binPROGRAMS \
+-	install-data install-data-am install-dtdDATA install-exec \
+-	install-exec-am install-info install-info-am \
+-	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
+-	install-rcDATA install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++	ctags distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-appsDATA \
++	install-binPROGRAMS install-data install-data-am \
++	install-dtdDATA install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-libLTLIBRARIES install-man install-rcDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-appsDATA uninstall-binPROGRAMS uninstall-dtdDATA \
+ 	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+@@ -882,7 +1054,7 @@
+ libkdeinit_kugar_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kugar_la_DEPENDENCIES = 
++libkdeinit_kugar_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kugar_la_OBJECTS = main.lo
+@@ -936,7 +1108,7 @@
+ 	-rm -f  kugar_factory.moc kugar_view.moc kugar_part.moc
+ 
+ #>+ 2
+-KDE_DIST=kugartemplate.dtd kugarpart.desktop kugarpart.rc kugar_about.h kugar_view.h kugar.desktop kugar_factory.h 
++KDE_DIST=kugartemplate.dtd kugarpart.desktop Makefile.in kugarpart.rc kugar_about.h kugar_view.h kugar.desktop kugar_factory.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -945,10 +1117,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/part/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/part/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/part/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/part/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/samples/Makefile.in koffice-1.4.2/kugar/samples/Makefile.in
+--- koffice-1.4.2.orig/kugar/samples/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/samples/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kugar/samples
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatedir)"
++templateDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(template_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,30 +473,54 @@
+ xdg_menudir = @xdg_menudir@
+ templatedir = $(kde_datadir)/kugar/templates
+ template_DATA = sample1.kut sample2.kut sample3.kut sample1.kud sample2.kud sample3.kud
+-
+ EXTRA_DIST = $(template_DATA)
+-subdir = kugar/samples
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(template_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/samples/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/samples/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/samples/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/samples/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/samples/Makefile
++	  $(AUTOMAKE) --gnu  kugar/samples/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/samples/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +531,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templateDATA_INSTALL = $(INSTALL_DATA)
+ install-templateDATA: $(template_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
++	test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
+ 	@list='$(template_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
+-	  $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
++	  $(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ 
+ uninstall-templateDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(template_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +585,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
+-
++	for dir in "$(DESTDIR)$(templatedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +600,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +608,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +622,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -476,23 +646,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-templateDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templateDATA \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templateDATA installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am \
+ 	uninstall-templateDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -500,15 +679,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=sample3.kud sample1.kud sample2.kud sample1.kut sample3.kut sample2.kut 
++KDE_DIST=sample3.kud Makefile.in sample1.kud sample2.kud sample1.kut sample3.kut sample2.kut Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/samples/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/samples/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/samples/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/samples/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/samplesdb/Makefile.in koffice-1.4.2/kugar/samplesdb/Makefile.in
+--- koffice-1.4.2.orig/kugar/samplesdb/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/samplesdb/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,127 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++noinst_PROGRAMS = dbsample$(EXEEXT)
++subdir = kugar/samplesdb
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++PROGRAMS = $(noinst_PROGRAMS)
++am_dbsample_OBJECTS = main.$(OBJEXT)
++#>- dbsample_OBJECTS = $(am_dbsample_OBJECTS)
++#>+ 4
++dbsample_final_OBJECTS = dbsample.all_cpp.o 
++dbsample_nofinal_OBJECTS = main.$(OBJEXT) mainform.$(OBJEXT)
++ at KDE_USE_FINAL_FALSE@dbsample_OBJECTS = $(dbsample_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@dbsample_OBJECTS = $(dbsample_final_OBJECTS)
++am__DEPENDENCIES_1 =
++dbsample_DEPENDENCIES = ../lib/libkugarlib.la $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(dbsample_SOURCES)
++DIST_SOURCES = $(dbsample_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +166,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +181,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +192,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +213,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +246,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +266,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +287,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +306,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,94 +424,139 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = -I$(srcdir)/../lib $(KOFFICE_INCLUDES) $(all_includes)
+-
+-noinst_PROGRAMS = dbsample
+ #>- dbsample_SOURCES = main.cpp mainform.ui
+ #>+ 1
+ dbsample_SOURCES=main.cpp  mainform.cpp
+ dbsample_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+ dbsample_LDADD = ../lib/libkugarlib.la $(LIB_KIO) $(LIB_KDEPRINT)
+-
+ #>- dbsample_METASOURCES = AUTO
+-
+ EXTRA_DIST = \
+ 	kugardb.sql \
+ 	kugartemplate.dtd \
+ 	sampledb1.kut
+ 
+-subdir = kugar/samplesdb
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-noinst_PROGRAMS = dbsample$(EXEEXT)
+-PROGRAMS = $(noinst_PROGRAMS)
+-
+-am_dbsample_OBJECTS = main.$(OBJEXT)
+-#>- dbsample_OBJECTS = $(am_dbsample_OBJECTS)
+-#>+ 4
+-dbsample_final_OBJECTS = dbsample.all_cpp.o 
+-dbsample_nofinal_OBJECTS = main.$(OBJEXT) mainform.$(OBJEXT)
+- at KDE_USE_FINAL_FALSE@dbsample_OBJECTS = $(dbsample_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@dbsample_OBJECTS = $(dbsample_final_OBJECTS)
+-dbsample_DEPENDENCIES = ../lib/libkugarlib.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Po
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/mainform.P  $(DEPDIR)/dbsample.all_cpp.P ./$(DEPDIR)/main.Po
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/mainform.P ./$(DEPDIR)/main.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(dbsample_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(dbsample_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/samplesdb/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/samplesdb/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/samplesdb/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/samplesdb/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/samplesdb/Makefile
++	  $(AUTOMAKE) --gnu  kugar/samplesdb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/samplesdb/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstPROGRAMS:
+ 	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
+@@ -422,34 +569,33 @@
+ 	$(CXXLINK) $(dbsample_LDFLAGS) $(dbsample_OBJECTS) $(dbsample_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -461,11 +607,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -474,6 +615,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -485,8 +627,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -495,21 +653,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -527,9 +685,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(PROGRAMS)
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -541,7 +697,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -549,7 +705,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -565,14 +721,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -588,7 +747,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -596,25 +756,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstPROGRAMS ctags 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-exec \
+ 	install-exec-am install-info install-info-am install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=mainform.ui sampledb1.pro sampledb1.kud mainform.ui.h 
++KDE_DIST=Makefile.in mainform.ui sampledb1.pro sampledb1.kud mainform.ui.h Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -624,10 +793,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/samplesdb/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/samplesdb/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/samplesdb/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/samplesdb/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kugar/shell/Makefile.in koffice-1.4.2/kugar/shell/Makefile.in
+--- koffice-1.4.2.orig/kugar/shell/Makefile.in	2005-10-05 12:53:01.000000000 +0200
++++ koffice-1.4.2/kugar/shell/Makefile.in	2005-11-11 17:31:35.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -17,100 +17,151 @@
+ 
+ ################# THIS DIRECTORY IS NOT COMPILED ANYMORE ####################
+ ################# THE koshell EXECUTABLE IS CREATED BY ../part ##############
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kugar/shell
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(rcdir)"
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kugar_la_DEPENDENCIES = ../lib/libkugar.la $(am__DEPENDENCIES_1) \
++#>- 	$(am__DEPENDENCIES_1)
++#>+ 1
++kugar_la_DEPENDENCIES = libkdeinit_kugar.la
++#>- am_kugar_la_OBJECTS = main.lo report.lo
++#>+ 1
++am_kugar_la_OBJECTS = kugar_dummy.lo
++#>- kugar_la_OBJECTS = $(am_kugar_la_OBJECTS)
++#>+ 1
++kugar_la_OBJECTS = kugar_dummy.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kugar$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kugar_la_SOURCES)
++#>+ 1
++SOURCES = $(kugar_la_SOURCES) $(kugar_SOURCES) 
++#>- DIST_SOURCES = $(kugar_la_SOURCES)
++#>+ 1
++DIST_SOURCES = $(kugar_la_SOURCES) $(kugar_SOURCES) 
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(rc_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -142,15 +193,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -160,7 +208,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -172,14 +219,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -196,7 +240,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -230,13 +273,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -246,16 +293,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -266,15 +314,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -288,20 +333,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -325,185 +451,211 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = -I$(srcdir)/../lib $(KOFFICE_INCLUDES) $(all_includes)
+-
+-bin_PROGRAMS = 
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_kugar.la
+-
+ kdeinit_LTLIBRARIES = kugar.la
+-
+ kugar_la_SOURCES = main.cpp report.cpp
+ kugar_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version
+ #>- kugar_la_LIBADD = ../lib/libkugar.la $(LIB_KIO) $(LIB_KDEPRINT)
+ #>+ 1
+ kugar_la_LIBADD = libkdeinit_kugar.la
+-
+ #>- kugar_METASOURCES = AUTO
+-
+ rcdir = $(kde_datadir)/kugar
+ rc_DATA = kugarui.rc
+-
+ EXTRA_DIST = \
+ 	report.h \
+ 	$(rc_DATA)
+ 
+-subdir = kugar/shell
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
+-
+-#>- kugar_la_DEPENDENCIES = ../lib/libkugar.la
+-#>+ 1
+-kugar_la_DEPENDENCIES = libkdeinit_kugar.la
+-#>- am_kugar_la_OBJECTS = main.lo report.lo
+-#>+ 1
+-am_kugar_la_OBJECTS = kugar_dummy.lo
+-#>- kugar_la_OBJECTS = $(am_kugar_la_OBJECTS)
+-#>+ 1
+-kugar_la_OBJECTS = kugar_dummy.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kugar$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Plo ./$(DEPDIR)/report.Plo
+-#>+ 2
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kugar.la.Po $(DEPDIR)/kugar_dummy.Plo  $(DEPDIR)/libkdeinit_kugar_la.all_cpp.P $(DEPDIR)/kugar_la.all_cpp.P ./$(DEPDIR)/main.Plo ./$(DEPDIR)/report.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kugar.la.Po $(DEPDIR)/kugar_dummy.Plo ./$(DEPDIR)/main.Plo ./$(DEPDIR)/report.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kugar_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(kugar_la_SOURCES) $(kugar_SOURCES) 
+-DATA = $(rc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-#>- SOURCES = $(kugar_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kugar_la_SOURCES) $(kugar_SOURCES) 
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/shell/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kugar/shell/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kugar/shell/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/shell/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/shell/Makefile
++	  $(AUTOMAKE) --gnu  kugar/shell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/shell/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ kugar.la: $(kugar_la_OBJECTS) $(kugar_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kdeinitdir) $(kugar_la_LDFLAGS) $(kugar_la_OBJECTS) $(kugar_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -511,8 +663,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -523,7 +675,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -531,27 +683,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/report.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -562,30 +713,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -594,6 +739,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -605,8 +751,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -615,21 +777,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -649,10 +811,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(rcdir)
+-
++	for dir in "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -664,7 +826,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -672,7 +834,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -688,14 +850,17 @@
+ 	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -711,7 +876,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -719,21 +885,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+ 	uninstall-rcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+ 	clean-generic clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES \
+-	clean-libtool distclean distclean-compile distclean-depend \
++	clean-libtool ctags distclean distclean-compile \
+ 	distclean-generic distclean-libtool distclean-tags distdir dvi \
+-	dvi-am info info-am install install-am install-binPROGRAMS \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-kdeinitLTLIBRARIES \
+-	install-libLTLIBRARIES install-man install-rcDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
++	dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am \
++	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
++	install-rcDATA install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ 	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES \
+ 	uninstall-rcDATA
+@@ -748,8 +923,9 @@
+ #>+ 2
+ libkdeinit_kugar_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+-#>+ 2
+-libkdeinit_kugar_la_DEPENDENCIES = ../lib/libkugar.la
++#>+ 3
++libkdeinit_kugar_la_DEPENDENCIES = ../lib/libkugar.la $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kugar_la_OBJECTS = main.lo report.lo
+@@ -780,15 +956,24 @@
+ 	-rm -f  report.moc
+ 
+ #>+ 2
+-KDE_DIST=kugarui.rc 
++KDE_DIST=Makefile.in kugarui.rc Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kugar/shell/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kugar/shell/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kugar/shell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kugar/shell/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/data/Makefile.in koffice-1.4.2/kword/data/Makefile.in
+--- koffice-1.4.2.orig/kword/data/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/data/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/data
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kworddir)"
++kwordDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kword_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,28 +473,53 @@
+ xdg_menudir = @xdg_menudir@
+ kworddir = $(kde_datadir)/kword
+ kword_DATA = framestyles.xml tablestyles.xml tabletemplates.xml
+-subdir = kword/data
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(kword_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/data/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/data/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/data/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/data/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/data/Makefile
++	  $(AUTOMAKE) --gnu  kword/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/data/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -363,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kwordDATA_INSTALL = $(INSTALL_DATA)
+ install-kwordDATA: $(kword_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kworddir)
++	test -z "$(kworddir)" || $(mkdir_p) "$(DESTDIR)$(kworddir)"
+ 	@list='$(kword_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kwordDATA_INSTALL) $$d$$p $(DESTDIR)$(kworddir)/$$f"; \
+-	  $(kwordDATA_INSTALL) $$d$$p $(DESTDIR)$(kworddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kwordDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kworddir)/$$f'"; \
++	  $(kwordDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kworddir)/$$f"; \
+ 	done
+ 
+ uninstall-kwordDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kword_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kworddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kworddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kworddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kworddir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -415,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kworddir)
+-
++	for dir in "$(DESTDIR)$(kworddir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -430,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -438,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -452,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -474,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kwordDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-kwordDATA install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-kwordDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-kwordDATA install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-kwordDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tabletemplates.xml tablestyles.xml framestyles.xml 
++KDE_DIST=Makefile.in tabletemplates.xml tablestyles.xml framestyles.xml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/data/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/data/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/data/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/data/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/dtd/Makefile.in koffice-1.4.2/kword/dtd/Makefile.in
+--- koffice-1.4.2.orig/kword/dtd/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/dtd/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,105 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/dtd
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(dtddir)" "$(DESTDIR)$(fsdir)" \
++	"$(DESTDIR)$(tsdir)" "$(DESTDIR)$(ttdir)"
++dtdDATA_INSTALL = $(INSTALL_DATA)
++fsDATA_INSTALL = $(INSTALL_DATA)
++tsDATA_INSTALL = $(INSTALL_DATA)
++ttDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(dtd_DATA) $(fs_DATA) $(ts_DATA) $(tt_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +144,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +159,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +170,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +191,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +224,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +244,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +265,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +284,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,50 +402,134 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ dtd_DATA = kword.dtd
+-
+ dtddir = $(kde_datadir)/kword/dtd
+-
+ fs_DATA = framestyles.dtd
+-
+ fsdir = $(kde_datadir)/kword/dtd
+-
+ ts_DATA = tablestyles.dtd
+-
+ tsdir = $(kde_datadir)/kword/dtd
+-
+ tt_DATA = tabletemplates.dtd
+-
+ ttdir = $(kde_datadir)/kword/dtd
+-subdir = kword/dtd
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(dtd_DATA) $(fs_DATA) $(ts_DATA) $(tt_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/dtd/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/dtd/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/dtd/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/dtd/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/dtd/Makefile
++	  $(AUTOMAKE) --gnu  kword/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/dtd/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -376,95 +540,94 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-dtdDATA_INSTALL = $(INSTALL_DATA)
+ install-dtdDATA: $(dtd_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
++	test -z "$(dtddir)" || $(mkdir_p) "$(DESTDIR)$(dtddir)"
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f"; \
+-	  $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(dtdDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtddir)/$$f'"; \
++	  $(dtdDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ 
+ uninstall-dtdDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(dtddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(dtddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+-fsDATA_INSTALL = $(INSTALL_DATA)
+ install-fsDATA: $(fs_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(fsdir)
++	test -z "$(fsdir)" || $(mkdir_p) "$(DESTDIR)$(fsdir)"
+ 	@list='$(fs_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(fsDATA_INSTALL) $$d$$p $(DESTDIR)$(fsdir)/$$f"; \
+-	  $(fsDATA_INSTALL) $$d$$p $(DESTDIR)$(fsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(fsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(fsdir)/$$f'"; \
++	  $(fsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(fsdir)/$$f"; \
+ 	done
+ 
+ uninstall-fsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(fs_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(fsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(fsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(fsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(fsdir)/$$f"; \
+ 	done
+-tsDATA_INSTALL = $(INSTALL_DATA)
+ install-tsDATA: $(ts_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(tsdir)
++	test -z "$(tsdir)" || $(mkdir_p) "$(DESTDIR)$(tsdir)"
+ 	@list='$(ts_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(tsDATA_INSTALL) $$d$$p $(DESTDIR)$(tsdir)/$$f"; \
+-	  $(tsDATA_INSTALL) $$d$$p $(DESTDIR)$(tsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(tsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(tsdir)/$$f'"; \
++	  $(tsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(tsdir)/$$f"; \
+ 	done
+ 
+ uninstall-tsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(ts_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(tsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(tsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(tsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(tsdir)/$$f"; \
+ 	done
+-ttDATA_INSTALL = $(INSTALL_DATA)
+ install-ttDATA: $(tt_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(ttdir)
++	test -z "$(ttdir)" || $(mkdir_p) "$(DESTDIR)$(ttdir)"
+ 	@list='$(tt_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(ttDATA_INSTALL) $$d$$p $(DESTDIR)$(ttdir)/$$f"; \
+-	  $(ttDATA_INSTALL) $$d$$p $(DESTDIR)$(ttdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(ttDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(ttdir)/$$f'"; \
++	  $(ttDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(ttdir)/$$f"; \
+ 	done
+ 
+ uninstall-ttDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(tt_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(ttdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(ttdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(ttdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(ttdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -482,10 +645,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir) $(DESTDIR)$(fsdir) $(DESTDIR)$(tsdir) $(DESTDIR)$(ttdir)
+-
++	for dir in "$(DESTDIR)$(dtddir)" "$(DESTDIR)$(fsdir)" "$(DESTDIR)$(tsdir)" "$(DESTDIR)$(ttdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -497,7 +660,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -505,7 +668,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -519,13 +682,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -542,42 +707,59 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-dtdDATA uninstall-fsDATA uninstall-info-am \
+ 	uninstall-tsDATA uninstall-ttDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-dtdDATA install-exec install-exec-am \
+-	install-fsDATA install-info install-info-am install-man \
+-	install-strip install-tsDATA install-ttDATA installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-dtdDATA install-exec \
++	install-exec-am install-fsDATA install-info install-info-am \
++	install-man install-strip install-tsDATA install-ttDATA \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-dtdDATA \
+-	uninstall-fsDATA uninstall-info-am uninstall-tsDATA \
+-	uninstall-ttDATA
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-dtdDATA uninstall-fsDATA uninstall-info-am \
++	uninstall-tsDATA uninstall-ttDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=tablestyles.dtd DEBUG kword.dtd framestyles.dtd tabletemplates.dtd 
++KDE_DIST=Makefile.in tablestyles.dtd DEBUG kword.dtd framestyles.dtd tabletemplates.dtd Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/dtd/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/dtd/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/dtd/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/expression/Makefile.in koffice-1.4.2/kword/expression/Makefile.in
+--- koffice-1.4.2.orig/kword/expression/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/expression/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/expression
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(scriptsdir)"
++scriptsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(scripts_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ scripts_DATA = expression.xml
+ scriptsdir = $(kde_datadir)/kword/expression
+-subdir = kword/expression
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(scripts_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/expression/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/expression/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/expression/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/expression/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/expression/Makefile
++	  $(AUTOMAKE) --gnu  kword/expression/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/expression/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-scriptsDATA_INSTALL = $(INSTALL_DATA)
+ install-scriptsDATA: $(scripts_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
++	test -z "$(scriptsdir)" || $(mkdir_p) "$(DESTDIR)$(scriptsdir)"
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(scriptsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  $(scriptsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ 
+ uninstall-scriptsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -416,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
+-
++	for dir in "$(DESTDIR)$(scriptsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -431,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -439,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -453,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -475,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-scriptsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-scriptsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-scriptsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-scriptsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-scriptsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=expression.xml 
++KDE_DIST=Makefile.in expression.xml Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/expression/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/expression/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/expression/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/expression/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/horizontalline/Makefile.in koffice-1.4.2/kword/horizontalline/Makefile.in
+--- koffice-1.4.2.orig/kword/horizontalline/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/horizontalline/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/horizontalline
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(imgdir)"
++imgDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(img_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ img_DATA = line.png
+ imgdir = $(kde_datadir)/kword/horizontalline
+-subdir = kword/horizontalline
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(img_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/horizontalline/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/horizontalline/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/horizontalline/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/horizontalline/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/horizontalline/Makefile
++	  $(AUTOMAKE) --gnu  kword/horizontalline/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/horizontalline/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-imgDATA_INSTALL = $(INSTALL_DATA)
+ install-imgDATA: $(img_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(imgdir)
++	test -z "$(imgdir)" || $(mkdir_p) "$(DESTDIR)$(imgdir)"
+ 	@list='$(img_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(imgDATA_INSTALL) $$d$$p $(DESTDIR)$(imgdir)/$$f"; \
+-	  $(imgDATA_INSTALL) $$d$$p $(DESTDIR)$(imgdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(imgDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imgdir)/$$f'"; \
++	  $(imgDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imgdir)/$$f"; \
+ 	done
+ 
+ uninstall-imgDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(img_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(imgdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(imgdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(imgdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(imgdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -416,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(imgdir)
+-
++	for dir in "$(DESTDIR)$(imgdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -431,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -439,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -453,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -475,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-imgDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-imgDATA \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-imgDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-imgDATA install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-imgDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=line.png 
++KDE_DIST=line.png Makefile.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/horizontalline/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/horizontalline/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/horizontalline/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/horizontalline/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/mailmerge/kabc/Makefile.in koffice-1.4.2/kword/mailmerge/kabc/Makefile.in
+--- koffice-1.4.2.orig/kword/mailmerge/kabc/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/mailmerge/kabc/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,140 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/mailmerge/kabc
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kwmailmerge_kabc_la_DEPENDENCIES = ../../libkwmailmerge_interface.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kwmailmerge_kabc_la_OBJECTS = kwmailmerge_kabc.lo \
++	kwmailmerge_kabc_config.lo
++#>- kwmailmerge_kabc_la_OBJECTS = $(am_kwmailmerge_kabc_la_OBJECTS)
++#>+ 5
++kwmailmerge_kabc_la_final_OBJECTS = kwmailmerge_kabc_la.all_cc.lo 
++kwmailmerge_kabc_la_nofinal_OBJECTS = kwmailmerge_kabc.lo \
++	kwmailmerge_kabc_config.lo addresspicker.lo
++ at KDE_USE_FINAL_FALSE@kwmailmerge_kabc_la_OBJECTS = $(kwmailmerge_kabc_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kwmailmerge_kabc_la_OBJECTS = $(kwmailmerge_kabc_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kwmailmerge_kabc_la_SOURCES)
++DIST_SOURCES = $(kwmailmerge_kabc_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +179,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +194,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +205,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +226,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +259,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +279,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +300,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +319,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,127 +437,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula \
+ 	$(KOTEXT_INCLUDES) -I$(top_srcdir)/kword $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kwmailmerge_kabc.la
+-
+ #>- kwmailmerge_kabc_la_SOURCES = kwmailmerge_kabc.cc kwmailmerge_kabc_config.cc addresspicker.ui
+ #>+ 1
+ kwmailmerge_kabc_la_SOURCES=kwmailmerge_kabc.cc kwmailmerge_kabc_config.cc  addresspicker.cc
+ kwmailmerge_kabc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kwmailmerge_kabc_la_LIBADD = ../../libkwmailmerge_interface.la $(LIB_KDEUI) $(LIB_KABC)
+-
+ #>- METASOURCES = AUTO
+-
+ services_DATA = kwmailmerge_kabc.desktop
+ servicesdir = $(kde_servicesdir)
+-subdir = kword/mailmerge/kabc
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kwmailmerge_kabc_la_DEPENDENCIES = ../../libkwmailmerge_interface.la
+-am_kwmailmerge_kabc_la_OBJECTS = kwmailmerge_kabc.lo \
+-	kwmailmerge_kabc_config.lo
+-#>- kwmailmerge_kabc_la_OBJECTS = $(am_kwmailmerge_kabc_la_OBJECTS)
+-#>+ 5
+-kwmailmerge_kabc_la_final_OBJECTS = kwmailmerge_kabc_la.all_cc.lo 
+-kwmailmerge_kabc_la_nofinal_OBJECTS = kwmailmerge_kabc.lo \
+-	kwmailmerge_kabc_config.lo addresspicker.lo
+- at KDE_USE_FINAL_FALSE@kwmailmerge_kabc_la_OBJECTS = $(kwmailmerge_kabc_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kwmailmerge_kabc_la_OBJECTS = $(kwmailmerge_kabc_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kwmailmerge_kabc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwmailmerge_kabc_config.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/addresspicker.P  $(DEPDIR)/kwmailmerge_kabc_la.all_cc.P ./$(DEPDIR)/kwmailmerge_kabc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwmailmerge_kabc_config.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/addresspicker.P ./$(DEPDIR)/kwmailmerge_kabc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwmailmerge_kabc_config.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kwmailmerge_kabc_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kwmailmerge_kabc_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/kabc/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/mailmerge/kabc/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/mailmerge/kabc/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/kabc/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/kabc/Makefile
++	  $(AUTOMAKE) --gnu  kword/mailmerge/kabc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/kabc/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -453,7 +605,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kwmailmerge_kabc_la_LDFLAGS) $(kwmailmerge_kabc_la_OBJECTS) $(kwmailmerge_kabc_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -461,27 +613,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kwmailmerge_kabc.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kwmailmerge_kabc_config.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -492,30 +643,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -524,6 +669,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -535,8 +681,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -545,21 +707,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -577,10 +739,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -592,7 +754,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -600,7 +762,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -616,14 +778,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -643,7 +808,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -651,21 +817,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -699,7 +874,7 @@
+ 	-rm -f  kwmailmerge_kabc_config.moc kwmailmerge_kabc.moc
+ 
+ #>+ 2
+-KDE_DIST=kwmailmerge_kabc.h addresspicker.ui kwmailmerge_kabc.desktop kwmailmerge_kabc_config.h 
++KDE_DIST=Makefile.in kwmailmerge_kabc.h addresspicker.ui kwmailmerge_kabc.desktop kwmailmerge_kabc_config.h Makefile.am 
+ 
+ #>+ 4
+ clean-ui:
+@@ -713,10 +888,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/kabc/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/kabc/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/mailmerge/kabc/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/kabc/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/mailmerge/kspread/Makefile.in koffice-1.4.2/kword/mailmerge/kspread/Makefile.in
+--- koffice-1.4.2.orig/kword/mailmerge/kspread/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/mailmerge/kspread/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,142 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/mailmerge/kspread
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kwmailmerge_kspread_la_DEPENDENCIES =  \
++	../../libkwmailmerge_interface.la \
++	$(top_builddir)/kspread/libkspreadcommon.la \
++	$(am__DEPENDENCIES_1)
++am_kwmailmerge_kspread_la_OBJECTS = kwmailmerge_kspread.lo \
++	kwmailmerge_kspread_config.lo
++#>- kwmailmerge_kspread_la_OBJECTS = $(am_kwmailmerge_kspread_la_OBJECTS)
++#>+ 5
++kwmailmerge_kspread_la_final_OBJECTS = kwmailmerge_kspread_la.all_cpp.lo 
++kwmailmerge_kspread_la_nofinal_OBJECTS = kwmailmerge_kspread.lo \
++	kwmailmerge_kspread_config.lo
++ at KDE_USE_FINAL_FALSE@kwmailmerge_kspread_la_OBJECTS = $(kwmailmerge_kspread_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kwmailmerge_kspread_la_OBJECTS = $(kwmailmerge_kspread_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kwmailmerge_kspread_la_SOURCES)
++DIST_SOURCES = $(kwmailmerge_kspread_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +181,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +196,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +207,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +228,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +261,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +281,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +302,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +321,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,128 +439,164 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(KOSCRIPT_INCLUDES) \
+            -I$(top_srcdir)/kspread -I$(top_srcdir)/kword $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kwmailmerge_kspread.la
+-
+ kwmailmerge_kspread_la_SOURCES = kwmailmerge_kspread.cpp kwmailmerge_kspread_config.cpp
+ kwmailmerge_kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kwmailmerge_kspread_la_LIBADD = ../../libkwmailmerge_interface.la \
+                                 $(top_builddir)/kspread/libkspreadcommon.la $(LIB_KDEUI)
+ 
+-
+ #>- METASOURCES = AUTO
+-
+ services_DATA = kwmailmerge_kspread.desktop
+ servicesdir = $(kde_servicesdir)
+-subdir = kword/mailmerge/kspread
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kwmailmerge_kspread_la_DEPENDENCIES = ../../libkwmailmerge_interface.la \
+-	$(top_builddir)/kspread/libkspreadcommon.la
+-am_kwmailmerge_kspread_la_OBJECTS = kwmailmerge_kspread.lo \
+-	kwmailmerge_kspread_config.lo
+-#>- kwmailmerge_kspread_la_OBJECTS = $(am_kwmailmerge_kspread_la_OBJECTS)
+-#>+ 5
+-kwmailmerge_kspread_la_final_OBJECTS = kwmailmerge_kspread_la.all_cpp.lo 
+-kwmailmerge_kspread_la_nofinal_OBJECTS = kwmailmerge_kspread.lo \
+-	kwmailmerge_kspread_config.lo
+- at KDE_USE_FINAL_FALSE@kwmailmerge_kspread_la_OBJECTS = $(kwmailmerge_kspread_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kwmailmerge_kspread_la_OBJECTS = $(kwmailmerge_kspread_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kwmailmerge_kspread.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwmailmerge_kspread_config.Plo
+-#>+ 4
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/kwmailmerge_kspread_la.all_cpp.P ./$(DEPDIR)/kwmailmerge_kspread.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwmailmerge_kspread_config.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kwmailmerge_kspread.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwmailmerge_kspread_config.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kwmailmerge_kspread_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kwmailmerge_kspread_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/kspread/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/mailmerge/kspread/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/mailmerge/kspread/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/kspread/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/kspread/Makefile
++	  $(AUTOMAKE) --gnu  kword/mailmerge/kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/kspread/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -454,7 +607,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kwmailmerge_kspread_la_LDFLAGS) $(kwmailmerge_kspread_la_OBJECTS) $(kwmailmerge_kspread_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -462,27 +615,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kwmailmerge_kspread.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kwmailmerge_kspread_config.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -493,30 +645,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -525,6 +671,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -536,8 +683,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -546,21 +709,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -578,10 +741,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -593,7 +756,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -601,7 +764,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -617,14 +780,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -644,7 +810,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -652,21 +819,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -700,7 +876,7 @@
+ 	-rm -f  kwmailmerge_kspread.moc kwmailmerge_kspread_config.moc
+ 
+ #>+ 2
+-KDE_DIST=kwmailmerge_kspread.h kwmailmerge_kspread.desktop kwmailmerge_kspread_config.h 
++KDE_DIST=kwmailmerge_kspread.h Makefile.in kwmailmerge_kspread.desktop kwmailmerge_kspread_config.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -709,10 +885,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/kspread/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/kspread/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/mailmerge/kspread/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/kspread/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/mailmerge/Makefile.in koffice-1.4.2/kword/mailmerge/Makefile.in
+--- koffice-1.4.2.orig/kword/mailmerge/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/mailmerge/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,149 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/mailmerge
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kwmailmerge_classic_la_DEPENDENCIES = ../libkwmailmerge_interface.la \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kwmailmerge_classic_la_OBJECTS = serialletter_classicplugin.lo
++#>- kwmailmerge_classic_la_OBJECTS = $(am_kwmailmerge_classic_la_OBJECTS)
++#>+ 1
++kwmailmerge_classic_la_OBJECTS = serialletter_classicplugin.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kwmailmerge_classic_la_SOURCES)
++DIST_SOURCES = $(kwmailmerge_classic_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = . kabc kspread sql
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +188,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +203,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +214,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +235,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +268,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +288,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +309,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +328,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,129 +446,162 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula $(KOTEXT_INCLUDES) -I$(top_srcdir)/kword $(all_includes)
+-
+ kde_module_LTLIBRARIES = kwmailmerge_classic.la
+-
+ kwmailmerge_classic_la_SOURCES = serialletter_classicplugin.cc
+ kwmailmerge_classic_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kwmailmerge_classic_la_LIBADD = ../libkwmailmerge_interface.la $(LIB_KDEUI) $(LIB_KOTEXT)
+-
+ #>- METASOURCES = AUTO
+-
+ services_DATA = kwserialletter_classic.desktop
+ servicesdir = $(kde_servicesdir)
+-
+ @include_sql_TRUE at SQLDIRECTORY = sql
+-
+ SUBDIRS = . kabc kspread $(SQLDIRECTORY)
+-subdir = kword/mailmerge
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kwmailmerge_classic_la_DEPENDENCIES = ../libkwmailmerge_interface.la
+-am_kwmailmerge_classic_la_OBJECTS = serialletter_classicplugin.lo
+-#>- kwmailmerge_classic_la_OBJECTS = $(am_kwmailmerge_classic_la_OBJECTS)
+-#>+ 1
+-kwmailmerge_classic_la_OBJECTS = serialletter_classicplugin.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/serialletter_classicplugin.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/serialletter_classicplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kwmailmerge_classic_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = . kabc kspread sql
+-SOURCES = $(kwmailmerge_classic_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/mailmerge/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/mailmerge/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/Makefile
++	  $(AUTOMAKE) --gnu  kword/mailmerge/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -455,34 +612,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kwmailmerge_classic_la_LDFLAGS) $(kwmailmerge_classic_la_OBJECTS) $(kwmailmerge_classic_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/serialletter_classicplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -493,23 +649,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -519,7 +674,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -531,7 +692,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -539,7 +700,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -560,17 +727,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -580,14 +746,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -596,8 +771,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -606,21 +797,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -637,13 +828,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -653,8 +846,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -666,7 +860,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -674,7 +868,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -690,14 +884,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -717,7 +914,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -725,29 +923,34 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-man install-recursive install-servicesDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-recursive \
+-	uninstall-servicesDATA
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kde_moduleLTLIBRARIES install-man \
++	install-servicesDATA install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -774,7 +977,7 @@
+ 	-rm -f  serialletter_classicplugin.moc
+ 
+ #>+ 2
+-KDE_DIST=serialletter_classicplugin.h kwserialletter_classic.desktop configure.in.in 
++KDE_DIST=serialletter_classicplugin.h Makefile.in kwserialletter_classic.desktop configure.in.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -783,10 +986,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/mailmerge/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/mailmerge/sql/Makefile.in koffice-1.4.2/kword/mailmerge/sql/Makefile.in
+--- koffice-1.4.2.orig/kword/mailmerge/sql/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/mailmerge/sql/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,166 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/mailmerge/sql
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kwmailmerge_qtsqldb_la_DEPENDENCIES = libmailmergesqlcommon.la \
++	../../libkwmailmerge_interface.la $(am__DEPENDENCIES_1)
++am_kwmailmerge_qtsqldb_la_OBJECTS = serialletter_qtsqlplugin.lo \
++	mailmerge_qtsqlplugin_easyfilter.lo
++#>- kwmailmerge_qtsqldb_la_OBJECTS = $(am_kwmailmerge_qtsqldb_la_OBJECTS)
++#>+ 5
++kwmailmerge_qtsqldb_la_final_OBJECTS = kwmailmerge_qtsqldb_la.all_cc.lo 
++kwmailmerge_qtsqldb_la_nofinal_OBJECTS = serialletter_qtsqlplugin.lo \
++	mailmerge_qtsqlplugin_easyfilter.lo qtsqldatasourceeditor.lo
++ at KDE_USE_FINAL_FALSE@kwmailmerge_qtsqldb_la_OBJECTS = $(kwmailmerge_qtsqldb_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kwmailmerge_qtsqldb_la_OBJECTS = $(kwmailmerge_qtsqldb_la_final_OBJECTS)
++kwmailmerge_qtsqldb_power_la_DEPENDENCIES = libmailmergesqlcommon.la \
++	../../libkwmailmerge_interface.la $(am__DEPENDENCIES_1)
++am_kwmailmerge_qtsqldb_power_la_OBJECTS =  \
++	serialletter_qtsql_power_plugin.lo
++#>- kwmailmerge_qtsqldb_power_la_OBJECTS =  \
++#>- 	$(am_kwmailmerge_qtsqldb_power_la_OBJECTS)
++#>+ 4
++kwmailmerge_qtsqldb_power_la_final_OBJECTS = kwmailmerge_qtsqldb_power_la.all_cc.lo 
++kwmailmerge_qtsqldb_power_la_nofinal_OBJECTS = serialletter_qtsql_power_plugin.lo serialletter_qtsql_power_plugin_skel.lo kwqtsqlpower.lo
++ at KDE_USE_FINAL_FALSE@kwmailmerge_qtsqldb_power_la_OBJECTS = $(kwmailmerge_qtsqldb_power_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kwmailmerge_qtsqldb_power_la_OBJECTS = $(kwmailmerge_qtsqldb_power_la_final_OBJECTS)
++libmailmergesqlcommon_la_LIBADD =
++am_libmailmergesqlcommon_la_OBJECTS = qtsqlopeneditor.lo \
++	serialletter_qtsql_base.lo
++#>- libmailmergesqlcommon_la_OBJECTS =  \
++#>- 	$(am_libmailmergesqlcommon_la_OBJECTS)
++#>+ 5
++libmailmergesqlcommon_la_final_OBJECTS = libmailmergesqlcommon_la.all_cc.lo 
++libmailmergesqlcommon_la_nofinal_OBJECTS = qtsqlopeneditor.lo \
++	serialletter_qtsql_base.lo serialletter_qtsql_base_skel.lo qtsqlopenwidget.lo
++ at KDE_USE_FINAL_FALSE@libmailmergesqlcommon_la_OBJECTS = $(libmailmergesqlcommon_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libmailmergesqlcommon_la_OBJECTS = $(libmailmergesqlcommon_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kwmailmerge_qtsqldb_la_SOURCES) \
++	$(kwmailmerge_qtsqldb_power_la_SOURCES) \
++	$(libmailmergesqlcommon_la_SOURCES)
++DIST_SOURCES = $(kwmailmerge_qtsqldb_la_SOURCES) \
++	$(kwmailmerge_qtsqldb_power_la_SOURCES) \
++	$(libmailmergesqlcommon_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +205,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +220,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +231,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +252,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +285,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +305,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +326,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +345,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +463,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,9 +539,7 @@
+ AM_CPPFLAGS = $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula \
+ 	      $(KOTEXT_INCLUDES) -I$(top_srcdir)/kword $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = kwmailmerge_qtsqldb.la kwmailmerge_qtsqldb_power.la
+-
+ #>- kwmailmerge_qtsqldb_la_SOURCES = serialletter_qtsqlplugin.cc qtsqldatasourceeditor.ui \
+ #>- 				 mailmerge_qtsqlplugin_easyfilter.cc
+ #>+ 2
+@@ -344,7 +549,6 @@
+ kwmailmerge_qtsqldb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kwmailmerge_qtsqldb_la_LIBADD = libmailmergesqlcommon.la ../../libkwmailmerge_interface.la $(LIB_KDEUI)
+ kwmailmerge_qtsqldb_la_COMPILE_FIRST = qtsqlopenwidget.h
+-
+ #>- kwmailmerge_qtsqldb_power_la_SOURCES = serialletter_qtsql_power_plugin.cc kwqtsqlpower.ui serialletter_qtsql_power_plugin.skel
+ #>+ 1
+ kwmailmerge_qtsqldb_power_la_SOURCES=serialletter_qtsql_power_plugin.cc   serialletter_qtsql_power_plugin_skel.cc kwqtsqlpower.cc
+@@ -357,143 +561,83 @@
+ #>- libmailmergesqlcommon_la_SOURCES = qtsqlopeneditor.cc serialletter_qtsql_base.skel qtsqlopenwidget.ui serialletter_qtsql_base.cc
+ #>+ 1
+ libmailmergesqlcommon_la_SOURCES=qtsqlopeneditor.cc   serialletter_qtsql_base.cc serialletter_qtsql_base_skel.cc qtsqlopenwidget.cc
+-
+ #>- METASOURCES = AUTO
+ 
+ #services_DATA=kwserialletter_qtsqldb.desktop kwserialletter_qtsqldb_power.desktop
+ services_DATA = kwserialletter_qtsqldb_power.desktop
+ servicesdir = $(kde_servicesdir)
+-subdir = kword/mailmerge/sql
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(noinst_LTLIBRARIES)
+-
+-kwmailmerge_qtsqldb_la_DEPENDENCIES = libmailmergesqlcommon.la \
+-	../../libkwmailmerge_interface.la
+-am_kwmailmerge_qtsqldb_la_OBJECTS = serialletter_qtsqlplugin.lo \
+-	mailmerge_qtsqlplugin_easyfilter.lo
+-#>- kwmailmerge_qtsqldb_la_OBJECTS = $(am_kwmailmerge_qtsqldb_la_OBJECTS)
+-#>+ 5
+-kwmailmerge_qtsqldb_la_final_OBJECTS = kwmailmerge_qtsqldb_la.all_cc.lo 
+-kwmailmerge_qtsqldb_la_nofinal_OBJECTS = serialletter_qtsqlplugin.lo \
+-	mailmerge_qtsqlplugin_easyfilter.lo qtsqldatasourceeditor.lo
+- at KDE_USE_FINAL_FALSE@kwmailmerge_qtsqldb_la_OBJECTS = $(kwmailmerge_qtsqldb_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kwmailmerge_qtsqldb_la_OBJECTS = $(kwmailmerge_qtsqldb_la_final_OBJECTS)
+-kwmailmerge_qtsqldb_power_la_DEPENDENCIES = libmailmergesqlcommon.la \
+-	../../libkwmailmerge_interface.la
+-am_kwmailmerge_qtsqldb_power_la_OBJECTS = \
+-	serialletter_qtsql_power_plugin.lo
+-#>- kwmailmerge_qtsqldb_power_la_OBJECTS = \
+-#>- 	$(am_kwmailmerge_qtsqldb_power_la_OBJECTS)
+-#>+ 4
+-kwmailmerge_qtsqldb_power_la_final_OBJECTS = kwmailmerge_qtsqldb_power_la.all_cc.lo 
+-kwmailmerge_qtsqldb_power_la_nofinal_OBJECTS = serialletter_qtsql_power_plugin.lo serialletter_qtsql_power_plugin_skel.lo kwqtsqlpower.lo
+- at KDE_USE_FINAL_FALSE@kwmailmerge_qtsqldb_power_la_OBJECTS = $(kwmailmerge_qtsqldb_power_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kwmailmerge_qtsqldb_power_la_OBJECTS = $(kwmailmerge_qtsqldb_power_la_final_OBJECTS)
+-libmailmergesqlcommon_la_LDFLAGS =
+-libmailmergesqlcommon_la_LIBADD =
+-am_libmailmergesqlcommon_la_OBJECTS = qtsqlopeneditor.lo \
+-	serialletter_qtsql_base.lo
+-#>- libmailmergesqlcommon_la_OBJECTS = \
+-#>- 	$(am_libmailmergesqlcommon_la_OBJECTS)
+-#>+ 5
+-libmailmergesqlcommon_la_final_OBJECTS = libmailmergesqlcommon_la.all_cc.lo 
+-libmailmergesqlcommon_la_nofinal_OBJECTS = qtsqlopeneditor.lo \
+-	serialletter_qtsql_base.lo serialletter_qtsql_base_skel.lo qtsqlopenwidget.lo
+- at KDE_USE_FINAL_FALSE@libmailmergesqlcommon_la_OBJECTS = $(libmailmergesqlcommon_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libmailmergesqlcommon_la_OBJECTS = $(libmailmergesqlcommon_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/mailmerge_qtsqlplugin_easyfilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/qtsqlopeneditor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsql_base.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsql_power_plugin.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsqlplugin.Plo
+-#>+ 10
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/qtsqldatasourceeditor.P $(DEPDIR)/serialletter_qtsql_power_plugin_skel.P $(DEPDIR)/kwqtsqlpower.P $(DEPDIR)/serialletter_qtsql_base_skel.P $(DEPDIR)/qtsqlopenwidget.P  $(DEPDIR)/kwmailmerge_qtsqldb_la.all_cc.P $(DEPDIR)/kwmailmerge_qtsqldb_power_la.all_cc.P $(DEPDIR)/libmailmergesqlcommon_la.all_cc.P ./$(DEPDIR)/mailmerge_qtsqlplugin_easyfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/qtsqlopeneditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsql_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsql_power_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsqlplugin.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/qtsqldatasourceeditor.P $(DEPDIR)/serialletter_qtsql_power_plugin_skel.P $(DEPDIR)/kwqtsqlpower.P $(DEPDIR)/serialletter_qtsql_base_skel.P $(DEPDIR)/qtsqlopenwidget.P ./$(DEPDIR)/mailmerge_qtsqlplugin_easyfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/qtsqlopeneditor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsql_base.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsql_power_plugin.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/serialletter_qtsqlplugin.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kwmailmerge_qtsqldb_la_SOURCES) \
+-	$(kwmailmerge_qtsqldb_power_la_SOURCES) \
+-	$(libmailmergesqlcommon_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kwmailmerge_qtsqldb_la_SOURCES) $(kwmailmerge_qtsqldb_power_la_SOURCES) $(libmailmergesqlcommon_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/sql/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/mailmerge/sql/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/mailmerge/sql/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/sql/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/sql/Makefile
++	  $(AUTOMAKE) --gnu  kword/mailmerge/sql/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/sql/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -502,7 +646,7 @@
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -520,7 +664,7 @@
+ 	$(CXXLINK)  $(libmailmergesqlcommon_la_LDFLAGS) $(libmailmergesqlcommon_la_OBJECTS) $(libmailmergesqlcommon_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -531,27 +675,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/serialletter_qtsql_power_plugin.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/serialletter_qtsqlplugin.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -562,30 +705,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -594,6 +731,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -605,8 +743,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -615,21 +769,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -647,10 +801,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -662,7 +816,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -670,7 +824,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -686,14 +840,17 @@
+ 	clean-noinstLTLIBRARIES mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -713,7 +870,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -721,20 +879,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+ 	clean-kde_moduleLTLIBRARIES clean-libtool \
+-	clean-noinstLTLIBRARIES distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
+-	install-exec-am install-info install-info-am \
+-	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	clean-noinstLTLIBRARIES ctags 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-exec install-exec-am \
++	install-info install-info-am install-kde_moduleLTLIBRARIES \
++	install-man install-servicesDATA install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ 	tags uninstall uninstall-am uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
+ 
+@@ -814,7 +980,7 @@
+ 	-rm -f  serialletter_qtsqlplugin.moc serialletter_qtsql_power_plugin.moc qtsqlopeneditor.moc mailmerge_qtsqlplugin_easyfilter.moc serialletter_qtsql_base.moc
+ 
+ #>+ 2
+-KDE_DIST=kwserialletter_qtsqldb.desktop serialletter_qtsql_base.h qtsqlopeneditor.h serialletter_qtsql_power_plugin.h qtsqldatasourceeditor.ui.h kwqtsqlpower.ui qtsqlopenwidget.ui serialletter_sqlcursor.h qtsqldatasourceeditor.ui mailmerge_qtsqlplugin_easyfilter.h serialletter_qtsqlplugin.h kwserialletter_qtsqldb_power.desktop 
++KDE_DIST=Makefile.in kwserialletter_qtsqldb.desktop serialletter_qtsql_base.h qtsqlopeneditor.h serialletter_qtsql_power_plugin.h qtsqldatasourceeditor.ui.h kwqtsqlpower.ui qtsqlopenwidget.ui serialletter_sqlcursor.h qtsqldatasourceeditor.ui mailmerge_qtsqlplugin_easyfilter.h serialletter_qtsqlplugin.h kwserialletter_qtsqldb_power.desktop Makefile.am 
+ 
+ #>+ 5
+ clean-idl:
+@@ -836,10 +1002,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/mailmerge/sql/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/mailmerge/sql/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/mailmerge/sql/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/mailmerge/sql/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/Makefile.in koffice-1.4.2/kword/Makefile.in
+--- koffice-1.4.2.orig/kword/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,249 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = kword
++DIST_COMMON = $(kwinclude_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in AUTHORS TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" \
++	"$(DESTDIR)$(kdelnkdir)" \
++	"$(DESTDIR)$(kwmailmerge_servicetypedir)" "$(DESTDIR)$(rcdir)" \
++	"$(DESTDIR)$(kwincludedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
++	$(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kword_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kword_la_DEPENDENCIES = libkdeinit_kword.la
++#>- am_kword_la_OBJECTS = main.lo
++#>+ 1
++am_kword_la_OBJECTS = kword_dummy.lo
++#>- kword_la_OBJECTS = $(am_kword_la_OBJECTS)
++#>+ 1
++kword_la_OBJECTS = kword_dummy.lo
++libkwmailmerge_interface_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkwmailmerge_interface_la_OBJECTS = mailmerge_interface.lo
++#>- libkwmailmerge_interface_la_OBJECTS =  \
++#>- 	$(am_libkwmailmerge_interface_la_OBJECTS)
++#>+ 4
++libkwmailmerge_interface_la_final_OBJECTS = libkwmailmerge_interface_la.all_cc.lo 
++libkwmailmerge_interface_la_nofinal_OBJECTS = mailmerge_interface.lo mailmerge_interface_skel.lo
++ at KDE_USE_FINAL_FALSE@libkwmailmerge_interface_la_OBJECTS = $(libkwmailmerge_interface_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkwmailmerge_interface_la_OBJECTS = $(libkwmailmerge_interface_la_final_OBJECTS)
++libkwordpart_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) ../lib/kformula/libkformulalib.la \
++	./libkwmailmerge_interface.la
++am_libkwordpart_la_OBJECTS = kwtableframeset.lo kwcanvas.lo kwframe.lo \
++	kwformulaframe.lo kwfactory.lo kwdoc.lo kwview.lo \
++	kwviewmode.lo kwtextparag.lo kwtextdocument.lo \
++	kwtextframeset.lo kwpartframeset.lo kwtextimage.lo kwanchor.lo \
++	kwconfig.lo kwvariable.lo framedia.lo footnotedia.lo \
++	kwframestyle.lo kwframestylemanager.lo kwtablestyle.lo \
++	kwtablestylemanager.lo kwtabletemplate.lo \
++	kwtabletemplateselector.lo tabledia.lo insdia.lo deldia.lo \
++	docstruct.lo contents.lo kwstylemanager.lo searchdia.lo \
++	resizehandles.lo kwcommand.lo kwordmailmergedatabaseiface.lo \
++	mailmerge.lo mailmerge_actions.lo \
++	kweditpersonnalexpressiondia.lo splitcellsdia.lo \
++	kwinsertpicdia.lo KWordDocIface.lo KWordViewIface.lo \
++	KWordTextFrameSetIface.lo KWordTextFrameSetEditIface.lo \
++	KWordFrameSetIface.lo KWordFormulaFrameSetIface.lo \
++	KWordFormulaFrameSetEditIface.lo KWordPictureFrameSetIface.lo \
++	KWordTableFrameSetIface.lo KWordPartFrameSetIface.lo \
++	kwbgspellcheck.lo resizetabledia.lo kwframelayout.lo \
++	configfootnotedia.lo kwcreatebookmarkdia.lo \
++	kwimportstyledia.lo KWordFootNoteFrameSetIface.lo \
++	KWordHorizontalLineFrameSetIface.lo \
++	kwinserthorizontallinedia.lo sortdia.lo kwinsertpagedia.lo \
++	kwbookmark.lo paragvisitors.lo kwoasisloader.lo \
++	kwoasissaver.lo
++#>- libkwordpart_la_OBJECTS = $(am_libkwordpart_la_OBJECTS)
++#>+ 27
++libkwordpart_la_final_OBJECTS = libkwordpart_la.all_cc.lo 
++libkwordpart_la_nofinal_OBJECTS = kwtableframeset.lo kwcanvas.lo kwframe.lo \
++	kwformulaframe.lo kwfactory.lo kwdoc.lo kwview.lo \
++	kwviewmode.lo kwtextparag.lo kwtextdocument.lo \
++	kwtextframeset.lo kwpartframeset.lo kwtextimage.lo kwanchor.lo \
++	kwconfig.lo kwvariable.lo framedia.lo footnotedia.lo \
++	kwframestyle.lo kwframestylemanager.lo kwtablestyle.lo \
++	kwtablestylemanager.lo kwtabletemplate.lo \
++	kwtabletemplateselector.lo tabledia.lo insdia.lo deldia.lo \
++	docstruct.lo contents.lo kwstylemanager.lo searchdia.lo \
++	resizehandles.lo kwcommand.lo kwordmailmergedatabaseiface.lo \
++	mailmerge.lo mailmerge_actions.lo \
++	kweditpersonnalexpressiondia.lo splitcellsdia.lo \
++	kwinsertpicdia.lo KWordDocIface.lo KWordViewIface.lo \
++	KWordTextFrameSetIface.lo KWordTextFrameSetEditIface.lo \
++	KWordFrameSetIface.lo KWordFormulaFrameSetIface.lo \
++	KWordFormulaFrameSetEditIface.lo KWordPictureFrameSetIface.lo \
++	KWordTableFrameSetIface.lo KWordPartFrameSetIface.lo \
++	kwbgspellcheck.lo resizetabledia.lo kwframelayout.lo \
++	configfootnotedia.lo kwcreatebookmarkdia.lo \
++	kwimportstyledia.lo KWordFootNoteFrameSetIface.lo \
++	KWordHorizontalLineFrameSetIface.lo \
++	kwinserthorizontallinedia.lo sortdia.lo kwinsertpagedia.lo \
++	kwbookmark.lo paragvisitors.lo kwoasisloader.lo \
++	kwoasissaver.lo KWordMailMergeDatabaseIface_skel.lo KWordDocIface_skel.lo KWordViewIface_skel.lo KWordTextFrameSetIface_skel.lo KWordTextFrameSetEditIface_skel.lo KWordFrameSetIface_skel.lo KWordFormulaFrameSetIface_skel.lo KWordFormulaFrameSetEditIface_skel.lo KWordPictureFrameSetIface_skel.lo KWordTableFrameSetIface_skel.lo KWordPartFrameSetIface_skel.lo KWordFootNoteFrameSetIface_skel.lo kwcreatebookmarkdiabase.lo kwselectbookmarkdiabase.lo
++ at KDE_USE_FINAL_FALSE@libkwordpart_la_OBJECTS = $(libkwordpart_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkwordpart_la_OBJECTS = $(libkwordpart_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kword$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kword_la_SOURCES) $(libkwmailmerge_interface_la_SOURCES) \
++#>- 	$(libkwordpart_la_SOURCES)
++#>+ 2
++SOURCES = $(kword_la_SOURCES) $(libkwmailmerge_interface_la_SOURCES) \
++	$(libkwordpart_la_SOURCES) $(kword_SOURCES) 
++#>- DIST_SOURCES = $(kword_la_SOURCES) \
++#>- 	$(libkwmailmerge_interface_la_SOURCES) \
++#>- 	$(libkwordpart_la_SOURCES)
++#>+ 3
++DIST_SOURCES = $(kword_la_SOURCES) \
++	$(libkwmailmerge_interface_la_SOURCES) \
++	$(libkwordpart_la_SOURCES) $(kword_SOURCES) 
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++kdelnkDATA_INSTALL = $(INSTALL_DATA)
++kwmailmerge_servicetypeDATA_INSTALL = $(INSTALL_DATA)
++rcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA) $(kdelnk_DATA) \
++	$(kwmailmerge_servicetype_DATA) $(rc_DATA)
++kwincludeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(kwinclude_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +288,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +303,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +314,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +335,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +368,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +388,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +409,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +428,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +546,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula \
+ 	$(KOTEXT_INCLUDES) $(all_includes)
+ 
+-
+ kde_module_LTLIBRARIES = libkwordpart.la
+-
+ #>- libkwordpart_la_SOURCES = kwtableframeset.cc kwcanvas.cc kwframe.cc kwformulaframe.cc \
+ #>- 		kwfactory.cc kwdoc.cc \
+ #>- 		kwview.cc  \
+@@ -413,16 +700,13 @@
+ 		sortdia.cc kwinsertpagedia.cc kwbookmark.cc paragvisitors.cc \
+ 		kwoasisloader.cc kwoasissaver.cc KWordMailMergeDatabaseIface_skel.cc KWordDocIface_skel.cc KWordViewIface_skel.cc KWordTextFrameSetIface_skel.cc KWordTextFrameSetEditIface_skel.cc KWordFrameSetIface_skel.cc KWordFormulaFrameSetIface_skel.cc KWordFormulaFrameSetEditIface_skel.cc KWordPictureFrameSetIface_skel.cc KWordTableFrameSetIface_skel.cc KWordPartFrameSetIface_skel.cc KWordFootNoteFrameSetIface_skel.cc kwcreatebookmarkdiabase.cc kwselectbookmarkdiabase.cc
+ 
+-
+ # Remove files out of this list: KWordHorizontalLineFrameSetIface.skel
+ libkwordpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
+ libkwordpart_la_LIBADD = $(LIB_KOFFICEUI) $(LIB_KOTEXT) ../lib/kformula/libkformulalib.la ./libkwmailmerge_interface.la 
+ #>- METASOURCES = AUTO
+-
+ #>- lib_LTLIBRARIES = libkwmailmerge_interface.la
+ #>+ 1
+ lib_LTLIBRARIES = libkwmailmerge_interface.la  libkdeinit_kword.la
+-
+ #>- libkwmailmerge_interface_la_SOURCES = mailmerge_interface.cc mailmerge_interface.skel
+ #>+ 1
+ libkwmailmerge_interface_la_SOURCES=mailmerge_interface.cc  mailmerge_interface_skel.cc
+@@ -432,438 +716,146 @@
+ libkwmailmerge_interface_la_LIBADD = $(LIB_QT) -lDCOP
+ kwincludedir = $(includedir)/kword
+ kwinclude_HEADERS = mailmerge_interface.h
+-
+ kwmailmerge_servicetype_DATA = kwmailmerge.desktop
+ kwmailmerge_servicetypedir = $(kde_servicetypesdir)
+-
+ kdeinit_LTLIBRARIES = kword.la
+-bin_PROGRAMS = 
+ kword_la_SOURCES = main.cc
+ kword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ #>- kword_la_LIBADD = $(LIB_KOFFICECORE)
+ #>+ 1
+ kword_la_LIBADD = libkdeinit_kword.la
+-
+ kdelnk_DATA = kword.desktop
+ kdelnkdir = $(kde_appsdir)/Office
+-
+ kde_services_DATA = kwordpart.desktop
+-
+ rcdir = $(kde_datadir)/kword
+ rc_DATA = kword.rc kword_readonly.rc
+-
+ SUBDIRS = . mailmerge templates dtd pics toolbar expression data
+-subdir = kword
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(kdeinit_LTLIBRARIES) \
+-	$(lib_LTLIBRARIES)
+-
+-#>- kword_la_DEPENDENCIES =
+-#>+ 1
+-kword_la_DEPENDENCIES = libkdeinit_kword.la
+-#>- am_kword_la_OBJECTS = main.lo
+-#>+ 1
+-am_kword_la_OBJECTS = kword_dummy.lo
+-#>- kword_la_OBJECTS = $(am_kword_la_OBJECTS)
+-#>+ 1
+-kword_la_OBJECTS = kword_dummy.lo
+-libkwmailmerge_interface_la_DEPENDENCIES =
+-am_libkwmailmerge_interface_la_OBJECTS = mailmerge_interface.lo
+-#>- libkwmailmerge_interface_la_OBJECTS = \
+-#>- 	$(am_libkwmailmerge_interface_la_OBJECTS)
+-#>+ 4
+-libkwmailmerge_interface_la_final_OBJECTS = libkwmailmerge_interface_la.all_cc.lo 
+-libkwmailmerge_interface_la_nofinal_OBJECTS = mailmerge_interface.lo mailmerge_interface_skel.lo
+- at KDE_USE_FINAL_FALSE@libkwmailmerge_interface_la_OBJECTS = $(libkwmailmerge_interface_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkwmailmerge_interface_la_OBJECTS = $(libkwmailmerge_interface_la_final_OBJECTS)
+-libkwordpart_la_DEPENDENCIES = ../lib/kformula/libkformulalib.la \
+-	./libkwmailmerge_interface.la
+-am_libkwordpart_la_OBJECTS = kwtableframeset.lo kwcanvas.lo kwframe.lo \
+-	kwformulaframe.lo kwfactory.lo kwdoc.lo kwview.lo kwviewmode.lo \
+-	kwtextparag.lo kwtextdocument.lo kwtextframeset.lo \
+-	kwpartframeset.lo kwtextimage.lo kwanchor.lo kwconfig.lo \
+-	kwvariable.lo framedia.lo footnotedia.lo kwframestyle.lo \
+-	kwframestylemanager.lo kwtablestyle.lo kwtablestylemanager.lo \
+-	kwtabletemplate.lo kwtabletemplateselector.lo tabledia.lo \
+-	insdia.lo deldia.lo docstruct.lo contents.lo kwstylemanager.lo \
+-	searchdia.lo resizehandles.lo kwcommand.lo \
+-	kwordmailmergedatabaseiface.lo mailmerge.lo \
+-	mailmerge_actions.lo kweditpersonnalexpressiondia.lo \
+-	splitcellsdia.lo kwinsertpicdia.lo KWordDocIface.lo \
+-	KWordViewIface.lo KWordTextFrameSetIface.lo \
+-	KWordTextFrameSetEditIface.lo KWordFrameSetIface.lo \
+-	KWordFormulaFrameSetIface.lo KWordFormulaFrameSetEditIface.lo \
+-	KWordPictureFrameSetIface.lo KWordTableFrameSetIface.lo \
+-	KWordPartFrameSetIface.lo kwbgspellcheck.lo resizetabledia.lo \
+-	kwframelayout.lo configfootnotedia.lo kwcreatebookmarkdia.lo \
+-	kwimportstyledia.lo KWordFootNoteFrameSetIface.lo \
+-	KWordHorizontalLineFrameSetIface.lo \
+-	kwinserthorizontallinedia.lo sortdia.lo kwinsertpagedia.lo \
+-	kwbookmark.lo paragvisitors.lo kwoasisloader.lo kwoasissaver.lo
+-#>- libkwordpart_la_OBJECTS = $(am_libkwordpart_la_OBJECTS)
+-#>+ 25
+-libkwordpart_la_final_OBJECTS = libkwordpart_la.all_cc.lo 
+-libkwordpart_la_nofinal_OBJECTS = kwtableframeset.lo kwcanvas.lo kwframe.lo \
+-	kwformulaframe.lo kwfactory.lo kwdoc.lo kwview.lo kwviewmode.lo \
+-	kwtextparag.lo kwtextdocument.lo kwtextframeset.lo \
+-	kwpartframeset.lo kwtextimage.lo kwanchor.lo kwconfig.lo \
+-	kwvariable.lo framedia.lo footnotedia.lo kwframestyle.lo \
+-	kwframestylemanager.lo kwtablestyle.lo kwtablestylemanager.lo \
+-	kwtabletemplate.lo kwtabletemplateselector.lo tabledia.lo \
+-	insdia.lo deldia.lo docstruct.lo contents.lo kwstylemanager.lo \
+-	searchdia.lo resizehandles.lo kwcommand.lo \
+-	kwordmailmergedatabaseiface.lo mailmerge.lo \
+-	mailmerge_actions.lo kweditpersonnalexpressiondia.lo \
+-	splitcellsdia.lo kwinsertpicdia.lo KWordDocIface.lo \
+-	KWordViewIface.lo KWordTextFrameSetIface.lo \
+-	KWordTextFrameSetEditIface.lo KWordFrameSetIface.lo \
+-	KWordFormulaFrameSetIface.lo KWordFormulaFrameSetEditIface.lo \
+-	KWordPictureFrameSetIface.lo KWordTableFrameSetIface.lo \
+-	KWordPartFrameSetIface.lo kwbgspellcheck.lo resizetabledia.lo \
+-	kwframelayout.lo configfootnotedia.lo kwcreatebookmarkdia.lo \
+-	kwimportstyledia.lo KWordFootNoteFrameSetIface.lo \
+-	KWordHorizontalLineFrameSetIface.lo \
+-	kwinserthorizontallinedia.lo sortdia.lo kwinsertpagedia.lo \
+-	kwbookmark.lo paragvisitors.lo kwoasisloader.lo kwoasissaver.lo KWordMailMergeDatabaseIface_skel.lo KWordDocIface_skel.lo KWordViewIface_skel.lo KWordTextFrameSetIface_skel.lo KWordTextFrameSetEditIface_skel.lo KWordFrameSetIface_skel.lo KWordFormulaFrameSetIface_skel.lo KWordFormulaFrameSetEditIface_skel.lo KWordPictureFrameSetIface_skel.lo KWordTableFrameSetIface_skel.lo KWordPartFrameSetIface_skel.lo KWordFootNoteFrameSetIface_skel.lo kwcreatebookmarkdiabase.lo kwselectbookmarkdiabase.lo
+- at KDE_USE_FINAL_FALSE@libkwordpart_la_OBJECTS = $(libkwordpart_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkwordpart_la_OBJECTS = $(libkwordpart_la_final_OBJECTS)
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kword$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KWordDocIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordFootNoteFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordFormulaFrameSetEditIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordFormulaFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordHorizontalLineFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordPartFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordPictureFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordTableFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordTextFrameSetEditIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordTextFrameSetIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KWordViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/configfootnotedia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/contents.Plo ./$(DEPDIR)/deldia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/docstruct.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/footnotedia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/framedia.Plo ./$(DEPDIR)/insdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwanchor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwbgspellcheck.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwbookmark.Plo ./$(DEPDIR)/kwcanvas.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwcommand.Plo ./$(DEPDIR)/kwconfig.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwcreatebookmarkdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwdoc.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kweditpersonnalexpressiondia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwfactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwformulaframe.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwframe.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwframelayout.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwframestyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwframestylemanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwimportstyledia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwinserthorizontallinedia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwinsertpagedia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwinsertpicdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwoasisloader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwoasissaver.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwordmailmergedatabaseiface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwpartframeset.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwstylemanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtableframeset.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtablestyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtablestylemanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtabletemplate.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtabletemplateselector.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtextdocument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtextframeset.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtextimage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwtextparag.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwvariable.Plo ./$(DEPDIR)/kwview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kwviewmode.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mailmerge.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mailmerge_actions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/mailmerge_interface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/main.Plo ./$(DEPDIR)/paragvisitors.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/resizehandles.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/resizetabledia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/searchdia.Plo ./$(DEPDIR)/sortdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/splitcellsdia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tabledia.Plo
+-#>+ 118
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/kword.la.Po $(DEPDIR)/kword_dummy.Plo $(DEPDIR)/mailmerge_interface_skel.P $(DEPDIR)/KWordMailMergeDatabaseIface_skel.P $(DEPDIR)/KWordDocIface_skel.P $(DEPDIR)/KWordViewIface_skel.P $(DEPDIR)/KWordTextFrameSetIface_skel.P $(DEPDIR)/KWordTextFrameSetEditIface_skel.P $(DEPDIR)/KWordFrameSetIface_skel.P $(DEPDIR)/KWordFormulaFrameSetIface_skel.P $(DEPDIR)/KWordFormulaFrameSetEditIface_skel.P $(DEPDIR)/KWordPictureFrameSetIface_skel.P $(DEPDIR)/KWordTableFrameSetIface_skel.P $(DEPDIR)/KWordPartFrameSetIface_skel.P $(DEPDIR)/KWordFootNoteFrameSetIface_skel.P $(DEPDIR)/kwcreatebookmarkdiabase.P $(DEPDIR)/kwselectbookmarkdiabase.P  $(DEPDIR)/libkwmailmerge_interface_la.all_cc.P $(DEPDIR)/libkwordpart_la.all_cc.P ./$(DEPDIR)/KWordDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFootNoteFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFormulaFrameSetEditIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFormulaFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordHorizontalLineFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordPartFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordPictureFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordTableFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordTextFrameSetEditIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordTextFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/configfootnotedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/contents.Plo ./$(DEPDIR)/deldia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/docstruct.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/footnotedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/framedia.Plo ./$(DEPDIR)/insdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwanchor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwbgspellcheck.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwbookmark.Plo ./$(DEPDIR)/kwcanvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwcommand.Plo ./$(DEPDIR)/kwconfig.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwcreatebookmarkdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwdoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kweditpersonnalexpressiondia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwformulaframe.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframe.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframelayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframestyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframestylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwimportstyledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwinserthorizontallinedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwinsertpagedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwinsertpicdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwoasisloader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwoasissaver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwordmailmergedatabaseiface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwpartframeset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwstylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtableframeset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtablestyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtablestylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtabletemplate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtabletemplateselector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextdocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextframeset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextparag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwvariable.Plo ./$(DEPDIR)/kwview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kwviewmode.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mailmerge.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mailmerge_actions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/mailmerge_interface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo ./$(DEPDIR)/paragvisitors.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/resizehandles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/resizetabledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/searchdia.Plo ./$(DEPDIR)/sortdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/splitcellsdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tabledia.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/kword.la.Po $(DEPDIR)/kword_dummy.Plo $(DEPDIR)/mailmerge_interface_skel.P $(DEPDIR)/KWordMailMergeDatabaseIface_skel.P $(DEPDIR)/KWordDocIface_skel.P $(DEPDIR)/KWordViewIface_skel.P $(DEPDIR)/KWordTextFrameSetIface_skel.P $(DEPDIR)/KWordTextFrameSetEditIface_skel.P $(DEPDIR)/KWordFrameSetIface_skel.P $(DEPDIR)/KWordFormulaFrameSetIface_skel.P $(DEPDIR)/KWordFormulaFrameSetEditIface_skel.P $(DEPDIR)/KWordPictureFrameSetIface_skel.P $(DEPDIR)/KWordTableFrameSetIface_skel.P $(DEPDIR)/KWordPartFrameSetIface_skel.P $(DEPDIR)/KWordFootNoteFrameSetIface_skel.P $(DEPDIR)/kwcreatebookmarkdiabase.P $(DEPDIR)/kwselectbookmarkdiabase.P ./$(DEPDIR)/KWordDocIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFootNoteFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFormulaFrameSetEditIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFormulaFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordHorizontalLineFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordPartFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordPictureFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordTableFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordTextFrameSetEditIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordTextFrameSetIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KWordViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/configfootnotedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/contents.Plo ./$(DEPDIR)/deldia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/docstruct.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/footnotedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/framedia.Plo ./$(DEPDIR)/insdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwanchor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwbgspellcheck.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwbookmark.Plo ./$(DEPDIR)/kwcanvas.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwcommand.Plo ./$(DEPDIR)/kwconfig.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwcreatebookmarkdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwdoc.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kweditpersonnalexpressiondia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwfactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwformulaframe.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframe.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframelayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframestyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwframestylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwimportstyledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwinserthorizontallinedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwinsertpagedia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwinsertpicdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwoasisloader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwoasissaver.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwordmailmergedatabaseiface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwpartframeset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwstylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtableframeset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtablestyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtablestylemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtabletemplate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtabletemplateselector.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextdocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextframeset.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextimage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwtextparag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwvariable.Plo ./$(DEPDIR)/kwview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kwviewmode.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mailmerge.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mailmerge_actions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/mailmerge_interface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/main.Plo ./$(DEPDIR)/paragvisitors.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/resizehandles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/resizetabledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/searchdia.Plo ./$(DEPDIR)/sortdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/splitcellsdia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tabledia.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kword_la_SOURCES) \
+-#>- 	$(libkwmailmerge_interface_la_SOURCES) \
+-#>- 	$(libkwordpart_la_SOURCES)
+-#>+ 3
+-DIST_SOURCES = $(kword_la_SOURCES) \
+-	$(libkwmailmerge_interface_la_SOURCES) \
+-	$(libkwordpart_la_SOURCES) $(kword_SOURCES) 
+-DATA = $(kde_services_DATA) $(kdelnk_DATA) \
+-	$(kwmailmerge_servicetype_DATA) $(rc_DATA)
+-
+-HEADERS = $(kwinclude_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(kwinclude_HEADERS) AUTHORS Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-#>- SOURCES = $(kword_la_SOURCES) $(libkwmailmerge_interface_la_SOURCES) $(libkwordpart_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kword_la_SOURCES) $(libkwmailmerge_interface_la_SOURCES) $(libkwordpart_la_SOURCES) $(kword_SOURCES) 
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/Makefile
++	  $(AUTOMAKE) --gnu  kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -882,18 +874,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkwordpart.la: libkwordpart.la.closure $(libkwordpart_la_OBJECTS) $(libkwordpart_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkwordpart.la: $(libkwordpart_la_OBJECTS) $(libkwordpart_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libkwordpart_la_LDFLAGS) $(libkwordpart_la_OBJECTS) $(libkwordpart_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -901,8 +892,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -913,7 +904,7 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -985,27 +976,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/splitcellsdia.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tabledia.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -1016,95 +1006,90 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+-kdelnkDATA_INSTALL = $(INSTALL_DATA)
+ install-kdelnkDATA: $(kdelnk_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdelnkdir)
++	test -z "$(kdelnkdir)" || $(mkdir_p) "$(DESTDIR)$(kdelnkdir)"
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  $(kdelnkDATA_INSTALL) $$d$$p $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kdelnkDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  $(kdelnkDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+ 
+ uninstall-kdelnkDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kdelnk_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kdelnkdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kdelnkdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kdelnkdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kdelnkdir)/$$f"; \
+ 	done
+-kwmailmerge_servicetypeDATA_INSTALL = $(INSTALL_DATA)
+ install-kwmailmerge_servicetypeDATA: $(kwmailmerge_servicetype_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kwmailmerge_servicetypedir)
++	test -z "$(kwmailmerge_servicetypedir)" || $(mkdir_p) "$(DESTDIR)$(kwmailmerge_servicetypedir)"
+ 	@list='$(kwmailmerge_servicetype_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kwmailmerge_servicetypeDATA_INSTALL) $$d$$p $(DESTDIR)$(kwmailmerge_servicetypedir)/$$f"; \
+-	  $(kwmailmerge_servicetypeDATA_INSTALL) $$d$$p $(DESTDIR)$(kwmailmerge_servicetypedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kwmailmerge_servicetypeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kwmailmerge_servicetypedir)/$$f'"; \
++	  $(kwmailmerge_servicetypeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kwmailmerge_servicetypedir)/$$f"; \
+ 	done
+ 
+ uninstall-kwmailmerge_servicetypeDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kwmailmerge_servicetype_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kwmailmerge_servicetypedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kwmailmerge_servicetypedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kwmailmerge_servicetypedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kwmailmerge_servicetypedir)/$$f"; \
+ 	done
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-kwincludeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-kwincludeHEADERS: $(kwinclude_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kwincludedir)
++	test -z "$(kwincludedir)" || $(mkdir_p) "$(DESTDIR)$(kwincludedir)"
+ 	@list='$(kwinclude_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kwincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(kwincludedir)/$$f"; \
+-	  $(kwincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(kwincludedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kwincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(kwincludedir)/$$f'"; \
++	  $(kwincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(kwincludedir)/$$f"; \
+ 	done
+ 
+ uninstall-kwincludeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kwinclude_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kwincludedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kwincludedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kwincludedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kwincludedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -1114,7 +1099,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -1126,7 +1117,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -1134,7 +1125,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -1155,17 +1152,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -1175,14 +1171,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -1191,8 +1196,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -1201,21 +1222,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -1230,15 +1251,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -1250,8 +1273,9 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(kde_servicesdir) $(DESTDIR)$(kdelnkdir) $(DESTDIR)$(kwmailmerge_servicetypedir) $(DESTDIR)$(rcdir) $(DESTDIR)$(kwincludedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(kdelnkdir)" "$(DESTDIR)$(kwmailmerge_servicetypedir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(kwincludedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -1263,7 +1287,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -1271,7 +1295,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -1289,27 +1313,30 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+-#>- 	install-kdeinitLTLIBRARIES install-kdelnkDATA \
+-#>- 	install-kwincludeHEADERS install-kwmailmerge_servicetypeDATA \
+-#>- 	install-rcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++#>- 	install-kdelnkDATA install-kwincludeHEADERS \
++#>- 	install-kwmailmerge_servicetypeDATA install-rcDATA
+ #>+ 4
+-install-data-am:   install-kde_servicesDATA \
+-	install-kdeinitLTLIBRARIES install-kdelnkDATA \
+-	install-kwincludeHEADERS install-kwmailmerge_servicetypeDATA \
+-	install-rcDATA
++install-data-am:   \
++	install-kde_servicesDATA install-kdeinitLTLIBRARIES \
++	install-kdelnkDATA install-kwincludeHEADERS \
++	install-kwmailmerge_servicetypeDATA install-rcDATA
+ 
+ #>- install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+ #>+ 1
+@@ -1322,7 +1349,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -1330,6 +1358,14 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
+@@ -1339,32 +1375,30 @@
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-binPROGRAMS clean-generic clean-kde_moduleLTLIBRARIES \
+-	clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-binPROGRAMS \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-binPROGRAMS clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-kdeinitLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-kdeinitLTLIBRARIES install-kdelnkDATA \
+ 	install-kwincludeHEADERS install-kwmailmerge_servicetypeDATA \
+ 	install-libLTLIBRARIES install-man install-rcDATA \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-kde_servicesDATA uninstall-kdeinitLTLIBRARIES \
+-	uninstall-kdelnkDATA uninstall-kwincludeHEADERS \
++	uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
++	uninstall-kdeinitLTLIBRARIES uninstall-kdelnkDATA \
++	uninstall-kwincludeHEADERS \
+ 	uninstall-kwmailmerge_servicetypeDATA uninstall-libLTLIBRARIES \
+-	uninstall-rcDATA uninstall-recursive
++	uninstall-rcDATA
+ 
+ 
+ messages: rc.cpp
+@@ -1383,7 +1417,7 @@
+ libkdeinit_kword_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kword_la_DEPENDENCIES = 
++libkdeinit_kword_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kword_la_OBJECTS = main.lo
+@@ -1742,7 +1776,7 @@
+ 	-rm -f  kwimportstyledia.moc kwframe.moc mailmerge_actions.moc kwtextdocument.moc kwview.moc kwinsertpicdia.moc searchdia.moc resizetabledia.moc kweditpersonnalexpressiondia.moc kwcreatebookmarkdia.moc mailmerge_interface.moc kwcanvas.moc kwinsertpagedia.moc deldia.moc framedia.moc kwframestylemanager.moc kwinserthorizontallinedia.moc kwdoc.moc footnotedia.moc docstruct.moc kwconfig.moc kwtableframeset.moc sortdia.moc kwstylemanager.moc insdia.moc configfootnotedia.moc kwpartframeset.moc tabledia.moc mailmerge.moc kwtextframeset.moc splitcellsdia.moc kwtablestylemanager.moc kwtabletemplateselector.moc kwformulaframe.moc resizehandles.moc kwfactory.moc
+ 
+ #>+ 2
+-KDE_DIST=searchdia.h kwaboutdata.h kword.desktop kwpartframeset.h kwstyle.h kwinserthorizontallinedia.h KWordPictureFrameSetIface.h kwtabletemplateselector.h KWordTextFrameSetIface.h DESIGN kwinsertpicdia.h kwtextdocument.h CHANGES kwselectbookmarkdiabase.ui kwframelayout.h kwframestyle.h kwformulaframe.h KWordPartFrameSetIface.h paragvisitors.h kwanchorpos.h kwcommand.h OASIS kwanchor.h KWordTableFrameSetIface.h kwoasisloader.h kword_readonly.rc kwvariable.h docstruct.h kwordpart.desktop kwmailmerge.desktop framedia.h resizehandles.h KWordFootNoteFrameSetIface.h kweditpersonnalexpressiondia.h kwtabletemplate.h DEBUG kwinsertpagedia.h KWordHorizontalLineFrameSetIface.h kwcanvas.h mailmerge.h kwframe.h tabledia.h kwstylemanager.h kwconfig.h kwcreatebookmarkdia.h defs.h kwdoc.h configfootnotedia.h contents.h kwframestylemanager.h deldia.h insdia.h KWordViewIface.h kwtextframeset.h kwtableframeset.h resizetabledia.h kwimportstyledia.h kwbookmark.h KWordFormulaFrameSetIface.h footnotedia.h kwtablestyle.h kwbgspellcheck.h kwtextimage.h KWordMailMergeDatabaseIface.h stylenames.cc HACKING kword.rc kwoasissaver.h splitcellsdia.h kwtablestylemanager.h kwfactory.h KWordDocIface.h kwloadinginfo.h KWordTextFrameSetEditIface.h KWordFrameSetIface.h kwview.h KWordFormulaFrameSetEditIface.h sortdia.h kwcreatebookmarkdiabase.ui kwviewmode.h kwtextparag.h mailmerge_actions.h 
++KDE_DIST=searchdia.h kwaboutdata.h kword.desktop kwpartframeset.h kwstyle.h kwinserthorizontallinedia.h KWordPictureFrameSetIface.h kwtabletemplateselector.h KWordTextFrameSetIface.h DESIGN kwinsertpicdia.h kwtextdocument.h CHANGES kwselectbookmarkdiabase.ui kwframelayout.h kwframestyle.h kwformulaframe.h KWordPartFrameSetIface.h Makefile.in paragvisitors.h kwanchorpos.h kwcommand.h OASIS kwanchor.h KWordTableFrameSetIface.h kwoasisloader.h kword_readonly.rc kwvariable.h docstruct.h kwordpart.desktop kwmailmerge.desktop framedia.h resizehandles.h KWordFootNoteFrameSetIface.h kweditpersonnalexpressiondia.h kwtabletemplate.h DEBUG kwinsertpagedia.h KWordHorizontalLineFrameSetIface.h kwcanvas.h mailmerge.h kwframe.h tabledia.h kwstylemanager.h kwconfig.h kwcreatebookmarkdia.h defs.h kwdoc.h configfootnotedia.h contents.h kwframestylemanager.h deldia.h insdia.h KWordViewIface.h kwtextframeset.h kwtableframeset.h resizetabledia.h kwimportstyledia.h kwbookmark.h KWordFormulaFrameSetIface.h footnotedia.h kwtablestyle.h kwbgspellcheck.h kwtextimage.h KWordMailMergeDatabaseIface.h stylenames.cc HACKING kword.rc kwoasissaver.h splitcellsdia.h kwtablestylemanager.h kwfactory.h KWordDocIface.h kwloadinginfo.h KWordTextFrameSetEditIface.h KWordFrameSetIface.h kwview.h KWordFormulaFrameSetEditIface.h sortdia.h kwcreatebookmarkdiabase.ui kwviewmode.h kwtextparag.h mailmerge_actions.h Makefile.am 
+ 
+ #>+ 16
+ clean-idl:
+@@ -1774,10 +1808,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/pics/Makefile.in koffice-1.4.2/kword/pics/Makefile.in
+--- koffice-1.4.2.orig/kword/pics/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/pics/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,35 +388,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_ICON = kword
+-subdir = kword/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/pics/Makefile
++	  $(AUTOMAKE) --gnu  kword/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +522,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +556,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +568,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +576,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +590,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +616,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=hi22-app-kword.png hi48-app-kword.png hi16-app-kword.png hi32-app-kword.png 
++KDE_DIST=Makefile.in hi22-app-kword.png hi48-app-kword.png hi16-app-kword.png hi32-app-kword.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -502,10 +672,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/kword.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/kword.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/templates/CardsAndLabels/Makefile.in koffice-1.4.2/kword/templates/CardsAndLabels/Makefile.in
+--- koffice-1.4.2.orig/kword/templates/CardsAndLabels/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/templates/CardsAndLabels/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/templates/CardsAndLabels
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +400,133 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ templatesubdir = CardsAndLabels
+-
+ templates_DATA = .directory BusinessCards10.desktop LabelsL16.desktop
+ templatesdir = $(kde_datadir)/kword/templates/$(templatesubdir)
+-
+ templatesrc_DATA = BusinessCards10.kwt LabelsL16.kwt
+ templatesrcdir = $(kde_datadir)/kword/templates/$(templatesubdir)/.source
+-
+ kworddir = $(kde_datadir)/kword/icons
+ kword_ICON = AUTO
+-subdir = kword/templates/CardsAndLabels
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/CardsAndLabels/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/templates/CardsAndLabels/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/templates/CardsAndLabels/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/CardsAndLabels/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/CardsAndLabels/Makefile
++	  $(AUTOMAKE) --gnu  kword/templates/CardsAndLabels/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/CardsAndLabels/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -371,59 +537,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -441,10 +608,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -456,7 +623,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -464,7 +631,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -478,13 +645,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -502,13 +671,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -517,13 +694,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -531,7 +709,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr48-action-template_businesscards10.png BusinessCards10.desktop cr48-action-template_labelsl16.png crsc-action-template_labelsl16.svgz LabelsL16.desktop BusinessCards10.kwt LabelsL16.kwt crsc-action-template_businesscards10.svgz 
++KDE_DIST=cr48-action-template_businesscards10.png BusinessCards10.desktop Makefile.in cr48-action-template_labelsl16.png crsc-action-template_labelsl16.svgz LabelsL16.desktop BusinessCards10.kwt LabelsL16.kwt crsc-action-template_businesscards10.svgz Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -551,10 +729,19 @@
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/48x48/actions/template_labelsl16.png
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/48x48/actions/template_businesscards10.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/CardsAndLabels/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/CardsAndLabels/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/templates/CardsAndLabels/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/CardsAndLabels/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/templates/DTP/Makefile.in koffice-1.4.2/kword/templates/DTP/Makefile.in
+--- koffice-1.4.2.orig/kword/templates/DTP/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/templates/DTP/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/templates/DTP
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatedir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templateDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(template_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ template_DATA = .directory SimpleLayout.desktop Empty.desktop fax.desktop
+ templatedir = $(kde_datadir)/kword/templates/Publishing
+-
+ templatesrc_DATA = SimpleLayout.kwt Empty.kwt fax.kwt
+ templatesrcdir = $(kde_datadir)/kword/templates/Publishing/.source
+-
+ kworddir = $(kde_datadir)/kword/icons
+ kword_ICON = AUTO
+-subdir = kword/templates/DTP
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(template_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/DTP/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/templates/DTP/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/templates/DTP/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/DTP/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/DTP/Makefile
++	  $(AUTOMAKE) --gnu  kword/templates/DTP/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/DTP/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templateDATA_INSTALL = $(INSTALL_DATA)
+ install-templateDATA: $(template_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir)
++	test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
+ 	@list='$(template_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
+-	  $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
++	  $(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+ 
+ uninstall-templateDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(template_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatedir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templateDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templateDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templateDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templateDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templateDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Empty.kwt crsc-action-template_empty.svgz SimpleLayout.desktop crsc-action-template_fax.svgz cr48-action-template_simplelayout.png crsc-action-template_simplelayout.svgz cr48-action-template_fax.png SimpleLayout.kwt Empty.desktop fax.kwt fax.desktop cr48-action-template_empty.png 
++KDE_DIST=Empty.kwt Makefile.in crsc-action-template_empty.svgz SimpleLayout.desktop crsc-action-template_fax.svgz cr48-action-template_simplelayout.png crsc-action-template_simplelayout.svgz cr48-action-template_fax.png SimpleLayout.kwt Empty.desktop fax.kwt fax.desktop cr48-action-template_empty.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -553,10 +732,19 @@
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/48x48/actions/template_empty.png
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/scalable/actions/template_simplelayout.svgz
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/DTP/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/DTP/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/templates/DTP/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/DTP/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/templates/Envelopes/Makefile.in koffice-1.4.2/kword/templates/Envelopes/Makefile.in
+--- koffice-1.4.2.orig/kword/templates/Envelopes/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/templates/Envelopes/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/templates/Envelopes
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +400,133 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ templatesubdir = Envelopes
+-
+ templates_DATA = .directory EnvelopeC6.desktop EnvelopeDL.desktop
+ templatesdir = $(kde_datadir)/kword/templates/$(templatesubdir)
+-
+ templatesrc_DATA = EnvelopeC6.kwt EnvelopeDL.kwt
+ templatesrcdir = $(kde_datadir)/kword/templates/$(templatesubdir)/.source
+-
+ kworddir = $(kde_datadir)/kword/icons
+ kword_ICON = AUTO
+-subdir = kword/templates/Envelopes
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Envelopes/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/templates/Envelopes/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/templates/Envelopes/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Envelopes/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/Envelopes/Makefile
++	  $(AUTOMAKE) --gnu  kword/templates/Envelopes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/Envelopes/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -371,59 +537,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -441,10 +608,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -456,7 +623,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -464,7 +631,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -478,13 +645,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -502,13 +671,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -517,13 +694,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -531,7 +709,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=EnvelopeDL.desktop EnvelopeC6.desktop EnvelopeC6.kwt crsc-action-template_envelopec6.svgz cr48-action-template_envelopedl.png cr48-action-template_envelopec6.png EnvelopeDL.kwt crsc-action-template_envelopedl.svgz 
++KDE_DIST=EnvelopeDL.desktop Makefile.in EnvelopeC6.desktop EnvelopeC6.kwt crsc-action-template_envelopec6.svgz cr48-action-template_envelopedl.png cr48-action-template_envelopec6.png EnvelopeDL.kwt crsc-action-template_envelopedl.svgz Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -551,10 +729,19 @@
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/scalable/actions/template_envelopec6.svgz
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/48x48/actions/template_envelopec6.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/Envelopes/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Envelopes/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/templates/Envelopes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/Envelopes/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/templates/Makefile.in koffice-1.4.2/kword/templates/Makefile.in
+--- koffice-1.4.2.orig/kword/templates/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/templates/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/templates
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = Wordprocessing DTP Envelopes CardsAndLabels
+-subdir = kword/templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/Makefile
++	  $(AUTOMAKE) --gnu  kword/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=make_template.pl 
++KDE_DIST=Makefile.in make_template.pl Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/templates/Wordprocessing/Makefile.in koffice-1.4.2/kword/templates/Wordprocessing/Makefile.in
+--- koffice-1.4.2.orig/kword/templates/Wordprocessing/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/templates/Wordprocessing/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,103 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/templates/Wordprocessing
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(templatesdir)" \
++	"$(DESTDIR)$(templatesrcdir)"
++templatesDATA_INSTALL = $(INSTALL_DATA)
++templatesrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(templates_DATA) $(templatesrc_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +142,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +157,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +168,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +189,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +222,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +242,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +263,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +282,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +400,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,34 +475,57 @@
+ xdg_menudir = @xdg_menudir@
+ templates_DATA = .directory PlainText.desktop TwoColumns.desktop Letter.desktop A4.desktop Memo.desktop
+ templatesdir = $(kde_datadir)/kword/templates/Normal
+-
+ templatesrc_DATA = PlainText.kwt TwoColumns.kwt Letter.kwt A4.kwt Memo.kwt
+ templatesrcdir = $(kde_datadir)/kword/templates/Normal/.source
+-
+ kworddir = $(kde_datadir)/kword/icons
+ kword_ICON = AUTO
+-subdir = kword/templates/Wordprocessing
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(templates_DATA) $(templatesrc_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Wordprocessing/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/templates/Wordprocessing/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/templates/Wordprocessing/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Wordprocessing/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/Wordprocessing/Makefile
++	  $(AUTOMAKE) --gnu  kword/templates/Wordprocessing/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/Wordprocessing/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -369,59 +536,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-templatesDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesDATA: $(templates_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir)
++	test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
+-	  $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templates_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
+ 	done
+-templatesrcDATA_INSTALL = $(INSTALL_DATA)
+ install-templatesrcDATA: $(templatesrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templatesrcdir)
++	test -z "$(templatesrcdir)" || $(mkdir_p) "$(DESTDIR)$(templatesrcdir)"
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  $(templatesrcDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templatesrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  $(templatesrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-templatesrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templatesrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templatesrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templatesrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templatesrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templatesrcdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -439,10 +607,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(templatesdir) $(DESTDIR)$(templatesrcdir)
+-
++	for dir in "$(DESTDIR)$(templatesdir)" "$(DESTDIR)$(templatesrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -454,7 +622,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -462,7 +630,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -476,13 +644,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,13 +670,21 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am uninstall-templatesDATA \
+ #>- 	uninstall-templatesrcDATA
+ #>+ 2
+@@ -515,13 +693,14 @@
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip install-templatesDATA \
+-	install-templatesrcDATA installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
+-	uninstall-am uninstall-info-am uninstall-templatesDATA \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	install-templatesDATA install-templatesrcDATA installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am uninstall-templatesDATA \
+ 	uninstall-templatesrcDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -529,7 +708,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=TwoColumns.kwt cr48-action-template_twocolumns.png Memo.desktop cr48-action-template_letter.png cr48-action-template_plaintext.png crsc-action-template_plaintext.svgz PlainText.kwt crsc-action-template_memo.svgz cr48-action-template_a4.png Memo.kwt crsc-action-template_twocolumns.svgz crsc-action-template_letter.svgz Letter.kwt A4.kwt crsc-action-template_a4.svgz A4.desktop Letter.desktop TwoColumns.desktop PlainText.desktop cr48-action-template_memo.png 
++KDE_DIST=TwoColumns.kwt cr48-action-template_twocolumns.png Memo.desktop Makefile.in cr48-action-template_letter.png cr48-action-template_plaintext.png crsc-action-template_plaintext.svgz PlainText.kwt crsc-action-template_memo.svgz cr48-action-template_a4.png Memo.kwt crsc-action-template_twocolumns.svgz crsc-action-template_letter.svgz Letter.kwt A4.kwt crsc-action-template_a4.svgz A4.desktop Letter.desktop TwoColumns.desktop PlainText.desktop cr48-action-template_memo.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -561,10 +740,19 @@
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/scalable/actions/template_letter.svgz
+ 	-rm -f $(DESTDIR)$(kworddir)/crystalsvg/scalable/actions/template_twocolumns.svgz
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/templates/Wordprocessing/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/templates/Wordprocessing/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/templates/Wordprocessing/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/templates/Wordprocessing/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/kword/toolbar/Makefile.in koffice-1.4.2/kword/toolbar/Makefile.in
+--- koffice-1.4.2.orig/kword/toolbar/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/kword/toolbar/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = kword/toolbar
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +388,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,26 +463,53 @@
+ xdg_menudir = @xdg_menudir@
+ kwordicondir = $(kde_datadir)/kword/icons
+ kwordicon_ICON = AUTO
+-subdir = kword/toolbar
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/toolbar/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  kword/toolbar/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  kword/toolbar/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/toolbar/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/toolbar/Makefile
++	  $(AUTOMAKE) --gnu  kword/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/toolbar/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -395,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -409,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -417,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -431,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -455,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr22-action-sl_addentry.png cr22-action-sl_addrecord.png cr22-action-run_bounding.png cr22-action-run_not.png cr22-action-sl_delentry.png cr22-action-run_skip.png cr22-action-sl_delrecord.png 
++KDE_DIST=cr22-action-sl_addentry.png Makefile.in cr22-action-sl_addrecord.png cr22-action-run_bounding.png cr22-action-run_not.png cr22-action-sl_delentry.png cr22-action-run_skip.png cr22-action-sl_delrecord.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -505,10 +676,19 @@
+ 	-rm -f $(DESTDIR)$(kwordicondir)/crystalsvg/22x22/actions/sl_delentry.png
+ 	-rm -f $(DESTDIR)$(kwordicondir)/crystalsvg/22x22/actions/sl_addrecord.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  kword/toolbar/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kword/toolbar/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  kword/toolbar/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit kword/toolbar/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kformula/config/Makefile.in koffice-1.4.2/lib/kformula/config/Makefile.in
+--- koffice-1.4.2.orig/lib/kformula/config/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kformula/config/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kformula/config
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(scriptsdir)"
++scriptsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(scripts_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +398,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ scripts_DATA = unicode.tbl \
+ 	esstixeight.font \
+ 	esstixeleven.font \
+@@ -355,30 +496,54 @@
+ 	euclid%20symbol.font \
+ 	symbol.font
+ 
+-
+ scriptsdir = $(kde_datadir)/kformula
+-subdir = lib/kformula/config
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(scripts_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/config/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kformula/config/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kformula/config/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/config/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/config/Makefile
++	  $(AUTOMAKE) --gnu  lib/kformula/config/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/config/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -389,41 +554,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-scriptsDATA_INSTALL = $(INSTALL_DATA)
+ install-scriptsDATA: $(scripts_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
++	test -z "$(scriptsdir)" || $(mkdir_p) "$(DESTDIR)$(scriptsdir)"
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  $(scriptsDATA_INSTALL) $$d$$p $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(scriptsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  $(scriptsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ 
+ uninstall-scriptsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(scripts_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(scriptsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(scriptsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(scriptsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(scriptsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -441,10 +608,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(scriptsdir)
+-
++	for dir in "$(DESTDIR)$(scriptsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -456,7 +623,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -464,7 +631,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -478,13 +645,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -500,39 +669,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-scriptsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-scriptsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-scriptsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-scriptsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-scriptsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=esstixfour.font esstixeight.font euclid%20symbol.font unicode.tbl esstixthree.font mt%20extra.font esstixone.font euclid%20math%20two.font esstixten.font esstixfifteen.font esstixseventeen.font symbol.font esstixsix.font esstixseven.font esstixsixteen.font esstixthirteen.font esstixnine.font esstixfive.font esstixtwo.font mt%20symbol.font esstixtwelve.font esstixfourteen.font euclid%20math%20one.font esstixeleven.font 
++KDE_DIST=esstixfour.font esstixeight.font euclid%20symbol.font unicode.tbl esstixthree.font mt%20extra.font esstixone.font euclid%20math%20two.font Makefile.in esstixten.font esstixfifteen.font esstixseventeen.font symbol.font esstixsix.font esstixseven.font esstixsixteen.font esstixthirteen.font esstixnine.font esstixfive.font esstixtwo.font mt%20symbol.font esstixtwelve.font esstixfourteen.font euclid%20math%20one.font esstixeleven.font Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/config/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/config/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kformula/config/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/config/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kformula/dtd/Makefile.in koffice-1.4.2/lib/kformula/dtd/Makefile.in
+--- koffice-1.4.2.orig/lib/kformula/dtd/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kformula/dtd/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kformula/dtd
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(dtddir)"
++dtdDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(dtd_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,38 +398,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ dtd_DATA = kformula.dtd
+-
+ dtddir = $(kde_datadir)/kformula/dtd
+-subdir = lib/kformula/dtd
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(dtd_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/dtd/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kformula/dtd/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kformula/dtd/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/dtd/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/dtd/Makefile
++	  $(AUTOMAKE) --gnu  lib/kformula/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/dtd/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -364,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-dtdDATA_INSTALL = $(INSTALL_DATA)
+ install-dtdDATA: $(dtd_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
++	test -z "$(dtddir)" || $(mkdir_p) "$(DESTDIR)$(dtddir)"
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f"; \
+-	  $(dtdDATA_INSTALL) $$d$$p $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(dtdDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtddir)/$$f'"; \
++	  $(dtdDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ 
+ uninstall-dtdDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dtd_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(dtddir)/$$f"; \
+-	  rm -f $(DESTDIR)$(dtddir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(dtddir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(dtddir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -416,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(dtddir)
+-
++	for dir in "$(DESTDIR)$(dtddir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -431,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -439,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -453,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -475,39 +645,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-dtdDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-dtdDATA install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-dtdDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-dtdDATA install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-dtdDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kformula.dtd 
++KDE_DIST=Makefile.in kformula.dtd Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/dtd/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/dtd/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kformula/dtd/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/dtd/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kformula/Makefile.in koffice-1.4.2/lib/kformula/Makefile.in
+--- koffice-1.4.2.orig/lib/kformula/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/lib/kformula/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,178 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++check_PROGRAMS = kformulatest$(EXEEXT)
++subdir = lib/kformula
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
++	AUTHORS
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkformulalib_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkformulalib_la_OBJECTS = basicelement.lo contextstyle.lo \
++	formulacursor.lo formulaelement.lo indexelement.lo \
++	kformulacontainer.lo sequenceelement.lo textelement.lo \
++	bracketelement.lo matrixelement.lo fractionelement.lo \
++	rootelement.lo symbolelement.lo kformulacommand.lo \
++	kformulamimesource.lo MatrixDialog.lo sequenceparser.lo \
++	elementtype.lo kformuladocument.lo symboltable.lo \
++	kformulamathmlread.lo kformulainputfilter.lo kformulaview.lo \
++	spaceelement.lo kformulaconfigpage.lo symbolaction.lo \
++	cmstyle.lo fontstyle.lo symbolfontstyle.lo esstixfontstyle.lo \
++	creationstrategy.lo
++#>- libkformulalib_la_OBJECTS = $(am_libkformulalib_la_OBJECTS)
++#>+ 14
++libkformulalib_la_final_OBJECTS = libkformulalib_la.all_cc.lo 
++libkformulalib_la_nofinal_OBJECTS = basicelement.lo contextstyle.lo \
++	formulacursor.lo formulaelement.lo indexelement.lo \
++	kformulacontainer.lo sequenceelement.lo textelement.lo \
++	bracketelement.lo matrixelement.lo fractionelement.lo \
++	rootelement.lo symbolelement.lo kformulacommand.lo \
++	kformulamimesource.lo MatrixDialog.lo sequenceparser.lo \
++	elementtype.lo kformuladocument.lo symboltable.lo \
++	kformulamathmlread.lo kformulainputfilter.lo kformulaview.lo \
++	spaceelement.lo kformulaconfigpage.lo symbolaction.lo \
++	cmstyle.lo fontstyle.lo symbolfontstyle.lo esstixfontstyle.lo \
++	creationstrategy.lo
++ at KDE_USE_FINAL_FALSE@libkformulalib_la_OBJECTS = $(libkformulalib_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkformulalib_la_OBJECTS = $(libkformulalib_la_final_OBJECTS)
++am_kformulatest_OBJECTS = main.$(OBJEXT) kformulawidget.$(OBJEXT)
++#>- kformulatest_OBJECTS = $(am_kformulatest_OBJECTS)
++#>+ 4
++kformulatest_final_OBJECTS = kformulatest.all_cc.o 
++kformulatest_nofinal_OBJECTS = main.$(OBJEXT) kformulawidget.$(OBJEXT)
++ at KDE_USE_FINAL_FALSE@kformulatest_OBJECTS = $(kformulatest_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@kformulatest_OBJECTS = $(kformulatest_final_OBJECTS)
++kformulatest_DEPENDENCIES = libkformulalib.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkformulalib_la_SOURCES) $(kformulatest_SOURCES)
++DIST_SOURCES = $(libkformulalib_la_SOURCES) $(kformulatest_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +217,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +232,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +243,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +264,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +297,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +317,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +338,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +357,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,22 +475,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes)
+-
+ SUBDIRS = pics dtd
+ 
+ ####### 
+ # We have to name it kformulalib, not just kformula, since that's the name of the kdeinit module for kformula.
+ lib_LTLIBRARIES = libkformulalib.la
+-
+ libkformulalib_la_SOURCES = basicelement.cc contextstyle.cc formulacursor.cc \
+ 	formulaelement.cc indexelement.cc kformulacontainer.cc \
+ 	sequenceelement.cc textelement.cc bracketelement.cc \
+@@ -351,243 +567,87 @@
+ 	fontstyle.cc symbolfontstyle.cc esstixfontstyle.cc creationstrategy.cc
+ 
+ 
+-
+ #include_HEADERS = kformulacontainer.h kformuladocument.h kformulaview.h \
+ #	kformuladefs.h kformulaconfigpage.h
+ #>- libkformulalib_la_LDFLAGS = $(all_libraries) -version-info 3:0 -no-undefined $(KDE_RPATH)
+ #>+ 1
+ libkformulalib_la_LDFLAGS = $(all_libraries) -version-info 3:0 -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH)
+ libkformulalib_la_LIBADD = $(LIB_KDEUI) $(LIB_KOTEXT)
+-
+ #>- libkformulalib_la_METASOURCES = AUTO
+-
+-check_PROGRAMS = kformulatest
+-
+ kformulatest_SOURCES = main.cc kformulawidget.cc
+ kformulatest_LDADD = libkformulalib.la
+-subdir = lib/kformula
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkformulalib_la_DEPENDENCIES =
+-am_libkformulalib_la_OBJECTS = basicelement.lo contextstyle.lo \
+-	formulacursor.lo formulaelement.lo indexelement.lo \
+-	kformulacontainer.lo sequenceelement.lo textelement.lo \
+-	bracketelement.lo matrixelement.lo fractionelement.lo \
+-	rootelement.lo symbolelement.lo kformulacommand.lo \
+-	kformulamimesource.lo MatrixDialog.lo sequenceparser.lo \
+-	elementtype.lo kformuladocument.lo symboltable.lo \
+-	kformulamathmlread.lo kformulainputfilter.lo kformulaview.lo \
+-	spaceelement.lo kformulaconfigpage.lo symbolaction.lo \
+-	cmstyle.lo fontstyle.lo symbolfontstyle.lo esstixfontstyle.lo \
+-	creationstrategy.lo
+-#>- libkformulalib_la_OBJECTS = $(am_libkformulalib_la_OBJECTS)
+-#>+ 14
+-libkformulalib_la_final_OBJECTS = libkformulalib_la.all_cc.lo 
+-libkformulalib_la_nofinal_OBJECTS = basicelement.lo contextstyle.lo \
+-	formulacursor.lo formulaelement.lo indexelement.lo \
+-	kformulacontainer.lo sequenceelement.lo textelement.lo \
+-	bracketelement.lo matrixelement.lo fractionelement.lo \
+-	rootelement.lo symbolelement.lo kformulacommand.lo \
+-	kformulamimesource.lo MatrixDialog.lo sequenceparser.lo \
+-	elementtype.lo kformuladocument.lo symboltable.lo \
+-	kformulamathmlread.lo kformulainputfilter.lo kformulaview.lo \
+-	spaceelement.lo kformulaconfigpage.lo symbolaction.lo \
+-	cmstyle.lo fontstyle.lo symbolfontstyle.lo esstixfontstyle.lo \
+-	creationstrategy.lo
+- at KDE_USE_FINAL_FALSE@libkformulalib_la_OBJECTS = $(libkformulalib_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkformulalib_la_OBJECTS = $(libkformulalib_la_final_OBJECTS)
+-check_PROGRAMS = kformulatest$(EXEEXT)
+-am_kformulatest_OBJECTS = main.$(OBJEXT) kformulawidget.$(OBJEXT)
+-#>- kformulatest_OBJECTS = $(am_kformulatest_OBJECTS)
+-#>+ 4
+-kformulatest_final_OBJECTS = kformulatest.all_cc.o 
+-kformulatest_nofinal_OBJECTS = main.$(OBJEXT) kformulawidget.$(OBJEXT)
+- at KDE_USE_FINAL_FALSE@kformulatest_OBJECTS = $(kformulatest_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@kformulatest_OBJECTS = $(kformulatest_final_OBJECTS)
+-kformulatest_DEPENDENCIES = libkformulalib.la
+-kformulatest_LDFLAGS =
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/MatrixDialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/basicelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/bracketelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/cmstyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/contextstyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/creationstrategy.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/elementtype.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/esstixfontstyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/fontstyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/formulacursor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/formulaelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/fractionelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/indexelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulacommand.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulaconfigpage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulacontainer.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformuladocument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulainputfilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulamathmlread.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulamimesource.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulaview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kformulawidget.Po ./$(DEPDIR)/main.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/matrixelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/rootelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sequenceelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/sequenceparser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/spaceelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/symbolaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/symbolelement.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/symbolfontstyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/symboltable.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/textelement.Plo
+-#>+ 64
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkformulalib_la.all_cc.P $(DEPDIR)/kformulatest.all_cc.P ./$(DEPDIR)/MatrixDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/basicelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/bracketelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/cmstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/contextstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/creationstrategy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/elementtype.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/esstixfontstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/fontstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/formulacursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/formulaelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/fractionelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/indexelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulacommand.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulaconfigpage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulacontainer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformuladocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulainputfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulamathmlread.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulamimesource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulaview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulawidget.Po ./$(DEPDIR)/main.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/matrixelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/rootelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sequenceelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/sequenceparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/spaceelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/symbolaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/symbolelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/symbolfontstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/symboltable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/textelement.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/MatrixDialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/basicelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/bracketelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/cmstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/contextstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/creationstrategy.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/elementtype.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/esstixfontstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/fontstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/formulacursor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/formulaelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/fractionelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/indexelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulacommand.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulaconfigpage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulacontainer.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformuladocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulainputfilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulamathmlread.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulamimesource.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulaview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kformulawidget.Po ./$(DEPDIR)/main.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/matrixelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/rootelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sequenceelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/sequenceparser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/spaceelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/symbolaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/symbolelement.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/symbolfontstyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/symboltable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/textelement.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkformulalib_la_SOURCES) $(kformulatest_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README AUTHORS Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkformulalib_la_SOURCES) $(kformulatest_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kformula/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kformula/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/Makefile
++	  $(AUTOMAKE) --gnu  lib/kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -608,7 +668,7 @@
+ 	$(CXXLINK) $(kformulatest_LDFLAGS) $(kformulatest_OBJECTS) $(kformulatest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -647,27 +707,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/symboltable.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/textelement.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -686,7 +745,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -698,7 +763,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -706,7 +771,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -727,17 +798,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -747,14 +817,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -763,8 +842,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -773,21 +868,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -802,15 +897,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -821,8 +918,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -834,7 +932,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -842,7 +940,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -858,14 +956,17 @@
+ 	clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -881,7 +982,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -889,27 +991,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
+-	clean-libtool clean-recursive distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-recursive distclean-tags distdir dvi dvi-am \
+-	dvi-recursive info info-am info-recursive install install-am \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive \
+-	install-libLTLIBRARIES install-man install-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
++	clean-libtool clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	mostlyclean-recursive tags tags-recursive uninstall \
+-	uninstall-am uninstall-info-am uninstall-info-recursive \
+-	uninstall-libLTLIBRARIES uninstall-recursive
++	installdirs-am maintainer-clean maintainer-clean-generic \
++	maintainer-clean-recursive mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ 
+ #symbolnames.cc: 
+@@ -995,7 +1102,7 @@
+ 	-rm -f  kformulaview.moc kformuladocument.moc kformulamathmlread.moc kformulaconfigpage.moc kformulacontainer.moc scrollview.moc MatrixDialog.moc kformulawidget.moc kformulainputfilter.moc
+ 
+ #>+ 2
+-KDE_DIST=spaceelement.h unicodenames.cc kformulacommand.h kformulacompatibility.h cmstyle.h scrollview.h kformulalib.h MatrixDialog.h DESIGN kformulainputfilter.h symbolfontmapping.cc symbolaction.h symbolelement.h indexelement.h creationstrategy.h esstixfontstyle.h cmmapping.cc kformulawidget.h elementtype.h formulacursor.h kformulacompatibility.cc rootelement.h symboltable.h elementvisitor.h basicelement.h oldformula sequenceelement.h formulaelement.h bracketelement.h mathml.xml kformulamimesource.h matrixelement.h fractionelement.h sequenceparser.h textelement.h fontstyle.h symbolfontstyle.h contextstyle.h kformulamathmlread.h FILTERS esstixfontmapping.cc elementindex.h 
++KDE_DIST=spaceelement.h unicodenames.cc kformulacommand.h kformulacompatibility.h cmstyle.h scrollview.h kformulalib.h MatrixDialog.h DESIGN kformulainputfilter.h symbolfontmapping.cc symbolaction.h Makefile.in symbolelement.h indexelement.h creationstrategy.h esstixfontstyle.h cmmapping.cc kformulawidget.h elementtype.h formulacursor.h kformulacompatibility.cc rootelement.h symboltable.h elementvisitor.h basicelement.h oldformula sequenceelement.h formulaelement.h bracketelement.h mathml.xml kformulamimesource.h matrixelement.h fractionelement.h sequenceparser.h textelement.h fontstyle.h symbolfontstyle.h contextstyle.h kformulamathmlread.h FILTERS esstixfontmapping.cc elementindex.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -1004,10 +1111,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kformula/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kformula/pics/crystalsvg/Makefile.in koffice-1.4.2/lib/kformula/pics/crystalsvg/Makefile.in
+--- koffice-1.4.2.orig/lib/kformula/pics/crystalsvg/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kformula/pics/crystalsvg/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kformula/pics/crystalsvg
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ KDE_ICON = AUTO
+-
+ hicolordir = $(kde_icondir)/hicolor
+-subdir = lib/kformula/pics/crystalsvg
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/pics/crystalsvg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kformula/pics/crystalsvg/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kformula/pics/crystalsvg/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/pics/crystalsvg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/pics/crystalsvg/Makefile
++	  $(AUTOMAKE) --gnu  lib/kformula/pics/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/pics/crystalsvg/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -396,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -410,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -418,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -432,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -456,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr32-action-rsub.png cr22-action-lsub.png cr32-action-gsup.png cr16-action-lsub.png cr32-action-abs.png cr22-action-insrow.png cr16-action-matrix.png cr16-action-sqrt.png cr32-action-sqrt.png cr32-action-frac.png cr32-action-paren.png cr16-action-under.png cr32-action-prod.png cr32-action-onetwomatrix.png cr32-action-multiline.png cr22-action-remcol.png cr22-action-int.png cr22-action-paren.png cr32-action-sum.png cr22-action-sum.png cr22-action-rsub.png cr16-action-gsub.png cr22-action-lsup.png cr22-action-multiline.png cr16-action-lsup.png cr32-action-over.png cr32-action-int.png cr22-action-inscol.png cr22-action-gsub.png cr16-action-brackets.png cr22-action-matrix.png cr16-action-paren.png cr16-action-abs.png cr16-action-gsup.png cr22-action-under.png cr22-action-prod.png cr32-action-under.png cr16-action-prod.png cr16-action-int.png cr22-action-sqrt.png cr32-action-lsup.png cr16-action-sum.png cr22-action-brackets.png cr16-action-frac.png cr32-action-rsup.png cr32-action-lsub.png cr22-action-frac.png cr32-action-matrix.png cr22-action-rsup.png cr16-action-rsup.png cr22-action-over.png cr22-action-onetwomatrix.png cr22-action-abs.png cr16-action-multiline.png cr32-action-gsub.png cr16-action-over.png cr32-action-brackets.png cr22-action-remrow.png cr16-action-rsub.png cr16-action-onetwomatrix.png cr22-action-gsup.png 
++KDE_DIST=cr32-action-rsub.png cr22-action-lsub.png cr32-action-gsup.png cr16-action-lsub.png cr32-action-abs.png cr22-action-insrow.png cr16-action-matrix.png cr16-action-sqrt.png cr32-action-sqrt.png cr32-action-frac.png cr32-action-paren.png cr16-action-under.png cr32-action-prod.png cr32-action-onetwomatrix.png cr32-action-multiline.png cr22-action-remcol.png Makefile.in cr22-action-int.png cr22-action-paren.png cr32-action-sum.png cr22-action-sum.png cr22-action-rsub.png cr16-action-gsub.png cr22-action-lsup.png cr22-action-multiline.png cr16-action-lsup.png cr32-action-over.png cr32-action-int.png cr22-action-inscol.png cr22-action-gsub.png cr16-action-brackets.png cr22-action-matrix.png cr16-action-paren.png cr16-action-abs.png cr16-action-gsup.png cr22-action-under.png cr22-action-prod.png cr32-action-under.png cr16-action-prod.png cr16-action-int.png cr22-action-sqrt.png cr32-action-lsup.png cr16-action-sum.png cr22-action-brackets.png cr16-action-frac.png cr32-action-rsup.png cr32-action-lsub.png cr22-action-frac.png cr32-action-matrix.png cr22-action-rsup.png cr16-action-rsup.png cr22-action-over.png cr22-action-onetwomatrix.png cr22-action-abs.png cr16-action-multiline.png cr32-action-gsub.png cr16-action-over.png cr32-action-brackets.png cr22-action-remrow.png cr16-action-rsub.png cr16-action-onetwomatrix.png cr22-action-gsup.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+@@ -616,10 +786,19 @@
+ 	-rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/lsub.png
+ 	-rm -f $(DESTDIR)$(kde_icondir)/crystalsvg/32x32/actions/frac.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/pics/crystalsvg/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/pics/crystalsvg/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kformula/pics/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/pics/crystalsvg/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kformula/pics/Makefile.in koffice-1.4.2/lib/kformula/pics/Makefile.in
+--- koffice-1.4.2.orig/lib/kformula/pics/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kformula/pics/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kformula/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = crystalsvg
+-subdir = lib/kformula/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kformula/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kformula/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/pics/Makefile
++	  $(AUTOMAKE) --gnu  lib/kformula/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kformula/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kformula/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kformula/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kformula/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kofficecore/Makefile.in koffice-1.4.2/lib/kofficecore/Makefile.in
+--- koffice-1.4.2.orig/lib/kofficecore/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kofficecore/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,192 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kofficecore
++DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
++	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(rcdir)" "$(DESTDIR)$(servicedir)" \
++	"$(DESTDIR)$(includedir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES) $(lib_LTLIBRARIES)
++kodocinfopropspage_la_DEPENDENCIES = ./libkofficecore.la
++am_kodocinfopropspage_la_OBJECTS = koDocInfoPropsFactory.lo
++#>- kodocinfopropspage_la_OBJECTS = $(am_kodocinfopropspage_la_OBJECTS)
++#>+ 1
++kodocinfopropspage_la_OBJECTS = koDocInfoPropsFactory.lo
++am__DEPENDENCIES_1 =
++libkofficecore_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++am_libkofficecore_la_OBJECTS = koDocument.lo koGlobal.lo koUnit.lo \
++	koFilterManager.lo koMainWindow.lo koApplication.lo \
++	koQueryTrader.lo koFilter.lo koFilterChain.lo koPictureKey.lo \
++	koPictureBase.lo koPicture.lo koPictureShared.lo \
++	koPictureImage.lo koPictureClipart.lo koPictureCollection.lo \
++	koPictureEps.lo koPictureWmf.lo koDocumentInfo.lo koView.lo \
++	koFrame.lo handler.lo koDocumentChild.lo koDocumentInfoDlg.lo \
++	koFactory.lo koChild.lo KoApplicationIface.lo \
++	KoDocumentIface.lo KoViewIface.lo KoMainWindowIface.lo \
++	kofficeversion.lo koOasisStyles.lo koStyleStack.lo \
++	koGenStyles.lo koOasisSettings.lo koPageLayout.lo \
++	kofiledialog.lo koxmlns.lo kodom.lo koversiondialog.lo \
++	koOasisStore.lo
++#>- libkofficecore_la_OBJECTS = $(am_libkofficecore_la_OBJECTS)
++#>+ 16
++libkofficecore_la_final_OBJECTS = libkofficecore_la.all_cc.lo libkofficecore_la.all_cpp.lo 
++libkofficecore_la_nofinal_OBJECTS = koDocument.lo koGlobal.lo koUnit.lo \
++	koFilterManager.lo koMainWindow.lo koApplication.lo \
++	koQueryTrader.lo koFilter.lo koFilterChain.lo koPictureKey.lo \
++	koPictureBase.lo koPicture.lo koPictureShared.lo \
++	koPictureImage.lo koPictureClipart.lo koPictureCollection.lo \
++	koPictureEps.lo koPictureWmf.lo koDocumentInfo.lo koView.lo \
++	koFrame.lo handler.lo koDocumentChild.lo koDocumentInfoDlg.lo \
++	koFactory.lo koChild.lo KoApplicationIface.lo \
++	KoDocumentIface.lo KoViewIface.lo KoMainWindowIface.lo \
++	kofficeversion.lo koOasisStyles.lo koStyleStack.lo \
++	koGenStyles.lo koOasisSettings.lo koPageLayout.lo \
++	kofiledialog.lo koxmlns.lo kodom.lo koversiondialog.lo \
++	koOasisStore.lo KoApplicationIface_skel.lo KoDocumentIface_skel.lo KoViewIface_skel.lo KoMainWindowIface_skel.lo
++ at KDE_USE_FINAL_FALSE@libkofficecore_la_OBJECTS = $(libkofficecore_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkofficecore_la_OBJECTS = $(libkofficecore_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kodocinfopropspage_la_SOURCES) \
++	$(libkofficecore_la_SOURCES)
++DIST_SOURCES = $(kodocinfopropspage_la_SOURCES) \
++	$(libkofficecore_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++rcDATA_INSTALL = $(INSTALL_DATA)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(rc_DATA) $(service_DATA)
++includeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(include_HEADERS) $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +233,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +248,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +259,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +280,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +313,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +333,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +354,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +373,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +491,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = . tests
+ KDE_CXXFLAGS = $(USE_RTTI) $(WOVERLOADED_VIRTUAL)
+ INCLUDES = $(KSTORE_INCLUDES) $(KWMF_INCLUDES) $(all_includes)
+@@ -339,11 +571,9 @@
+ 	$(LIB_KDEPRINT) $(LIB_KABC) $(LIB_KWMF)
+ 
+ 
+-
+ ####### Files
+ lib_LTLIBRARIES = libkofficecore.la 
+ kde_module_LTLIBRARIES = kodocinfopropspage.la
+-
+ #>- libkofficecore_la_SOURCES = koDocument.cc \
+ #>- 	koGlobal.cc koUnit.cc koFilterManager.cc \
+ #>- 	koMainWindow.cc \
+@@ -378,11 +608,9 @@
+ 	koStyleStack.cc koGenStyles.cpp koOasisSettings.cc koPageLayout.cpp \
+ 	kofiledialog.cpp koxmlns.cpp kodom.cpp koversiondialog.cc koOasisStore.cpp KoApplicationIface_skel.cc KoDocumentIface_skel.cc KoViewIface_skel.cc KoMainWindowIface_skel.cc
+ 
+-
+ #>- libkofficecore_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined
+ #>+ 1
+ libkofficecore_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined $(KDE_NO_UNDEFINED)
+-
+ include_HEADERS = handler.h \
+ 	koFilter.h koFilterChain.h \
+ 	koGlobal.h koUnit.h koDocument.h \
+@@ -397,302 +625,117 @@
+ 	koStyleStack.h koGenStyles.h koOasisSettings.h koPageLayout.h koxmlns.h kodom.h koversiondialog.h \
+ 	koffice_export.h
+ 
+-
+ noinst_HEADERS = koDocument_p.h koFilterManager_p.h \
+ 	koPictureShared.h koPictureBase.h koPictureImage.h koPictureClipart.h \
+ 	koPictureEps.h koPictureWmf.h
+ 
+-
+ kodocinfopropspage_la_SOURCES = koDocInfoPropsFactory.cc
+ kodocinfopropspage_la_LIBADD = ./libkofficecore.la
+ kodocinfopropspage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ #>- METASOURCES = AUTO
+-
+ rcdir = $(kde_datadir)/koffice
+ rc_DATA = koffice_shell.rc
+-
+ service_DATA = kodocinfopropspage.desktop
+ servicedir = $(kde_servicesdir)
+-subdir = lib/kofficecore
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES) $(lib_LTLIBRARIES)
+-
+-kodocinfopropspage_la_DEPENDENCIES = ./libkofficecore.la
+-am_kodocinfopropspage_la_OBJECTS = koDocInfoPropsFactory.lo
+-#>- kodocinfopropspage_la_OBJECTS = $(am_kodocinfopropspage_la_OBJECTS)
+-#>+ 1
+-kodocinfopropspage_la_OBJECTS = koDocInfoPropsFactory.lo
+-libkofficecore_la_DEPENDENCIES =
+-am_libkofficecore_la_OBJECTS = koDocument.lo koGlobal.lo koUnit.lo \
+-	koFilterManager.lo koMainWindow.lo koApplication.lo \
+-	koQueryTrader.lo koFilter.lo koFilterChain.lo koPictureKey.lo \
+-	koPictureBase.lo koPicture.lo koPictureShared.lo \
+-	koPictureImage.lo koPictureClipart.lo koPictureCollection.lo \
+-	koPictureEps.lo koPictureWmf.lo koDocumentInfo.lo koView.lo \
+-	koFrame.lo handler.lo koDocumentChild.lo koDocumentInfoDlg.lo \
+-	koFactory.lo koChild.lo KoApplicationIface.lo \
+-	KoDocumentIface.lo KoViewIface.lo KoMainWindowIface.lo \
+-	kofficeversion.lo koOasisStyles.lo koStyleStack.lo \
+-	koGenStyles.lo koOasisSettings.lo koPageLayout.lo \
+-	kofiledialog.lo koxmlns.lo kodom.lo koversiondialog.lo \
+-	koOasisStore.lo
+-#>- libkofficecore_la_OBJECTS = $(am_libkofficecore_la_OBJECTS)
+-#>+ 16
+-libkofficecore_la_final_OBJECTS = libkofficecore_la.all_cc.lo libkofficecore_la.all_cpp.lo 
+-libkofficecore_la_nofinal_OBJECTS = koDocument.lo koGlobal.lo koUnit.lo \
+-	koFilterManager.lo koMainWindow.lo koApplication.lo \
+-	koQueryTrader.lo koFilter.lo koFilterChain.lo koPictureKey.lo \
+-	koPictureBase.lo koPicture.lo koPictureShared.lo \
+-	koPictureImage.lo koPictureClipart.lo koPictureCollection.lo \
+-	koPictureEps.lo koPictureWmf.lo koDocumentInfo.lo koView.lo \
+-	koFrame.lo handler.lo koDocumentChild.lo koDocumentInfoDlg.lo \
+-	koFactory.lo koChild.lo KoApplicationIface.lo \
+-	KoDocumentIface.lo KoViewIface.lo KoMainWindowIface.lo \
+-	kofficeversion.lo koOasisStyles.lo koStyleStack.lo \
+-	koGenStyles.lo koOasisSettings.lo koPageLayout.lo \
+-	kofiledialog.lo koxmlns.lo kodom.lo koversiondialog.lo \
+-	koOasisStore.lo KoApplicationIface_skel.lo KoDocumentIface_skel.lo KoViewIface_skel.lo KoMainWindowIface_skel.lo
+- at KDE_USE_FINAL_FALSE@libkofficecore_la_OBJECTS = $(libkofficecore_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkofficecore_la_OBJECTS = $(libkofficecore_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KoApplicationIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KoDocumentIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KoMainWindowIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/KoViewIface.Plo ./$(DEPDIR)/handler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koApplication.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koChild.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koDocInfoPropsFactory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koDocument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koDocumentChild.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koDocumentInfo.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koDocumentInfoDlg.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koFactory.Plo ./$(DEPDIR)/koFilter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koFilterChain.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koFilterManager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koFrame.Plo ./$(DEPDIR)/koGenStyles.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koGlobal.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koMainWindow.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koOasisSettings.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koOasisStore.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koOasisStyles.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPageLayout.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPicture.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureBase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureClipart.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureCollection.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureEps.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureImage.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureKey.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureShared.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureWmf.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koQueryTrader.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koStyleStack.Plo ./$(DEPDIR)/koUnit.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koView.Plo ./$(DEPDIR)/kodom.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kofficeversion.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kofiledialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koversiondialog.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koxmlns.Plo
+-#>+ 74
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/KoApplicationIface_skel.P $(DEPDIR)/KoDocumentIface_skel.P $(DEPDIR)/KoViewIface_skel.P $(DEPDIR)/KoMainWindowIface_skel.P  $(DEPDIR)/libkofficecore_la.all_cc.P $(DEPDIR)/libkofficecore_la.all_cpp.P ./$(DEPDIR)/KoApplicationIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KoDocumentIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KoMainWindowIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/KoViewIface.Plo ./$(DEPDIR)/handler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koApplication.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koChild.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocInfoPropsFactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocumentChild.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocumentInfo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocumentInfoDlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koFactory.Plo ./$(DEPDIR)/koFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koFilterChain.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koFilterManager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koFrame.Plo ./$(DEPDIR)/koGenStyles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koGlobal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koMainWindow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koOasisSettings.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koOasisStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koOasisStyles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPageLayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPicture.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureBase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureClipart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureCollection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureEps.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureImage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureKey.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureShared.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureWmf.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koQueryTrader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koStyleStack.Plo ./$(DEPDIR)/koUnit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koView.Plo ./$(DEPDIR)/kodom.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kofficeversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kofiledialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koversiondialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koxmlns.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/KoApplicationIface_skel.P $(DEPDIR)/KoDocumentIface_skel.P $(DEPDIR)/KoViewIface_skel.P $(DEPDIR)/KoMainWindowIface_skel.P ./$(DEPDIR)/KoApplicationIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KoDocumentIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KoMainWindowIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/KoViewIface.Plo ./$(DEPDIR)/handler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koApplication.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koChild.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocInfoPropsFactory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocumentChild.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocumentInfo.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koDocumentInfoDlg.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koFactory.Plo ./$(DEPDIR)/koFilter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koFilterChain.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koFilterManager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koFrame.Plo ./$(DEPDIR)/koGenStyles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koGlobal.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koMainWindow.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koOasisSettings.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koOasisStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koOasisStyles.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPageLayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPicture.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureBase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureClipart.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureCollection.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureEps.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureImage.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureKey.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureShared.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureWmf.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koQueryTrader.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koStyleStack.Plo ./$(DEPDIR)/koUnit.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koView.Plo ./$(DEPDIR)/kodom.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kofficeversion.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kofiledialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koversiondialog.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koxmlns.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(kodocinfopropspage_la_SOURCES) \
+-	$(libkofficecore_la_SOURCES)
+-DATA = $(rc_DATA) $(service_DATA)
+-
+-HEADERS = $(include_HEADERS) $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) Makefile.am \
+-	Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(kodocinfopropspage_la_SOURCES) $(libkofficecore_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficecore/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kofficecore/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kofficecore/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficecore/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficecore/Makefile
++	  $(AUTOMAKE) --gnu  lib/kofficecore/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficecore/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -708,7 +751,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkofficecore_la_LDFLAGS) $(libkofficecore_la_OBJECTS) $(libkofficecore_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -756,45 +799,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koversiondialog.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koxmlns.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -805,59 +850,56 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-rcDATA_INSTALL = $(INSTALL_DATA)
+ install-rcDATA: $(rc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(rcdir)
++	test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \
+-	  $(rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
++	  $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+ 
+ uninstall-rcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(rc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(rcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(rcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(rcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(rcdir)/$$f"; \
+ 	done
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+-includeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-includeHEADERS: $(include_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
+-	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
++	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ uninstall-includeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -867,7 +909,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -879,7 +927,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -887,7 +935,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -908,17 +962,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -928,14 +981,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -944,8 +1006,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -954,21 +1032,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -983,15 +1061,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -1001,8 +1081,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(libdir) $(DESTDIR)$(rcdir) $(DESTDIR)$(servicedir) $(DESTDIR)$(includedir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(includedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -1014,7 +1095,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -1022,7 +1103,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -1031,21 +1112,24 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-recursive
+ 
+-#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libLTLIBRARIES \
+-#>- 	clean-libtool mostlyclean-am
++#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES \
++#>- 	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ #>+ 2
+-clean-am: clean-metasources clean-idl clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libLTLIBRARIES \
+-	clean-libtool mostlyclean-am
++clean-am: clean-metasources clean-idl clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -1067,7 +1151,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -1075,33 +1160,38 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+ 	uninstall-kde_moduleLTLIBRARIES uninstall-libLTLIBRARIES \
+ 	uninstall-rcDATA uninstall-serviceDATA
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-kde_moduleLTLIBRARIES clean-libLTLIBRARIES \
+-	clean-libtool clean-recursive distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-recursive distclean-tags distdir dvi dvi-am \
+-	dvi-recursive info info-am info-recursive install install-am \
+-	install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-kde_moduleLTLIBRARIES \
++	clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-recursive distclean-tags distdir \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
+ 	install-includeHEADERS install-info install-info-am \
+-	install-info-recursive install-kde_moduleLTLIBRARIES \
+-	install-libLTLIBRARIES install-man install-rcDATA \
+-	install-recursive install-serviceDATA install-strip \
++	install-kde_moduleLTLIBRARIES install-libLTLIBRARIES \
++	install-man install-rcDATA install-serviceDATA install-strip \
+ 	installcheck installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
++	maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am \
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ 	uninstall-includeHEADERS uninstall-info-am \
+-	uninstall-info-recursive uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-libLTLIBRARIES uninstall-rcDATA uninstall-recursive \
+-	uninstall-serviceDATA
++	uninstall-kde_moduleLTLIBRARIES uninstall-libLTLIBRARIES \
++	uninstall-rcDATA uninstall-serviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -1267,7 +1357,7 @@
+ 	-rm -f  koFilterManager.moc koMainWindow.moc koApplication.moc koView.moc kofiledialog.moc koFilterManager_p.moc koDocument.moc koDocumentInfo.moc koDocumentChild.moc koDocumentInfoDlg.moc koFilter.moc koversiondialog.moc koFrame.moc handler.moc koFactory.moc koChild.moc koDocument_p.moc
+ 
+ #>+ 2
+-KDE_DIST=DESIGN THOUGHTS koffice_shell.rc priorityqueue.h koSetPropCommand.h kofiledialog.h document-info.dtd koOasisStore.h kodocinfopropspage.desktop 
++KDE_DIST=DESIGN Makefile.in THOUGHTS koffice_shell.rc priorityqueue.h koSetPropCommand.h kofiledialog.h document-info.dtd koOasisStore.h kodocinfopropspage.desktop Makefile.am 
+ 
+ #>+ 7
+ clean-idl:
+@@ -1284,10 +1374,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficecore/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficecore/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kofficecore/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficecore/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kofficecore/tests/Makefile.in koffice-1.4.2/lib/kofficecore/tests/Makefile.in
+--- koffice-1.4.2.orig/lib/kofficecore/tests/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kofficecore/tests/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,159 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++check_PROGRAMS = priorityqueue_test$(EXEEXT) filterchain_test$(EXEEXT) \
++	filter_graph$(EXEEXT) kogenstylestest$(EXEEXT) \
++	kodomtest$(EXEEXT) kooasissettingstest$(EXEEXT) \
++	kooasisstoretest$(EXEEXT)
++subdir = lib/kofficecore/tests
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am_filter_graph_OBJECTS = filter_graph.$(OBJEXT)
++#>- filter_graph_OBJECTS = $(am_filter_graph_OBJECTS)
++#>+ 1
++filter_graph_OBJECTS = filter_graph.$(OBJEXT)
++filter_graph_DEPENDENCIES = ../libkofficecore.la
++am_filterchain_test_OBJECTS = filterchain_test.$(OBJEXT)
++#>- filterchain_test_OBJECTS = $(am_filterchain_test_OBJECTS)
++#>+ 1
++filterchain_test_OBJECTS = filterchain_test.$(OBJEXT)
++filterchain_test_DEPENDENCIES = ../libkofficecore.la
++am_kodomtest_OBJECTS = kodomtest.$(OBJEXT)
++#>- kodomtest_OBJECTS = $(am_kodomtest_OBJECTS)
++#>+ 1
++kodomtest_OBJECTS = kodomtest.$(OBJEXT)
++kodomtest_DEPENDENCIES = ../libkofficecore.la
++am_kogenstylestest_OBJECTS = kogenstylestest.$(OBJEXT)
++#>- kogenstylestest_OBJECTS = $(am_kogenstylestest_OBJECTS)
++#>+ 1
++kogenstylestest_OBJECTS = kogenstylestest.$(OBJEXT)
++kogenstylestest_DEPENDENCIES = ../libkofficecore.la
++am_kooasissettingstest_OBJECTS = kooasissettingstest.$(OBJEXT)
++#>- kooasissettingstest_OBJECTS = $(am_kooasissettingstest_OBJECTS)
++#>+ 1
++kooasissettingstest_OBJECTS = kooasissettingstest.$(OBJEXT)
++kooasissettingstest_DEPENDENCIES = ../libkofficecore.la
++am_kooasisstoretest_OBJECTS = kooasisstoretest.$(OBJEXT)
++#>- kooasisstoretest_OBJECTS = $(am_kooasisstoretest_OBJECTS)
++#>+ 1
++kooasisstoretest_OBJECTS = kooasisstoretest.$(OBJEXT)
++kooasisstoretest_DEPENDENCIES = ../libkofficecore.la
++am_priorityqueue_test_OBJECTS = priorityqueue_test.$(OBJEXT)
++#>- priorityqueue_test_OBJECTS = $(am_priorityqueue_test_OBJECTS)
++#>+ 1
++priorityqueue_test_OBJECTS = priorityqueue_test.$(OBJEXT)
++priorityqueue_test_DEPENDENCIES = ../libkofficecore.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(filter_graph_SOURCES) $(filterchain_test_SOURCES) \
++	$(kodomtest_SOURCES) $(kogenstylestest_SOURCES) \
++	$(kooasissettingstest_SOURCES) $(kooasisstoretest_SOURCES) \
++	$(priorityqueue_test_SOURCES)
++DIST_SOURCES = $(filter_graph_SOURCES) $(filterchain_test_SOURCES) \
++	$(kodomtest_SOURCES) $(kogenstylestest_SOURCES) \
++	$(kooasissettingstest_SOURCES) $(kooasisstoretest_SOURCES) \
++	$(priorityqueue_test_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +200,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +215,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +226,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +247,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +280,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +300,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +321,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +340,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,159 +458,144 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = -I$(srcdir)/.. $(KSTORE_INCLUDES) $(all_includes)
+-
+-
+-####### Files
+-check_PROGRAMS = priorityqueue_test filterchain_test filter_graph kogenstylestest \
+-	kodomtest kooasissettingstest kooasisstoretest
+-
+-
+ TESTS = kogenstylestest kodomtest kooasissettingstest kooasisstoretest
+-
+ priorityqueue_test_SOURCES = priorityqueue_test.cpp
+ priorityqueue_test_LDADD = ../libkofficecore.la
+-
+ filterchain_test_SOURCES = filterchain_test.cpp
+ filterchain_test_LDADD = ../libkofficecore.la
+-
+ filter_graph_SOURCES = filter_graph.cpp
+ filter_graph_LDADD = ../libkofficecore.la
+-
+ kogenstylestest_SOURCES = kogenstylestest.cpp
+ kogenstylestest_LDADD = ../libkofficecore.la
+-
+ kodomtest_SOURCES = kodomtest.cpp
+ kodomtest_LDADD = ../libkofficecore.la
+-
+ kooasissettingstest_SOURCES = kooasissettingstest.cpp
+ kooasissettingstest_LDADD = ../libkofficecore.la
+-
+ kooasisstoretest_SOURCES = kooasisstoretest.cpp
+ kooasisstoretest_LDADD = ../libkofficecore.la
+-subdir = lib/kofficecore/tests
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-check_PROGRAMS = priorityqueue_test$(EXEEXT) filterchain_test$(EXEEXT) \
+-	filter_graph$(EXEEXT) kogenstylestest$(EXEEXT) \
+-	kodomtest$(EXEEXT) kooasissettingstest$(EXEEXT) \
+-	kooasisstoretest$(EXEEXT)
+-am_filter_graph_OBJECTS = filter_graph.$(OBJEXT)
+-#>- filter_graph_OBJECTS = $(am_filter_graph_OBJECTS)
+-#>+ 1
+-filter_graph_OBJECTS = filter_graph.$(OBJEXT)
+-filter_graph_DEPENDENCIES = ../libkofficecore.la
+-filter_graph_LDFLAGS =
+-am_filterchain_test_OBJECTS = filterchain_test.$(OBJEXT)
+-#>- filterchain_test_OBJECTS = $(am_filterchain_test_OBJECTS)
+-#>+ 1
+-filterchain_test_OBJECTS = filterchain_test.$(OBJEXT)
+-filterchain_test_DEPENDENCIES = ../libkofficecore.la
+-filterchain_test_LDFLAGS =
+-am_kodomtest_OBJECTS = kodomtest.$(OBJEXT)
+-#>- kodomtest_OBJECTS = $(am_kodomtest_OBJECTS)
+-#>+ 1
+-kodomtest_OBJECTS = kodomtest.$(OBJEXT)
+-kodomtest_DEPENDENCIES = ../libkofficecore.la
+-kodomtest_LDFLAGS =
+-am_kogenstylestest_OBJECTS = kogenstylestest.$(OBJEXT)
+-#>- kogenstylestest_OBJECTS = $(am_kogenstylestest_OBJECTS)
+-#>+ 1
+-kogenstylestest_OBJECTS = kogenstylestest.$(OBJEXT)
+-kogenstylestest_DEPENDENCIES = ../libkofficecore.la
+-kogenstylestest_LDFLAGS =
+-am_kooasissettingstest_OBJECTS = kooasissettingstest.$(OBJEXT)
+-#>- kooasissettingstest_OBJECTS = $(am_kooasissettingstest_OBJECTS)
+-#>+ 1
+-kooasissettingstest_OBJECTS = kooasissettingstest.$(OBJEXT)
+-kooasissettingstest_DEPENDENCIES = ../libkofficecore.la
+-kooasissettingstest_LDFLAGS =
+-am_kooasisstoretest_OBJECTS = kooasisstoretest.$(OBJEXT)
+-#>- kooasisstoretest_OBJECTS = $(am_kooasisstoretest_OBJECTS)
+-#>+ 1
+-kooasisstoretest_OBJECTS = kooasisstoretest.$(OBJEXT)
+-kooasisstoretest_DEPENDENCIES = ../libkofficecore.la
+-kooasisstoretest_LDFLAGS =
+-am_priorityqueue_test_OBJECTS = priorityqueue_test.$(OBJEXT)
+-#>- priorityqueue_test_OBJECTS = $(am_priorityqueue_test_OBJECTS)
+-#>+ 1
+-priorityqueue_test_OBJECTS = priorityqueue_test.$(OBJEXT)
+-priorityqueue_test_DEPENDENCIES = ../libkofficecore.la
+-priorityqueue_test_LDFLAGS =
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/filter_graph.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/filterchain_test.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kodomtest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kogenstylestest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kooasissettingstest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kooasisstoretest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/priorityqueue_test.Po
+-#>+ 7
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/filter_graph.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/filterchain_test.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kodomtest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kogenstylestest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kooasissettingstest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kooasisstoretest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/priorityqueue_test.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(filter_graph_SOURCES) $(filterchain_test_SOURCES) \
+-	$(kodomtest_SOURCES) $(kogenstylestest_SOURCES) \
+-	$(kooasissettingstest_SOURCES) $(kooasisstoretest_SOURCES) \
+-	$(priorityqueue_test_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(filter_graph_SOURCES) $(filterchain_test_SOURCES) $(kodomtest_SOURCES) $(kogenstylestest_SOURCES) $(kooasissettingstest_SOURCES) $(kooasisstoretest_SOURCES) $(priorityqueue_test_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficecore/tests/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kofficecore/tests/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kofficecore/tests/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficecore/tests/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficecore/tests/Makefile
++	  $(AUTOMAKE) --gnu  lib/kofficecore/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficecore/tests/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-checkPROGRAMS:
+ 	@list='$(check_PROGRAMS)'; for p in $$list; do \
+@@ -507,7 +626,7 @@
+ 	$(CXXLINK) $(priorityqueue_test_LDFLAGS) $(priorityqueue_test_OBJECTS) $(priorityqueue_test_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -520,27 +639,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kooasisstoretest.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/priorityqueue_test.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -552,11 +670,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -565,6 +678,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -576,8 +690,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -586,10 +716,10 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ check-TESTS: $(TESTS)
+-	@failed=0; all=0; xfail=0; xpass=0; \
++	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
+ 	srcdir=$(srcdir); export srcdir; \
+ 	list='$(TESTS)'; \
+ 	if test -n "$$list"; then \
+@@ -601,26 +731,29 @@
+ 	      all=`expr $$all + 1`; \
+ 	      case " $(XFAIL_TESTS) " in \
+ 	      *" $$tst "*) \
+-	        xpass=`expr $$xpass + 1`; \
+-	        failed=`expr $$failed + 1`; \
+-	        echo "XPASS: $$tst"; \
++		xpass=`expr $$xpass + 1`; \
++		failed=`expr $$failed + 1`; \
++		echo "XPASS: $$tst"; \
+ 	      ;; \
+ 	      *) \
+-	        echo "PASS: $$tst"; \
++		echo "PASS: $$tst"; \
+ 	      ;; \
+ 	      esac; \
+ 	    elif test $$? -ne 77; then \
+ 	      all=`expr $$all + 1`; \
+ 	      case " $(XFAIL_TESTS) " in \
+ 	      *" $$tst "*) \
+-	        xfail=`expr $$xfail + 1`; \
+-	        echo "XFAIL: $$tst"; \
++		xfail=`expr $$xfail + 1`; \
++		echo "XFAIL: $$tst"; \
+ 	      ;; \
+ 	      *) \
+-	        failed=`expr $$failed + 1`; \
+-	        echo "FAIL: $$tst"; \
++		failed=`expr $$failed + 1`; \
++		echo "FAIL: $$tst"; \
+ 	      ;; \
+ 	      esac; \
++	    else \
++	      skip=`expr $$skip + 1`; \
++	      echo "SKIP: $$tst"; \
+ 	    fi; \
+ 	  done; \
+ 	  if test "$$failed" -eq 0; then \
+@@ -636,24 +769,41 @@
+ 	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
+ 	    fi; \
+ 	  fi; \
+-	  dashes=`echo "$$banner" | sed s/./=/g`; \
++	  dashes="$$banner"; \
++	  skipped=""; \
++	  if test "$$skip" -ne 0; then \
++	    skipped="($$skip tests were not run)"; \
++	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
++	      dashes="$$skipped"; \
++	  fi; \
++	  report=""; \
++	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
++	    report="Please report to $(PACKAGE_BUGREPORT)"; \
++	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
++	      dashes="$$report"; \
++	  fi; \
++	  dashes=`echo "$$dashes" | sed s/./=/g`; \
+ 	  echo "$$dashes"; \
+ 	  echo "$$banner"; \
++	  test -z "$$skipped" || echo "$$skipped"; \
++	  test -z "$$report" || echo "$$report"; \
+ 	  echo "$$dashes"; \
+ 	  test "$$failed" -eq 0; \
+ 	else :; fi
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -673,9 +823,7 @@
+ 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -687,7 +835,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -695,7 +843,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -704,19 +852,24 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-am
+ 
+-#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
+-#>+ 1
+-clean-am: clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
++#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
++#>- 	mostlyclean-am
++#>+ 2
++clean-am: clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool \
++	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -732,7 +885,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -740,19 +894,27 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-TESTS check-am clean \
+-	clean-checkPROGRAMS clean-generic clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am
++.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
++	clean-checkPROGRAMS clean-generic clean-libtool ctags \
++	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-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am
+ 
+ 
+ dot:
+@@ -762,12 +924,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficecore/tests/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficecore/tests/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kofficecore/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficecore/tests/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kofficeui/Makefile.in koffice-1.4.2/lib/kofficeui/Makefile.in
+--- koffice-1.4.2.orig/lib/kofficeui/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kofficeui/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,169 @@
+ @SET_MAKE@
+ 
+ ###### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kofficeui
++DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkofficeui_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkofficeui_la_OBJECTS = koPageLayoutDia.lo kozoomaction.lo \
++	kotabbar.lo koPartSelectDia.lo koPartSelectAction.lo \
++	koRuler.lo koTemplateChooseDia.lo koTabChooser.lo koKoolBar.lo \
++	koTemplateCreateDia.lo kocontexthelp.lo kcoloractions.lo \
++	koToolBox.lo koTemplates.lo koRect.lo koPictureFilePreview.lo \
++	koUnitWidgets.lo tkaction.lo tkcoloractions.lo tkcombobox.lo \
++	tktoolbarbutton.lo koCharSelectDia.lo koInsertLink.lo \
++	koeditpath.lo kocommandhistory.lo koselectaction.lo \
++	kolinewidthaction.lo kolinestyleaction.lo kotooldockbase.lo \
++	kotooldockmanager.lo kotooldockmovemanager.lo kotoolbutton.lo
++#>- libkofficeui_la_OBJECTS = $(am_libkofficeui_la_OBJECTS)
++#>+ 13
++libkofficeui_la_final_OBJECTS = libkofficeui_la.all_cc.lo libkofficeui_la.all_cpp.lo 
++libkofficeui_la_nofinal_OBJECTS = koPageLayoutDia.lo kozoomaction.lo \
++	kotabbar.lo koPartSelectDia.lo koPartSelectAction.lo \
++	koRuler.lo koTemplateChooseDia.lo koTabChooser.lo koKoolBar.lo \
++	koTemplateCreateDia.lo kocontexthelp.lo kcoloractions.lo \
++	koToolBox.lo koTemplates.lo koRect.lo koPictureFilePreview.lo \
++	koUnitWidgets.lo tkaction.lo tkcoloractions.lo tkcombobox.lo \
++	tktoolbarbutton.lo koCharSelectDia.lo koInsertLink.lo \
++	koeditpath.lo kocommandhistory.lo koselectaction.lo \
++	kolinewidthaction.lo kolinestyleaction.lo kotooldockbase.lo \
++	kotooldockmanager.lo kotooldockmovemanager.lo kotoolbutton.lo
++ at KDE_USE_FINAL_FALSE@libkofficeui_la_OBJECTS = $(libkofficeui_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkofficeui_la_OBJECTS = $(libkofficeui_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkofficeui_la_SOURCES)
++DIST_SOURCES = $(libkofficeui_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++includeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(include_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +210,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +225,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +236,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +257,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +290,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +310,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +331,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +350,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,23 +468,85 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = $(KSTORE_INCLUDES) $(KOFFICECORE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ SUBDIRS = . tests pics
+-
+ lib_LTLIBRARIES = libkofficeui.la
+-
+ libkofficeui_la_SOURCES = \
+         koPageLayoutDia.cc kozoomaction.cpp kotabbar.cpp \
+ 	koPartSelectDia.cc koPartSelectAction.cc \
+@@ -354,12 +560,10 @@
+ 	kotooldockbase.cpp kotooldockmanager.cpp kotooldockmovemanager.cpp \
+ 	kotoolbutton.cc
+ 
+-
+ #>- libkofficeui_la_LDFLAGS = -version-info 2:0:0 -no-undefined $(all_libraries)
+ #>+ 1
+ libkofficeui_la_LDFLAGS = -version-info 2:0:0 -no-undefined $(KDE_NO_UNDEFINED) $(all_libraries)
+ libkofficeui_la_LIBADD = $(LIB_KOFFICECORE) 
+-
+ include_HEADERS = \
+ 	koPageLayoutDia.h kozoomaction.h kotabbar.h \
+ 	koPartSelectDia.h koPartSelectAction.h \
+@@ -373,226 +577,79 @@
+ 	koselectaction.h kolinewidthaction.h kolinestyleaction.h \
+ 	kotooldockbase.h kotooldockmanager.h kotooldockmovemanager.h
+ 
+-
+ #>- METASOURCES = AUTO
+-subdir = lib/kofficeui
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkofficeui_la_DEPENDENCIES =
+-am_libkofficeui_la_OBJECTS = koPageLayoutDia.lo kozoomaction.lo \
+-	kotabbar.lo koPartSelectDia.lo koPartSelectAction.lo koRuler.lo \
+-	koTemplateChooseDia.lo koTabChooser.lo koKoolBar.lo \
+-	koTemplateCreateDia.lo kocontexthelp.lo kcoloractions.lo \
+-	koToolBox.lo koTemplates.lo koRect.lo koPictureFilePreview.lo \
+-	koUnitWidgets.lo tkaction.lo tkcoloractions.lo tkcombobox.lo \
+-	tktoolbarbutton.lo koCharSelectDia.lo koInsertLink.lo \
+-	koeditpath.lo kocommandhistory.lo koselectaction.lo \
+-	kolinewidthaction.lo kolinestyleaction.lo kotooldockbase.lo \
+-	kotooldockmanager.lo kotooldockmovemanager.lo kotoolbutton.lo
+-#>- libkofficeui_la_OBJECTS = $(am_libkofficeui_la_OBJECTS)
+-#>+ 13
+-libkofficeui_la_final_OBJECTS = libkofficeui_la.all_cc.lo libkofficeui_la.all_cpp.lo 
+-libkofficeui_la_nofinal_OBJECTS = koPageLayoutDia.lo kozoomaction.lo \
+-	kotabbar.lo koPartSelectDia.lo koPartSelectAction.lo koRuler.lo \
+-	koTemplateChooseDia.lo koTabChooser.lo koKoolBar.lo \
+-	koTemplateCreateDia.lo kocontexthelp.lo kcoloractions.lo \
+-	koToolBox.lo koTemplates.lo koRect.lo koPictureFilePreview.lo \
+-	koUnitWidgets.lo tkaction.lo tkcoloractions.lo tkcombobox.lo \
+-	tktoolbarbutton.lo koCharSelectDia.lo koInsertLink.lo \
+-	koeditpath.lo kocommandhistory.lo koselectaction.lo \
+-	kolinewidthaction.lo kolinestyleaction.lo kotooldockbase.lo \
+-	kotooldockmanager.lo kotooldockmovemanager.lo kotoolbutton.lo
+- at KDE_USE_FINAL_FALSE@libkofficeui_la_OBJECTS = $(libkofficeui_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkofficeui_la_OBJECTS = $(libkofficeui_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kcoloractions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koCharSelectDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koInsertLink.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koKoolBar.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPageLayoutDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPartSelectAction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPartSelectDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koPictureFilePreview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koRect.Plo ./$(DEPDIR)/koRuler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koTabChooser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koTemplateChooseDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koTemplateCreateDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koTemplates.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koToolBox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koUnitWidgets.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kocommandhistory.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kocontexthelp.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koeditpath.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kolinestyleaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kolinewidthaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koselectaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotabbar.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotoolbutton.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotooldockbase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotooldockmanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotooldockmovemanager.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kozoomaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tkaction.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tkcoloractions.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tkcombobox.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/tktoolbarbutton.Plo
+-#>+ 62
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkofficeui_la.all_cc.P $(DEPDIR)/libkofficeui_la.all_cpp.P ./$(DEPDIR)/kcoloractions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koCharSelectDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koInsertLink.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koKoolBar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPageLayoutDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPartSelectAction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPartSelectDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureFilePreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koRect.Plo ./$(DEPDIR)/koRuler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koTabChooser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koTemplateChooseDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koTemplateCreateDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koTemplates.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koToolBox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koUnitWidgets.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kocommandhistory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kocontexthelp.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koeditpath.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kolinestyleaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kolinewidthaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koselectaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotabbar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotoolbutton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotooldockbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotooldockmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotooldockmovemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kozoomaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tkaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tkcoloractions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tkcombobox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/tktoolbarbutton.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kcoloractions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koCharSelectDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koInsertLink.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koKoolBar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPageLayoutDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPartSelectAction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPartSelectDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koPictureFilePreview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koRect.Plo ./$(DEPDIR)/koRuler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koTabChooser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koTemplateChooseDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koTemplateCreateDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koTemplates.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koToolBox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koUnitWidgets.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kocommandhistory.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kocontexthelp.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koeditpath.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kolinestyleaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kolinewidthaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koselectaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotabbar.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotoolbutton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotooldockbase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotooldockmanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotooldockmovemanager.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kozoomaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tkaction.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tkcoloractions.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tkcombobox.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/tktoolbarbutton.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libkofficeui_la_SOURCES)
+-HEADERS = $(include_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkofficeui_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kofficeui/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kofficeui/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficeui/Makefile
++	  $(AUTOMAKE) --gnu  lib/kofficeui/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficeui/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -603,7 +660,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkofficeui_la_LDFLAGS) $(libkofficeui_la_OBJECTS) $(libkofficeui_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -641,45 +698,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tkcombobox.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tktoolbarbutton.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -690,23 +749,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-includeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-includeHEADERS: $(include_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
+-	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
++	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ uninstall-includeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -716,7 +774,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -728,7 +792,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -736,7 +800,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -757,17 +827,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -777,14 +846,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -793,8 +871,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -803,21 +897,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -832,15 +926,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -850,8 +946,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -863,7 +960,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -871,7 +968,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -887,14 +984,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -910,7 +1010,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -918,29 +1019,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+ 	uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-includeHEADERS install-info \
+-	install-info-am install-info-recursive install-libLTLIBRARIES \
+-	install-man install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am \
++	install-includeHEADERS install-info install-info-am \
++	install-libLTLIBRARIES install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am \
+ 	uninstall-includeHEADERS uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -1170,7 +1277,7 @@
+ 	-rm -f  kotooldockmanager.moc kolinestyleaction.moc koUnitWidgets.moc koPictureFilePreview.moc kcoloractions.moc koselectaction.moc kotabbar.moc koCharSelectDia.moc koInsertLink.moc tktoolbarbutton.moc koKoolBar.moc kocommandhistory.moc kotoolbutton.moc koPageLayoutDia.moc kotooldockbase.moc tkcombobox.moc koTabChooser.moc kolinewidthaction.moc kozoomaction.moc tkcoloractions.moc tkaction.moc koRuler.moc koTemplateChooseDia.moc koPartSelectDia.moc koPartSelectAction.moc kocontexthelp.moc koTemplateCreateDia.moc koeditpath.moc koToolBox.moc kotooldockmovemanager.moc
+ 
+ #>+ 2
+-KDE_DIST=koTemplates.h 
++KDE_DIST=Makefile.in koTemplates.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -1179,10 +1286,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficeui/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kofficeui/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficeui/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kofficeui/pics/Makefile.in koffice-1.4.2/lib/kofficeui/pics/Makefile.in
+--- koffice-1.4.2.orig/lib/kofficeui/pics/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kofficeui/pics/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kofficeui/pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(picsdir)"
++picsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(pics_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,41 +398,131 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ picsdir = $(kde_datadir)/koffice/pics
+ pics_DATA = koRulerFirst.png koRulerLeft.png koffice-logo.png \
+ 	koKoolBarDown.png koKoolBarUp.png \
+ 	koPortrait.png koLandscape.png 
+ 
+-subdir = lib/kofficeui/pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(pics_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kofficeui/pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kofficeui/pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficeui/pics/Makefile
++	  $(AUTOMAKE) --gnu  lib/kofficeui/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficeui/pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -367,41 +533,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-picsDATA_INSTALL = $(INSTALL_DATA)
+ install-picsDATA: $(pics_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(picsdir)
++	test -z "$(picsdir)" || $(mkdir_p) "$(DESTDIR)$(picsdir)"
+ 	@list='$(pics_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(picsDATA_INSTALL) $$d$$p $(DESTDIR)$(picsdir)/$$f"; \
+-	  $(picsDATA_INSTALL) $$d$$p $(DESTDIR)$(picsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(picsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(picsdir)/$$f'"; \
++	  $(picsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(picsdir)/$$f"; \
+ 	done
+ 
+ uninstall-picsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(pics_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(picsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(picsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(picsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(picsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -419,10 +587,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(picsdir)
+-
++	for dir in "$(DESTDIR)$(picsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -434,7 +602,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -442,7 +610,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -456,13 +624,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -478,39 +648,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-picsDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-picsDATA install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+-	uninstall-picsDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-picsDATA \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am uninstall-picsDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=koLandscape.png koKoolBarDown.png koKoolBarUp.png koffice-logo.png koRulerLeft.png koPortrait.png koRulerFirst.png 
++KDE_DIST=koLandscape.png Makefile.in koKoolBarDown.png koKoolBarUp.png koffice-logo.png koRulerLeft.png koPortrait.png koRulerFirst.png Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficeui/pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kofficeui/pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficeui/pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kofficeui/tests/Makefile.in koffice-1.4.2/lib/kofficeui/tests/Makefile.in
+--- koffice-1.4.2.orig/lib/kofficeui/tests/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kofficeui/tests/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,125 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++check_PROGRAMS = kopointtest$(EXEEXT) korecttest$(EXEEXT)
++subdir = lib/kofficeui/tests
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am_kopointtest_OBJECTS = kopointtest.$(OBJEXT)
++#>- kopointtest_OBJECTS = $(am_kopointtest_OBJECTS)
++#>+ 1
++kopointtest_OBJECTS = kopointtest.$(OBJEXT)
++kopointtest_DEPENDENCIES = ../libkofficeui.la
++am_korecttest_OBJECTS = korecttest.$(OBJEXT)
++#>- korecttest_OBJECTS = $(am_korecttest_OBJECTS)
++#>+ 1
++korecttest_OBJECTS = korecttest.$(OBJEXT)
++korecttest_DEPENDENCIES = ../libkofficeui.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kopointtest_SOURCES) $(korecttest_SOURCES)
++DIST_SOURCES = $(kopointtest_SOURCES) $(korecttest_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +166,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +181,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +192,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +213,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +246,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +266,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +287,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +306,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,101 +424,140 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = -I$(srcdir)/.. $(KOFFICECORE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ #>- METASOURCES = AUTO
+-
+-check_PROGRAMS = kopointtest korecttest # coloraction_test
+-
+ TESTS = kopointtest korecttest
+ 
+-
+ #coloraction_test_SOURCES = coloraction_test.cpp
+ #coloraction_test_LDADD = ../libkofficeui.la
+ kopointtest_SOURCES = kopointtest.cpp
+ kopointtest_LDADD = ../libkofficeui.la
+-
+ korecttest_SOURCES = korecttest.cpp
+ korecttest_LDADD = ../libkofficeui.la
+-subdir = lib/kofficeui/tests
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-check_PROGRAMS = kopointtest$(EXEEXT) korecttest$(EXEEXT)
+-am_kopointtest_OBJECTS = kopointtest.$(OBJEXT)
+-#>- kopointtest_OBJECTS = $(am_kopointtest_OBJECTS)
+-#>+ 1
+-kopointtest_OBJECTS = kopointtest.$(OBJEXT)
+-kopointtest_DEPENDENCIES = ../libkofficeui.la
+-kopointtest_LDFLAGS =
+-am_korecttest_OBJECTS = korecttest.$(OBJEXT)
+-#>- korecttest_OBJECTS = $(am_korecttest_OBJECTS)
+-#>+ 1
+-korecttest_OBJECTS = korecttest.$(OBJEXT)
+-korecttest_DEPENDENCIES = ../libkofficeui.la
+-korecttest_LDFLAGS =
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kopointtest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/korecttest.Po
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kopointtest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/korecttest.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kopointtest_SOURCES) $(korecttest_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kopointtest_SOURCES) $(korecttest_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/tests/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kofficeui/tests/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kofficeui/tests/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/tests/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficeui/tests/Makefile
++	  $(AUTOMAKE) --gnu  lib/kofficeui/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficeui/tests/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-checkPROGRAMS:
+ 	@list='$(check_PROGRAMS)'; for p in $$list; do \
+@@ -434,7 +573,7 @@
+ 	$(CXXLINK) $(korecttest_LDFLAGS) $(korecttest_OBJECTS) $(korecttest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -442,27 +581,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kopointtest.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/korecttest.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -474,11 +612,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -487,6 +620,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -498,8 +632,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -508,10 +658,10 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ check-TESTS: $(TESTS)
+-	@failed=0; all=0; xfail=0; xpass=0; \
++	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
+ 	srcdir=$(srcdir); export srcdir; \
+ 	list='$(TESTS)'; \
+ 	if test -n "$$list"; then \
+@@ -523,26 +673,29 @@
+ 	      all=`expr $$all + 1`; \
+ 	      case " $(XFAIL_TESTS) " in \
+ 	      *" $$tst "*) \
+-	        xpass=`expr $$xpass + 1`; \
+-	        failed=`expr $$failed + 1`; \
+-	        echo "XPASS: $$tst"; \
++		xpass=`expr $$xpass + 1`; \
++		failed=`expr $$failed + 1`; \
++		echo "XPASS: $$tst"; \
+ 	      ;; \
+ 	      *) \
+-	        echo "PASS: $$tst"; \
++		echo "PASS: $$tst"; \
+ 	      ;; \
+ 	      esac; \
+ 	    elif test $$? -ne 77; then \
+ 	      all=`expr $$all + 1`; \
+ 	      case " $(XFAIL_TESTS) " in \
+ 	      *" $$tst "*) \
+-	        xfail=`expr $$xfail + 1`; \
+-	        echo "XFAIL: $$tst"; \
++		xfail=`expr $$xfail + 1`; \
++		echo "XFAIL: $$tst"; \
+ 	      ;; \
+ 	      *) \
+-	        failed=`expr $$failed + 1`; \
+-	        echo "FAIL: $$tst"; \
++		failed=`expr $$failed + 1`; \
++		echo "FAIL: $$tst"; \
+ 	      ;; \
+ 	      esac; \
++	    else \
++	      skip=`expr $$skip + 1`; \
++	      echo "SKIP: $$tst"; \
+ 	    fi; \
+ 	  done; \
+ 	  if test "$$failed" -eq 0; then \
+@@ -558,26 +711,41 @@
+ 	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
+ 	    fi; \
+ 	  fi; \
+-	  dashes=`echo "$$banner" | sed s/./=/g`; \
++	  dashes="$$banner"; \
++	  skipped=""; \
++	  if test "$$skip" -ne 0; then \
++	    skipped="($$skip tests were not run)"; \
++	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
++	      dashes="$$skipped"; \
++	  fi; \
++	  report=""; \
++	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
++	    report="Please report to $(PACKAGE_BUGREPORT)"; \
++	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
++	      dashes="$$report"; \
++	  fi; \
++	  dashes=`echo "$$dashes" | sed s/./=/g`; \
+ 	  echo "$$dashes"; \
+ 	  echo "$$banner"; \
++	  test -z "$$skipped" || echo "$$skipped"; \
++	  test -z "$$report" || echo "$$report"; \
+ 	  echo "$$dashes"; \
+ 	  test "$$failed" -eq 0; \
+ 	else :; fi
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -597,9 +765,7 @@
+ 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -611,7 +777,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -619,7 +785,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -628,19 +794,24 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-am
+ 
+-#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
+-#>+ 1
+-clean-am: clean-metasources clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
++#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
++#>- 	mostlyclean-am
++#>+ 2
++clean-am: clean-metasources clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool \
++	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -656,7 +827,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -664,19 +836,27 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-TESTS check-am clean \
+-	clean-checkPROGRAMS clean-generic clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am
++.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
++	clean-checkPROGRAMS clean-generic clean-libtool ctags \
++	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-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -694,15 +874,24 @@
+ 	-rm -f  coloraction_test.moc
+ 
+ #>+ 2
+-KDE_DIST=coloraction_test.h 
++KDE_DIST=coloraction_test.h Makefile.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kofficeui/tests/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kofficeui/tests/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kofficeui/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kofficeui/tests/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kopainter/Makefile.in koffice-1.4.2/lib/kopainter/Makefile.in
+--- koffice-1.4.2.orig/lib/kopainter/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/kopainter/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,137 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kopainter
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkopainter_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkopainter_la_OBJECTS = svgpathparser.lo koColor.lo \
++	koFrameButton.lo koColorSlider.lo koColorChooser.lo \
++	koIconChooser.lo
++#>- libkopainter_la_OBJECTS = $(am_libkopainter_la_OBJECTS)
++#>+ 6
++libkopainter_la_final_OBJECTS = libkopainter_la.all_cc.lo 
++libkopainter_la_nofinal_OBJECTS = svgpathparser.lo koColor.lo \
++	koFrameButton.lo koColorSlider.lo koColorChooser.lo \
++	koIconChooser.lo
++ at KDE_USE_FINAL_FALSE@libkopainter_la_OBJECTS = $(libkopainter_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkopainter_la_OBJECTS = $(libkopainter_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkopainter_la_SOURCES)
++DIST_SOURCES = $(libkopainter_la_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +176,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +191,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +202,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +223,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +256,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +276,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +297,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +316,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,15 +434,80 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICECORE_INCLUDES) $(KOFFICEUI_INCLUDES) $(all_includes)
+-
+ lib_LTLIBRARIES = libkopainter.la
+ libkopainter_la_SOURCES = svgpathparser.cc \
+ 	koColor.cc \
+@@ -339,122 +516,83 @@
+ 	koColorChooser.cc \
+ 	koIconChooser.cc
+ 
+-
+ #>- libkopainter_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
+ #>+ 1
+ libkopainter_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined $(KDE_NO_UNDEFINED)
+-
+ libkopainter_la_LIBADD = $(LIB_KOFFICEUI)
+-
+ #>- METASOURCES = AUTO
+-subdir = lib/kopainter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkopainter_la_DEPENDENCIES =
+-am_libkopainter_la_OBJECTS = svgpathparser.lo koColor.lo \
+-	koFrameButton.lo koColorSlider.lo koColorChooser.lo \
+-	koIconChooser.lo
+-#>- libkopainter_la_OBJECTS = $(am_libkopainter_la_OBJECTS)
+-#>+ 6
+-libkopainter_la_final_OBJECTS = libkopainter_la.all_cc.lo 
+-libkopainter_la_nofinal_OBJECTS = svgpathparser.lo koColor.lo \
+-	koFrameButton.lo koColorSlider.lo koColorChooser.lo \
+-	koIconChooser.lo
+- at KDE_USE_FINAL_FALSE@libkopainter_la_OBJECTS = $(libkopainter_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkopainter_la_OBJECTS = $(libkopainter_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/koColor.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koColorChooser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koColorSlider.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koFrameButton.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koIconChooser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/svgpathparser.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkopainter_la.all_cc.P ./$(DEPDIR)/koColor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koColorChooser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koColorSlider.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koFrameButton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koIconChooser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/svgpathparser.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/koColor.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koColorChooser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koColorSlider.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koFrameButton.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koIconChooser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/svgpathparser.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkopainter_la_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(libkopainter_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kopainter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kopainter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kopainter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kopainter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kopainter/Makefile
++	  $(AUTOMAKE) --gnu  lib/kopainter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kopainter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -465,7 +603,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkopainter_la_LDFLAGS) $(libkopainter_la_OBJECTS) $(libkopainter_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -477,27 +615,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koIconChooser.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/svgpathparser.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -509,11 +646,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -522,6 +654,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -533,8 +666,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -543,21 +692,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -575,10 +724,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -590,7 +739,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -598,7 +747,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -614,14 +763,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -637,7 +789,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -645,19 +798,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-info install-info-am \
+ 	install-libLTLIBRARIES install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -705,7 +867,7 @@
+ 	-rm -f  koIconChooser.moc koFrameButton.moc koColorSlider.moc koColorChooser.moc
+ 
+ #>+ 2
+-KDE_DIST=koColorChooser.h koIconChooser.h koColor.h koFrameButton.h svgpathparser.h koColorSlider.h 
++KDE_DIST=koColorChooser.h koIconChooser.h Makefile.in koColor.h koFrameButton.h svgpathparser.h koColorSlider.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -714,10 +876,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kopainter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kopainter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kopainter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kopainter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/koscript/Makefile.in koffice-1.4.2/lib/koscript/Makefile.in
+--- koffice-1.4.2.orig/lib/koscript/Makefile.in	2005-10-05 12:53:04.000000000 +0200
++++ koffice-1.4.2/lib/koscript/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,153 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS = koscript$(EXEEXT)
++subdir = lib/koscript
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkoscript_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkoscript_la_OBJECTS = koscript_locale.lo koscript_eval.lo \
++	koscript_func.lo koscript_property.lo koscript_method.lo \
++	koscript_context.lo koscript_value.lo koscript_parser.lo \
++	koscript_parsenode.lo yacc.lo scanner.lo koscript.lo \
++	koscript_util.lo koscript_struct.lo
++#>- libkoscript_la_OBJECTS = $(am_libkoscript_la_OBJECTS)
++#>+ 8
++libkoscript_la_final_OBJECTS = libkoscript_la.all_cc.lo 
++libkoscript_la_nofinal_OBJECTS = koscript_locale.lo koscript_eval.lo \
++	koscript_func.lo koscript_property.lo koscript_method.lo \
++	koscript_context.lo koscript_value.lo koscript_parser.lo \
++	koscript_parsenode.lo yacc.lo scanner.lo koscript.lo \
++	koscript_util.lo koscript_struct.lo
++ at KDE_USE_FINAL_FALSE@libkoscript_la_OBJECTS = $(libkoscript_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkoscript_la_OBJECTS = $(libkoscript_la_final_OBJECTS)
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS)
++am_koscript_OBJECTS = main.$(OBJEXT)
++#>- koscript_OBJECTS = $(am_koscript_OBJECTS)
++#>+ 1
++koscript_OBJECTS = main.$(OBJEXT)
++koscript_DEPENDENCIES = ./libkoscript.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkoscript_la_SOURCES) $(koscript_SOURCES)
++DIST_SOURCES = $(libkoscript_la_SOURCES) $(koscript_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +192,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +207,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +218,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +239,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +272,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +292,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +313,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +332,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,18 +450,82 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = $(KOFFICECORE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ lib_LTLIBRARIES = libkoscript.la
+ libkoscript_la_SOURCES = koscript_locale.cc \
+@@ -346,160 +538,86 @@
+ #>+ 1
+ libkoscript_la_LDFLAGS = -version-info 2:0:0 -no-undefined $(KDE_NO_UNDEFINED) $(all_libraries)
+ libkoscript_la_LIBADD = $(LIB_KDEUI)
+-
+-bin_PROGRAMS = koscript
+ koscript_SOURCES = main.cc
+ koscript_LDADD = ./libkoscript.la
+ koscript_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+-
+ noinst_HEADERS = koscript_locale.h \
+ 		 koscript_eval.h koscript_func.h koscript_context.h koscript_value.h \
+ 		 koscript_parser.h koscript_parsenode.h koscript.h koscript_util.h koscript_struct.h \
+ 		 koscript_ptr.h koscript_synext.h koscript_types.h koscript_method.h
+ 
+-subdir = lib/koscript
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkoscript_la_DEPENDENCIES =
+-am_libkoscript_la_OBJECTS = koscript_locale.lo koscript_eval.lo \
+-	koscript_func.lo koscript_property.lo koscript_method.lo \
+-	koscript_context.lo koscript_value.lo koscript_parser.lo \
+-	koscript_parsenode.lo yacc.lo scanner.lo koscript.lo \
+-	koscript_util.lo koscript_struct.lo
+-#>- libkoscript_la_OBJECTS = $(am_libkoscript_la_OBJECTS)
+-#>+ 8
+-libkoscript_la_final_OBJECTS = libkoscript_la.all_cc.lo 
+-libkoscript_la_nofinal_OBJECTS = koscript_locale.lo koscript_eval.lo \
+-	koscript_func.lo koscript_property.lo koscript_method.lo \
+-	koscript_context.lo koscript_value.lo koscript_parser.lo \
+-	koscript_parsenode.lo yacc.lo scanner.lo koscript.lo \
+-	koscript_util.lo koscript_struct.lo
+- at KDE_USE_FINAL_FALSE@libkoscript_la_OBJECTS = $(libkoscript_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkoscript_la_OBJECTS = $(libkoscript_la_final_OBJECTS)
+-bin_PROGRAMS = koscript$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-am_koscript_OBJECTS = main.$(OBJEXT)
+-#>- koscript_OBJECTS = $(am_koscript_OBJECTS)
+-#>+ 1
+-koscript_OBJECTS = main.$(OBJEXT)
+-koscript_DEPENDENCIES = ./libkoscript.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/koscript.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_context.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_eval.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_func.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_locale.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_method.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_parsenode.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_parser.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_property.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_struct.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_util.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koscript_value.Plo ./$(DEPDIR)/main.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/scanner.Plo ./$(DEPDIR)/yacc.Plo
+-#>+ 26
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkoscript_la.all_cc.P ./$(DEPDIR)/koscript.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_context.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_eval.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_func.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_locale.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_method.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_parsenode.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_parser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_property.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_struct.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_util.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_value.Plo ./$(DEPDIR)/main.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/scanner.Plo ./$(DEPDIR)/yacc.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/koscript.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_context.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_eval.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_func.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_locale.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_method.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_parsenode.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_parser.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_property.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_struct.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_util.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koscript_value.Plo ./$(DEPDIR)/main.Po \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/scanner.Plo ./$(DEPDIR)/yacc.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkoscript_la_SOURCES) $(koscript_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in TODO
+-SOURCES = $(libkoscript_la_SOURCES) $(koscript_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/koscript/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/koscript/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/koscript/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/koscript/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/koscript/Makefile
++	  $(AUTOMAKE) --gnu  lib/koscript/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/koscript/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -508,18 +626,17 @@
+ @KDE_USE_CLOSURE_TRUE at libkoscript.la: libkoscript.la.closure $(libkoscript_la_OBJECTS) $(libkoscript_la_DEPENDENCIES) 
+ @KDE_USE_CLOSURE_FALSE at libkoscript.la: $(libkoscript_la_OBJECTS) $(libkoscript_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(libdir) $(libkoscript_la_LDFLAGS) $(libkoscript_la_OBJECTS) $(libkoscript_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -527,8 +644,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -542,7 +659,7 @@
+ 	$(CXXLINK) $(koscript_LDFLAGS) $(koscript_OBJECTS) $(koscript_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -563,27 +680,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/scanner.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/yacc.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -595,11 +711,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -608,6 +719,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -619,8 +731,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -629,21 +757,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -663,10 +791,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -678,7 +806,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -686,7 +814,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -702,14 +830,17 @@
+ 	clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -725,7 +856,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -733,21 +865,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
+-	clean-generic clean-libLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-binPROGRAMS install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-libLTLIBRARIES install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-binPROGRAMS \
+-	uninstall-info-am uninstall-libLTLIBRARIES
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
++	clean-generic clean-libLTLIBRARIES clean-libtool ctags \
++	distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-binPROGRAMS \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-libLTLIBRARIES \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-binPROGRAMS uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ 
+ ####### Build rules
+@@ -780,7 +921,7 @@
+ 	-rm -f  koscript_scriptmenu.moc
+ 
+ #>+ 2
+-KDE_DIST=yacc.cc.h koscript_scriptmenu.cc koscript_property.h scanner.ll koscript_scriptmenu.h yacc.yy 
++KDE_DIST=yacc.cc.h koscript_scriptmenu.cc Makefile.in koscript_property.h scanner.ll koscript_scriptmenu.h yacc.yy Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -789,10 +930,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/koscript/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/koscript/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/koscript/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/koscript/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kotext/kohyphen/hyphdicts/Makefile.in koffice-1.4.2/lib/kotext/kohyphen/hyphdicts/Makefile.in
+--- koffice-1.4.2.orig/lib/kotext/kohyphen/hyphdicts/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/lib/kotext/kohyphen/hyphdicts/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kotext/kohyphen/hyphdicts
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(dictsdir)"
++dictsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(dicts_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,30 +473,54 @@
+ xdg_menudir = @xdg_menudir@
+ dicts_DATA = dicts.xml hyph_cs.dic hyph_en.dic hyph_hu.dic hyph_uk.dic hyph_da.dic hyph_de.dic hyph_en_CA.dic hyph_es.dic hyph_fr.dic hyph_it.dic hyph_nl.dic hyph_pt_BR.dic hyph_pt.dic hyph_pt_PT.dic hyph_ru.dic hyph_sk.dic hyph_sv.dic hyph_sl.dic
+ dictsdir = $(kde_datadir)/koffice/hyphdicts
+-
+ EXTRA_DIST = $(dicts_DATA)
+-subdir = lib/kotext/kohyphen/hyphdicts
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(dicts_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/kohyphen/hyphdicts/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kotext/kohyphen/hyphdicts/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kotext/kohyphen/hyphdicts/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/kohyphen/hyphdicts/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/kohyphen/hyphdicts/Makefile
++	  $(AUTOMAKE) --gnu  lib/kotext/kohyphen/hyphdicts/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/kohyphen/hyphdicts/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,41 +531,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-dictsDATA_INSTALL = $(INSTALL_DATA)
+ install-dictsDATA: $(dicts_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(dictsdir)
++	test -z "$(dictsdir)" || $(mkdir_p) "$(DESTDIR)$(dictsdir)"
+ 	@list='$(dicts_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(dictsDATA_INSTALL) $$d$$p $(DESTDIR)$(dictsdir)/$$f"; \
+-	  $(dictsDATA_INSTALL) $$d$$p $(DESTDIR)$(dictsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(dictsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dictsdir)/$$f'"; \
++	  $(dictsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dictsdir)/$$f"; \
+ 	done
+ 
+ uninstall-dictsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(dicts_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(dictsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(dictsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(dictsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(dictsdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -417,10 +585,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(dictsdir)
+-
++	for dir in "$(DESTDIR)$(dictsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -432,7 +600,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -440,7 +608,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -454,13 +622,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -476,39 +646,56 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-dictsDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-dictsDATA install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-dictsDATA \
+-	uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-dictsDATA install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-dictsDATA uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=hyph_nl.dic hyph_pt_PT.dic hyph_pt.dic hyph_de.dic hyph_pt_BR.dic hyph_sk.dic hyph_en_CA.dic dicts.xml hyph_sv.dic hyph_uk.dic hyph_sl.dic hyph_it.dic hyph_hu.dic hyph_es.dic hyph_fr.dic hyph_en.dic hyph_et.dic hyph_da.dic hyph_cs.dic hyph_ru.dic 
++KDE_DIST=hyph_nl.dic hyph_pt_PT.dic Makefile.in hyph_pt.dic hyph_de.dic hyph_pt_BR.dic hyph_sk.dic hyph_en_CA.dic dicts.xml hyph_sv.dic hyph_uk.dic hyph_sl.dic hyph_it.dic hyph_hu.dic hyph_es.dic hyph_fr.dic hyph_en.dic hyph_et.dic hyph_da.dic hyph_cs.dic hyph_ru.dic Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/kohyphen/hyphdicts/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/kohyphen/hyphdicts/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kotext/kohyphen/hyphdicts/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/kohyphen/hyphdicts/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kotext/kohyphen/Makefile.in koffice-1.4.2/lib/kotext/kohyphen/Makefile.in
+--- koffice-1.4.2.orig/lib/kotext/kohyphen/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/lib/kotext/kohyphen/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,157 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++check_PROGRAMS = kohyphentest$(EXEEXT)
++subdir = lib/kotext/kohyphen
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++LTLIBRARIES = $(noinst_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkohyphen_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkohyphen_la_OBJECTS = hnjalloc.lo hyphen.lo kohyphen.lo
++#>- libkohyphen_la_OBJECTS = $(am_libkohyphen_la_OBJECTS)
++#>+ 4
++libkohyphen_la_final_OBJECTS = hnjalloc.lo hyphen.lo kohyphen.lo 
++libkohyphen_la_nofinal_OBJECTS = hnjalloc.lo hyphen.lo kohyphen.lo
++ at KDE_USE_FINAL_FALSE@libkohyphen_la_OBJECTS = $(libkohyphen_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkohyphen_la_OBJECTS = $(libkohyphen_la_final_OBJECTS)
++am_kohyphentest_OBJECTS = kohyphentest.$(OBJEXT)
++#>- kohyphentest_OBJECTS = $(am_kohyphentest_OBJECTS)
++#>+ 1
++kohyphentest_OBJECTS = kohyphentest.$(OBJEXT)
++kohyphentest_DEPENDENCIES = ./libkohyphen.la $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
++	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CFLAGS) $(CFLAGS)
++CCLD = $(CC)
++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
++	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkohyphen_la_SOURCES) $(kohyphentest_SOURCES)
++DIST_SOURCES = $(libkohyphen_la_SOURCES) $(kohyphentest_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +196,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +211,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +222,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +243,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +276,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +296,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +317,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +336,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +454,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,127 +529,73 @@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICECORE_INCLUDES) $(KOFFICEUI_INCLUDES) $(all_includes)
+ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+-
+ #>- METASOURCES = AUTO
+-
+ noinst_HEADERS = hnjalloc.h hyphen.h kohyphen.h
+-
+ noinst_LTLIBRARIES = libkohyphen.la
+ libkohyphen_la_SOURCES = hnjalloc.c hyphen.c kohyphen.cpp
+ libkohyphen_la_LIBADD = $(LIB_KDECORE)
+ #>- libkohyphen_la_LDFLAGS = $(all_libraries) -no-undefined
+ #>+ 1
+ libkohyphen_la_LDFLAGS = $(all_libraries) -no-undefined $(KDE_NO_UNDEFINED)
+-
+ dictsdir = $(kde_datadir)/koffice/hyphdicts
+-
+ SUBDIRS = . hyphdicts
+-
+-check_PROGRAMS = kohyphentest
+-
+ kohyphentest_SOURCES = kohyphentest.cpp
+ kohyphentest_LDADD = ./libkohyphen.la $(LIB_QT) $(LIB_KDECORE)
+ kohyphentest_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+-subdir = lib/kotext/kohyphen
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(noinst_LTLIBRARIES)
+-
+-libkohyphen_la_DEPENDENCIES =
+-am_libkohyphen_la_OBJECTS = hnjalloc.lo hyphen.lo kohyphen.lo
+-#>- libkohyphen_la_OBJECTS = $(am_libkohyphen_la_OBJECTS)
+-#>+ 4
+-libkohyphen_la_final_OBJECTS = hnjalloc.lo hyphen.lo kohyphen.lo 
+-libkohyphen_la_nofinal_OBJECTS = hnjalloc.lo hyphen.lo kohyphen.lo
+- at KDE_USE_FINAL_FALSE@libkohyphen_la_OBJECTS = $(libkohyphen_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkohyphen_la_OBJECTS = $(libkohyphen_la_final_OBJECTS)
+-check_PROGRAMS = kohyphentest$(EXEEXT)
+-am_kohyphentest_OBJECTS = kohyphentest.$(OBJEXT)
+-#>- kohyphentest_OBJECTS = $(am_kohyphentest_OBJECTS)
+-#>+ 1
+-kohyphentest_OBJECTS = kohyphentest.$(OBJEXT)
+-kohyphentest_DEPENDENCIES = ./libkohyphen.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/hnjalloc.Plo ./$(DEPDIR)/hyphen.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kohyphen.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kohyphentest.Po
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/hnjalloc.Plo ./$(DEPDIR)/hyphen.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kohyphen.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kohyphentest.Po
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CFLAGS = @CFLAGS@
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkohyphen_la_SOURCES) $(kohyphentest_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkohyphen_la_SOURCES) $(kohyphentest_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/kohyphen/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kotext/kohyphen/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kotext/kohyphen/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/kohyphen/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/kohyphen/Makefile
++	  $(AUTOMAKE) --gnu  lib/kotext/kohyphen/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/kohyphen/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+ 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -472,7 +616,7 @@
+ 	$(CXXLINK) $(kohyphentest_LDFLAGS) $(kohyphentest_OBJECTS) $(kohyphentest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -482,46 +626,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kohyphen.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kohyphentest.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .c.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+ 
+ .c.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(COMPILE) -c `cygpath -w $<`
++ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ 
+ .c.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CCDEPMODE = @CCDEPMODE@
++ at am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -540,7 +685,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -552,7 +703,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -560,7 +711,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -581,17 +738,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -601,14 +757,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -617,8 +782,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -627,19 +808,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -654,15 +837,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -673,7 +858,6 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -685,7 +869,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -693,7 +877,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -709,14 +893,17 @@
+ 	clean-noinstLTLIBRARIES mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -732,7 +919,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -740,26 +928,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-checkPROGRAMS clean-generic clean-libtool \
+-	clean-noinstLTLIBRARIES clean-recursive distclean \
+-	distclean-compile distclean-depend distclean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-checkPROGRAMS clean-generic clean-libtool \
++	clean-noinstLTLIBRARIES clean-recursive ctags ctags-recursive \
++	distclean distclean-compile distclean-generic \
+ 	distclean-libtool distclean-recursive distclean-tags distdir \
+-	dvi dvi-am dvi-recursive info info-am info-recursive install \
+-	install-am install-data install-data-am install-data-recursive \
+-	install-exec install-exec-am install-exec-recursive \
+-	install-info install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
++	dvi dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs installdirs-am \
+ 	maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -774,6 +968,9 @@
+ 	@echo "timestamp" > libkohyphen.la.closure
+ 
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libkohyphen.la.closure
+@@ -781,10 +978,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/kohyphen/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/kohyphen/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kotext/kohyphen/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/kohyphen/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kotext/Makefile.in koffice-1.4.2/lib/kotext/Makefile.in
+--- koffice-1.4.2.orig/lib/kotext/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/lib/kotext/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,168 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kotext
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkotext_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	kohyphen/libkohyphen.la $(am__DEPENDENCIES_1)
++am_libkotext_la_OBJECTS = qcomplextext.lo korichtext.lo \
++	kozoomhandler.lo koborder.lo kotextformat.lo koparagcounter.lo \
++	kostyle.lo kocommand.lo kotextparag.lo kotextdocument.lo \
++	kotextformatter.lo koparaglayout.lo kotextobject.lo \
++	kotextview.lo koAutoFormat.lo koAutoFormatDia.lo koParagDia.lo \
++	kovariable.lo koVariableDlgs.lo koChangeCaseDia.lo \
++	koStylist.lo koSearchDia.lo timeformatwidget_impl.lo \
++	dateformatwidget_impl.lo KoTextViewIface.lo koFontDia.lo \
++	kobgspellcheck.lo koCommentDia.lo kospell.lo \
++	koCreateStyleDia.lo kotextcustomitem.lo koimportstyledia.lo \
++	kotextiterator.lo kooasiscontext.lo koliststylestack.lo
++#>- libkotext_la_OBJECTS = $(am_libkotext_la_OBJECTS)
++#>+ 14
++libkotext_la_final_OBJECTS = libkotext_la.all_cc.lo libkotext_la.all_cpp.lo 
++libkotext_la_nofinal_OBJECTS = qcomplextext.lo korichtext.lo \
++	kozoomhandler.lo koborder.lo kotextformat.lo koparagcounter.lo \
++	kostyle.lo kocommand.lo kotextparag.lo kotextdocument.lo \
++	kotextformatter.lo koparaglayout.lo kotextobject.lo \
++	kotextview.lo koAutoFormat.lo koAutoFormatDia.lo koParagDia.lo \
++	kovariable.lo koVariableDlgs.lo koChangeCaseDia.lo \
++	koStylist.lo koSearchDia.lo timeformatwidget_impl.lo \
++	dateformatwidget_impl.lo KoTextViewIface.lo koFontDia.lo \
++	kobgspellcheck.lo koCommentDia.lo kospell.lo \
++	koCreateStyleDia.lo kotextcustomitem.lo koimportstyledia.lo \
++	kotextiterator.lo kooasiscontext.lo koliststylestack.lo KoTextViewIface_skel.lo timedateformatwidget.lo
++ at KDE_USE_FINAL_FALSE@libkotext_la_OBJECTS = $(libkotext_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkotext_la_OBJECTS = $(libkotext_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkotext_la_SOURCES)
++DIST_SOURCES = $(libkotext_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +207,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +222,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +233,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +254,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +287,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +307,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +328,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +347,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +465,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -332,7 +541,6 @@
+ SUBDIRS = kohyphen . tests
+ INCLUDES = $(KOFFICECORE_INCLUDES) $(KOFFICEUI_INCLUDES) $(KSTORE_INCLUDES) $(all_includes)
+ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+-
+ lib_LTLIBRARIES = libkotext.la
+ #>- libkotext_la_SOURCES = qcomplextext.cpp korichtext.cpp \
+ #>- 	kozoomhandler.cc koborder.cc \
+@@ -358,238 +566,84 @@
+ 	koCommentDia.cc kospell.cc koCreateStyleDia.cc kotextcustomitem.cc \
+ 	koimportstyledia.cc kotextiterator.cc kooasiscontext.cc koliststylestack.cc KoTextViewIface_skel.cc timedateformatwidget.cc
+ 
+-
+ #>- libkotext_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined
+ #>+ 1
+ libkotext_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined $(KDE_NO_UNDEFINED)
+ # We use kofficeui for koRect :)
+ libkotext_la_LIBADD = $(LIB_KOFFICEUI) kohyphen/libkohyphen.la $(LIBKSPELL2) -lkutils
+-
+ #>- METASOURCES = AUTO
+-subdir = lib/kotext
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkotext_la_DEPENDENCIES = kohyphen/libkohyphen.la
+-am_libkotext_la_OBJECTS = qcomplextext.lo korichtext.lo kozoomhandler.lo \
+-	koborder.lo kotextformat.lo koparagcounter.lo kostyle.lo \
+-	kocommand.lo kotextparag.lo kotextdocument.lo \
+-	kotextformatter.lo koparaglayout.lo kotextobject.lo \
+-	kotextview.lo koAutoFormat.lo koAutoFormatDia.lo koParagDia.lo \
+-	kovariable.lo koVariableDlgs.lo koChangeCaseDia.lo koStylist.lo \
+-	koSearchDia.lo timeformatwidget_impl.lo \
+-	dateformatwidget_impl.lo KoTextViewIface.lo koFontDia.lo \
+-	kobgspellcheck.lo koCommentDia.lo kospell.lo \
+-	koCreateStyleDia.lo kotextcustomitem.lo koimportstyledia.lo \
+-	kotextiterator.lo kooasiscontext.lo koliststylestack.lo
+-#>- libkotext_la_OBJECTS = $(am_libkotext_la_OBJECTS)
+-#>+ 14
+-libkotext_la_final_OBJECTS = libkotext_la.all_cc.lo libkotext_la.all_cpp.lo 
+-libkotext_la_nofinal_OBJECTS = qcomplextext.lo korichtext.lo kozoomhandler.lo \
+-	koborder.lo kotextformat.lo koparagcounter.lo kostyle.lo \
+-	kocommand.lo kotextparag.lo kotextdocument.lo \
+-	kotextformatter.lo koparaglayout.lo kotextobject.lo \
+-	kotextview.lo koAutoFormat.lo koAutoFormatDia.lo koParagDia.lo \
+-	kovariable.lo koVariableDlgs.lo koChangeCaseDia.lo koStylist.lo \
+-	koSearchDia.lo timeformatwidget_impl.lo \
+-	dateformatwidget_impl.lo KoTextViewIface.lo koFontDia.lo \
+-	kobgspellcheck.lo koCommentDia.lo kospell.lo \
+-	koCreateStyleDia.lo kotextcustomitem.lo koimportstyledia.lo \
+-	kotextiterator.lo kooasiscontext.lo koliststylestack.lo KoTextViewIface_skel.lo timedateformatwidget.lo
+- at KDE_USE_FINAL_FALSE@libkotext_la_OBJECTS = $(libkotext_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkotext_la_OBJECTS = $(libkotext_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/KoTextViewIface.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/dateformatwidget_impl.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koAutoFormat.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koAutoFormatDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koChangeCaseDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koCommentDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koCreateStyleDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koFontDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koParagDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koSearchDia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koStylist.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koVariableDlgs.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kobgspellcheck.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koborder.Plo ./$(DEPDIR)/kocommand.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koimportstyledia.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koliststylestack.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kooasiscontext.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koparagcounter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koparaglayout.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/korichtext.Plo ./$(DEPDIR)/kospell.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kostyle.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextcustomitem.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextdocument.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextformat.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextformatter.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextiterator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextobject.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextparag.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextview.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kovariable.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kozoomhandler.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/qcomplextext.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/timeformatwidget_impl.Plo
+-#>+ 66
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =  $(DEPDIR)/KoTextViewIface_skel.P $(DEPDIR)/timedateformatwidget.P  $(DEPDIR)/libkotext_la.all_cc.P $(DEPDIR)/libkotext_la.all_cpp.P ./$(DEPDIR)/KoTextViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/dateformatwidget_impl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koAutoFormat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koAutoFormatDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koChangeCaseDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koCommentDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koCreateStyleDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koFontDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koParagDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koSearchDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koStylist.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koVariableDlgs.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kobgspellcheck.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koborder.Plo ./$(DEPDIR)/kocommand.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koimportstyledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koliststylestack.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kooasiscontext.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koparagcounter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koparaglayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/korichtext.Plo ./$(DEPDIR)/kospell.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kostyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextcustomitem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextdocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextformat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextformatter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextiterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextparag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kovariable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kozoomhandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/qcomplextext.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/timeformatwidget_impl.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  $(DEPDIR)/KoTextViewIface_skel.P $(DEPDIR)/timedateformatwidget.P ./$(DEPDIR)/KoTextViewIface.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/dateformatwidget_impl.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koAutoFormat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koAutoFormatDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koChangeCaseDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koCommentDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koCreateStyleDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koFontDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koParagDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koSearchDia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koStylist.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koVariableDlgs.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kobgspellcheck.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koborder.Plo ./$(DEPDIR)/kocommand.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koimportstyledia.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koliststylestack.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kooasiscontext.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koparagcounter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koparaglayout.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/korichtext.Plo ./$(DEPDIR)/kospell.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kostyle.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextcustomitem.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextdocument.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextformat.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextformatter.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextiterator.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextobject.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextparag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextview.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kovariable.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kozoomhandler.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/qcomplextext.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/timeformatwidget_impl.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-CFLAGS = @CFLAGS@
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+-	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
+-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(libkotext_la_SOURCES)
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in TODO
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkotext_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kotext/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kotext/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/Makefile
++	  $(AUTOMAKE) --gnu  lib/kotext/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -600,7 +654,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkotext_la_LDFLAGS) $(libkotext_la_OBJECTS) $(libkotext_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -641,45 +695,47 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/qcomplextext.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/timeformatwidget_impl.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -698,7 +754,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -710,7 +772,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -718,7 +780,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -739,17 +807,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -759,14 +826,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -775,8 +851,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -785,21 +877,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -814,15 +906,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -832,8 +926,9 @@
+ all-am: Makefile $(LTLIBRARIES)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -845,7 +940,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -853,7 +948,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -869,14 +964,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -892,7 +990,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -900,27 +999,32 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-libLTLIBRARIES install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-libLTLIBRARIES install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ 	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
++	uninstall-info-am uninstall-libLTLIBRARIES
+ 
+ 
+ # include_HEADERS = 
+@@ -1104,7 +1208,7 @@
+ 	-rm -f  kobgspellcheck.moc kotextiterator.moc koParagDia.moc koimportstyledia.moc kotextview.moc kovariable.moc koParagDia_p.moc koVariableDlgs.moc koSearchDia.moc kotextdocument.moc koAutoFormat.moc koFontDia_p.moc koStylist.moc koFontDia.moc dateformatwidget_impl.moc kotextobject.moc koCreateStyleDia.moc timeformatwidget_impl.moc koChangeCaseDia.moc koCommentDia.moc koAutoFormatDia.moc kospell.moc
+ 
+ #>+ 2
+-KDE_DIST=KoTextViewIface.h dateformatwidget_impl.h DESIGN koParagDia_p.h duration.h timedateformatwidget.ui qcomplextext_p.h kotextobject.h koVariableDlgs.h kooasiscontext.h koFontDia.h kotextformat.h koParagDia.h AutoFormat kozoomhandler.h koimportstyledia.h koCreateStyleDia.h configure.in.in koAutoFormatDia.h kospell.h qcleanuphandler.h koliststylestack.h koAutoFormat.h kovariable.h koCommentDia.h koSearchDia.h koparagcounter.h timeformatwidget_impl.h korichtext.h koStylist.h kotextformatter.h kotextparag.h koparaglayout.h kostyle.h kocommand.h configure.in.bot kotextcustomitem.h kotextdocument.h kotextiterator.h koborder.h koFontDia_p.h koChangeCaseDia.h kobgspellcheck.h kotextview.h 
++KDE_DIST=KoTextViewIface.h dateformatwidget_impl.h DESIGN koParagDia_p.h duration.h timedateformatwidget.ui qcomplextext_p.h Makefile.in kotextobject.h koVariableDlgs.h kooasiscontext.h koFontDia.h kotextformat.h koParagDia.h AutoFormat kozoomhandler.h koimportstyledia.h koCreateStyleDia.h configure.in.in koAutoFormatDia.h kospell.h qcleanuphandler.h koliststylestack.h koAutoFormat.h kovariable.h koCommentDia.h koSearchDia.h koparagcounter.h timeformatwidget_impl.h korichtext.h koStylist.h kotextformatter.h kotextparag.h koparaglayout.h kostyle.h kocommand.h configure.in.bot kotextcustomitem.h kotextdocument.h kotextiterator.h koborder.h koFontDia_p.h koChangeCaseDia.h kobgspellcheck.h kotextview.h Makefile.am 
+ 
+ #>+ 4
+ clean-idl:
+@@ -1123,10 +1227,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kotext/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kotext/tests/Makefile.in koffice-1.4.2/lib/kotext/tests/Makefile.in
+--- koffice-1.4.2.orig/lib/kotext/tests/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/lib/kotext/tests/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,136 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++check_PROGRAMS = kotextformattertest$(EXEEXT) kobordertest$(EXEEXT) \
++	kovariabletest$(EXEEXT)
++subdir = lib/kotext/tests
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am_kobordertest_OBJECTS = kobordertest.$(OBJEXT)
++#>- kobordertest_OBJECTS = $(am_kobordertest_OBJECTS)
++#>+ 1
++kobordertest_OBJECTS = kobordertest.$(OBJEXT)
++kobordertest_LDADD = $(LDADD)
++kobordertest_DEPENDENCIES = ../libkotext.la
++am_kotextformattertest_OBJECTS = kotextformattertest.$(OBJEXT)
++#>- kotextformattertest_OBJECTS = $(am_kotextformattertest_OBJECTS)
++#>+ 1
++kotextformattertest_OBJECTS = kotextformattertest.$(OBJEXT)
++kotextformattertest_LDADD = $(LDADD)
++kotextformattertest_DEPENDENCIES = ../libkotext.la
++am_kovariabletest_OBJECTS = kovariabletest.$(OBJEXT)
++#>- kovariabletest_OBJECTS = $(am_kovariabletest_OBJECTS)
++#>+ 1
++kovariabletest_OBJECTS = kovariabletest.$(OBJEXT)
++kovariabletest_LDADD = $(LDADD)
++kovariabletest_DEPENDENCIES = ../libkotext.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kobordertest_SOURCES) $(kotextformattertest_SOURCES) \
++	$(kovariabletest_SOURCES)
++DIST_SOURCES = $(kobordertest_SOURCES) $(kotextformattertest_SOURCES) \
++	$(kovariabletest_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +175,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +190,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +201,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +222,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +255,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +275,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +296,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +315,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +433,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,98 +508,60 @@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOTEXT_INCLUDES) $(all_includes)
+ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+-
+ #>- METASOURCES = AUTO
+-
+-check_PROGRAMS = kotextformattertest kobordertest kovariabletest
+-
+ LDADD = ../libkotext.la
+ AM_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+-
+ kobordertest_SOURCES = kobordertest.cpp
+ kotextformattertest_SOURCES = kotextformattertest.cpp
+ kovariabletest_SOURCES = kovariabletest.cpp
+-subdir = lib/kotext/tests
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-check_PROGRAMS = kotextformattertest$(EXEEXT) kobordertest$(EXEEXT) \
+-	kovariabletest$(EXEEXT)
+-am_kobordertest_OBJECTS = kobordertest.$(OBJEXT)
+-#>- kobordertest_OBJECTS = $(am_kobordertest_OBJECTS)
+-#>+ 1
+-kobordertest_OBJECTS = kobordertest.$(OBJEXT)
+-kobordertest_LDADD = $(LDADD)
+-kobordertest_DEPENDENCIES = ../libkotext.la
+-kobordertest_LDFLAGS =
+-am_kotextformattertest_OBJECTS = kotextformattertest.$(OBJEXT)
+-#>- kotextformattertest_OBJECTS = $(am_kotextformattertest_OBJECTS)
+-#>+ 1
+-kotextformattertest_OBJECTS = kotextformattertest.$(OBJEXT)
+-kotextformattertest_LDADD = $(LDADD)
+-kotextformattertest_DEPENDENCIES = ../libkotext.la
+-kotextformattertest_LDFLAGS =
+-am_kovariabletest_OBJECTS = kovariabletest.$(OBJEXT)
+-#>- kovariabletest_OBJECTS = $(am_kovariabletest_OBJECTS)
+-#>+ 1
+-kovariabletest_OBJECTS = kovariabletest.$(OBJEXT)
+-kovariabletest_LDADD = $(LDADD)
+-kovariabletest_DEPENDENCIES = ../libkotext.la
+-kovariabletest_LDFLAGS =
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kobordertest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kotextformattertest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kovariabletest.Po
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kobordertest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kotextformattertest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kovariabletest.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kobordertest_SOURCES) $(kotextformattertest_SOURCES) \
+-	$(kovariabletest_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(kobordertest_SOURCES) $(kotextformattertest_SOURCES) $(kovariabletest_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/tests/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kotext/tests/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kotext/tests/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/tests/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/tests/Makefile
++	  $(AUTOMAKE) --gnu  lib/kotext/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/tests/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-checkPROGRAMS:
+ 	@list='$(check_PROGRAMS)'; for p in $$list; do \
+@@ -441,7 +580,7 @@
+ 	$(CXXLINK) $(kovariabletest_LDFLAGS) $(kovariabletest_OBJECTS) $(kovariabletest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -450,27 +589,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kotextformattertest.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kovariabletest.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -482,11 +620,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -495,6 +628,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -506,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -516,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -547,9 +699,7 @@
+ 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -561,7 +711,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -569,7 +719,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -578,19 +728,24 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-am
+ 
+-#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
+-#>+ 1
+-clean-am: clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
++#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
++#>- 	mostlyclean-am
++#>+ 2
++clean-am: clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool \
++	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -606,7 +761,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -614,17 +770,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-checkPROGRAMS \
+-	clean-generic clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
+-	install-exec-am install-info install-info-am install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++.PHONY: CTAGS GTAGS all all-am check check-am clean \
++	clean-checkPROGRAMS clean-generic clean-libtool ctags \
++	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-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ 	tags uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -632,12 +797,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kotext/tests/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kotext/tests/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kotext/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kotext/tests/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/kwmf/Makefile.in koffice-1.4.2/lib/kwmf/Makefile.in
+--- koffice-1.4.2.orig/lib/kwmf/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/lib/kwmf/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,146 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/kwmf
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkowmf_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkowmf_la_OBJECTS = kowmfreadprivate.lo kowmfstack.lo \
++	kowmfread.lo kowmfwrite.lo kowmfpaint.lo
++#>- libkowmf_la_OBJECTS = $(am_libkowmf_la_OBJECTS)
++#>+ 5
++libkowmf_la_final_OBJECTS = libkowmf_la.all_cc.lo 
++libkowmf_la_nofinal_OBJECTS = kowmfreadprivate.lo kowmfstack.lo \
++	kowmfread.lo kowmfwrite.lo kowmfpaint.lo
++ at KDE_USE_FINAL_FALSE@libkowmf_la_OBJECTS = $(libkowmf_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkowmf_la_OBJECTS = $(libkowmf_la_final_OBJECTS)
++libkwmf_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkwmf_la_OBJECTS = kwmf.lo qwmf.lo
++#>- libkwmf_la_OBJECTS = $(am_libkwmf_la_OBJECTS)
++#>+ 4
++libkwmf_la_final_OBJECTS = libkwmf_la.all_cc.lo 
++libkwmf_la_nofinal_OBJECTS = kwmf.lo qwmf.lo
++ at KDE_USE_FINAL_FALSE@libkwmf_la_OBJECTS = $(libkwmf_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkwmf_la_OBJECTS = $(libkwmf_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkowmf_la_SOURCES) $(libkwmf_la_SOURCES)
++DIST_SOURCES = $(libkowmf_la_SOURCES) $(libkwmf_la_SOURCES)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +187,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +202,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +213,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +234,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +267,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +287,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +308,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +327,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,14 +445,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICECORE_INCLUDES) -I$(srcdir) $(all_includes)
+ #>- libkwmf_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined
+ #>+ 1
+@@ -339,136 +525,89 @@
+ # We use kdecore for kdDebug :)
+ libkwmf_la_LIBADD = $(LIB_KDECORE)
+ 
+-
+ ####### Files
+ lib_LTLIBRARIES = libkwmf.la libkowmf.la
+-
+ libkwmf_la_SOURCES = kwmf.cc qwmf.cc
+ 
+ #include_HEADERS = kowmfread.h kowmfwrite.h kowmfpaint.h
+ noinst_HEADERS = kwmf.h qwmf.h metafuncs.h wmfstruct.h kowmfreadprivate.h kowmfstack.h kowmfstruct.h
+-
+ libkowmf_la_SOURCES = kowmfreadprivate.cc kowmfstack.cc kowmfread.cc kowmfwrite.cc kowmfpaint.cc
+ #>- libkowmf_la_LDFLAGS = $(all_libraries) -version-info 1:0:0  -no-undefined
+ #>+ 1
+ libkowmf_la_LDFLAGS = $(all_libraries) -version-info 1:0:0  -no-undefined $(KDE_NO_UNDEFINED)
+ libkowmf_la_LIBADD = $(LIB_KDECORE)
+-subdir = lib/kwmf
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkowmf_la_DEPENDENCIES =
+-am_libkowmf_la_OBJECTS = kowmfreadprivate.lo kowmfstack.lo kowmfread.lo \
+-	kowmfwrite.lo kowmfpaint.lo
+-#>- libkowmf_la_OBJECTS = $(am_libkowmf_la_OBJECTS)
+-#>+ 5
+-libkowmf_la_final_OBJECTS = libkowmf_la.all_cc.lo 
+-libkowmf_la_nofinal_OBJECTS = kowmfreadprivate.lo kowmfstack.lo kowmfread.lo \
+-	kowmfwrite.lo kowmfpaint.lo
+- at KDE_USE_FINAL_FALSE@libkowmf_la_OBJECTS = $(libkowmf_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkowmf_la_OBJECTS = $(libkowmf_la_final_OBJECTS)
+-libkwmf_la_DEPENDENCIES =
+-am_libkwmf_la_OBJECTS = kwmf.lo qwmf.lo
+-#>- libkwmf_la_OBJECTS = $(am_libkwmf_la_OBJECTS)
+-#>+ 4
+-libkwmf_la_final_OBJECTS = libkwmf_la.all_cc.lo 
+-libkwmf_la_nofinal_OBJECTS = kwmf.lo qwmf.lo
+- at KDE_USE_FINAL_FALSE@libkwmf_la_OBJECTS = $(libkwmf_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkwmf_la_OBJECTS = $(libkwmf_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kowmfpaint.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kowmfread.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kowmfreadprivate.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kowmfstack.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kowmfwrite.Plo ./$(DEPDIR)/kwmf.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/qwmf.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkowmf_la.all_cc.P $(DEPDIR)/libkwmf_la.all_cc.P ./$(DEPDIR)/kowmfpaint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfread.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfreadprivate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfstack.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfwrite.Plo ./$(DEPDIR)/kwmf.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/qwmf.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/kowmfpaint.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfread.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfreadprivate.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfstack.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/kowmfwrite.Plo ./$(DEPDIR)/kwmf.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/qwmf.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkowmf_la_SOURCES) $(libkwmf_la_SOURCES)
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libkowmf_la_SOURCES) $(libkwmf_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kwmf/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/kwmf/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/kwmf/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kwmf/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kwmf/Makefile
++	  $(AUTOMAKE) --gnu  lib/kwmf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kwmf/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -484,7 +623,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkwmf_la_LDFLAGS) $(libkwmf_la_OBJECTS) $(libkwmf_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -497,27 +636,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kwmf.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/qwmf.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -529,11 +667,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -542,6 +675,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -553,8 +687,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -563,19 +713,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -593,10 +745,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
+-
++	for dir in "$(DESTDIR)$(libdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -608,7 +760,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -616,7 +768,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -632,14 +784,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -655,7 +810,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -663,19 +819,28 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-data install-data-am install-exec \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libLTLIBRARIES clean-libtool ctags 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-exec \
+ 	install-exec-am install-info install-info-am \
+ 	install-libLTLIBRARIES install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -699,6 +864,9 @@
+ 	@echo "timestamp" > libkwmf.la.closure
+ 
+ 
++#>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
+ #>+ 3
+ clean-closures:
+ 	-rm -f  libkowmf.la.closure libkwmf.la.closure
+@@ -706,10 +874,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/kwmf/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/kwmf/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/kwmf/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/kwmf/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/Makefile.in koffice-1.4.2/lib/Makefile.in
+--- koffice-1.4.2.orig/lib/Makefile.in	2005-10-05 12:53:03.000000000 +0200
++++ koffice-1.4.2/lib/Makefile.in	2005-11-11 17:31:37.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,109 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = $(srcdir)/../admin/Doxyfile.am $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++subdir = lib
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = store kwmf kofficecore kofficeui koscript kotext \
++	kopainter kformula
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +148,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +163,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +174,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +195,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +228,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +248,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +269,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +288,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,48 +406,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ @compile_lib_KOPAINTER_TRUE at KOPAINTERDIR = kopainter
+-
+ SUBDIRS = store kwmf kofficecore kofficeui koscript kotext $(KOPAINTERDIR) kformula 
+-subdir = lib
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = store kwmf kofficecore kofficeui koscript kotext \
+-	kopainter kformula
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/../admin/Doxyfile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/Makefile
++	  $(AUTOMAKE) --gnu  lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -382,7 +546,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -394,7 +564,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -402,7 +572,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -423,17 +599,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -443,14 +618,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -459,8 +643,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -469,21 +669,22 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/../admin
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -500,13 +701,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -516,7 +719,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -528,7 +730,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -536,7 +738,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -550,7 +752,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -558,6 +760,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -573,32 +777,38 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-local
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-local install-data-recursive install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-data-local install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	installdirs-am maintainer-clean maintainer-clean-generic \
+ 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-local uninstall-recursive
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
++	tags tags-recursive uninstall uninstall-am uninstall-info-am \
++	uninstall-local
+ 
+ 
+ messages:
+@@ -786,15 +996,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=CHANGES templatescript.sh NAMING configure.in.in configure.in.mid kdoc.rules 
++KDE_DIST=CHANGES Makefile.in templatescript.sh NAMING configure.in.in configure.in.mid kdoc.rules Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/store/Makefile.in koffice-1.4.2/lib/store/Makefile.in
+--- koffice-1.4.2.orig/lib/store/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/lib/store/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,153 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = lib/store
++DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libkstore_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libkstore_la_OBJECTS = koStore.lo koTarStore.lo koDirectoryStore.lo \
++	koZipStore.lo koStoreDrag.lo koStoreBase.lo koxmlwriter.lo
++#>- libkstore_la_OBJECTS = $(am_libkstore_la_OBJECTS)
++#>+ 5
++libkstore_la_final_OBJECTS = libkstore_la.all_cc.lo 
++libkstore_la_nofinal_OBJECTS = koStore.lo koTarStore.lo koDirectoryStore.lo \
++	koZipStore.lo koStoreDrag.lo koStoreBase.lo koxmlwriter.lo
++ at KDE_USE_FINAL_FALSE@libkstore_la_OBJECTS = $(libkstore_la_nofinal_OBJECTS)
++ at KDE_USE_FINAL_TRUE@libkstore_la_OBJECTS = $(libkstore_la_final_OBJECTS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libkstore_la_SOURCES)
++DIST_SOURCES = $(libkstore_la_SOURCES)
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++includeHEADERS_INSTALL = $(INSTALL_HEADER)
++HEADERS = $(include_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +192,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +207,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +218,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +239,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +272,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +292,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +313,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +332,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,21 +450,84 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = . tests
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ lib_LTLIBRARIES = libkstore.la
+ INCLUDES = $(KOFFICECORE_INCLUDES) $(all_includes)
+ 
+-
+ ####### Files
+ libkstore_la_LIBADD = $(LIB_KIO)
+ libkstore_la_SOURCES = koStore.cc koTarStore.cc koDirectoryStore.cc koZipStore.cc koStoreDrag.cc koStoreBase.cc koxmlwriter.cc
+@@ -344,125 +535,78 @@
+ #>+ 1
+ libkstore_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 $(KDE_LDFLAGS) -no-undefined $(KDE_NO_UNDEFINED)
+ include_HEADERS = koStore.h koStoreDevice.h koxmlwriter.h
+-subdir = lib/store
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(lib_LTLIBRARIES)
+-
+-libkstore_la_DEPENDENCIES =
+-am_libkstore_la_OBJECTS = koStore.lo koTarStore.lo koDirectoryStore.lo \
+-	koZipStore.lo koStoreDrag.lo koStoreBase.lo koxmlwriter.lo
+-#>- libkstore_la_OBJECTS = $(am_libkstore_la_OBJECTS)
+-#>+ 5
+-libkstore_la_final_OBJECTS = libkstore_la.all_cc.lo 
+-libkstore_la_nofinal_OBJECTS = koStore.lo koTarStore.lo koDirectoryStore.lo \
+-	koZipStore.lo koStoreDrag.lo koStoreBase.lo koxmlwriter.lo
+- at KDE_USE_FINAL_FALSE@libkstore_la_OBJECTS = $(libkstore_la_nofinal_OBJECTS)
+- at KDE_USE_FINAL_TRUE@libkstore_la_OBJECTS = $(libkstore_la_final_OBJECTS)
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/koDirectoryStore.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koStore.Plo ./$(DEPDIR)/koStoreBase.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koStoreDrag.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koTarStore.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koZipStore.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/koxmlwriter.Plo
+-#>+ 12
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE at DEP_FILES =   $(DEPDIR)/libkstore_la.all_cc.P ./$(DEPDIR)/koDirectoryStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koStore.Plo ./$(DEPDIR)/koStoreBase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koStoreDrag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koTarStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koZipStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/koxmlwriter.Plo
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE at DEP_FILES =  ./$(DEPDIR)/koDirectoryStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koStore.Plo ./$(DEPDIR)/koStoreBase.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koStoreDrag.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koTarStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koZipStore.Plo \
+- at AMDEP_TRUE@@KDE_USE_FINAL_FALSE@	@AMDEP_TRUE@	./$(DEPDIR)/koxmlwriter.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libkstore_la_SOURCES)
+-HEADERS = $(include_HEADERS)
+-
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(libkstore_la_SOURCES)
+-
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/store/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/store/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/store/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/store/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/store/Makefile
++	  $(AUTOMAKE) --gnu  lib/store/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/store/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-libLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -473,7 +617,7 @@
+ 	$(CXXLINK) -rpath $(libdir) $(libkstore_la_LDFLAGS) $(libkstore_la_OBJECTS) $(libkstore_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -486,27 +630,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koZipStore.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koxmlwriter.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -517,23 +660,22 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-includeHEADERS_INSTALL = $(INSTALL_HEADER)
+ install-includeHEADERS: $(include_HEADERS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(includedir)
++	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
+-	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
++	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ uninstall-includeHEADERS:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(include_HEADERS)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(includedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+ 	done
+ 
+ # This directory's subdirectories are mostly independent; you can cd
+@@ -543,7 +685,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -555,7 +703,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -563,7 +711,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -584,17 +738,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -604,14 +757,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -620,8 +782,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -630,21 +808,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -659,15 +837,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -677,8 +857,9 @@
+ all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+-
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -690,7 +871,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -698,7 +879,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -714,14 +895,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -737,7 +921,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+@@ -745,29 +930,35 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
+ 	uninstall-libLTLIBRARIES
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libLTLIBRARIES clean-libtool \
+-	clean-recursive distclean distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-includeHEADERS install-info \
+-	install-info-am install-info-recursive install-libLTLIBRARIES \
+-	install-man install-recursive install-strip installcheck \
+-	installcheck-am installdirs installdirs-am \
+-	installdirs-recursive maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libLTLIBRARIES clean-libtool \
++	clean-recursive ctags ctags-recursive distclean \
++	distclean-compile distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am \
++	install-includeHEADERS install-info install-info-am \
++	install-libLTLIBRARIES install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-compile mostlyclean-generic \
++	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
+ 	tags tags-recursive uninstall uninstall-am \
+ 	uninstall-includeHEADERS uninstall-info-am \
+-	uninstall-info-recursive uninstall-libLTLIBRARIES \
+-	uninstall-recursive
++	uninstall-libLTLIBRARIES
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+@@ -783,7 +974,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=update_kzip.sh koStoreBase.h koZipStore.h fix_storage.pl koStoreDrag.h koTarStore.h SPEC koDirectoryStore.h 
++KDE_DIST=update_kzip.sh Makefile.in koStoreBase.h koZipStore.h fix_storage.pl koStoreDrag.h koTarStore.h SPEC koDirectoryStore.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -792,10 +983,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/store/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/store/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/store/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/store/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/lib/store/tests/Makefile.in koffice-1.4.2/lib/store/tests/Makefile.in
+--- koffice-1.4.2.orig/lib/store/tests/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/lib/store/tests/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -16,100 +16,133 @@
+ @SET_MAKE@
+ 
+ ####### General stuff
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++check_PROGRAMS = storage_test$(EXEEXT) xmlwritertest$(EXEEXT) \
++	storedroptest$(EXEEXT)
++subdir = lib/store/tests
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am_storage_test_OBJECTS = storage_test.$(OBJEXT)
++#>- storage_test_OBJECTS = $(am_storage_test_OBJECTS)
++#>+ 1
++storage_test_OBJECTS = storage_test.$(OBJEXT)
++storage_test_DEPENDENCIES = ../libkstore.la
++am_storedroptest_OBJECTS = storedroptest.$(OBJEXT)
++#>- storedroptest_OBJECTS = $(am_storedroptest_OBJECTS)
++#>+ 1
++storedroptest_OBJECTS = storedroptest.$(OBJEXT)
++storedroptest_DEPENDENCIES = ../libkstore.la
++am_xmlwritertest_OBJECTS = xmlwritertest.$(OBJEXT)
++#>- xmlwritertest_OBJECTS = $(am_xmlwritertest_OBJECTS)
++#>+ 1
++xmlwritertest_OBJECTS = xmlwritertest.$(OBJEXT)
++xmlwritertest_DEPENDENCIES = ../libkstore.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(storage_test_SOURCES) $(storedroptest_SOURCES) \
++	$(xmlwritertest_SOURCES)
++DIST_SOURCES = $(storage_test_SOURCES) $(storedroptest_SOURCES) \
++	$(xmlwritertest_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -141,15 +174,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -159,7 +189,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -171,14 +200,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -195,7 +221,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -229,13 +254,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -245,16 +274,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -265,15 +295,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -287,20 +314,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -324,108 +432,136 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ KDE_CXXFLAGS = $(USE_RTTI)
+ INCLUDES = -I$(srcdir)/.. $(all_includes)
+-
+-
+-####### Files
+-check_PROGRAMS = storage_test xmlwritertest storedroptest
+ TESTS = storage_test xmlwritertest
+-
+ storage_test_SOURCES = storage_test.cpp
+ storage_test_LDADD = ../libkstore.la
+-
+ xmlwritertest_SOURCES = xmlwritertest.cpp
+ xmlwritertest_LDADD = ../libkstore.la
+-
+ storedroptest_SOURCES = storedroptest.cpp
+ storedroptest_LDADD = ../libkstore.la
+-subdir = lib/store/tests
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-check_PROGRAMS = storage_test$(EXEEXT) xmlwritertest$(EXEEXT) \
+-	storedroptest$(EXEEXT)
+-am_storage_test_OBJECTS = storage_test.$(OBJEXT)
+-#>- storage_test_OBJECTS = $(am_storage_test_OBJECTS)
+-#>+ 1
+-storage_test_OBJECTS = storage_test.$(OBJEXT)
+-storage_test_DEPENDENCIES = ../libkstore.la
+-storage_test_LDFLAGS =
+-am_storedroptest_OBJECTS = storedroptest.$(OBJEXT)
+-#>- storedroptest_OBJECTS = $(am_storedroptest_OBJECTS)
+-#>+ 1
+-storedroptest_OBJECTS = storedroptest.$(OBJEXT)
+-storedroptest_DEPENDENCIES = ../libkstore.la
+-storedroptest_LDFLAGS =
+-am_xmlwritertest_OBJECTS = xmlwritertest.$(OBJEXT)
+-#>- xmlwritertest_OBJECTS = $(am_xmlwritertest_OBJECTS)
+-#>+ 1
+-xmlwritertest_OBJECTS = xmlwritertest.$(OBJEXT)
+-xmlwritertest_DEPENDENCIES = ../libkstore.la
+-xmlwritertest_LDFLAGS =
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/storage_test.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/storedroptest.Po \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/xmlwritertest.Po
+-#>+ 3
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/storage_test.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/storedroptest.Po \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/xmlwritertest.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(storage_test_SOURCES) $(storedroptest_SOURCES) \
+-	$(xmlwritertest_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(storage_test_SOURCES) $(storedroptest_SOURCES) $(xmlwritertest_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/store/tests/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  lib/store/tests/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  lib/store/tests/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/store/tests/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/store/tests/Makefile
++	  $(AUTOMAKE) --gnu  lib/store/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/store/tests/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-checkPROGRAMS:
+ 	@list='$(check_PROGRAMS)'; for p in $$list; do \
+@@ -444,7 +580,7 @@
+ 	$(CXXLINK) $(xmlwritertest_LDFLAGS) $(xmlwritertest_OBJECTS) $(xmlwritertest_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -453,27 +589,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/storedroptest.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xmlwritertest.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -485,11 +620,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -498,6 +628,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -509,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -519,10 +666,10 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ check-TESTS: $(TESTS)
+-	@failed=0; all=0; xfail=0; xpass=0; \
++	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
+ 	srcdir=$(srcdir); export srcdir; \
+ 	list='$(TESTS)'; \
+ 	if test -n "$$list"; then \
+@@ -534,26 +681,29 @@
+ 	      all=`expr $$all + 1`; \
+ 	      case " $(XFAIL_TESTS) " in \
+ 	      *" $$tst "*) \
+-	        xpass=`expr $$xpass + 1`; \
+-	        failed=`expr $$failed + 1`; \
+-	        echo "XPASS: $$tst"; \
++		xpass=`expr $$xpass + 1`; \
++		failed=`expr $$failed + 1`; \
++		echo "XPASS: $$tst"; \
+ 	      ;; \
+ 	      *) \
+-	        echo "PASS: $$tst"; \
++		echo "PASS: $$tst"; \
+ 	      ;; \
+ 	      esac; \
+ 	    elif test $$? -ne 77; then \
+ 	      all=`expr $$all + 1`; \
+ 	      case " $(XFAIL_TESTS) " in \
+ 	      *" $$tst "*) \
+-	        xfail=`expr $$xfail + 1`; \
+-	        echo "XFAIL: $$tst"; \
++		xfail=`expr $$xfail + 1`; \
++		echo "XFAIL: $$tst"; \
+ 	      ;; \
+ 	      *) \
+-	        failed=`expr $$failed + 1`; \
+-	        echo "FAIL: $$tst"; \
++		failed=`expr $$failed + 1`; \
++		echo "FAIL: $$tst"; \
+ 	      ;; \
+ 	      esac; \
++	    else \
++	      skip=`expr $$skip + 1`; \
++	      echo "SKIP: $$tst"; \
+ 	    fi; \
+ 	  done; \
+ 	  if test "$$failed" -eq 0; then \
+@@ -569,26 +719,41 @@
+ 	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
+ 	    fi; \
+ 	  fi; \
+-	  dashes=`echo "$$banner" | sed s/./=/g`; \
++	  dashes="$$banner"; \
++	  skipped=""; \
++	  if test "$$skip" -ne 0; then \
++	    skipped="($$skip tests were not run)"; \
++	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
++	      dashes="$$skipped"; \
++	  fi; \
++	  report=""; \
++	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
++	    report="Please report to $(PACKAGE_BUGREPORT)"; \
++	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
++	      dashes="$$report"; \
++	  fi; \
++	  dashes=`echo "$$dashes" | sed s/./=/g`; \
+ 	  echo "$$dashes"; \
+ 	  echo "$$banner"; \
++	  test -z "$$skipped" || echo "$$skipped"; \
++	  test -z "$$report" || echo "$$report"; \
+ 	  echo "$$dashes"; \
+ 	  test "$$failed" -eq 0; \
+ 	else :; fi
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -608,9 +773,7 @@
+ 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -622,7 +785,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -630,7 +793,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -639,19 +802,24 @@
+ #>+ 1
+ clean: kde-rpo-clean  clean-am
+ 
+-#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
+-#>+ 1
+-clean-am: clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool mostlyclean-am
++#>- clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
++#>- 	mostlyclean-am
++#>+ 2
++clean-am: clean-bcheck  clean-checkPROGRAMS clean-generic clean-libtool \
++	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -667,7 +835,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -675,34 +844,51 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-TESTS check-am clean \
+-	clean-checkPROGRAMS clean-generic clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am
++.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
++	clean-checkPROGRAMS clean-generic clean-libtool ctags \
++	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-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=xmlwritertest.h 
++KDE_DIST=xmlwritertest.h Makefile.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  lib/store/tests/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/store/tests/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  lib/store/tests/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit lib/store/tests/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/Makefile.in koffice-1.4.2/Makefile.in
+--- koffice-1.4.2.orig/Makefile.in	2005-10-05 12:52:34.000000000 +0200
++++ koffice-1.4.2/Makefile.in	2005-11-11 17:31:27.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,125 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = .
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in $(srcdir)/admin/Doxyfile.am \
++	$(srcdir)/admin/deps.am $(srcdir)/config.h.in \
++	$(top_srcdir)/configure AUTHORS COPYING COPYING.LIB INSTALL \
++	admin/compile admin/config.guess admin/config.sub \
++	admin/depcomp admin/install-sh admin/ltmain.sh admin/missing \
++	admin/mkinstalldirs admin/ylwrap install-sh
++subdir = .
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
++ configure.lineno configure.status.lineno
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++distdir = $(PACKAGE)-$(VERSION)
++top_distdir = $(distdir)
++am__remove_distdir = \
++  { test ! -d $(distdir) \
++    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
++         && rm -fr $(distdir); }; }
++DIST_ARCHIVES = $(distdir).tar.gz
++GZIP_ENV = --best
++distuninstallcheck_listfiles = find . -type f -print
++distcleancheck_listfiles = find . -type f -print
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +164,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +179,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +190,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +211,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +244,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +264,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +285,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +304,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,14 +422,79 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ AUTOMAKE_OPTIONS = foreign 1.4
+ COMPILE_FIRST = lib interfaces
+ # COMPILE_BEFORE_kexi = kword kugar
+@@ -338,61 +503,64 @@
+ # COMPILE_BEFORE_kword = kspread
+ COMPILE_LAST = filters
+ DISTCLEANFILES = inst-apps
+-
+ MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
+-
+ SUBDIRS = $(TOPSUBDIRS)
+-subdir = .
+-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README AUTHORS COPYING COPYING.LIB INSTALL Makefile.am \
+-	Makefile.in acinclude.m4 aclocal.m4 admin/compile \
+-	admin/config.guess admin/config.sub admin/depcomp \
+-	admin/install-sh admin/ltmain.sh admin/missing \
+-	admin/mkinstalldirs admin/ylwrap config.h.in configure \
+-	configure.in install-sh
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: config.h
+ #>+ 1
+ all: docs-am  config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+ 
+ .SUFFIXES:
+-
+-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+- configure.lineno
+-$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
++am--refresh:
++	@:
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
++#>- 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+ #>- 	  $(AUTOMAKE) --foreign  Makefile
+-#>+ 3
++#>+ 14
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
++ (  \
++	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
++	 ) || exit 1; echo ' cd $(top_srcdir) && perl admin/am_edit '; cd $(top_srcdir) && perl admin/am_edit && exit 0;  \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --foreign  Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *config.status*) \
++	    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);; \
++	esac;
+ 
+-$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	$(SHELL) ./config.status --recheck
+-$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ #>- 	cd $(srcdir) && $(AUTOCONF)
+ #>+ 2
+ 	cd $(srcdir) && rm -f configure
+ 	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
+-
+-$(ACLOCAL_M4):  configure.in acinclude.m4
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ 
+ config.h: stamp-h1
+@@ -404,10 +572,10 @@
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h1
+ 	cd $(top_builddir) && $(SHELL) ./config.status config.h
+-
+-$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
++$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+-	touch $(srcdir)/config.h.in
++	rm -f stamp-h1
++	touch $@
+ 
+ distclean-hdr:
+ 	-rm -f config.h stamp-h1
+@@ -429,7 +597,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -441,7 +615,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -449,7 +623,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -470,17 +650,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -490,14 +669,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
+@@ -506,8 +694,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -516,32 +720,24 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = .
+-distdir = $(PACKAGE)-$(VERSION)
+-
+-am__remove_distdir = \
+-  { test ! -d $(distdir) \
+-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+-         && rm -fr $(distdir); }; }
+-
+-GZIP_ENV = --best
+-distcleancheck_listfiles = find . -type f -print
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+ 	$(am__remove_distdir)
+ 	mkdir $(distdir)
+-	$(mkinstalldirs) $(distdir)/admin
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	$(mkdir_p) $(distdir)/admin
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -556,15 +752,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -575,26 +773,54 @@
+ 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
+ 	|| chmod -R a+r $(distdir)
+ dist-gzip: distdir
+-	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
++	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
++	$(am__remove_distdir)
++
++dist-bzip2: distdir
++	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
++	$(am__remove_distdir)
++
++dist-tarZ: distdir
++	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
++	$(am__remove_distdir)
++
++dist-shar: distdir
++	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
++	$(am__remove_distdir)
++
++dist-zip: distdir
++	-rm -f $(distdir).zip
++	zip -rq $(distdir).zip $(distdir)
+ 	$(am__remove_distdir)
+ 
+ dist dist-all: distdir
+-	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
++	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+ 	$(am__remove_distdir)
+ 
+ # This target untars the dist file and tries a VPATH configuration.  Then
+ # it guarantees that the distribution is self-contained by making another
+ # tarfile.
+ distcheck: dist
+-	$(am__remove_distdir)
+-	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
++	case '$(DIST_ARCHIVES)' in \
++	*.tar.gz*) \
++	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
++	*.tar.bz2*) \
++	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
++	*.tar.Z*) \
++	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
++	*.shar.gz*) \
++	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
++	*.zip*) \
++	  unzip $(distdir).zip ;;\
++	esac
+ 	chmod -R a-w $(distdir); chmod a+w $(distdir)
+-	mkdir $(distdir)/=build
+-	mkdir $(distdir)/=inst
++	mkdir $(distdir)/_build
++	mkdir $(distdir)/_inst
+ 	chmod a-w $(distdir)
+-	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
+-	  && cd $(distdir)/=build \
+-	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
++	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
++	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
++	  && cd $(distdir)/_build \
++	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+ 	    $(DISTCHECK_CONFIGURE_FLAGS) \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+@@ -602,23 +828,40 @@
+ 	  && $(MAKE) $(AM_MAKEFLAGS) install \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+-	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
+-	      || { echo "ERROR: files left after uninstall:" ; \
+-	           find $$dc_install_base -type f -print ; \
+-	           exit 1; } >&2 ) \
+-	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
+-	  && rm -f $(distdir).tar.gz \
++	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
++	        distuninstallcheck \
++	  && chmod -R a-w "$$dc_install_base" \
++	  && ({ \
++	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
++	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
++	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
++	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
++	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
++	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
++	  && rm -rf "$$dc_destdir" \
++	  && $(MAKE) $(AM_MAKEFLAGS) dist \
++	  && rm -rf $(DIST_ARCHIVES) \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+ 	$(am__remove_distdir)
+-	@echo "$(distdir).tar.gz is ready for distribution" | \
+-	  sed 'h;s/./=/g;p;x;p;x'
++	@(echo "$(distdir) archives ready for distribution: "; \
++	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
++	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
++distuninstallcheck:
++	@cd $(distuninstallcheck_dir) \
++	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
++	   || { echo "ERROR: files left after uninstall:" ; \
++	        if test -n "$(DESTDIR)"; then \
++	          echo "  (check DESTDIR support)"; \
++	        fi ; \
++	        $(distuninstallcheck_listfiles) ; \
++	        exit 1; } >&2
+ distcleancheck: distclean
+-	if test '$(srcdir)' = . ; then \
++	@if test '$(srcdir)' = . ; then \
+ 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+ 	  exit 1 ; \
+ 	fi
+-	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+-	  || { echo "ERROR: files left after distclean:" ; \
++	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
++	  || { echo "ERROR: files left in build directory after distclean:" ; \
+ 	       $(distcleancheck_listfiles) ; \
+ 	       exit 1; } >&2
+ check-am: all-am
+@@ -626,7 +869,6 @@
+ all-am: Makefile config.h
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -638,7 +880,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -646,7 +888,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+ 
+ maintainer-clean-generic:
+@@ -663,13 +905,16 @@
+ 
+ distclean: distclean-recursive
+ 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+-distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
+-	distclean-tags
++	-rm -f Makefile
++distclean-am: clean-am distclean-generic distclean-hdr \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-recursive
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -686,33 +931,41 @@
+ 
+ maintainer-clean: maintainer-clean-recursive
+ 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+-	-rm -rf autom4te.cache
++	-rm -rf $(top_srcdir)/autom4te.cache
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-local
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive dist dist-all \
+-	dist-gzip distcheck distclean distclean-generic distclean-hdr \
+-	distclean-libtool distclean-recursive distclean-tags \
+-	distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-local install-data-recursive install-exec \
+-	install-exec-am install-exec-recursive install-info \
+-	install-info-am install-info-recursive install-man \
+-	install-recursive install-strip installcheck installcheck-am \
+-	installdirs installdirs-am installdirs-recursive \
+-	maintainer-clean maintainer-clean-generic \
+-	maintainer-clean-recursive mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
+-	uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-local uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
++	check-am clean clean-generic clean-libtool clean-recursive \
++	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
++	dist-shar dist-tarZ dist-zip distcheck distclean \
++	distclean-generic distclean-hdr distclean-libtool \
++	distclean-recursive distclean-tags distcleancheck distdir \
++	distuninstallcheck dvi dvi-am html html-am info info-am \
++	install install-am install-data install-data-am \
++	install-data-local install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am uninstall-local
+ 
+ $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/admin/cvs.sh $(top_srcdir)/admin/pkg.m4.in
+ 	@cd $(top_srcdir) && $(SHELL) admin/cvs.sh acinclude_m4
+@@ -912,15 +1165,16 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=koffice.lsm subdirs configure.in.bot changes-1.4-rc1 configure.files Makefile.cvs changes-1.4-beta1 Doxyfile.temp configure.in.in changes-1.4.2 Makefile.am.in changes-1.4.1 
++KDE_DIST=koffice.lsm stamp-h.in subdirs Makefile.in configure.in.bot changes-1.4-rc1 configure.files config.h.in configure.in Makefile.cvs changes-1.4-beta1 aclocal.m4 Doxyfile.temp configure.in.in acinclude.m4 configure Makefile.am changes-1.4.2 Makefile.am.in changes-1.4.1 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 7
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  Makefile
++	 \
++	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
++	
+ 	cd $(top_srcdir) && perl admin/am_edit Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/mimetypes/kde32/Makefile.in koffice-1.4.2/mimetypes/kde32/Makefile.in
+--- koffice-1.4.2.orig/mimetypes/kde32/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/mimetypes/kde32/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = mimetypes/kde32
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(applicationdir)"
++applicationDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(application_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,32 +477,55 @@
+ vnd.stardivision.draw.desktop vnd.stardivision.math.desktop \
+ vnd.stardivision.writer-global.desktop vnd.sun.xml.writer.template.desktop
+ 
+-
+ applicationdir = $(kde_mimedir)/application
+-
+ EXTRA_DIST = $(application_DATA)
+-subdir = mimetypes/kde32
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(application_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/kde32/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  mimetypes/kde32/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  mimetypes/kde32/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/kde32/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  mimetypes/kde32/Makefile
++	  $(AUTOMAKE) --gnu  mimetypes/kde32/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit mimetypes/kde32/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -371,41 +536,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-applicationDATA_INSTALL = $(INSTALL_DATA)
+ install-applicationDATA: $(application_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(applicationdir)
++	test -z "$(applicationdir)" || $(mkdir_p) "$(DESTDIR)$(applicationdir)"
+ 	@list='$(application_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(applicationDATA_INSTALL) $$d$$p $(DESTDIR)$(applicationdir)/$$f"; \
+-	  $(applicationDATA_INSTALL) $$d$$p $(DESTDIR)$(applicationdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(applicationDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(applicationdir)/$$f'"; \
++	  $(applicationDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(applicationdir)/$$f"; \
+ 	done
+ 
+ uninstall-applicationDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(application_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(applicationdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(applicationdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(applicationdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(applicationdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -423,10 +590,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(applicationdir)
+-
++	for dir in "$(DESTDIR)$(applicationdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -438,7 +605,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -446,7 +613,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -460,13 +627,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -482,39 +651,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-applicationDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-applicationDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-applicationDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-applicationDATA install-data install-data-am \
++	install-exec install-exec-am install-info install-info-am \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-applicationDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=vnd.sun.xml.impress.template.desktop vnd.sun.xml.calc.template.desktop vnd.sun.xml.draw.template.desktop vnd.stardivision.math.desktop vnd.stardivision.chart.desktop vnd.stardivision.writer-global.desktop vnd.sun.xml.writer.master.desktop vnd.stardivision.draw.desktop vnd.sun.xml.writer.template.desktop 
++KDE_DIST=vnd.sun.xml.impress.template.desktop Makefile.in vnd.sun.xml.calc.template.desktop vnd.sun.xml.draw.template.desktop vnd.stardivision.math.desktop vnd.stardivision.chart.desktop vnd.stardivision.writer-global.desktop vnd.sun.xml.writer.master.desktop vnd.stardivision.draw.desktop vnd.sun.xml.writer.template.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  mimetypes/kde32/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/kde32/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  mimetypes/kde32/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit mimetypes/kde32/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/mimetypes/kde33/Makefile.in koffice-1.4.2/mimetypes/kde33/Makefile.in
+--- koffice-1.4.2.orig/mimetypes/kde33/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/mimetypes/kde33/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = mimetypes/kde33
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(applicationdir)"
++applicationDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(application_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -342,32 +484,55 @@
+  vnd.oasis.opendocument.image.desktop \
+  vnd.oasis.opendocument.chart.desktop
+ 
+-
+ applicationdir = $(kde_mimedir)/application
+-
+ EXTRA_DIST = $(application_DATA)
+-subdir = mimetypes/kde33
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(application_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/kde33/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  mimetypes/kde33/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  mimetypes/kde33/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/kde33/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  mimetypes/kde33/Makefile
++	  $(AUTOMAKE) --gnu  mimetypes/kde33/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit mimetypes/kde33/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -378,39 +543,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-applicationDATA_INSTALL = $(INSTALL_DATA)
+ install-applicationDATA: $(application_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(applicationdir)
++	test -z "$(applicationdir)" || $(mkdir_p) "$(DESTDIR)$(applicationdir)"
+ 	@list='$(application_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(applicationDATA_INSTALL) $$d$$p $(DESTDIR)$(applicationdir)/$$f"; \
+-	  $(applicationDATA_INSTALL) $$d$$p $(DESTDIR)$(applicationdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(applicationDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(applicationdir)/$$f'"; \
++	  $(applicationDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(applicationdir)/$$f"; \
+ 	done
+ 
+ uninstall-applicationDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(application_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(applicationdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(applicationdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(applicationdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(applicationdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -428,10 +597,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(applicationdir)
+-
++	for dir in "$(DESTDIR)$(applicationdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -443,7 +612,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -451,7 +620,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -465,13 +634,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -487,36 +658,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-applicationDATA uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-applicationDATA \
+-	install-data install-data-am install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-applicationDATA uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-applicationDATA install-data install-data-am \
++	install-exec install-exec-am install-info install-info-am \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-applicationDATA \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  mimetypes/kde33/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/kde33/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  mimetypes/kde33/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit mimetypes/kde33/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/mimetypes/Makefile.in koffice-1.4.2/mimetypes/Makefile.in
+--- koffice-1.4.2.orig/mimetypes/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/mimetypes/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = mimetypes
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = kde32 kde33
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +404,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,39 +479,54 @@
+ xdg_menudir = @xdg_menudir@
+ @need_kde32_compatibility_TRUE at KDE32MIMEDIR = kde32
+ @need_kde33_compatibility_TRUE at KDE33MIMEDIR = kde33
+-
+ SUBDIRS = $(KDE32MIMEDIR) $(KDE33MIMEDIR)
+-subdir = mimetypes
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = kde32 kde33
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  mimetypes/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  mimetypes/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  mimetypes/Makefile
++	  $(AUTOMAKE) --gnu  mimetypes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit mimetypes/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -382,7 +545,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -394,7 +563,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -402,7 +571,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -423,17 +598,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -443,14 +617,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -459,8 +642,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -469,19 +668,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -498,13 +699,15 @@
+ 	done
+ 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -514,7 +717,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -526,7 +728,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -534,7 +736,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -548,7 +750,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -556,6 +758,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -571,43 +775,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  mimetypes/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mimetypes/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  mimetypes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit mimetypes/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/pics/crystalsvg/Makefile.in koffice-1.4.2/pics/crystalsvg/Makefile.in
+--- koffice-1.4.2.orig/pics/crystalsvg/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/pics/crystalsvg/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,91 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = pics/crystalsvg
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +130,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +145,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +156,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +177,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +210,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +230,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +251,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +270,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,36 +388,128 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ kofficedir = $(kde_datadir)/koffice/icons
+ koffice_ICON = AUTO
+-subdir = pics/crystalsvg
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pics/crystalsvg/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  pics/crystalsvg/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  pics/crystalsvg/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pics/crystalsvg/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  pics/crystalsvg/Makefile
++	  $(AUTOMAKE) --gnu  pics/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit pics/crystalsvg/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -365,20 +523,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -396,9 +557,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -410,7 +569,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -418,7 +577,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -432,13 +591,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -456,32 +617,41 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ #>- uninstall-am: uninstall-info-am
+ #>+ 1
+ uninstall-am: uninstall-kde-icons  uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-strip installcheck \
+-	installcheck-am installdirs maintainer-clean \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-strip \
++	installcheck installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
++	uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=cr22-action-borderright.png cr48-action-fontsizedown.png cr16-action-tab_left.png cr22-action-borderleft.png cr22-action-aoright.png cr22-action-fontsizedown.png cr16-action-format_decreaseindent.png cr48-app-key_bindings.png cr22-action-frame_spreadsheet.png cr22-action-aobottom.png cr32-action-insert_table_row.png cr16-action-frame_edit.png cr16-action-inline_image.png cr22-action-shadowLB.png cr22-action-shadow.png cr16-action-insert_table_col.png cr16-action-documentinfo.png cr22-action-unsortedList.png crsc-action-bring_forward.svgz cr22-action-fontsizeup.png cr22-action-newslide.png cr16-action-frame_formula.png cr22-action-toggle_docbrowser.png cr16-action-kdb_table.png cr22-action-inline_table.png cr16-app-key_bindings.png cr16-action-borderoutline.png cr16-action-text_sub.png cr22-action-color_fill.png cr22-action-char.png cr22-action-aoleft.png cr22-action-bring_forward.png cr16-action-view_remove.png cr16-action-textcolor.png cr32-action-sort_az.png cr22-action-shadowU.png cr22-action-insert_table_row.png cr22-action-select.png cr22-action-shadowB.png cr22-action-shadowL.png cr32-action-grid.png cr16-action-tab_last.png cr16-action-delete_table_row.png cr22-action-aocenterv.png cr22-action-ungroup.png cr22-action-frame_chart.png cr16-action-frame_spreadsheet.png cr16-action-view_orientation.png cr32-action-fontsizedown.png cr16-action-linewidth.png cr22-action-super.png cr16-action-text_super.png cr22-action-aocenterh.png cr22-action-view_remove.png cr22-action-delete_table_row.png cr48-action-bring_forward.png cr32-action-insert_table_col.png cr32-action-fontsizeup.png cr22-action-send_backward.png cr16-action-fontsizedown.png cr16-action-tab_first.png cr22-action-clipart.png cr22-action-delete_table_col.png cr22-action-aotop.png cr32-action-view_remove.png cr16-action-enumList.png cr48-action-fontsizeup.png cr16-action-unsortedList.png cr22-action-slide.png cr22-action-bordertop.png cr16-action-frame_text.png cr22-action-shadowLU.png cr22-action-frame_query.png cr22-action-frame_image.png cr32-action-delete_table_col.png crsc-action-send_backward.svgz cr16-action-insert_table_row.png cr22-action-neonpen.png cr22-action-frame_formula.png cr16-app-go.png cr32-action-delete_table_row.png cr16-action-frame_query.png cr32-action-bring_forward.png cr16-action-frame_image.png cr16-app-style.png cr22-action-cancel.png cr22-action-ok.png cr22-action-shadowRU.png cr22-action-delslide.png cr16-action-fontsizeup.png cr16-action-send_backward.png cr48-action-send_backward.png cr22-action-frame_text.png cr22-action-shadowRB.png cr16-action-bring_forward.png cr22-action-inline_image.png cr32-app-go.png cr22-action-format_decreaseindent.png cr22-action-lower.png cr22-action-sub.png cr22-action-page.png cr32-action-send_backward.png cr16-action-color_fill.png cr22-action-color_line.png cr22-action-frame_edit.png cr22-action-shadowR.png cr22-action-insert_table_col.png cr22-action-enumList.png cr16-action-color_line.png cr16-action-view_split.png cr22-action-clipart_from_file.png cr16-action-format_increaseindent.png cr16-action-delete_table_col.png cr22-action-raise.png cr22-action-group.png cr22-action-borderbottom.png cr22-action-format_increaseindent.png cr16-action-tab_right.png cr22-action-borderoutline.png cr16-action-inline_table.png cr16-action-kdb_form.png 
++KDE_DIST=cr22-action-borderright.png cr48-action-fontsizedown.png cr16-action-tab_left.png cr22-action-borderleft.png cr22-action-aoright.png cr22-action-fontsizedown.png cr16-action-format_decreaseindent.png cr48-app-key_bindings.png cr22-action-frame_spreadsheet.png cr22-action-aobottom.png cr32-action-insert_table_row.png cr16-action-frame_edit.png cr16-action-inline_image.png cr22-action-shadowLB.png cr22-action-shadow.png cr16-action-insert_table_col.png cr16-action-documentinfo.png cr22-action-unsortedList.png crsc-action-bring_forward.svgz cr22-action-fontsizeup.png cr22-action-newslide.png Makefile.in cr16-action-frame_formula.png cr22-action-toggle_docbrowser.png cr16-action-kdb_table.png cr22-action-inline_table.png cr16-app-key_bindings.png cr16-action-borderoutline.png cr16-action-text_sub.png cr22-action-color_fill.png cr22-action-char.png cr22-action-aoleft.png cr22-action-bring_forward.png cr16-action-view_remove.png cr16-action-textcolor.png cr32-action-sort_az.png cr22-action-shadowU.png cr22-action-insert_table_row.png cr22-action-select.png cr22-action-shadowB.png cr22-action-shadowL.png cr32-action-grid.png cr16-action-tab_last.png cr16-action-delete_table_row.png cr22-action-aocenterv.png cr22-action-ungroup.png cr22-action-frame_chart.png cr16-action-frame_spreadsheet.png cr16-action-view_orientation.png cr32-action-fontsizedown.png cr16-action-linewidth.png cr22-action-super.png cr16-action-text_super.png cr22-action-aocenterh.png cr22-action-view_remove.png cr22-action-delete_table_row.png cr48-action-bring_forward.png cr32-action-insert_table_col.png cr32-action-fontsizeup.png cr22-action-send_backward.png cr16-action-fontsizedown.png cr16-action-tab_first.png cr22-action-clipart.png cr22-action-delete_table_col.png cr22-action-aotop.png cr32-action-view_remove.png cr16-action-enumList.png cr48-action-fontsizeup.png cr16-action-unsortedList.png cr22-action-slide.png cr22-action-bordertop.png cr16-action-frame_text.png cr22-action-shadowLU.png cr22-action-frame_query.png cr22-action-frame_image.png cr32-action-delete_table_col.png crsc-action-send_backward.svgz cr16-action-insert_table_row.png cr22-action-neonpen.png cr22-action-frame_formula.png cr16-app-go.png cr32-action-delete_table_row.png cr16-action-frame_query.png cr32-action-bring_forward.png cr16-action-frame_image.png cr16-app-style.png cr22-action-cancel.png cr22-action-ok.png cr22-action-shadowRU.png cr22-action-delslide.png cr16-action-fontsizeup.png cr16-action-send_backward.png cr48-action-send_backward.png cr22-action-frame_text.png cr22-action-shadowRB.png cr16-action-bring_forward.png cr22-action-inline_image.png cr32-app-go.png cr22-action-format_decreaseindent.png cr22-action-lower.png cr22-action-sub.png cr22-action-page.png cr32-action-send_backward.png cr16-action-color_fill.png cr22-action-color_line.png cr22-action-frame_edit.png cr22-action-shadowR.png cr22-action-insert_table_col.png cr22-action-enumList.png cr16-action-color_line.png cr16-action-view_split.png cr22-action-clipart_from_file.png cr16-action-format_increaseindent.png cr16-action-delete_table_col.png cr22-action-raise.png cr22-action-group.png cr22-action-borderbottom.png cr22-action-format_increaseindent.png cr16-action-tab_right.png cr22-action-borderoutline.png cr16-action-inline_table.png Makefile.am cr16-action-kdb_form.png 
+ 
+ #>+ 2
+ docs-am:
+@@ -741,10 +911,19 @@
+ 	-rm -f $(DESTDIR)$(kofficedir)/crystalsvg/16x16/actions/tab_right.png
+ 	-rm -f $(DESTDIR)$(kofficedir)/crystalsvg/22x22/actions/aocenterv.png
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  pics/crystalsvg/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pics/crystalsvg/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  pics/crystalsvg/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit pics/crystalsvg/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/pics/Makefile.in koffice-1.4.2/pics/Makefile.in
+--- koffice-1.4.2.orig/pics/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/pics/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = pics
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,46 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ SUBDIRS = crystalsvg
+-subdir = pics
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pics/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  pics/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  pics/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pics/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  pics/Makefile
++	  $(AUTOMAKE) --gnu  pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit pics/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -380,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -392,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -400,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -421,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -441,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -457,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -467,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -494,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -512,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -524,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -532,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -546,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -554,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -569,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  pics/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pics/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  pics/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit pics/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/plugins/Makefile.in koffice-1.4.2/plugins/Makefile.in
+--- koffice-1.4.2.orig/plugins/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/plugins/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = plugins
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = scan
+-subdir = plugins
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  plugins/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  plugins/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  plugins/Makefile
++	  $(AUTOMAKE) --gnu  plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit plugins/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,43 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  plugins/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit plugins/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/plugins/scan/Makefile.in koffice-1.4.2/plugins/scan/Makefile.in
+--- koffice-1.4.2.orig/plugins/scan/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/plugins/scan/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = plugins/scan
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kpresenterrcdir)" "$(DESTDIR)$(kritarcdir)" \
++	"$(DESTDIR)$(kwordrcdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kofficescan_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++am_kofficescan_la_OBJECTS = scan.lo
++#>- kofficescan_la_OBJECTS = $(am_kofficescan_la_OBJECTS)
++#>+ 1
++kofficescan_la_OBJECTS = scan.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kofficescan_la_SOURCES)
++DIST_SOURCES = $(kofficescan_la_SOURCES)
++kpresenterrcDATA_INSTALL = $(INSTALL_DATA)
++kritarcDATA_INSTALL = $(INSTALL_DATA)
++kwordrcDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kpresenterrc_DATA) $(kritarc_DATA) $(kwordrc_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,114 +513,90 @@
+ xdg_menudir = @xdg_menudir@
+ kwordrcdir = $(kde_datadir)/kword/kpartplugins
+ kwordrc_DATA = scan-kword.rc
+-
+ kritarcdir = $(kde_datadir)/krita/kpartplugins
+ kritarc_DATA = scan-krita.rc
+-
+ kpresenterrcdir = $(kde_datadir)/kpresenter/kpartplugins
+ kpresenterrc_DATA = scan-kpresenter.rc
+-
+ EXTRA_DIST = $(kwordrc_DATA) $(kritarc_DATA) $(kpresenterrc_DATA)
+-
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+ kde_module_LTLIBRARIES = kofficescan.la
+-
+ kofficescan_la_SOURCES = scan.cpp
+ noinst_HEADERS = scan.h
+-
+ kofficescan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kofficescan_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_KOFFICECORE)
+-
+ #>- kofficescan_la_METASOURCES = AUTO
+-subdir = plugins/scan
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kofficescan_la_DEPENDENCIES =
+-am_kofficescan_la_OBJECTS = scan.lo
+-#>- kofficescan_la_OBJECTS = $(am_kofficescan_la_OBJECTS)
+-#>+ 1
+-kofficescan_la_OBJECTS = scan.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/scan.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/scan.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kofficescan_la_SOURCES)
+-DATA = $(kpresenterrc_DATA) $(kritarc_DATA) $(kwordrc_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kofficescan_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/scan/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  plugins/scan/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  plugins/scan/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/scan/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  plugins/scan/Makefile
++	  $(AUTOMAKE) --gnu  plugins/scan/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit plugins/scan/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -449,34 +607,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kofficescan_la_LDFLAGS) $(kofficescan_la_OBJECTS) $(kofficescan_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/scan.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -487,66 +644,58 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kpresenterrcDATA_INSTALL = $(INSTALL_DATA)
+ install-kpresenterrcDATA: $(kpresenterrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kpresenterrcdir)
++	test -z "$(kpresenterrcdir)" || $(mkdir_p) "$(DESTDIR)$(kpresenterrcdir)"
+ 	@list='$(kpresenterrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kpresenterrcDATA_INSTALL) $$d$$p $(DESTDIR)$(kpresenterrcdir)/$$f"; \
+-	  $(kpresenterrcDATA_INSTALL) $$d$$p $(DESTDIR)$(kpresenterrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kpresenterrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kpresenterrcdir)/$$f'"; \
++	  $(kpresenterrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kpresenterrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kpresenterrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kpresenterrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kpresenterrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kpresenterrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kpresenterrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kpresenterrcdir)/$$f"; \
+ 	done
+-kritarcDATA_INSTALL = $(INSTALL_DATA)
+ install-kritarcDATA: $(kritarc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kritarcdir)
++	test -z "$(kritarcdir)" || $(mkdir_p) "$(DESTDIR)$(kritarcdir)"
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  $(kritarcDATA_INSTALL) $$d$$p $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kritarcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  $(kritarcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kritarcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kritarc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kritarcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kritarcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kritarcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kritarcdir)/$$f"; \
+ 	done
+-kwordrcDATA_INSTALL = $(INSTALL_DATA)
+ install-kwordrcDATA: $(kwordrc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kwordrcdir)
++	test -z "$(kwordrcdir)" || $(mkdir_p) "$(DESTDIR)$(kwordrcdir)"
+ 	@list='$(kwordrc_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kwordrcDATA_INSTALL) $$d$$p $(DESTDIR)$(kwordrcdir)/$$f"; \
+-	  $(kwordrcDATA_INSTALL) $$d$$p $(DESTDIR)$(kwordrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kwordrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kwordrcdir)/$$f'"; \
++	  $(kwordrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kwordrcdir)/$$f"; \
+ 	done
+ 
+ uninstall-kwordrcDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kwordrc_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kwordrcdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kwordrcdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kwordrcdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kwordrcdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -555,6 +704,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -566,8 +716,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -576,21 +742,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -608,10 +774,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kpresenterrcdir) $(DESTDIR)$(kritarcdir) $(DESTDIR)$(kwordrcdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kpresenterrcdir)" "$(DESTDIR)$(kritarcdir)" "$(DESTDIR)$(kwordrcdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -623,7 +789,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -631,7 +797,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -647,23 +813,28 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kpresenterrcDATA \
+-#>- 	install-kritarcDATA install-kwordrcDATA
+-#>+ 2
+-install-data-am:   install-kpresenterrcDATA \
+-	install-kritarcDATA install-kwordrcDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kpresenterrcDATA install-kritarcDATA \
++#>- 	install-kwordrcDATA
++#>+ 3
++install-data-am:   \
++	install-kpresenterrcDATA install-kritarcDATA \
++	install-kwordrcDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -676,7 +847,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -684,24 +856,33 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kpresenterrcDATA uninstall-kritarcDATA \
+ 	uninstall-kwordrcDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kpresenterrcDATA \
+ 	install-kritarcDATA install-kwordrcDATA install-man \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-kpresenterrcDATA \
+-	uninstall-kritarcDATA uninstall-kwordrcDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-kpresenterrcDATA uninstall-kritarcDATA \
++	uninstall-kwordrcDATA
+ 
+ 
+ messages: rc.cpp
+@@ -731,7 +912,7 @@
+ 	-rm -f  scan.moc
+ 
+ #>+ 2
+-KDE_DIST=scan-kpresenter.rc scan-kword.rc scan-krita.rc 
++KDE_DIST=scan-kpresenter.rc Makefile.in scan-kword.rc scan-krita.rc Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -740,10 +921,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  plugins/scan/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/scan/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  plugins/scan/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit plugins/scan/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/servicetypes/Makefile.in koffice-1.4.2/servicetypes/Makefile.in
+--- koffice-1.4.2.orig/servicetypes/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/servicetypes/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = servicetypes
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(servicetypedir)"
++servicetypeDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(servicetype_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,40 +398,130 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ servicetype_DATA = kofilter.desktop koplugin.desktop \
+ kofficepart.desktop kochart.desktop kofilterwrapper.desktop
+ 
+ servicetypedir = $(kde_servicetypesdir)
+-subdir = servicetypes
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(servicetype_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  servicetypes/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  servicetypes/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  servicetypes/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  servicetypes/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  servicetypes/Makefile
++	  $(AUTOMAKE) --gnu  servicetypes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit servicetypes/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -366,41 +532,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicetypeDATA_INSTALL = $(INSTALL_DATA)
+ install-servicetypeDATA: $(servicetype_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicetypedir)
++	test -z "$(servicetypedir)" || $(mkdir_p) "$(DESTDIR)$(servicetypedir)"
+ 	@list='$(servicetype_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicetypeDATA_INSTALL) $$d$$p $(DESTDIR)$(servicetypedir)/$$f"; \
+-	  $(servicetypeDATA_INSTALL) $$d$$p $(DESTDIR)$(servicetypedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicetypeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicetypedir)/$$f'"; \
++	  $(servicetypeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicetypedir)/$$f"; \
+ 	done
+ 
+ uninstall-servicetypeDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(servicetype_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicetypedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicetypedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicetypedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicetypedir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -418,10 +586,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(servicetypedir)
+-
++	for dir in "$(DESTDIR)$(servicetypedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -433,7 +601,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -441,7 +609,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -455,13 +623,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -477,23 +647,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-servicetypeDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-servicetypeDATA \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man \
++	install-servicetypeDATA install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-generic \
++	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+ 	uninstall-info-am uninstall-servicetypeDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -501,15 +680,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=koplugin.desktop kofilterwrapper.desktop kofficepart.desktop kochart.desktop kofilter.desktop 
++KDE_DIST=koplugin.desktop kofilterwrapper.desktop Makefile.in kofficepart.desktop kochart.desktop kofilter.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  servicetypes/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  servicetypes/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  servicetypes/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit servicetypes/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/templates/Makefile.in koffice-1.4.2/templates/Makefile.in
+--- koffice-1.4.2.orig/templates/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/templates/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,102 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = templates
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(sourcesdir)" "$(DESTDIR)$(templdir)"
++sourcesDATA_INSTALL = $(INSTALL_DATA)
++templDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(sources_DATA) $(templ_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +141,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +156,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +167,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +188,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +221,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +241,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +262,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +281,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,42 +399,130 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ templ_DATA = Presentation.desktop TextDocument.desktop SpreadSheet.desktop Illustration.desktop
+-
+ templdir = $(kde_templatesdir)
+-
+ sources_DATA = Presentation.kpt TextDocument.kwt SpreadSheet.kst Illustration.karbon
+ sourcesdir = $(kde_templatesdir)/.source
+-subdir = templates
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(sources_DATA) $(templ_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  templates/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  templates/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  templates/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  templates/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  templates/Makefile
++	  $(AUTOMAKE) --gnu  templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit templates/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -368,59 +533,60 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-sourcesDATA_INSTALL = $(INSTALL_DATA)
+ install-sourcesDATA: $(sources_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(sourcesdir)
++	test -z "$(sourcesdir)" || $(mkdir_p) "$(DESTDIR)$(sourcesdir)"
+ 	@list='$(sources_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(sourcesDATA_INSTALL) $$d$$p $(DESTDIR)$(sourcesdir)/$$f"; \
+-	  $(sourcesDATA_INSTALL) $$d$$p $(DESTDIR)$(sourcesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(sourcesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sourcesdir)/$$f'"; \
++	  $(sourcesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sourcesdir)/$$f"; \
+ 	done
+ 
+ uninstall-sourcesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(sources_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(sourcesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(sourcesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(sourcesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(sourcesdir)/$$f"; \
+ 	done
+-templDATA_INSTALL = $(INSTALL_DATA)
+ install-templDATA: $(templ_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(templdir)
++	test -z "$(templdir)" || $(mkdir_p) "$(DESTDIR)$(templdir)"
+ 	@list='$(templ_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(templDATA_INSTALL) $$d$$p $(DESTDIR)$(templdir)/$$f"; \
+-	  $(templDATA_INSTALL) $$d$$p $(DESTDIR)$(templdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(templDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templdir)/$$f'"; \
++	  $(templDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templdir)/$$f"; \
+ 	done
+ 
+ uninstall-templDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(templ_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(templdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(templdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(templdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(templdir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -438,10 +604,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(sourcesdir) $(DESTDIR)$(templdir)
+-
++	for dir in "$(DESTDIR)$(sourcesdir)" "$(DESTDIR)$(templdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -453,7 +619,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -461,7 +627,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -475,13 +641,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -497,40 +665,58 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-sourcesDATA \
+ 	uninstall-templDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-man install-sourcesDATA install-strip \
+-	install-templDATA installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-sourcesDATA uninstall-templDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-man install-sourcesDATA \
++	install-strip install-templDATA installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-sourcesDATA uninstall-templDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=TextDocument.desktop SpreadSheet.kst Illustration.karbon Presentation.kpt SpreadSheet.desktop insert_ident_string.sh Illustration.desktop TextDocument.kwt Presentation.desktop 
++KDE_DIST=TextDocument.desktop SpreadSheet.kst Illustration.karbon Presentation.kpt Makefile.in SpreadSheet.desktop insert_ident_string.sh Illustration.desktop TextDocument.kwt Makefile.am Presentation.desktop 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  templates/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  templates/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  templates/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit templates/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/converter/Makefile.in koffice-1.4.2/tools/converter/Makefile.in
+--- koffice-1.4.2.orig/tools/converter/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/converter/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,125 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS = koconverter$(EXEEXT)
++subdir = tools/converter
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__installdirs = "$(DESTDIR)$(bindir)"
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++PROGRAMS = $(bin_PROGRAMS)
++am_koconverter_OBJECTS = koconverter.$(OBJEXT)
++#>- koconverter_OBJECTS = $(am_koconverter_OBJECTS)
++#>+ 1
++koconverter_OBJECTS = koconverter.$(OBJEXT)
++koconverter_DEPENDENCIES =  \
++	$(top_builddir)/lib/kofficecore/libkofficecore.la
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(koconverter_SOURCES)
++DIST_SOURCES = $(koconverter_SOURCES)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +164,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +179,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +190,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +211,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +244,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +264,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +285,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +304,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,95 +422,143 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
+-
+-bin_PROGRAMS = koconverter
+ koconverter_SOURCES = koconverter.cc
+ koconverter_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+ koconverter_LDADD = $(top_builddir)/lib/kofficecore/libkofficecore.la
+-
+ #>- METASOURCES = AUTO
+-subdir = tools/converter
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-bin_PROGRAMS = koconverter$(EXEEXT)
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-am_koconverter_OBJECTS = koconverter.$(OBJEXT)
+-#>- koconverter_OBJECTS = $(am_koconverter_OBJECTS)
+-#>+ 1
+-koconverter_OBJECTS = koconverter.$(OBJEXT)
+-koconverter_DEPENDENCIES = \
+-	$(top_builddir)/lib/kofficecore/libkofficecore.la
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/koconverter.Po
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/koconverter.Po
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(koconverter_SOURCES)
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(koconverter_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/converter/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/converter/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/converter/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/converter/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/converter/Makefile
++	  $(AUTOMAKE) --gnu  tools/converter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/converter/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -418,8 +566,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -433,34 +581,33 @@
+ 	$(CXXLINK) $(koconverter_LDFLAGS) $(koconverter_OBJECTS) $(koconverter_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/koconverter.Po at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -472,11 +619,6 @@
+ 	-rm -f libtool
+ uninstall-info-am:
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -485,6 +627,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -496,8 +639,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -506,21 +665,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -538,10 +697,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(PROGRAMS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
+-
++	for dir in "$(DESTDIR)$(bindir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -553,7 +712,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -561,7 +720,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -575,14 +734,17 @@
+ clean-am: clean-metasources clean-bcheck  clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -598,7 +760,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -606,18 +769,26 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
+-	clean-generic clean-libtool distclean distclean-compile \
+-	distclean-depend distclean-generic distclean-libtool \
+-	distclean-tags distdir dvi dvi-am info info-am install \
+-	install-am install-binPROGRAMS install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
+-	install-man install-strip installcheck installcheck-am \
+-	installdirs maintainer-clean maintainer-clean-generic \
+-	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
++	clean-generic clean-libtool ctags distclean distclean-compile \
++	distclean-generic distclean-libtool distclean-tags distdir dvi \
++	dvi-am html html-am info info-am install install-am \
++	install-binPROGRAMS install-data install-data-am install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
+ 	uninstall-binPROGRAMS uninstall-info-am
+ 
+ 
+@@ -639,15 +810,24 @@
+ 	-rm -f  koconverter.moc
+ 
+ #>+ 2
+-KDE_DIST=koconverter.h 
++KDE_DIST=Makefile.in koconverter.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/converter/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/converter/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/converter/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/converter/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/kfile-plugins/koffice/Makefile.in koffice-1.4.2/tools/kfile-plugins/koffice/Makefile.in
+--- koffice-1.4.2.orig/tools/kfile-plugins/koffice/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/kfile-plugins/koffice/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,137 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools/kfile-plugins/koffice
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kfile_koffice_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_kfile_koffice_la_OBJECTS = kfile_koffice.lo
++#>- kfile_koffice_la_OBJECTS = $(am_kfile_koffice_la_OBJECTS)
++#>+ 1
++kfile_koffice_la_OBJECTS = kfile_koffice.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kfile_koffice_la_SOURCES)
++DIST_SOURCES = $(kfile_koffice_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +176,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +191,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +202,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +223,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +256,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +276,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +297,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +316,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +434,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,107 +513,87 @@
+ 
+ # these are the headers for your project
+ noinst_HEADERS = kfile_koffice.h
+-
+ kde_module_LTLIBRARIES = kfile_koffice.la
+-
+ kfile_koffice_la_SOURCES = kfile_koffice.cpp
+ kfile_koffice_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kfile_koffice_la_LIBADD = $(LIB_KOFFICECORE)
+ 
+ # let automoc handle all of the meta source files (moc)
+ #>- METASOURCES = AUTO
+-
+ services_DATA = kfile_koffice.desktop
+ servicesdir = $(kde_servicesdir)
+-subdir = tools/kfile-plugins/koffice
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kfile_koffice_la_DEPENDENCIES =
+-am_kfile_koffice_la_OBJECTS = kfile_koffice.lo
+-#>- kfile_koffice_la_OBJECTS = $(am_kfile_koffice_la_OBJECTS)
+-#>+ 1
+-kfile_koffice_la_OBJECTS = kfile_koffice.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kfile_koffice.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kfile_koffice.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kfile_koffice_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kfile_koffice_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/koffice/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/kfile-plugins/koffice/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/kfile-plugins/koffice/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/koffice/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kfile-plugins/koffice/Makefile
++	  $(AUTOMAKE) --gnu  tools/kfile-plugins/koffice/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kfile-plugins/koffice/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -446,34 +604,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kfile_koffice_la_LDFLAGS) $(kfile_koffice_la_OBJECTS) $(kfile_koffice_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kfile_koffice.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -484,30 +641,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -516,6 +667,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -527,8 +679,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -537,21 +705,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -569,10 +737,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -584,7 +752,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -592,7 +760,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -608,14 +776,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -635,7 +806,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -643,21 +815,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ 
+ messages:
+@@ -687,7 +868,7 @@
+ 	-rm -f  kfile_koffice.moc
+ 
+ #>+ 2
+-KDE_DIST=kfile_koffice.desktop 
++KDE_DIST=Makefile.in kfile_koffice.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -696,10 +877,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kfile-plugins/koffice/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/koffice/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/kfile-plugins/koffice/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kfile-plugins/koffice/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/kfile-plugins/Makefile.in koffice-1.4.2/tools/kfile-plugins/Makefile.in
+--- koffice-1.4.2.orig/tools/kfile-plugins/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/kfile-plugins/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools/kfile-plugins
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = koffice ooo
+-subdir = tools/kfile-plugins
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/kfile-plugins/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/kfile-plugins/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kfile-plugins/Makefile
++	  $(AUTOMAKE) --gnu  tools/kfile-plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kfile-plugins/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,21 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -495,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -513,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -525,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -533,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -547,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -555,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -570,46 +773,61 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=RETURNED_ITEMS 
++KDE_DIST=Makefile.in RETURNED_ITEMS Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kfile-plugins/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/kfile-plugins/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kfile-plugins/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/kfile-plugins/ooo/Makefile.in koffice-1.4.2/tools/kfile-plugins/ooo/Makefile.in
+--- koffice-1.4.2.orig/tools/kfile-plugins/ooo/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/kfile-plugins/ooo/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,137 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools/kfile-plugins/ooo
++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++kfile_ooo_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_kfile_ooo_la_OBJECTS = kfile_ooo.lo
++#>- kfile_ooo_la_OBJECTS = $(am_kfile_ooo_la_OBJECTS)
++#>+ 1
++kfile_ooo_la_OBJECTS = kfile_ooo.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(kfile_ooo_la_SOURCES)
++DIST_SOURCES = $(kfile_ooo_la_SOURCES)
++servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(services_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +176,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +191,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +202,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +223,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +256,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +276,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +297,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +316,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +434,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -335,107 +513,87 @@
+ 
+ # these are the headers for your project
+ noinst_HEADERS = kfile_ooo.h
+-
+ kde_module_LTLIBRARIES = kfile_ooo.la
+-
+ kfile_ooo_la_SOURCES = kfile_ooo.cpp
+ kfile_ooo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ kfile_ooo_la_LIBADD = $(LIB_KOFFICECORE)
+ 
+ # let automoc handle all of the meta source files (moc)
+ #>- METASOURCES = AUTO
+-
+ services_DATA = kfile_ooo.desktop
+ servicesdir = $(kde_servicesdir)
+-subdir = tools/kfile-plugins/ooo
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-kfile_ooo_la_DEPENDENCIES =
+-am_kfile_ooo_la_OBJECTS = kfile_ooo.lo
+-#>- kfile_ooo_la_OBJECTS = $(am_kfile_ooo_la_OBJECTS)
+-#>+ 1
+-kfile_ooo_la_OBJECTS = kfile_ooo.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/kfile_ooo.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/kfile_ooo.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(kfile_ooo_la_SOURCES)
+-DATA = $(services_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(kfile_ooo_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/ooo/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/kfile-plugins/ooo/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/kfile-plugins/ooo/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/ooo/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kfile-plugins/ooo/Makefile
++	  $(AUTOMAKE) --gnu  tools/kfile-plugins/ooo/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kfile-plugins/ooo/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -446,34 +604,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kfile_ooo_la_LDFLAGS) $(kfile_ooo_la_OBJECTS) $(kfile_ooo_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kfile_ooo.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -484,30 +641,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-servicesDATA: $(services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicesdir)
++	test -z "$(servicesdir)" || $(mkdir_p) "$(DESTDIR)$(servicesdir)"
+ 	@list='$(services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f"; \
+-	  $(servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  $(servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -516,6 +667,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -527,8 +679,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -537,21 +705,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -569,10 +737,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -584,7 +752,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -592,7 +760,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -608,14 +776,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -635,7 +806,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -643,21 +815,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-servicesDATA \
+ 	install-strip installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+-	tags uninstall uninstall-am uninstall-info-am \
+-	uninstall-kde_moduleLTLIBRARIES uninstall-servicesDATA
++	pdf pdf-am ps ps-am tags uninstall uninstall-am \
++	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	uninstall-servicesDATA
+ 
+ 
+ messages:
+@@ -687,7 +868,7 @@
+ 	-rm -f  kfile_ooo.moc
+ 
+ #>+ 2
+-KDE_DIST=kfile_ooo.desktop 
++KDE_DIST=Makefile.in kfile_ooo.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -696,10 +877,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kfile-plugins/ooo/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kfile-plugins/ooo/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/kfile-plugins/ooo/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kfile-plugins/ooo/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/kthesaurus/Makefile.in koffice-1.4.2/tools/kthesaurus/Makefile.in
+--- koffice-1.4.2.orig/tools/kthesaurus/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/kthesaurus/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,150 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++bin_PROGRAMS =
++subdir = tools/kthesaurus
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" \
++	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(appsdir)"
++kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++libLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++#>- kthesaurus_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++#>+ 1
++kthesaurus_la_DEPENDENCIES = libkdeinit_kthesaurus.la
++#>- am_kthesaurus_la_OBJECTS = main.lo
++#>+ 1
++am_kthesaurus_la_OBJECTS = kthesaurus_dummy.lo
++#>- kthesaurus_la_OBJECTS = $(am_kthesaurus_la_OBJECTS)
++#>+ 1
++kthesaurus_la_OBJECTS = kthesaurus_dummy.lo
++binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
++#>- PROGRAMS = $(bin_PROGRAMS)
++#>+ 2
++bin_PROGRAMS += kthesaurus$(EXEEXT) 
++PROGRAMS = $(bin_PROGRAMS)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>- SOURCES = $(kthesaurus_la_SOURCES)
++#>+ 1
++SOURCES = $(kthesaurus_la_SOURCES) $(kthesaurus_SOURCES) 
++#>- DIST_SOURCES = $(kthesaurus_la_SOURCES)
++#>+ 1
++DIST_SOURCES = $(kthesaurus_la_SOURCES) $(kthesaurus_SOURCES) 
++appsDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(apps_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +189,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +204,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +215,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +236,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +269,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +289,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +310,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +329,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,176 +447,206 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(KOFFICECORE_INCLUDES) $(all_includes)
+-
+-bin_PROGRAMS = 
+ #>- lib_LTLIBRARIES = 
+ #>+ 1
+ lib_LTLIBRARIES =   libkdeinit_kthesaurus.la
+ kdeinit_LTLIBRARIES = kthesaurus.la
+-
+ kthesaurus_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version
+ kthesaurus_la_SOURCES = main.cc
+ #>- kthesaurus_la_LIBADD = $(LIB_KSYCOCA)
+ #>+ 1
+ kthesaurus_la_LIBADD = libkdeinit_kthesaurus.la
+-
+ appsdir = $(kde_appsdir)/Office
+ apps_DATA = KThesaurus.desktop
+-subdir = tools/kthesaurus
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kdeinit_LTLIBRARIES) $(lib_LTLIBRARIES)
+-
+-#>- kthesaurus_la_DEPENDENCIES =
+-#>+ 1
+-kthesaurus_la_DEPENDENCIES = libkdeinit_kthesaurus.la
+-#>- am_kthesaurus_la_OBJECTS = main.lo
+-#>+ 1
+-am_kthesaurus_la_OBJECTS = kthesaurus_dummy.lo
+-#>- kthesaurus_la_OBJECTS = $(am_kthesaurus_la_OBJECTS)
+-#>+ 1
+-kthesaurus_la_OBJECTS = kthesaurus_dummy.lo
+-bin_PROGRAMS =
+-#>- PROGRAMS = $(bin_PROGRAMS)
+-#>+ 2
+-bin_PROGRAMS += kthesaurus$(EXEEXT) 
+-PROGRAMS = $(bin_PROGRAMS)
+-
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  $(DEPDIR)/kthesaurus.la.Po $(DEPDIR)/kthesaurus_dummy.Plo ./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-#>- DIST_SOURCES = $(kthesaurus_la_SOURCES)
+-#>+ 1
+-DIST_SOURCES = $(kthesaurus_la_SOURCES) $(kthesaurus_SOURCES) 
+-DATA = $(apps_DATA)
+-
+-DIST_COMMON = README Makefile.am Makefile.in
+-#>- SOURCES = $(kthesaurus_la_SOURCES)
+-#>+ 1
+-SOURCES = $(kthesaurus_la_SOURCES) $(kthesaurus_SOURCES) 
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kthesaurus/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/kthesaurus/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/kthesaurus/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kthesaurus/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kthesaurus/Makefile
++	  $(AUTOMAKE) --gnu  tools/kthesaurus/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kthesaurus/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kdeinitLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir)
++	test -z "$(kdeinitdir)" || $(mkdir_p) "$(DESTDIR)$(kdeinitdir)"
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kdeinitdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kdeinitdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kdeinitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kdeinitdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kdeinitLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kdeinitdir)/$$p; \
++	@set -x; list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kdeinitdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kdeinitdir)/$$p"; \
+ 	done
+ 
+ clean-kdeinitLTLIBRARIES:
+ 	-test -z "$(kdeinit_LTLIBRARIES)" || rm -f $(kdeinit_LTLIBRARIES)
+ 	@list='$(kdeinit_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+-libLTLIBRARIES_INSTALL = $(INSTALL)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(libdir)
++	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-libLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
++	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ 	done
+ 
+ clean-libLTLIBRARIES:
+ 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ kthesaurus.la: $(kthesaurus_la_OBJECTS) $(kthesaurus_la_DEPENDENCIES) 
+ 	$(CXXLINK) -rpath $(kdeinitdir) $(kthesaurus_la_LDFLAGS) $(kthesaurus_la_OBJECTS) $(kthesaurus_la_LIBADD) $(LIBS)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(bindir)
++	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ 	  if test -f $$p \
+ 	     || test -f $$p1 \
+ 	  ; then \
+ 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
++	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
++	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ 	  else :; fi; \
+ 	done
+ 
+@@ -499,8 +654,8 @@
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+ 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+-	  rm -f $(DESTDIR)$(bindir)/$$f; \
++	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ 	done
+ 
+ clean-binPROGRAMS:
+@@ -511,34 +666,33 @@
+ 	done
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -549,30 +703,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-appsDATA_INSTALL = $(INSTALL_DATA)
+ install-appsDATA: $(apps_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(appsdir)
++	test -z "$(appsdir)" || $(mkdir_p) "$(DESTDIR)$(appsdir)"
+ 	@list='$(apps_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(appsDATA_INSTALL) $$d$$p $(DESTDIR)$(appsdir)/$$f"; \
+-	  $(appsDATA_INSTALL) $$d$$p $(DESTDIR)$(appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appsdir)/$$f'"; \
++	  $(appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appsdir)/$$f"; \
+ 	done
+ 
+ uninstall-appsDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(apps_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(appsdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(appsdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(appsdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(appsdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -581,6 +729,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -592,8 +741,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -602,21 +767,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -636,10 +801,10 @@
+ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
+ install-binPROGRAMS: install-libLTLIBRARIES
+ 
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kdeinitdir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(appsdir)
+-
++	for dir in "$(DESTDIR)$(kdeinitdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appsdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -651,7 +816,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -659,7 +824,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -675,14 +840,17 @@
+ 	clean-libLTLIBRARIES clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -698,7 +866,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -706,20 +875,30 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
+-uninstall-am: uninstall-appsDATA uninstall-binPROGRAMS uninstall-info-am \
+-	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
++ps-am:
++
++uninstall-am: uninstall-appsDATA uninstall-binPROGRAMS \
++	uninstall-info-am uninstall-kdeinitLTLIBRARIES \
++	uninstall-libLTLIBRARIES
++
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
+ 	clean-generic clean-kdeinitLTLIBRARIES clean-libLTLIBRARIES \
+-	clean-libtool distclean distclean-compile distclean-depend \
++	clean-libtool ctags distclean distclean-compile \
+ 	distclean-generic distclean-libtool distclean-tags distdir dvi \
+-	dvi-am info info-am install install-am install-appsDATA \
+-	install-binPROGRAMS install-data install-data-am install-exec \
+-	install-exec-am install-info install-info-am \
+-	install-kdeinitLTLIBRARIES install-libLTLIBRARIES install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
++	dvi-am html html-am info info-am install install-am \
++	install-appsDATA install-binPROGRAMS install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-kdeinitLTLIBRARIES \
++	install-libLTLIBRARIES install-man install-strip installcheck \
++	installcheck-am installdirs maintainer-clean \
++	maintainer-clean-generic mostlyclean mostlyclean-compile \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ 	tags uninstall uninstall-am uninstall-appsDATA \
+ 	uninstall-binPROGRAMS uninstall-info-am \
+ 	uninstall-kdeinitLTLIBRARIES uninstall-libLTLIBRARIES
+@@ -738,7 +917,7 @@
+ libkdeinit_kthesaurus_la_LDFLAGS = -no-undefined -avoid-version $(all_libraries)
+ 
+ #>+ 2
+-libkdeinit_kthesaurus_la_DEPENDENCIES = 
++libkdeinit_kthesaurus_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ 
+ #>+ 2
+ am_libkdeinit_kthesaurus_la_OBJECTS = main.lo
+@@ -758,15 +937,24 @@
+ kthesaurus_DEPENDENCIES = libkdeinit_kthesaurus.la
+ 
+ #>+ 2
+-KDE_DIST=KThesaurus.desktop 
++KDE_DIST=Makefile.in KThesaurus.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/kthesaurus/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/kthesaurus/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/kthesaurus/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/kthesaurus/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/Makefile.in koffice-1.4.2/tools/Makefile.in
+--- koffice-1.4.2.orig/tools/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,107 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++#>- 	html-recursive info-recursive install-data-recursive \
++#>- 	install-exec-recursive install-info-recursive \
++#>- 	install-recursive installcheck-recursive installdirs-recursive \
++#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
++#>- 	uninstall-recursive
++#>+ 6
++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++	html-recursive info-recursive install-data-recursive \
++	install-exec-recursive install-info-recursive \
++	install-recursive installcheck-recursive installdirs-recursive \
++	pdf-recursive ps-recursive uninstall-info-recursive \
++	uninstall-recursive nmcheck-recursive bcheck-recursive
++ETAGS = etags
++CTAGS = ctags
++DIST_SUBDIRS = $(SUBDIRS)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +146,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +161,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +172,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +193,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +226,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +246,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +267,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +286,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,45 +404,127 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ SUBDIRS = converter thumbnail thesaurus kthesaurus kfile-plugins quickprint
+-subdir = tools
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-
+-#>- RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-#>- 	uninstall-info-recursive all-recursive install-data-recursive \
+-#>- 	install-exec-recursive installdirs-recursive install-recursive \
+-#>- 	uninstall-recursive check-recursive installcheck-recursive
+-#>+ 4
+-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+-	uninstall-info-recursive all-recursive install-data-recursive \
+-	install-exec-recursive installdirs-recursive install-recursive \
+-	uninstall-recursive check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
+-DIST_COMMON = README Makefile.am Makefile.in
+-DIST_SUBDIRS = $(SUBDIRS)
+ #>- all: all-recursive
+ #>+ 1
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/Makefile
++	  $(AUTOMAKE) --gnu  tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -379,7 +543,13 @@
+ #     (which will cause the Makefiles to be regenerated when you run `make');
+ # (2) otherwise, pass the desired values on the `make' command line.
+ $(RECURSIVE_TARGETS):
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	target=`echo $@ | sed s/-recursive//`; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+@@ -391,7 +561,7 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done; \
+ 	if test "$$dot_seen" = "no"; then \
+ 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+@@ -399,7 +569,13 @@
+ 
+ mostlyclean-recursive clean-recursive distclean-recursive \
+ maintainer-clean-recursive:
+-	@set fnord $$MAKEFLAGS; amf=$$2; \
++	@failcom='exit 1'; \
++	for f in x $$MAKEFLAGS; do \
++	  case $$f in \
++	    *=* | --[!k]*);; \
++	    *k*) failcom='fail=yes';; \
++	  esac; \
++	done; \
+ 	dot_seen=no; \
+ 	case "$@" in \
+ 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+@@ -420,17 +596,16 @@
+ 	    local_target="$$target"; \
+ 	  fi; \
+ 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+-	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
++	  || eval $$failcom; \
+ 	done && test -z "$$fail"
+ tags-recursive:
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ 	done
+-
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
++ctags-recursive:
++	list='$(SUBDIRS)'; for subdir in $$list; do \
++	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
++	done
+ 
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -440,14 +615,23 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+ 	tags=; \
+ 	here=`pwd`; \
++	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
++	  include_option=--etags-include; \
++	  empty_fix=.; \
++	else \
++	  include_option=--include; \
++	  empty_fix=; \
++	fi; \
+ 	list='$(SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
++	    test ! -f $$subdir/TAGS || \
++	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ 	  fi; \
+ 	done; \
+ 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+@@ -456,8 +640,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -466,19 +666,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -493,15 +695,17 @@
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	list='$(SUBDIRS)'; for subdir in $$list; do \
++	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ 	  if test "$$subdir" = .; then :; else \
+-	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    test -d "$(distdir)/$$subdir" \
++	    || $(mkdir_p) "$(distdir)/$$subdir" \
+ 	    || exit 1; \
++	    distdir=`$(am__cd) $(distdir) && pwd`; \
++	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ 	    (cd $$subdir && \
+ 	      $(MAKE) $(AM_MAKEFLAGS) \
+-	        top_distdir="$(top_distdir)" \
+-	        distdir=../$(distdir)/$$subdir \
++	        top_distdir="$$top_distdir" \
++	        distdir="$$distdir/$$subdir" \
+ 	        distdir) \
+ 	      || exit 1; \
+ 	  fi; \
+@@ -511,7 +715,6 @@
+ all-am: Makefile
+ installdirs: installdirs-recursive
+ installdirs-am:
+-
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -523,7 +726,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -531,7 +734,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -545,7 +748,7 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-recursive
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool \
+ 	distclean-tags
+ 
+@@ -553,6 +756,8 @@
+ 
+ dvi-am:
+ 
++html: html-recursive
++
+ info: info-recursive
+ 
+ info-am:
+@@ -568,31 +773,37 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-recursive
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-recursive
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-recursive
++
++pdf-am:
++
++ps: ps-recursive
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ uninstall-info: uninstall-info-recursive
+ 
+-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
+-	clean-generic clean-libtool clean-recursive distclean \
+-	distclean-generic distclean-libtool distclean-recursive \
+-	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
+-	info-recursive install install-am install-data install-data-am \
+-	install-data-recursive install-exec install-exec-am \
+-	install-exec-recursive install-info install-info-am \
+-	install-info-recursive install-man install-recursive \
+-	install-strip installcheck installcheck-am installdirs \
+-	installdirs-am installdirs-recursive maintainer-clean \
+-	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+-	tags tags-recursive uninstall uninstall-am uninstall-info-am \
+-	uninstall-info-recursive uninstall-recursive
++.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
++	clean clean-generic clean-libtool clean-recursive ctags \
++	ctags-recursive distclean distclean-generic distclean-libtool \
++	distclean-recursive distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
++	install-data-am install-exec install-exec-am install-info \
++	install-info-am install-man install-strip installcheck \
++	installcheck-am installdirs installdirs-am maintainer-clean \
++	maintainer-clean-generic maintainer-clean-recursive \
++	mostlyclean mostlyclean-generic mostlyclean-libtool \
++	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
++	uninstall uninstall-am uninstall-info-am
+ 
+ # Not ported to kspell2: spell. But do we really want a separate tool for this?
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -600,12 +811,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
++KDE_DIST=Makefile.in Makefile.am 
++
++#>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/quickprint/Makefile.in koffice-1.4.2/tools/quickprint/Makefile.in
+--- koffice-1.4.2.orig/tools/quickprint/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/quickprint/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,101 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools/quickprint
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(konqservicedir)"
++konqserviceDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(konqservice_DATA)
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +140,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +155,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +166,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +187,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +220,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +240,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +261,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +280,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +398,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,28 +473,53 @@
+ xdg_menudir = @xdg_menudir@
+ konqservice_DATA = karbon_konqi.desktop kspread_konqi.desktop  kformula_konqi.desktop kpresenter_konqi.desktop kword_konqi.desktop kexi_konqi.desktop krita_konqi.desktop kivio_konqi.desktop
+ konqservicedir = $(kde_datadir)/konqueror/servicemenus
+-subdir = tools/quickprint
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DATA = $(konqservice_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/quickprint/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/quickprint/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/quickprint/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/quickprint/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/quickprint/Makefile
++	  $(AUTOMAKE) --gnu  tools/quickprint/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/quickprint/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -363,41 +530,43 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-konqserviceDATA_INSTALL = $(INSTALL_DATA)
+ install-konqserviceDATA: $(konqservice_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(konqservicedir)
++	test -z "$(konqservicedir)" || $(mkdir_p) "$(DESTDIR)$(konqservicedir)"
+ 	@list='$(konqservice_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(konqserviceDATA_INSTALL) $$d$$p $(DESTDIR)$(konqservicedir)/$$f"; \
+-	  $(konqserviceDATA_INSTALL) $$d$$p $(DESTDIR)$(konqservicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(konqserviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(konqservicedir)/$$f'"; \
++	  $(konqserviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(konqservicedir)/$$f"; \
+ 	done
+ 
+ uninstall-konqserviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(konqservice_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(konqservicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(konqservicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(konqservicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(konqservicedir)/$$f"; \
+ 	done
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -415,10 +584,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(konqservicedir)
+-
++	for dir in "$(DESTDIR)$(konqservicedir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -430,7 +599,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -438,7 +607,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -452,13 +621,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -474,39 +645,57 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-konqserviceDATA
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-exec install-exec-am install-info \
+-	install-info-am install-konqserviceDATA install-man \
+-	install-strip installcheck installcheck-am installdirs \
+-	maintainer-clean maintainer-clean-generic mostlyclean \
+-	mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
+-	uninstall-info-am uninstall-konqserviceDATA
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-exec install-exec-am \
++	install-info install-info-am install-konqserviceDATA \
++	install-man install-strip installcheck installcheck-am \
++	installdirs maintainer-clean maintainer-clean-generic \
++	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
++	ps ps-am uninstall uninstall-am uninstall-info-am \
++	uninstall-konqserviceDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=kpresenter_konqi.desktop kword_konqi.desktop krita_konqi.desktop kspread_konqi.desktop kformula_konqi.desktop kexi_konqi.desktop kivio_konqi.desktop karbon_konqi.desktop 
++KDE_DIST=kpresenter_konqi.desktop kword_konqi.desktop Makefile.in krita_konqi.desktop kspread_konqi.desktop kformula_konqi.desktop kexi_konqi.desktop kivio_konqi.desktop karbon_konqi.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/quickprint/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/quickprint/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/quickprint/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/quickprint/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/spell/Makefile.in koffice-1.4.2/tools/spell/Makefile.in
+--- koffice-1.4.2.orig/tools/spell/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/spell/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -34,100 +34,91 @@
+ 
+ #service_DATA = kspelltool.desktop
+ #servicedir = $(kde_servicesdir)
+-SHELL = @SHELL@
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools/spell
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -159,15 +150,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -177,7 +165,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -189,14 +176,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -213,7 +197,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -247,13 +230,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -263,16 +250,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -283,15 +271,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -305,20 +290,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -342,33 +408,126 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-subdir = tools/spell
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-DIST_SOURCES =
+-DIST_COMMON = Makefile.am Makefile.in
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/spell/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/spell/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/spell/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/spell/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/spell/Makefile
++	  $(AUTOMAKE) --gnu  tools/spell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/spell/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -382,20 +541,23 @@
+ tags: TAGS
+ TAGS:
+ 
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ctags: CTAGS
++CTAGS:
+ 
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -413,9 +575,7 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile
+-
+ installdirs:
+-
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -427,7 +587,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -435,7 +595,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -449,13 +609,15 @@
+ clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
+ 
+ distclean: distclean-am
+-
++	-rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-libtool
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -471,23 +633,32 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+ 
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am
+ 
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ 	distclean distclean-generic distclean-libtool distdir dvi \
+-	dvi-am info info-am install install-am install-data \
+-	install-data-am install-data-local install-exec install-exec-am \
+-	install-info install-info-am install-man install-strip \
+-	installcheck installcheck-am installdirs maintainer-clean \
+-	maintainer-clean-generic mostlyclean mostlyclean-generic \
+-	mostlyclean-libtool uninstall uninstall-am uninstall-info-am
++	dvi-am html html-am info info-am install install-am \
++	install-data install-data-am install-data-local install-exec \
++	install-exec-am install-info install-info-am install-man \
++	install-strip installcheck installcheck-am installdirs \
++	maintainer-clean maintainer-clean-generic mostlyclean \
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	uninstall uninstall-am uninstall-info-am
+ 
+ 
+ install-data-local: uninstall.desktop
+@@ -498,15 +669,24 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=uninstall.desktop kspelltool.desktop 
++KDE_DIST=Makefile.in uninstall.desktop kspelltool.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/spell/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/spell/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/spell/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/spell/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/thesaurus/Makefile.in koffice-1.4.2/tools/thesaurus/Makefile.in
+--- koffice-1.4.2.orig/tools/thesaurus/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/thesaurus/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,138 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools/thesaurus
++DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
++	$(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(servicedir)" "$(DESTDIR)$(thesaurusdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++libthesaurustool_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_libthesaurustool_la_OBJECTS = main.lo
++#>- libthesaurustool_la_OBJECTS = $(am_libthesaurustool_la_OBJECTS)
++#>+ 1
++libthesaurustool_la_OBJECTS = main.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(libthesaurustool_la_SOURCES)
++DIST_SOURCES = $(libthesaurustool_la_SOURCES)
++serviceDATA_INSTALL = $(INSTALL_DATA)
++thesaurusDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(service_DATA) $(thesaurus_DATA)
++HEADERS = $(noinst_HEADERS)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +177,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +192,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +203,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +224,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +257,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +277,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +298,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +317,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,125 +435,166 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-
+ INCLUDES = $(all_includes)
+ libthesaurustool_la_LIBADD = $(LIB_KSYCOCA)
+ 
+-
+ ####### Files
+ kde_module_LTLIBRARIES = libthesaurustool.la
+-
+ libthesaurustool_la_SOURCES = main.cc
+-
+ #>- libthesaurustool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined
+ #>+ 1
+ libthesaurustool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined $(KDE_NO_UNDEFINED)
+-
+ noinst_HEADERS = main.h
+-
+ #>- libthesaurustool_la_METASOURCES = main.moc
+-
+ service_DATA = thesaurustool.desktop
+ servicedir = $(kde_servicesdir)
+-
+ thesaurusdir = $(kde_datadir)/thesaurus
+ thesaurus_DATA = thesaurus.txt
+-subdir = tools/thesaurus
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-libthesaurustool_la_DEPENDENCIES =
+-am_libthesaurustool_la_OBJECTS = main.lo
+-#>- libthesaurustool_la_OBJECTS = $(am_libthesaurustool_la_OBJECTS)
+-#>+ 1
+-libthesaurustool_la_OBJECTS = main.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/main.Plo
+-#>+ 1
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/main.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(libthesaurustool_la_SOURCES)
+-DATA = $(service_DATA) $(thesaurus_DATA)
+-
+-HEADERS = $(noinst_HEADERS)
+-
+-DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
+-SOURCES = $(libthesaurustool_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/thesaurus/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/thesaurus/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/thesaurus/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/thesaurus/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/thesaurus/Makefile
++	  $(AUTOMAKE) --gnu  tools/thesaurus/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/thesaurus/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -451,34 +605,33 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(libthesaurustool_la_LDFLAGS) $(libthesaurustool_la_OBJECTS) $(libthesaurustool_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+ 
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cc.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cc.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cc.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -489,48 +642,41 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-serviceDATA_INSTALL = $(INSTALL_DATA)
+ install-serviceDATA: $(service_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(servicedir)
++	test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
+ 	@list='$(service_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f"; \
+-	  $(serviceDATA_INSTALL) $$d$$p $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
++	  $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+ 
+ uninstall-serviceDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(service_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(servicedir)/$$f"; \
+-	  rm -f $(DESTDIR)$(servicedir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(servicedir)/$$f"; \
+ 	done
+-thesaurusDATA_INSTALL = $(INSTALL_DATA)
+ install-thesaurusDATA: $(thesaurus_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(thesaurusdir)
++	test -z "$(thesaurusdir)" || $(mkdir_p) "$(DESTDIR)$(thesaurusdir)"
+ 	@list='$(thesaurus_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(thesaurusDATA_INSTALL) $$d$$p $(DESTDIR)$(thesaurusdir)/$$f"; \
+-	  $(thesaurusDATA_INSTALL) $$d$$p $(DESTDIR)$(thesaurusdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(thesaurusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(thesaurusdir)/$$f'"; \
++	  $(thesaurusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(thesaurusdir)/$$f"; \
+ 	done
+ 
+ uninstall-thesaurusDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(thesaurus_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(thesaurusdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(thesaurusdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(thesaurusdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(thesaurusdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -539,6 +685,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -550,8 +697,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -560,21 +723,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -592,10 +755,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir) $(DESTDIR)$(thesaurusdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(thesaurusdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -607,7 +770,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -615,7 +778,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -631,14 +794,17 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+@@ -660,7 +826,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -668,22 +835,31 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-serviceDATA uninstall-thesaurusDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-man install-serviceDATA \
+ 	install-strip install-thesaurusDATA installcheck \
+ 	installcheck-am installdirs maintainer-clean \
+ 	maintainer-clean-generic mostlyclean mostlyclean-compile \
+-	mostlyclean-generic mostlyclean-libtool tags uninstall \
+-	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+-	uninstall-serviceDATA uninstall-thesaurusDATA
++	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
++	tags uninstall uninstall-am uninstall-info-am \
++	uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA \
++	uninstall-thesaurusDATA
+ 
+ 
+ messages:
+@@ -713,7 +889,7 @@
+ 	-rm -f  main.moc
+ 
+ #>+ 2
+-KDE_DIST=thesaurus.txt extract.pl thesaurustool.desktop 
++KDE_DIST=thesaurus.txt Makefile.in extract.pl thesaurustool.desktop Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -722,10 +898,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/thesaurus/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/thesaurus/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/thesaurus/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/thesaurus/Makefile.in
+ 
+ 
+diff -Nrua koffice-1.4.2.orig/tools/thumbnail/Makefile.in koffice-1.4.2/tools/thumbnail/Makefile.in
+--- koffice-1.4.2.orig/tools/thumbnail/Makefile.in	2005-10-05 12:53:05.000000000 +0200
++++ koffice-1.4.2/tools/thumbnail/Makefile.in	2005-11-11 17:31:38.000000000 +0100
+@@ -1,9 +1,9 @@
+-# Makefile.in generated by automake 1.6.3 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # KDE tags expanded automatically by am_edit - $Revision: 453018 $ 
+ # @configure_input@
+ 
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005  Free Software Foundation, Inc.
+ # This Makefile.in 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.
+@@ -14,100 +14,141 @@
+ # PARTICULAR PURPOSE.
+ 
+ @SET_MAKE@
+-SHELL = @SHELL@
++
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-
+-bindir = @bindir@
+-sbindir = @sbindir@
+-libexecdir = @libexecdir@
+-datadir = @datadir@
+-sysconfdir = @sysconfdir@
+-sharedstatedir = @sharedstatedir@
+-localstatedir = @localstatedir@
+-libdir = @libdir@
+-infodir = @infodir@
+-mandir = @mandir@
+-includedir = @includedir@
+-oldincludedir = /usr/include
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
+-
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+ install_sh_SCRIPT = $(install_sh) -c
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_HEADER = $(INSTALL_DATA)
+-transform = @program_transform_name@
++transform = $(program_transform_name)
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-build_alias = @build_alias@
+ build_triplet = @build@
+-host_alias = @host_alias@
+ host_triplet = @host@
+-target_alias = @target_alias@
+ target_triplet = @target@
+-
+-EXEEXT = @EXEEXT@
+-OBJEXT = @OBJEXT@
+-PATH_SEPARATOR = @PATH_SEPARATOR@
++subdir = tools/thumbnail
++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
++	$(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++	$(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(kde_moduledir)" \
++	"$(DESTDIR)$(kde_servicesdir)"
++kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++LTLIBRARIES = $(kde_module_LTLIBRARIES)
++am__DEPENDENCIES_1 =
++clipartthumbnail_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_clipartthumbnail_la_OBJECTS = clipartcreator.lo
++#>- clipartthumbnail_la_OBJECTS = $(am_clipartthumbnail_la_OBJECTS)
++#>+ 1
++clipartthumbnail_la_OBJECTS = clipartcreator.lo
++kofficethumbnail_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
++am_kofficethumbnail_la_OBJECTS = kofficecreator.lo
++#>- kofficethumbnail_la_OBJECTS = $(am_kofficethumbnail_la_OBJECTS)
++#>+ 1
++kofficethumbnail_la_OBJECTS = kofficecreator.lo
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
++depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
++am__depfiles_maybe = depfiles
++#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 2
++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
++#>+ 3
++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
++	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
++	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
++CXXLD = $(CXX)
++#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++#>- 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++#>+ 2
++CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
++	$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++SOURCES = $(clipartthumbnail_la_SOURCES) \
++	$(kofficethumbnail_la_SOURCES)
++DIST_SOURCES = $(clipartthumbnail_la_SOURCES) \
++	$(kofficethumbnail_la_SOURCES)
++kde_servicesDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(kde_services_DATA)
++ETAGS = etags
++CTAGS = ctags
++#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
++#>+ 1
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
++ACLOCAL = @ACLOCAL@
++AMDEP_FALSE = @AMDEP_FALSE@
++AMDEP_TRUE = @AMDEP_TRUE@
+ AMTAR = @AMTAR@
+ AR = @AR@
+ ARTSCCONFIG = @ARTSCCONFIG@
+-AS = @AS@
++AUTOCONF = @AUTOCONF@
+ AUTODIRS = @AUTODIRS@
++AUTOHEADER = @AUTOHEADER@
++AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+ CC = @CC@
++CCDEPMODE = @CCDEPMODE@
++CFLAGS = @CFLAGS@
+ CONF_FILES = @CONF_FILES@
+ CPP = @CPP@
++CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
++CXXDEPMODE = @CXXDEPMODE@
++CXXFLAGS = @CXXFLAGS@
++CYGPATH_W = @CYGPATH_W@
+ DCOPIDL = @DCOPIDL@
+ DCOPIDL2CPP = @DCOPIDL2CPP@
+ DCOPIDLNG = @DCOPIDLNG@
+ DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
++DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+-DLLTOOL = @DLLTOOL@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
+ DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
+-DPMSINC = @DPMSINC@
+-DPMSLIB = @DPMSLIB@
+ ECHO = @ECHO@
++ECHO_C = @ECHO_C@
++ECHO_N = @ECHO_N@
++ECHO_T = @ECHO_T@
+ EGREP = @EGREP@
+ ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
++EXEEXT = @EXEEXT@
+ F77 = @F77@
++FFLAGS = @FFLAGS@
+ FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
+-GCJ = @GCJ@
+-GCJFLAGS = @GCJFLAGS@
+-GLINC = @GLINC@
+-GLLIB = @GLLIB@
+ GMSGFMT = @GMSGFMT@
+ HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
++INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-JAR = @JAR@
+-JAVAC = @JAVAC@
+-JAVAH = @JAVAH@
+-JVMLIBS = @JVMLIBS@
+ KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+ KCONFIG_COMPILER = @KCONFIG_COMPILER@
+ KDECONFIG = @KDECONFIG@
+@@ -139,15 +180,12 @@
+ KSTORE_INCLUDES = @KSTORE_INCLUDES@
+ KWMF_INCLUDES = @KWMF_INCLUDES@
+ LCMS_LIBS = @LCMS_LIBS@
++LDFLAGS = @LDFLAGS@
+ LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
+ LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
+-LEX = @LEX@
+-LEXLIB = @LEXLIB@
+-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBART_CFLAGS = @LIBART_CFLAGS@
+ LIBART_LIBS = @LIBART_LIBS@
+ LIBART_RPATH = @LIBART_RPATH@
+-LIBBZ2 = @LIBBZ2@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -157,7 +195,6 @@
+ LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
+ LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
+ LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
+-LIBGEN = @LIBGEN@
+ LIBJPEG = @LIBJPEG@
+ LIBKSPELL2 = @LIBKSPELL2@
+ LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
+@@ -169,14 +206,11 @@
+ LIBPNG = @LIBPNG@
+ LIBPTHREAD = @LIBPTHREAD@
+ LIBPYTHON = @LIBPYTHON@
+-LIBQIMGIO = @LIBQIMGIO@
+ LIBREADLINE = @LIBREADLINE@
+ LIBRESOLV = @LIBRESOLV@
+-LIBSHADOW = @LIBSHADOW@
++LIBS = @LIBS@
+ LIBSM = @LIBSM@
+ LIBSOCKET = @LIBSOCKET@
+-LIBSSL = @LIBSSL@
+-LIBTIFF = @LIBTIFF@
+ LIBTOOL = @LIBTOOL@
+ LIBUCB = @LIBUCB@
+ LIBUTIL = @LIBUTIL@
+@@ -193,7 +227,6 @@
+ LIBXSLT_LIBS = @LIBXSLT_LIBS@
+ LIBXSLT_RPATH = @LIBXSLT_RPATH@
+ LIBZ = @LIBZ@
+-LIB_JASPER = @LIB_JASPER@
+ LIB_KAB = @LIB_KAB@
+ LIB_KABC = @LIB_KABC@
+ LIB_KDECORE = @LIB_KDECORE@
+@@ -227,13 +260,17 @@
+ LIB_POLL = @LIB_POLL@
+ LIB_QPE = @LIB_QPE@
+ LIB_QT = @LIB_QT@
+-LIB_QTOPIA = @LIB_QTOPIA@
+ LIB_SMB = @LIB_SMB@
+ LIB_X11 = @LIB_X11@
+ LIB_XEXT = @LIB_XEXT@
+ LIB_XINPUTEXT = @LIB_XINPUTEXT@
+ LIB_XRENDER = @LIB_XRENDER@
+ LN_S = @LN_S@
++LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
++MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+ MEINPROC = @MEINPROC@
+@@ -243,16 +280,17 @@
+ MYSQL_LIBS = @MYSQL_LIBS@
+ NOOPT_CFLAGS = @NOOPT_CFLAGS@
+ NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
+-OBJC = @OBJC@
+-OBJCFLAGS = @OBJCFLAGS@
+-OBJDUMP = @OBJDUMP@
++OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
+-PAMLIBS = @PAMLIBS@
+-PASSWDLIBS = @PASSWDLIBS@
++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
++PACKAGE_NAME = @PACKAGE_NAME@
++PACKAGE_STRING = @PACKAGE_STRING@
++PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_VERSION = @PACKAGE_VERSION@
++PATH_SEPARATOR = @PATH_SEPARATOR@
+ PERL = @PERL@
+ PG_INCDIR = @PG_INCDIR@
+ PG_LIBDIR = @PG_LIBDIR@
+-PKG_CONFIG = @PKG_CONFIG@
+ PQXX_INCDIR = @PQXX_INCDIR@
+ PQXX_LIBDIR = @PQXX_LIBDIR@
+ PYTHONINC = @PYTHONINC@
+@@ -263,15 +301,12 @@
+ PYTHON_LIB = @PYTHON_LIB@
+ QTDOCDIR = @QTDOCDIR@
+ QTE_NORTTI = @QTE_NORTTI@
+-QTOPIA_INCLUDES = @QTOPIA_INCLUDES@
+ QT_INCLUDES = @QT_INCLUDES@
+ QT_LDFLAGS = @QT_LDFLAGS@
+ RANLIB = @RANLIB@
+-RC = @RC@
+-SETUIDFLAGS = @SETUIDFLAGS@
++SET_MAKE = @SET_MAKE@
++SHELL = @SHELL@
+ SQLDIR = @SQLDIR@
+-SSL_INCLUDES = @SSL_INCLUDES@
+-SSL_LDFLAGS = @SSL_LDFLAGS@
+ STRIP = @STRIP@
+ TOPSUBDIRS = @TOPSUBDIRS@
+ UIC = @UIC@
+@@ -285,20 +320,101 @@
+ WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
+ XGETTEXT = @XGETTEXT@
+ XMLLINT = @XMLLINT@
+-XPMINC = @XPMINC@
+-XPMLIB = @XPMLIB@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
+ X_INCLUDES = @X_INCLUDES@
+ X_LDFLAGS = @X_LDFLAGS@
+ X_PRE_LIBS = @X_PRE_LIBS@
+ X_RPATH = @X_RPATH@
++ac_ct_AR = @ac_ct_AR@
++ac_ct_CC = @ac_ct_CC@
++ac_ct_CXX = @ac_ct_CXX@
++ac_ct_F77 = @ac_ct_F77@
++ac_ct_RANLIB = @ac_ct_RANLIB@
++ac_ct_STRIP = @ac_ct_STRIP@
+ all_includes = @all_includes@
+ all_libraries = @all_libraries@
++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
++autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
++autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
++bindir = @bindir@
++build = @build@
++build_alias = @build_alias@
++build_cpu = @build_cpu@
++build_os = @build_os@
++build_vendor = @build_vendor@
++compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
++compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
++compile_filter_KCHART_FALSE = @compile_filter_KCHART_FALSE@
++compile_filter_KCHART_TRUE = @compile_filter_KCHART_TRUE@
++compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
++compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
++compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
++compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
++compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
++compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
++compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
++compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
++compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
++compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
++compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
++compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
++compile_kross_plugin_FALSE = @compile_kross_plugin_FALSE@
++compile_kross_plugin_TRUE = @compile_kross_plugin_TRUE@
++compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
++compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
++compile_mailmerge_KWORD_FALSE = @compile_mailmerge_KWORD_FALSE@
++compile_mailmerge_KWORD_TRUE = @compile_mailmerge_KWORD_TRUE@
++compile_mysql_plugin_FALSE = @compile_mysql_plugin_FALSE@
++compile_mysql_plugin_TRUE = @compile_mysql_plugin_TRUE@
++compile_pgsql_plugin_FALSE = @compile_pgsql_plugin_FALSE@
++compile_pgsql_plugin_TRUE = @compile_pgsql_plugin_TRUE@
++compile_plugin_KUGAR_FALSE = @compile_plugin_KUGAR_FALSE@
++compile_plugin_KUGAR_TRUE = @compile_plugin_KUGAR_TRUE@
++datadir = @datadir@
++doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
++doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
++example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
++example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
++exec_prefix = @exec_prefix@
++filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
++filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
++have_readline_FALSE = @have_readline_FALSE@
++have_readline_TRUE = @have_readline_TRUE@
++host = @host@
++host_alias = @host_alias@
++host_cpu = @host_cpu@
++host_os = @host_os@
++host_vendor = @host_vendor@
++include_ARTS_FALSE = @include_ARTS_FALSE@
++include_ARTS_TRUE = @include_ARTS_TRUE@
++include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
++include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
++include_sql_FALSE = @include_sql_FALSE@
++include_sql_TRUE = @include_sql_TRUE@
++include_wpd_filter_FALSE = @include_wpd_filter_FALSE@
++include_wpd_filter_TRUE = @include_wpd_filter_TRUE@
++include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
++include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
++include_x11_FALSE = @include_x11_FALSE@
++include_x11_TRUE = @include_x11_TRUE@
++includedir = @includedir@
++infodir = @infodir@
+ install_sh = @install_sh@
+ interfacedir = @interfacedir@
+-jni_includes = @jni_includes@
++interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
++interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
++karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
++karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
++kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
++kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
+ kde_appsdir = @kde_appsdir@
+ kde_bindir = @kde_bindir@
+ kde_confdir = @kde_confdir@
+@@ -322,8 +438,74 @@
+ kde_wallpaperdir = @kde_wallpaperdir@
+ kde_widgetdir = @kde_widgetdir@
+ kdeinitdir = @kdeinitdir@
++kdgantt_SUBDIR_included_FALSE = @kdgantt_SUBDIR_included_FALSE@
++kdgantt_SUBDIR_included_TRUE = @kdgantt_SUBDIR_included_TRUE@
++kexi_SUBDIR_included_FALSE = @kexi_SUBDIR_included_FALSE@
++kexi_SUBDIR_included_TRUE = @kexi_SUBDIR_included_TRUE@
++kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
++kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
++kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
++kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
++koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
++koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
++kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
++kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
++kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
++kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
++krita_SUBDIR_included_FALSE = @krita_SUBDIR_included_FALSE@
++krita_SUBDIR_included_TRUE = @krita_SUBDIR_included_TRUE@
++kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
++kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
++kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
++kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
++kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
++kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
++lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
++lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
++libdir = @libdir@
++libexecdir = @libexecdir@
++localstatedir = @localstatedir@
++mandir = @mandir@
++mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
++mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
++mkdir_p = @mkdir_p@
++need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
++need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
++need_kde32_compatibility_FALSE = @need_kde32_compatibility_FALSE@
++need_kde32_compatibility_TRUE = @need_kde32_compatibility_TRUE@
++need_kde33_compatibility_FALSE = @need_kde33_compatibility_FALSE@
++need_kde33_compatibility_TRUE = @need_kde33_compatibility_TRUE@
++need_kde34_compatibility_FALSE = @need_kde34_compatibility_FALSE@
++need_kde34_compatibility_TRUE = @need_kde34_compatibility_TRUE@
++oldincludedir = @oldincludedir@
++pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
++pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
++plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
++plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
++prefix = @prefix@
++program_transform_name = @program_transform_name@
+ qt_includes = @qt_includes@
+ qt_libraries = @qt_libraries@
++sbindir = @sbindir@
++servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
++servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
++sharedstatedir = @sharedstatedir@
++sysconfdir = @sysconfdir@
++target = @target@
++target_alias = @target_alias@
++target_cpu = @target_cpu@
++target_os = @target_os@
++target_vendor = @target_vendor@
++templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
++templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
++tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
++tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
++unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
++unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
++use_kexi_compat_qextmdi_FALSE = @use_kexi_compat_qextmdi_FALSE@
++use_kexi_compat_qextmdi_TRUE = @use_kexi_compat_qextmdi_TRUE@
++use_kjsembed_FALSE = @use_kjsembed_FALSE@
++use_kjsembed_TRUE = @use_kjsembed_TRUE@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+@@ -331,114 +513,88 @@
+ xdg_menudir = @xdg_menudir@
+ INCLUDES = $(KOFFICE_INCLUDES) -I../../kword/ -I../../kpresenter -I../../lib/kotext $(all_includes)
+ #>- METASOURCES = AUTO
+-
+ kde_module_LTLIBRARIES = clipartthumbnail.la kofficethumbnail.la
+-
+ clipartthumbnail_la_SOURCES = clipartcreator.cpp
+ clipartthumbnail_la_LIBADD = $(LIB_KOFFICECORE) # for KoClipartCollection
+ clipartthumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+-
+ kofficethumbnail_la_SOURCES = kofficecreator.cpp
+ kofficethumbnail_la_LIBADD = $(LIB_KOFFICECORE)
+ kofficethumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+ 
+ # otherofficethumbnail.desktop is currently not installed, as it gives too many problems
+ kde_services_DATA = clipartthumbnail.desktop kofficethumbnail.desktop
+-subdir = tools/thumbnail
+-mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-LTLIBRARIES = $(kde_module_LTLIBRARIES)
+-
+-clipartthumbnail_la_DEPENDENCIES =
+-am_clipartthumbnail_la_OBJECTS = clipartcreator.lo
+-#>- clipartthumbnail_la_OBJECTS = $(am_clipartthumbnail_la_OBJECTS)
+-#>+ 1
+-clipartthumbnail_la_OBJECTS = clipartcreator.lo
+-kofficethumbnail_la_DEPENDENCIES =
+-am_kofficethumbnail_la_OBJECTS = kofficecreator.lo
+-#>- kofficethumbnail_la_OBJECTS = $(am_kofficethumbnail_la_OBJECTS)
+-#>+ 1
+-kofficethumbnail_la_OBJECTS = kofficecreator.lo
+-
+-DEFS = @DEFS@
+-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
+-LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
+-depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+-am__depfiles_maybe = depfiles
+-#>- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/clipartcreator.Plo \
+-#>- @AMDEP_TRUE@	./$(DEPDIR)/kofficecreator.Plo
+-#>+ 2
+- at AMDEP_TRUE@DEP_FILES =  ./$(DEPDIR)/clipartcreator.Plo \
+- at AMDEP_TRUE@	@AMDEP_TRUE@	./$(DEPDIR)/kofficecreator.Plo
+-#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-#>- 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 2
+-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+-#>- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-#>- 	$(AM_CXXFLAGS) $(CXXFLAGS)
+-#>+ 3
+-LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
+-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-	$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
+-CXXLD = $(CXX)
+-#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+-#>- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-#>+ 2
+-CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+-CXXFLAGS = @CXXFLAGS@
+-DIST_SOURCES = $(clipartthumbnail_la_SOURCES) \
+-	$(kofficethumbnail_la_SOURCES)
+-DATA = $(kde_services_DATA)
+-
+-DIST_COMMON = Makefile.am Makefile.in
+-SOURCES = $(clipartthumbnail_la_SOURCES) $(kofficethumbnail_la_SOURCES)
+-
+ #>- all: all-am
+ #>+ 1
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
++#>- 	@for dep in $?; do \
++#>- 	  case '$(am__configure_deps)' in \
++#>- 	    *$$dep*) \
++#>- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++#>- 		&& exit 0; \
++#>- 	      exit 1;; \
++#>- 	  esac; \
++#>- 	done; \
++#>- 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/thumbnail/Makefile'; \
+ #>- 	cd $(top_srcdir) && \
+-#>- 	  $(AUTOMAKE) --foreign  tools/thumbnail/Makefile
+-#>+ 3
++#>- 	  $(AUTOMAKE) --gnu  tools/thumbnail/Makefile
++#>+ 12
++	@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/thumbnail/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/thumbnail/Makefile
++	  $(AUTOMAKE) --gnu  tools/thumbnail/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/thumbnail/Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-kde_moduleLTLIBRARIES_INSTALL = $(INSTALL)
++.PRECIOUS: Makefile
++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++	@case '$?' in \
++	  *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);; \
++	esac;
++
++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
++	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
++	test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  if test -f $$p; then \
+-	    f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f"; \
+-	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(kde_moduledir)/$$f; \
++	    f=$(am__strip_dir) \
++	    echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
++	    $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
+ 	  else :; fi; \
+ 	done
+ 
+ uninstall-kde_moduleLTLIBRARIES:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+-	    p="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p"; \
+-	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
++	@set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
++	  p=$(am__strip_dir) \
++	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
++	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
+ 	done
+ 
+ clean-kde_moduleLTLIBRARIES:
+ 	-test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
+ 	@list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
+ 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+-	  test -z "$dir" && dir=.; \
++	  test "$$dir" != "$$p" || dir=.; \
+ 	  echo "rm -f \"$${dir}/so_locations\""; \
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+@@ -454,7 +610,7 @@
+ 	$(CXXLINK) -rpath $(kde_moduledir) $(kofficethumbnail_la_LDFLAGS) $(kofficethumbnail_la_OBJECTS) $(kofficethumbnail_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+-	-rm -f *.$(OBJEXT) core *.core
++	-rm -f *.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -462,27 +618,26 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/clipartcreator.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kofficecreator.Plo at am__quote@
+ 
+-distclean-depend:
+-	-rm -rf ./$(DEPDIR)
+-
+ .cpp.o:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ 
+ .cpp.obj:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
++ at am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ .cpp.lo:
+- at AMDEP_TRUE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+- at AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+-CXXDEPMODE = @CXXDEPMODE@
++ at am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
++ at am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ 
+ mostlyclean-libtool:
+ 	-rm -f *.lo
+@@ -493,30 +648,24 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-kde_servicesDATA_INSTALL = $(INSTALL_DATA)
+ install-kde_servicesDATA: $(kde_services_DATA)
+ 	@$(NORMAL_INSTALL)
+-	$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
++	test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  $(kde_servicesDATA_INSTALL) $$d$$p $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " $(kde_servicesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  $(kde_servicesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+ uninstall-kde_servicesDATA:
+ 	@$(NORMAL_UNINSTALL)
+ 	@list='$(kde_services_DATA)'; for p in $$list; do \
+-	  f="`echo $$p | sed -e 's|^.*/||'`"; \
+-	  echo " rm -f $(DESTDIR)$(kde_servicesdir)/$$f"; \
+-	  rm -f $(DESTDIR)$(kde_servicesdir)/$$f; \
++	  f=$(am__strip_dir) \
++	  echo " rm -f '$(DESTDIR)$(kde_servicesdir)/$$f'"; \
++	  rm -f "$(DESTDIR)$(kde_servicesdir)/$$f"; \
+ 	done
+ 
+-ETAGS = etags
+-ETAGSFLAGS =
+-
+-tags: TAGS
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ 	unique=`for i in $$list; do \
+@@ -525,6 +674,7 @@
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+ 	mkid -fID $$unique
++tags: TAGS
+ 
+ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+ 		$(TAGS_FILES) $(LISP)
+@@ -536,8 +686,24 @@
+ 	  done | \
+ 	  $(AWK) '    { files[$$0] = 1; } \
+ 	       END { for (i in files) print i; }'`; \
+-	test -z "$(ETAGS_ARGS)$$tags$$unique" \
+-	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	  test -n "$$unique" || unique=$$empty_fix; \
++	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	    $$tags $$unique; \
++	fi
++ctags: CTAGS
++CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
++		$(TAGS_FILES) $(LISP)
++	tags=; \
++	here=`pwd`; \
++	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
++	unique=`for i in $$list; do \
++	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++	  done | \
++	  $(AWK) '    { files[$$0] = 1; } \
++	       END { for (i in files) print i; }'`; \
++	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ 	     $$tags $$unique
+ 
+ GTAGS:
+@@ -546,21 +712,21 @@
+ 	  && gtags -i $(GTAGS_ARGS) $$here
+ 
+ distclean-tags:
+-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+-#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-#>+ 1
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+-
+-top_distdir = ../..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
++	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ 
+ distdir: $(DISTFILES)
+-	@list='$(DISTFILES)'; for file in $$list; do \
++	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
++	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
++	list='$(DISTFILES)'; for file in $$list; do \
++	  case $$file in \
++	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
++	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
++	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+-	    $(mkinstalldirs) "$(distdir)$$dir"; \
++	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+@@ -578,10 +744,10 @@
+ check-am: all-am
+ check: check-am
+ all-am: Makefile $(LTLIBRARIES) $(DATA)
+-
+ installdirs:
+-	$(mkinstalldirs) $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(kde_servicesdir)
+-
++	for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)"; do \
++	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
++	done
+ install: install-am
+ install-exec: install-exec-am
+ install-data: install-data-am
+@@ -593,7 +759,7 @@
+ installcheck: installcheck-am
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+@@ -601,7 +767,7 @@
+ clean-generic:
+ 
+ distclean-generic:
+-	-rm -f Makefile $(CONFIG_CLEAN_FILES)
++	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ 
+ maintainer-clean-generic:
+ 	@echo "This command is intended for maintainers to use"
+@@ -617,21 +783,26 @@
+ 	mostlyclean-am
+ 
+ distclean: distclean-am
+-
+-distclean-am: clean-am distclean-compile distclean-depend \
+-	distclean-generic distclean-libtool distclean-tags
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
++distclean-am: clean-am distclean-compile distclean-generic \
++	distclean-libtool distclean-tags
+ 
+ dvi: dvi-am
+ 
+ dvi-am:
+ 
++html: html-am
++
+ info: info-am
+ 
+ info-am:
+ 
+-#>- install-data-am: install-kde_moduleLTLIBRARIES install-kde_servicesDATA
+-#>+ 1
+-install-data-am:   install-kde_servicesDATA
++#>- install-data-am: install-kde_moduleLTLIBRARIES \
++#>- 	install-kde_servicesDATA
++#>+ 2
++install-data-am:   \
++	install-kde_servicesDATA
+ 
+ #>- install-exec-am:
+ #>+ 1
+@@ -644,7 +815,8 @@
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+-
++	-rm -rf ./$(DEPDIR)
++	-rm -f Makefile
+ maintainer-clean-am: distclean-am maintainer-clean-generic
+ 
+ mostlyclean: mostlyclean-am
+@@ -652,21 +824,29 @@
+ mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ 	mostlyclean-libtool
+ 
++pdf: pdf-am
++
++pdf-am:
++
++ps: ps-am
++
++ps-am:
++
+ uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+-.PHONY: GTAGS all all-am check check-am clean clean-generic \
+-	clean-kde_moduleLTLIBRARIES clean-libtool distclean \
+-	distclean-compile distclean-depend distclean-generic \
+-	distclean-libtool distclean-tags distdir dvi dvi-am info \
+-	info-am install install-am install-data install-data-am \
+-	install-exec install-exec-am install-info install-info-am \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-kde_moduleLTLIBRARIES clean-libtool ctags 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-exec \
++	install-exec-am install-info install-info-am \
+ 	install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
+ 	install-man install-strip installcheck installcheck-am \
+ 	installdirs maintainer-clean maintainer-clean-generic \
+ 	mostlyclean mostlyclean-compile mostlyclean-generic \
+-	mostlyclean-libtool tags uninstall uninstall-am \
+-	uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
++	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++	uninstall-am uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
+ 	uninstall-kde_servicesDATA
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+@@ -703,7 +883,7 @@
+ 	-rm -f  kofficecreator.moc
+ 
+ #>+ 2
+-KDE_DIST=otherofficethumbnail.desktop kofficecreator.h kofficethumbnail.desktop clipartthumbnail.desktop clipartcreator.h 
++KDE_DIST=otherofficethumbnail.desktop Makefile.in kofficecreator.h kofficethumbnail.desktop clipartthumbnail.desktop clipartcreator.h Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+@@ -712,10 +892,19 @@
+ #>+ 2
+ docs-am:
+ 
+-#>+ 6
++#>+ 15
+ force-reedit:
+-		cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  tools/thumbnail/Makefile
++		@for dep in $?; do \
++	  case '$(am__configure_deps)' in \
++	    *$$dep*) \
++	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
++		&& exit 0; \
++	      exit 1;; \
++	  esac; \
++	done; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/thumbnail/Makefile'; \
++	cd $(top_srcdir) && \
++	  $(AUTOMAKE) --gnu  tools/thumbnail/Makefile
+ 	cd $(top_srcdir) && perl admin/am_edit tools/thumbnail/Makefile.in
+ 
+ 




More information about the pkg-kde-commits mailing list